blob: 2945c65409130bc715da9fc516f86bf1f6ca218d [file] [log] [blame]
Harald Weltead3c8442009-11-26 23:47:21 +01001Index: wireshark/epan/dissectors/packet-rsl.c
2===================================================================
3--- wireshark.orig/epan/dissectors/packet-rsl.c
4+++ wireshark/epan/dissectors/packet-rsl.c
5@@ -2291,7 +2291,7 @@
6
7 proto_tree_add_text(ie_tree, tvb,offset,length,"Layer 3 message");
8 next_tvb = tvb_new_subset(tvb, offset, length, length);
9- /* call_dissector(gsm_a_dtap_handle, next_tvb, pinfo, top_tree);*/
10+ call_dissector(gsm_a_ccch_handle, next_tvb, pinfo, top_tree);
11
12 offset = offset + length;
13