URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0dbf7418652b9ee719b9b36c43440ece53fafc21
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
0dbf741 by Jiří Engelthaler (engycz@xxxxxxxxx):
    packet-iec104: fix packet information text
    
    Change I6abc157368a78e1abfde672728b88a36ba6e76cc adds break in "switch case" but there was missing break deliberately. Code modified to let break on his place - copied code from the following condition.
    
    Change-Id: Id008955fbc122c0f8cfe06af2b96f0b643e9417f
    Reviewed-on: https://code.wireshark.org/review/7066
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    
Actions performed:
    from  0cd2582   Prevent two false positive MSVC2013 Code Analysis warnings
    adds  0dbf741   packet-iec104: fix packet information text
Summary of changes:
 epan/dissectors/packet-iec104.c |   20 +++++++++++---------
 1 file changed, 11 insertions(+), 9 deletions(-)