summaryrefslogtreecommitdiff
path: root/epan/column_info.h
diff options
context:
space:
mode:
authorKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-09-08 14:17:36 +0000
committerKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-09-08 14:17:36 +0000
commitcdfeebdd26121aedfd14aca657d02ba2648f06d4 (patch)
treeabee187951dbd27c5394ecf71f599c90daf17f1a /epan/column_info.h
parent7ce24f7744e90e129f5c3d8848b21342d5745150 (diff)
downloadwireshark-cdfeebdd26121aedfd14aca657d02ba2648f06d4.tar.gz
Custom column deprecation:
We fill out the COL_OXID column by using 'pinfo->oxid'. This member is only set by the Fibre Channel dissector based on 'fc.ox_id'. So remove COL_OXID and migrate to 'fc.ox_id' custom column. svn path=/trunk/; revision=29792
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 8984cddd4a..b149be2fb8 100644
--- a/epan/column_info.h
+++ b/epan/column_info.h
@@ -89,7 +89,7 @@ enum {
COL_DEF_DST_PORT, /* 19) Destination port */
COL_EXPERT, /* 20) Expert Info */
COL_IF_DIR, /* 21) FW-1 monitor interface/direction */
- COL_OXID, /* 22) Fibre Channel OXID */
+ COL_OXID, /* 22) !! DEPRECATED !! - Fibre Channel OXID */
COL_RXID, /* 23) Fibre Channel RXID */
COL_FR_DLCI, /* 24) !! DEPRECATED !! - Frame Relay DLCI */
COL_FREQ_CHAN, /* 25) IEEE 802.11 (and WiMax?) - Channel */