From 7c6bdc3ac90f8b526050d7b4327109b8442bb61d Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Wed, 3 May 2017 18:45:11 -0700 Subject: More description of stats headers. Change-Id: I21ee8b39b96dd58ea1dfeb502e8734b33aa298c1 Reviewed-on: https://code.wireshark.org/review/21483 Reviewed-by: Guy Harris --- wiretap/vwr.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'wiretap') diff --git a/wiretap/vwr.c b/wiretap/vwr.c index 40445ddd90..7878f706c2 100644 --- a/wiretap/vwr.c +++ b/wiretap/vwr.c @@ -2887,6 +2887,14 @@ static void setup_defaults(vwr_t *vwr, guint16 fpga) vwr->IS_QOS = vVW510021_W_QOS_VALID; /* + * vVW510021_W_STATS_HEADER_LEN = 8 is: + * + * 2 bytes of l1p_1/l1p_2; + * 1 byte of RSSI; + * 2 bytes of MSDU length + other bits + * 1 byte of XXX; + * 2 bytes of VCID. + * * The 12 is for 11 bytes of PLCP and 1 byte of pad * before the data. */ -- cgit v1.2.1