From 4c753cd394dd7a7d4da71cdd6a048e48bdde3e7f Mon Sep 17 00:00:00 2001 From: Bruce M Simpson Date: Wed, 31 Mar 2004 00:14:06 +0000 Subject: Update tcpdump/libpcap ports for new releases 3.8.3/0.8.3. Reset PORTREVISION. Update radiotap patches as radiotap is not yet in tcpdump release branch due to endianness issues. --- net/tcpdump/files/extra-patch-print-802_11.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'net/tcpdump/files/extra-patch-print-802_11.c') diff --git a/net/tcpdump/files/extra-patch-print-802_11.c b/net/tcpdump/files/extra-patch-print-802_11.c index fecd4dbbd1a0..571adc13b29d 100644 --- a/net/tcpdump/files/extra-patch-print-802_11.c +++ b/net/tcpdump/files/extra-patch-print-802_11.c @@ -1,5 +1,5 @@ ---- print-802_11.c.orig Tue Jul 22 18:36:57 2003 -+++ print-802_11.c Wed Dec 10 18:56:16 2003 +--- print-802_11.c.orig Wed Dec 10 09:52:33 2003 ++++ print-802_11.c Wed Mar 31 01:03:41 2004 @@ -41,15 +41,20 @@ #include "extract.h" @@ -23,7 +23,7 @@ sep = " "; \ } \ if (p.rates.length != 0) \ -@@ -924,9 +929,194 @@ +@@ -919,9 +924,194 @@ return ieee802_11_print(p, h->len, h->caplen); } @@ -218,7 +218,7 @@ u_int32_t caphdr_len; caphdr_len = EXTRACT_32BITS(p + 4); -@@ -977,7 +1167,7 @@ +@@ -972,7 +1162,7 @@ } if (EXTRACT_32BITS(p) == WLANCAP_MAGIC_COOKIE_V1) -- cgit v1.2.3