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-extract.h | |
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 '')
-rw-r--r-- | net/tcpdump/files/extra-patch-extract.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tcpdump/files/extra-patch-extract.h b/net/tcpdump/files/extra-patch-extract.h index 143a27c6fd36..1accfcbab2c5 100644 --- a/net/tcpdump/files/extra-patch-extract.h +++ b/net/tcpdump/files/extra-patch-extract.h @@ -1,5 +1,5 @@ --- extract.h.orig Wed Dec 11 07:13:51 2002 -+++ extract.h Wed Dec 10 18:45:34 2003 ++++ extract.h Wed Mar 31 01:03:41 2004 @@ -96,3 +96,12 @@ (u_int32_t)*((const u_int8_t *)(p) + 2) << 16 | \ (u_int32_t)*((const u_int8_t *)(p) + 1) << 8 | \ |