[wireshark] patch to correctly decode SYSTEM INFORMATION on BCCH FILLING

This commit is contained in:
Harald Welte 2009-11-26 23:47:21 +01:00
parent f326267fb7
commit ad3c844b2d
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
Index: wireshark/epan/dissectors/packet-rsl.c
===================================================================
--- wireshark.orig/epan/dissectors/packet-rsl.c
+++ wireshark/epan/dissectors/packet-rsl.c
@@ -2291,7 +2291,7 @@
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;