summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/tcpdump/tcpdump-4.3.0/0001-minimal-IEEE802.15.4-allowed.patch
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2013-01-05 19:36:44 -0800
committerKhem Raj <raj.khem@gmail.com>2013-01-08 09:31:45 -0800
commite71ddf94913ff10d7fe0cee53b0752b67df774cb (patch)
treeb5fb9c446a1e0dc2cad35be30301742831f67b0d /meta-oe/recipes-support/tcpdump/tcpdump-4.3.0/0001-minimal-IEEE802.15.4-allowed.patch
parentd42ea54e6db25e52837bd4edd77a8285daf867e6 (diff)
downloadmeta-openembedded-e71ddf94913ff10d7fe0cee53b0752b67df774cb.tar.gz
tcpdump: Upgrade from 4.1.1 -> 4.3.0
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/tcpdump/tcpdump-4.3.0/0001-minimal-IEEE802.15.4-allowed.patch')
-rw-r--r--meta-oe/recipes-support/tcpdump/tcpdump-4.3.0/0001-minimal-IEEE802.15.4-allowed.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/tcpdump/tcpdump-4.3.0/0001-minimal-IEEE802.15.4-allowed.patch b/meta-oe/recipes-support/tcpdump/tcpdump-4.3.0/0001-minimal-IEEE802.15.4-allowed.patch
new file mode 100644
index 000000000..9d3d60d4d
--- /dev/null
+++ b/meta-oe/recipes-support/tcpdump/tcpdump-4.3.0/0001-minimal-IEEE802.15.4-allowed.patch
@@ -0,0 +1,22 @@
1From: Sergey Lapin <slapin@slind.org>
2Date: Wed, 28 Jan 2009 16:34:15 +0300
3Subject: [PATCH] minimal IEEE802.15.4 allowed
4
5---
6 tcpdump.c | 3 +++
7 1 files changed, 3 insertions(+), 0 deletions(-)
8
9diff --git a/tcpdump.c b/tcpdump.c
10index 06683af..fbc944c 100644
11--- a/tcpdump.c
12+++ b/tcpdump.c
13@@ -282,6 +282,9 @@ static struct printer printers[] = {
14 #ifdef DLT_MFR
15 { mfr_if_print, DLT_MFR },
16 #endif
17+#ifdef DLT_IEEE802_15_4
18+ { raw_if_print, DLT_IEEE802_15_4 },
19+#endif
20 #if defined(DLT_BLUETOOTH_HCI_H4_WITH_PHDR) && defined(HAVE_PCAP_BLUETOOTH_H)
21 { bt_if_print, DLT_BLUETOOTH_HCI_H4_WITH_PHDR},
22 #endif