aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nbifom.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2017-03-05 19:38:59 +0100
committerMichael Mann <mmann78@netscape.net>2017-03-05 22:39:13 +0000
commitc1e6724cf6938de24ddfbcb0227aad5822a80c2d (patch)
treed2a36eeb67d9771ab7649b98272db23287ddbdad /epan/dissectors/packet-nbifom.c
parent70e04f3f4c1a290ce8834bb7f9773d4f644db5e8 (diff)
dissectors: fix this statement may fall through [-Werror=implicit-fallthrough=] found by gcc7
Change-Id: Iba6238988ded675cba328ab512232d1919d93b4a Reviewed-on: https://code.wireshark.org/review/20415 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan/dissectors/packet-nbifom.c')
-rw-r--r--epan/dissectors/packet-nbifom.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-nbifom.c b/epan/dissectors/packet-nbifom.c
index f3ee117514..2df4557b2d 100644
--- a/epan/dissectors/packet-nbifom.c
+++ b/epan/dissectors/packet-nbifom.c
@@ -326,6 +326,7 @@ dissect_nbifom(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data _
if (pinfo->link_dir == P2P_DIR_DL) {
break;
} /* else fall through case 4 */
+ /* FALL THROUGH */
case 4:
dissect_nbifom_routing_rules(tvb, pinfo, subtree, offset, param_contents_len);
offset += param_contents_len;