diff options
author | Bruce M Simpson <bms@FreeBSD.org> | 2004-04-03 06:24:17 +0000 |
---|---|---|
committer | Bruce M Simpson <bms@FreeBSD.org> | 2004-04-03 06:24:17 +0000 |
commit | 636cf71163d6bbe046512b4f78dc31baf0bb2478 (patch) | |
tree | 16c9bd409594c82f16dbc0f8cd2a9aa927f34aae /net/tcpdump/files/extra-patch-extract.h | |
parent | Add deskutils/phpicalendar (diff) |
Update WITH_RADIOTAP patches to new endian-aware version. DLT 127 is to
be treated as little-endian.
Submitted by: Sam Leffler
Diffstat (limited to 'net/tcpdump/files/extra-patch-extract.h')
-rw-r--r-- | net/tcpdump/files/extra-patch-extract.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/tcpdump/files/extra-patch-extract.h b/net/tcpdump/files/extra-patch-extract.h index 1accfcbab2c5..0557722c67f2 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 Mar 31 01:03:41 2004 +--- extract.h.orig Tue Dec 10 23:13:51 2002 ++++ extract.h Tue Mar 30 20:38:35 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 | \ |