[oe-commits] Sergey Lapin : wireshark_1.0.5: patch for IEEE80215.4 to have 'nofcs' dissector by default

GIT User account git at amethyst.openembedded.net
Mon Feb 16 06:40:39 UTC 2009


Module: openembedded.git
Branch: ieee80215
Commit: 4ce0c4e92e3c2a0248f722c59540ce7c7d6a57b4
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=4ce0c4e92e3c2a0248f722c59540ce7c7d6a57b4

Author: Sergey Lapin <slapin at ossfans.org>
Date:   Mon Feb 16 09:40:08 2009 +0300

wireshark_1.0.5: patch for IEEE80215.4 to have 'nofcs' dissector by default

---

 packages/wireshark/files/ieee80215.4.patch |    9 +++++++++
 packages/wireshark/wireshark_1.0.5.bb      |    6 ++++--
 2 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/packages/wireshark/files/ieee80215.4.patch b/packages/wireshark/files/ieee80215.4.patch
new file mode 100644
index 0000000..8bcdd93
--- /dev/null
+++ b/packages/wireshark/files/ieee80215.4.patch
@@ -0,0 +1,9 @@
+--- wireshark-1.0.5.orig/epan/dissectors/packet-ieee802154.c
++++ wireshark-1.0.5/epan/dissectors/packet-ieee802154.c
+@@ -1696,7 +1696,7 @@
+     dissector_handle_t  ieee802154_handle;
+ 
+     /* Get the dissector handles. */
+-    ieee802154_handle   = find_dissector("wpan");
++    ieee802154_handle   = find_dissector("wpan_nofcs");
+     data_handle         = find_dissector("data");
diff --git a/packages/wireshark/wireshark_1.0.5.bb b/packages/wireshark/wireshark_1.0.5.bb
index 0af858e..aa8e66c 100644
--- a/packages/wireshark/wireshark_1.0.5.bb
+++ b/packages/wireshark/wireshark_1.0.5.bb
@@ -6,9 +6,11 @@ DEPENDS = "perl-native gnutls libpcap pcre expat glib-2.0 libsmi gtk+"
 EXTRA_OECONF = "--disable-usrlocal --with-pcap=${STAGING_DIR_HOST}${layout_prefix} \
                 --with-libsmi=${STAGING_DIR_HOST}${layout_prefix} --enable-tshark --enable-wireshark"
 
-PR = "r4"
+PR = "r5"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/wireshark/wireshark-${PV}.tar.bz2 \
+           file://ieee80215.4.patch;patch=1"
 
-SRC_URI = "${SOURCEFORGE_MIRROR}/wireshark/wireshark-${PV}.tar.bz2"
 ARM_INSTRUCTION_SET = "arm"
 
 PACKAGES += "libwireshark1-dev libwireshark1 libwireshark1-dbg"





More information about the Openembedded-commits mailing list