From ba292329e05703e5bdbc7fdcc8346a11dc1d8133 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Thu, 11 Sep 2008 03:37:16 +0000 Subject: Suggest why we might have at least 3 different network subtypes for 802.11. svn path=/trunk/; revision=26175 --- wiretap/airopeek9.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'wiretap/airopeek9.c') diff --git a/wiretap/airopeek9.c b/wiretap/airopeek9.c index bbd036158e..c96ec5cb4f 100644 --- a/wiretap/airopeek9.c +++ b/wiretap/airopeek9.c @@ -52,7 +52,13 @@ typedef struct airopeek_section_header { guint32 section_const; } airopeek_section_header_t; -/* network subtype values */ +/* + * Network subtype values. + * + * XXX - do different network subtype values for 802.11 indicate different + * network adapter types, with some adapters supplying the FCS and others + * not supplying the FCS? + */ #define AIROPEEK_V9_NST_ETHERNET 0 #define AIROPEEK_V9_NST_802_11 1 /* 802.11 with 0's at the end */ #define AIROPEEK_V9_NST_802_11_2 2 /* 802.11 with 0's at the end */ -- cgit v1.2.3