summaryrefslogtreecommitdiff
path: root/wiretap/wtap.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2015-07-07 00:39:50 -0700
committerGuy Harris <guy@alum.mit.edu>2015-07-07 07:40:31 +0000
commit53fcaabe66a7a307f231412111f7890b29bcb6d2 (patch)
tree974bf8c981c17daee0e2070b537328e66ac2bab8 /wiretap/wtap.h
parent21754f43e1e7139bcd3d673714c2a191681a63e9 (diff)
downloadwireshark-53fcaabe66a7a307f231412111f7890b29bcb6d2.tar.gz
Use the NSS provided by the Ixia Veriwave hardware.
It doesn't appear to provide the FEC type, although radiotap does, so add a flag to indicate whether we have that. Change-Id: I298d79bc6b640ee2408c3d70075c32bf331a210c Reviewed-on: https://code.wireshark.org/review/9533 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'wiretap/wtap.h')
-rw-r--r--wiretap/wtap.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/wiretap/wtap.h b/wiretap/wtap.h
index 52d7139335..9f9f4871d1 100644
--- a/wiretap/wtap.h
+++ b/wiretap/wtap.h
@@ -745,8 +745,9 @@ struct ieee_802_11ac {
#define PHDR_802_11AC_HAS_LDPC_EXTRA_OFDM_SYMBOL 0x00000010 /* ldpc_extra_ofdm_symbol */
#define PHDR_802_11AC_HAS_BEAMFORMED 0x00000020 /* beamformed */
#define PHDR_802_11AC_HAS_BANDWIDTH 0x00000040 /* bandwidth */
-#define PHDR_802_11AC_HAS_GROUP_ID 0x00000080 /* group_id */
-#define PHDR_802_11AC_HAS_PARTIAL_AID 0x00000100 /* partial_aid */
+#define PHDR_802_11AC_HAS_FEC 0x00000080 /* fec */
+#define PHDR_802_11AC_HAS_GROUP_ID 0x00000100 /* group_id */
+#define PHDR_802_11AC_HAS_PARTIAL_AID 0x00000200 /* partial_aid */
struct ieee_802_11_phdr {
gint fcs_len; /* Number of bytes of FCS - -1 means "unknown" */