From 636cf71163d6bbe046512b4f78dc31baf0bb2478 Mon Sep 17 00:00:00 2001 From: Bruce M Simpson Date: Sat, 3 Apr 2004 06:24:17 +0000 Subject: Update WITH_RADIOTAP patches to new endian-aware version. DLT 127 is to be treated as little-endian. Submitted by: Sam Leffler --- net/tcpdump/files/extra-patch-extract.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/tcpdump/files/extra-patch-extract.h') 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 | \ -- cgit v1.2.3