aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2017-03-11 16:38:46 +0100
committerMichael Mann <mmann78@netscape.net>2017-03-11 17:36:04 +0000
commitecd598ae69147b613a3ad8bcd3bb764d88b0e03d (patch)
treeb33f2b1493d7e72d8ba4fe81ab5b07f19a1bb39b /plugins
parent77aa6744ca2babddd21df74887d5bac1b6b87680 (diff)
unistim (plugin): fix this statement may fall through [-Werror=implicit-fallthrough] found by gcc7
Change-Id: Id928c9f4506b3f88016d77e3e79a4ecf78d52e93 Reviewed-on: https://code.wireshark.org/review/20494 Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'plugins')
-rw-r--r--plugins/unistim/packet-unistim.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/unistim/packet-unistim.c b/plugins/unistim/packet-unistim.c
index 6e39d7fd5e..d986d156a2 100644
--- a/plugins/unistim/packet-unistim.c
+++ b/plugins/unistim/packet-unistim.c
@@ -2646,6 +2646,7 @@ dissect_audio_phone(proto_tree *msg_tree,
proto_tree_add_item(msg_tree,hf_audio_transducer_pair,tvb,offset,1,ENC_BIG_ENDIAN);
offset+=1;msg_len-=1;
}
+ break;
case 0x14:
/*Query APB Response*/
proto_tree_add_item(msg_tree,hf_audio_apb_number,tvb,offset,1,ENC_BIG_ENDIAN);