diff options
| author | Bruce M Simpson <bms@FreeBSD.org> | 2004-03-31 00:14:06 +0000 | 
|---|---|---|
| committer | Bruce M Simpson <bms@FreeBSD.org> | 2004-03-31 00:14:06 +0000 | 
| commit | 4c753cd394dd7a7d4da71cdd6a048e48bdde3e7f (patch) | |
| tree | d4c411ad8a525640975223965690c9e20dd2e053 /net/tcpdump/files/extra-patch-print-802_11.c | |
| parent | Mark uemacs NO_CDROM: (diff) | |
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.
Diffstat (limited to 'net/tcpdump/files/extra-patch-print-802_11.c')
| -rw-r--r-- | net/tcpdump/files/extra-patch-print-802_11.c | 8 | 
1 files changed, 4 insertions, 4 deletions
| 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) | 
