aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
diff options
context:
space:
mode:
authorChris Maynard <Christopher.Maynard@GTECH.COM>2013-01-14 19:23:26 +0000
committerChris Maynard <Christopher.Maynard@GTECH.COM>2013-01-14 19:23:26 +0000
commitad78db491aa023eb4c5511f69442fff830b48a8a (patch)
tree30664d310dc2f02af1c8a7d5bd0c7c357522cf18 /epan/dissectors
parentf2dd9bc0d235bd7002fccb60cfedb3c9f92b9468 (diff)
Fix Coverity CID 732304: Missing break in switch.
svn path=/trunk/; revision=47077
Diffstat (limited to 'epan/dissectors')
-rw-r--r--epan/dissectors/packet-ieee17221.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-ieee17221.c b/epan/dissectors/packet-ieee17221.c
index c974828a6b..4e2df46369 100644
--- a/epan/dissectors/packet-ieee17221.c
+++ b/epan/dissectors/packet-ieee17221.c
@@ -3917,6 +3917,7 @@ dissect_17221_aecp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *aecp_tree)
proto_tree_add_item(aecp_tree, hf_aecp_msrp_failure_bridge_id, tvb,
AECP_OFFSET_STREAM_INFO_MSRP_FAILURE_BRIDGE_ID, 8, ENC_NA);
}
+ break;
case AECP_COMMAND_SET_NAME:
case AECP_COMMAND_GET_NAME:
proto_tree_add_item(aecp_tree, hf_aecp_descriptor_type, tvb,