aboutsummaryrefslogtreecommitdiffstats
path: root/epan/column_info.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-07-05 09:29:06 +0000
committerGuy Harris <guy@alum.mit.edu>2004-07-05 09:29:06 +0000
commitb373ded136367f49569569272830e32e0bdd49da (patch)
tree247f2f159d9c4d41a67eeb39dc171aba78a48184 /epan/column_info.h
parent074c978ab54db36b6dd426550bf558c3ad098482 (diff)
From Jouni Malinen: add columns for the 802.11 data rate and signal
strength for AVS headers. Also add them for the Prism and Radiotap headers, and for the pseudo-header from non-native captures. svn path=/trunk/; revision=11316
Diffstat (limited to 'epan/column_info.h')
-rw-r--r--epan/column_info.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/epan/column_info.h b/epan/column_info.h
index 51b6661b6a..6556ad3d7b 100644
--- a/epan/column_info.h
+++ b/epan/column_info.h
@@ -1,7 +1,7 @@
/* column.h
* Definitions for column structures and routines
*
- * $Id: column_info.h,v 1.12 2004/01/31 04:10:04 guy Exp $
+ * $Id: column_info.h,v 1.13 2004/07/05 09:29:06 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -93,6 +93,8 @@ enum {
COL_SRCIDX, /* Src port idx - Cisco MDS-specific */
COL_DSTIDX, /* Dst port idx - Cisco MDS-specific */
COL_VSAN, /* VSAN - Cisco MDS-specific */
+ COL_TX_RATE, /* IEEE 802.11 - TX rate in Mbps */
+ COL_RSSI, /* IEEE 802.11 - received signal strength */
NUM_COL_FMTS /* Should always be last */
};