summaryrefslogtreecommitdiff
path: root/plugins/wimax
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2011-01-19 22:55:53 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2011-01-19 22:55:53 +0000
commit969b5a240ee444c39204058728fd4e7a066ef7d3 (patch)
treec1881d84009271eb307e624aa9893c42d31f4780 /plugins/wimax
parentc5c0a0d943fe8c0551fb07cdd2b6e99c0c4d0c0a (diff)
downloadwireshark-969b5a240ee444c39204058728fd4e7a066ef7d3.tar.gz
Don't stop calling subdissectors when there's no tree.
svn path=/trunk/; revision=35591
Diffstat (limited to 'plugins/wimax')
-rw-r--r--plugins/wimax/msg_pkm.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/wimax/msg_pkm.c b/plugins/wimax/msg_pkm.c
index 3eda0d46e3..5898720520 100644
--- a/plugins/wimax/msg_pkm.c
+++ b/plugins/wimax/msg_pkm.c
@@ -101,7 +101,6 @@ void dissect_mac_mgmt_msg_pkm_req_decoder(tvbuff_t *tvb, packet_info *pinfo, pro
return;
}
- if(tree)
{ /* we are being asked for details */
/* Get the tvb reported length */
tvb_len = tvb_reported_length(tvb);
@@ -143,7 +142,6 @@ void dissect_mac_mgmt_msg_pkm_rsp_decoder(tvbuff_t *tvb, packet_info *pinfo, pro
return;
}
- if(tree)
{ /* we are being asked for details */
/* Get the tvb reported length */
tvb_len = tvb_reported_length(tvb);