aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2011-03-23 05:48:58 +0000
committerAnders Broman <anders.broman@ericsson.com>2011-03-23 05:48:58 +0000
commit691c566900fa4fec2252610ac90b9b13492c4798 (patch)
treeb2dfdbc5e28e686f30f9291d29d26946a0e9cba7 /epan
parent875abf1deb00dc7c72db9539e89d0abee20ff856 (diff)
CID 453,454
Missing break svn path=/trunk/; revision=36277
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-gsm_a_bssmap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-gsm_a_bssmap.c b/epan/dissectors/packet-gsm_a_bssmap.c
index d192c0e5ce..c679a5021d 100644
--- a/epan/dissectors/packet-gsm_a_bssmap.c
+++ b/epan/dissectors/packet-gsm_a_bssmap.c
@@ -3749,6 +3749,7 @@ be_speech_codec_lst(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len _
proto_tree_add_item(subtree, hf_gsm_a_bssap_extended_codec_r3, tvb, curr_offset, 1, ENC_BIG_ENDIAN);
curr_offset++;
consumed++;
+ break;
default:
proto_tree_add_text(subtree, tvb, curr_offset, 2,"Unknown codec - the rest of the dissection my be suspect");
curr_offset+=2;