aboutsummaryrefslogtreecommitdiffstats
path: root/wireshark/0003-lucent-hnb.patch
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-09-06 21:09:05 +0200
committerHarald Welte <laforge@gnumonks.org>2011-09-06 21:09:34 +0200
commit7c78c479aca4475761570db24abd202cfcfcdc9d (patch)
tree0bfb6fc94e7b1ee9536cb0f3be21fe7cd360d223 /wireshark/0003-lucent-hnb.patch
parentd02e68b24dff1bdc0691d4599306556875b84805 (diff)
update wireshark patches to current wireshark svn
Diffstat (limited to 'wireshark/0003-lucent-hnb.patch')
-rw-r--r--wireshark/0003-lucent-hnb.patch32
1 files changed, 14 insertions, 18 deletions
diff --git a/wireshark/0003-lucent-hnb.patch b/wireshark/0003-lucent-hnb.patch
index 4957db71d..c9fc3dc47 100644
--- a/wireshark/0003-lucent-hnb.patch
+++ b/wireshark/0003-lucent-hnb.patch
@@ -11,11 +11,11 @@ Add lucent hnb patch from OpenBSC
3 files changed, 105 insertions(+), 0 deletions(-)
create mode 100644 epan/dissectors/packet-lucent_hnb.c
-diff --git a/epan/CMakeLists.txt b/epan/CMakeLists.txt
-index 9217ec0..ac76ab9 100644
---- a/epan/CMakeLists.txt
-+++ b/epan/CMakeLists.txt
-@@ -728,6 +728,7 @@ set(DISSECTOR_SRC
+Index: wireshark/epan/CMakeLists.txt
+===================================================================
+--- wireshark.orig/epan/CMakeLists.txt 2011-09-06 12:30:50.000000000 +0200
++++ wireshark/epan/CMakeLists.txt 2011-09-06 12:30:52.000000000 +0200
+@@ -738,6 +738,7 @@
dissectors/packet-lpd.c
dissectors/packet-lsc.c
dissectors/packet-ltp.c
@@ -23,11 +23,11 @@ index 9217ec0..ac76ab9 100644
dissectors/packet-lwapp.c
dissectors/packet-lwres.c
dissectors/packet-m2pa.c
-diff --git a/epan/dissectors/Makefile.common b/epan/dissectors/Makefile.common
-index 4c7094b..9931f28 100644
---- a/epan/dissectors/Makefile.common
-+++ b/epan/dissectors/Makefile.common
-@@ -638,6 +638,7 @@ DISSECTOR_SRC = \
+Index: wireshark/epan/dissectors/Makefile.common
+===================================================================
+--- wireshark.orig/epan/dissectors/Makefile.common 2011-09-06 12:30:50.000000000 +0200
++++ wireshark/epan/dissectors/Makefile.common 2011-09-06 12:30:52.000000000 +0200
+@@ -657,6 +657,7 @@
packet-lpd.c \
packet-lsc.c \
packet-ltp.c \
@@ -35,11 +35,10 @@ index 4c7094b..9931f28 100644
packet-lwapp.c \
packet-lwres.c \
packet-m2pa.c \
-diff --git a/epan/dissectors/packet-lucent_hnb.c b/epan/dissectors/packet-lucent_hnb.c
-new file mode 100644
-index 0000000..296f98b
---- /dev/null
-+++ b/epan/dissectors/packet-lucent_hnb.c
+Index: wireshark/epan/dissectors/packet-lucent_hnb.c
+===================================================================
+--- /dev/null 1970-01-01 00:00:00.000000000 +0000
++++ wireshark/epan/dissectors/packet-lucent_hnb.c 2011-09-06 12:30:52.000000000 +0200
@@ -0,0 +1,103 @@
+/* packet-lucent_hnb.c
+ * Routines for packet dissection of Alcatel/Lucent HomeNodeB
@@ -144,6 +143,3 @@ index 0000000..296f98b
+ dissector_add("sctp.ppi", LHNB_SCTP_PPI_GMM, lhnb_handle);
+ dissector_add("sctp.port", LHNB_SCTP_PORT, lhnb_handle);
+}
---
-1.7.3.4
-