aboutsummaryrefslogtreecommitdiffstats
path: root/wireshark
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2009-11-26 23:47:21 +0100
committerHarald Welte <laforge@gnumonks.org>2009-11-26 23:47:21 +0100
commitad3c844b2d1364c8e02bdbaec643716e237e0b38 (patch)
tree55f6f25bd44654f4dc3bc33feb69fe526310baa2 /wireshark
parentf326267fb7c146a73d93a50e670ea95a2c47f0c1 (diff)
[wireshark] patch to correctly decode SYSTEM INFORMATION on BCCH FILLING
Diffstat (limited to 'wireshark')
-rw-r--r--wireshark/rsl-system_info.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/wireshark/rsl-system_info.patch b/wireshark/rsl-system_info.patch
new file mode 100644
index 000000000..2945c6540
--- /dev/null
+++ b/wireshark/rsl-system_info.patch
@@ -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;
+