aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2008-04-24 21:51:14 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2008-04-24 21:51:14 +0000
commitb472360c7d4d51ac8a34829b5110bf735e88592f (patch)
tree1646357e8edeb6a3b08be938f4afce9f105b52fa /plugins
parente0dab74b0323feba35905a9f13fd1dbd563eb0c9 (diff)
From Mohan (bug 2501):
Add a missing break statement. svn path=/trunk/; revision=25168
Diffstat (limited to 'plugins')
-rw-r--r--plugins/wimax/msg_reg_rsp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/wimax/msg_reg_rsp.c b/plugins/wimax/msg_reg_rsp.c
index 20d5a5a6a1..2d09d64d15 100644
--- a/plugins/wimax/msg_reg_rsp.c
+++ b/plugins/wimax/msg_reg_rsp.c
@@ -322,6 +322,7 @@ void dissect_mac_mgmt_msg_reg_rsp_decoder(tvbuff_t *tvb, packet_info *pinfo, pro
} else {
proto_item_append_text(tlv_item, " (multiple of 100 milliseconds)");
}
+ break;
case DSx_UPLINK_FLOW:
/* display Uplink Service Flow Encodings info */
/* add subtree */