From 24bdc241d71c6c39932989c1e57d7a5bda40e8b6 Mon Sep 17 00:00:00 2001 From: solomon Date: Thu, 14 Nov 2002 20:06:11 +0000 Subject: [PATCH] updates. --- doc/capturefrm.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/capturefrm.txt b/doc/capturefrm.txt index bf4e720..6957250 100644 --- a/doc/capturefrm.txt +++ b/doc/capturefrm.txt @@ -11,13 +11,15 @@ All sniff frames follow the same format: Offset Name Size Description -------------------------------------------------------------------- 0 CaptureHeader AVS capture metadata header - 56 802.11Header [10-30] 802.11 frame header + 64 802.11Header [10-30] 802.11 frame header ?? 802.11Payload [0-2312] 802.11 frame payload ?? 802.11FCS 4 802.11 frame check sequence Note that the header and payload are variable length and the payload may be empty. +If the hardware does not supply the FCS to the driver, then the frame shall +have a FCS of 0xFFFFFFFF. 3. Byte Order All multibyte fields of the capture header are in "network" byte