aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/wimax
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2008-04-24 21:51:14 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2008-04-24 21:51:14 +0000
commit9fa95b95aa5a6f9da4e546f2ded936987422a9d0 (patch)
tree1646357e8edeb6a3b08be938f4afce9f105b52fa /plugins/wimax
parent9918452064a95a2a2367ccf881814c545bb41bd1 (diff)
From Mohan (bug 2501):
Add a missing break statement. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25168 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'plugins/wimax')
-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 */