summaryrefslogtreecommitdiff
path: root/wiretap
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2017-05-03 18:45:11 -0700
committerGuy Harris <guy@alum.mit.edu>2017-05-04 01:45:56 +0000
commit7c6bdc3ac90f8b526050d7b4327109b8442bb61d (patch)
tree24d369680006a82d19b17dcdbcd1e175a976cd2e /wiretap
parent6b7d99022b1007d8762e4c46bd5a746674349cca (diff)
downloadwireshark-7c6bdc3ac90f8b526050d7b4327109b8442bb61d.tar.gz
More description of stats headers.
Change-Id: I21ee8b39b96dd58ea1dfeb502e8734b33aa298c1 Reviewed-on: https://code.wireshark.org/review/21483 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'wiretap')
-rw-r--r--wiretap/vwr.c8
1 files changed, 8 insertions, 0 deletions
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.
*/