From Harald Welte:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 29 Nov 2009 09:33:22 +0000 (09:33 +0000)
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 29 Nov 2009 09:33:22 +0000 (09:33 +0000)
Correctly parse SYSTEM INFORMATION messages in RSL BCCH FILLING.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4268

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31112 f5534014-38df-0310-8fa8-9805f1628bb7

epan/dissectors/packet-rsl.c

index d9153535318f49ce8b6b8756bbdc59d14409f47f..4b601e8c5b41b4604eb877b1a7d3f947d00bd511 100644 (file)
@@ -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;