aboutsummaryrefslogtreecommitdiffstats
path: root/epan/column_info.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-12-10 01:17:21 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-12-10 01:17:21 +0000
commit63b1e7c029e34764f99cfe5254c349a2d1b74d20 (patch)
tree4e5e5115c1bda502d83cfb16f1f6c58a5851efbb /epan/column_info.h
parentaa08f497dccd61a1781355951ba456f914dba1ad (diff)
Add a new type of column for the circuit ID (Frame Relay DLCI, ISDN
channel number, X.25 logical channel number). Clean up white space and the like, and get rid of unnecessary arguments to "col_set_port()". git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6772 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/column_info.h')
-rw-r--r--epan/column_info.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/column_info.h b/epan/column_info.h
index f88b82f637..be4a064cfb 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.5 2002/12/10 00:12:59 guy Exp $
+ * $Id: column_info.h,v 1.6 2002/12/10 01:17:21 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -88,6 +88,7 @@ enum {
COL_OXID, /* Fibre Channel OXID */
COL_RXID, /* Fibre Channel RXID */
COL_IF_DIR, /* FW-1 monitor interface/direction */
+ COL_CIRCUIT_ID, /* Circuit ID */
NUM_COL_FMTS /* Should always be last */
};