aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tn3270.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-04-12 05:32:22 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-04-12 05:32:22 +0000
commit8cdb90bd44c3dcc0386100974c56e5595315edac (patch)
tree3fe64bea81312c5d1f3d9f95a5db58eaa6c6a239 /epan/dissectors/packet-tn3270.c
parent27e1c9e2481a8b5e3798e4e63c15dd989aba0170 (diff)
From Martin Kaiser: CID 476: add missing break. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7067
svn path=/trunk/; revision=42031
Diffstat (limited to 'epan/dissectors/packet-tn3270.c')
-rw-r--r--epan/dissectors/packet-tn3270.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-tn3270.c b/epan/dissectors/packet-tn3270.c
index 5b48115ce9..38b3a82c72 100644
--- a/epan/dissectors/packet-tn3270.c
+++ b/epan/dissectors/packet-tn3270.c
@@ -2683,6 +2683,7 @@ dissect_exception_or_status_sd_parms(proto_tree *tn3270_tree, tvbuff_t *tvb, gin
case 0x0C04: /*Format status*/
offset += tn3270_add_hf_items(tn3270_tree, tvb, offset,
sdp4);
+ break;
case 0x1405: /*Group status*/
offset += tn3270_add_hf_items(tn3270_tree, tvb, offset,
sdp5);