aboutsummaryrefslogtreecommitdiffstats
path: root/epan/column_info.h
diff options
context:
space:
mode:
authorkrj <krj@f5534014-38df-0310-8fa8-9805f1628bb7>2009-09-08 14:21:14 +0000
committerkrj <krj@f5534014-38df-0310-8fa8-9805f1628bb7>2009-09-08 14:21:14 +0000
commitfe568a4feabaaaa5b9fcfc2a44a053162242b6ea (patch)
tree454a8b2a912bc3183e0707441e8b8bf20cfb7296 /epan/column_info.h
parent461b0bb74e2ddb1f6895ec925fa8aa5da527cf53 (diff)
Custom column deprecation:
We fill out the COL_RXID column by using 'pinfo->rxid'. This member is only set by the Fibre Channel dissector based on 'fc.rx_id'. So remove COL_RXID and migrate to 'fc.rx_id' custom column. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29793 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/column_info.h')
-rw-r--r--epan/column_info.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/column_info.h b/epan/column_info.h
index b149be2fb8..d07d4b14cf 100644
--- a/epan/column_info.h
+++ b/epan/column_info.h
@@ -90,7 +90,7 @@ enum {
COL_EXPERT, /* 20) Expert Info */
COL_IF_DIR, /* 21) FW-1 monitor interface/direction */
COL_OXID, /* 22) !! DEPRECATED !! - Fibre Channel OXID */
- COL_RXID, /* 23) Fibre Channel RXID */
+ COL_RXID, /* 23) !! DEPRECATED !! - Fibre Channel RXID */
COL_FR_DLCI, /* 24) !! DEPRECATED !! - Frame Relay DLCI */
COL_FREQ_CHAN, /* 25) IEEE 802.11 (and WiMax?) - Channel */
COL_BSSGP_TLLI, /* 26) !! DEPRECATED !! - GPRS BSSGP IE TLLI */