aboutsummaryrefslogtreecommitdiffstats
path: root/wireshark/rsl-system_info.patch
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-01-11 15:22:29 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-01-11 15:22:29 +0100
commit3b0fd2b0b9e689fd96eaf9b5d58d9c655d050a89 (patch)
treee3fe9a587469e9b5ea908b28432d932682f3d5bf /wireshark/rsl-system_info.patch
parent8e3f0e7185ca33f76faeda86736b540bb59abd54 (diff)
wireshark: Remove patches applied in upstream wireshark
These patches were applied to upstream wireshark as of svn revision r35475.
Diffstat (limited to 'wireshark/rsl-system_info.patch')
-rw-r--r--wireshark/rsl-system_info.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/wireshark/rsl-system_info.patch b/wireshark/rsl-system_info.patch
deleted file mode 100644
index 2945c6540..000000000
--- a/wireshark/rsl-system_info.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-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;
-