update wireshark patches to current wireshark svn
diff --git a/wireshark/0003-lucent-hnb.patch b/wireshark/0003-lucent-hnb.patch
index 4957db7..c9fc3dc 100644
--- a/wireshark/0003-lucent-hnb.patch
+++ b/wireshark/0003-lucent-hnb.patch
@@ -11,11 +11,11 @@
  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 @@
  	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 @@
  	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 @@
 +	dissector_add("sctp.ppi", LHNB_SCTP_PPI_GMM, lhnb_handle);
 +	dissector_add("sctp.port", LHNB_SCTP_PORT, lhnb_handle);
 +}
--- 
-1.7.3.4
-