aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rsl.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2009-11-29 09:33:22 +0000
committerAnders Broman <anders.broman@ericsson.com>2009-11-29 09:33:22 +0000
commita5d39ef85065092f0a411b28bace2b2c16ae2973 (patch)
tree840c89a94846a12cab3aa5ccaaecf8d2179ddeaa /epan/dissectors/packet-rsl.c
parent135c24f2bab8fc8259258cb5e81872fda02fe71a (diff)
From Harald Welte:
Correctly parse SYSTEM INFORMATION messages in RSL BCCH FILLING. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4268 svn path=/trunk/; revision=31112
Diffstat (limited to 'epan/dissectors/packet-rsl.c')
-rw-r--r--epan/dissectors/packet-rsl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-rsl.c b/epan/dissectors/packet-rsl.c
index d915353531..4b601e8c5b 100644
--- a/epan/dissectors/packet-rsl.c
+++ b/epan/dissectors/packet-rsl.c
@@ -2088,7 +2088,7 @@ dissect_rsl_ie_full_bcch_inf(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *
proto_tree_add_text(ie_tree, tvb,offset,length,"Layer 3 message");
next_tvb = tvb_new_subset(tvb, offset, length, length);
- /* call_dissector(gsm_a_dtap_handle, next_tvb, pinfo, top_tree);*/
+ call_dissector(gsm_a_ccch_handle, next_tvb, pinfo, top_tree);
offset = offset + length;