summaryrefslogtreecommitdiff
path: root/epan
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2016-03-02 01:41:51 -0800
committerGuy Harris <guy@alum.mit.edu>2016-03-02 09:42:15 +0000
commite8c763e95065a22a629dbb5f434ffac5ce18bfb7 (patch)
tree22db52e54928c073404770b9436371d03011abb1 /epan
parenteb37018610669eb776b015c8903ddd4b7ebb6099 (diff)
downloadwireshark-e8c763e95065a22a629dbb5f434ffac5ce18bfb7.tar.gz
Add missing break.
Don't fall through and re-dissect the control byte of an S frame as if it were a UI frame. Change-Id: I17cf12f920bf066f87f70be5efe78dc531beb3f9 Reviewed-on: https://code.wireshark.org/review/14284 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-gprs-llc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-gprs-llc.c b/epan/dissectors/packet-gprs-llc.c
index e5ccc4576e..601fba1dd9 100644
--- a/epan/dissectors/packet-gprs-llc.c
+++ b/epan/dissectors/packet-gprs-llc.c
@@ -897,6 +897,7 @@ dissect_llcgprs(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void* data
}
}
/* END MLT CHANGES */
+ break;
case UI_FORMAT:
/* nu and epm calculated before FCS check for UI frame */