summaryrefslogtreecommitdiff
path: root/epan/column.c
diff options
context:
space:
mode:
authorKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-08-23 12:16:10 +0000
committerKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-08-23 12:16:10 +0000
commit55cf35e3a01a8c3dfb9fb6219fa494fe22ce4df5 (patch)
tree73062a37667fd71726c7eaf63ae3f6da8b35499d /epan/column.c
parentea8296ab2676f62c0510233ab2dc3dcbf182d80e (diff)
downloadwireshark-55cf35e3a01a8c3dfb9fb6219fa494fe22ce4df5.tar.gz
Custom columnfication:
* Deprecate COL_FR_DLCI (Frame Relay DLCI). Use fr.dlci svn path=/trunk/; revision=29522
Diffstat (limited to 'epan/column.c')
-rw-r--r--epan/column.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/column.c b/epan/column.c
index 710e48c11c..47bc8e79e7 100644
--- a/epan/column.c
+++ b/epan/column.c
@@ -71,7 +71,7 @@ col_format_to_string(gint fmt) {
"%I", /* 21) COL_IF_DIR */
"%XO", /* 22) COL_OXID */
"%XR", /* 23) COL_RXID */
- "%C", /* 24) COL_FR_DLCI */
+ "%C", /* 24) !! DEPRECATED !! - COL_FR_DLCI */
"%F", /* 25) COL_FREQ_CHAN */
"%l", /* 26) COL_BSSGP_TLLI */
"%P", /* 27) !! DEPRECATED !! - COL_HPUX_DEVID */
@@ -141,7 +141,7 @@ static const gchar *dlist[NUM_COL_FMTS] = {
"FW-1 monitor if/direction", /* 21) COL_IF_DIR */
"Fibre Channel OXID", /* 22) COL_OXID */
"Fibre Channel RXID", /* 23) COL_RXID */
- "Frame Relay DLCI", /* 24) COL_FR_DLCI */
+ "Frame Relay DLCI", /* 24) !! DEPRECATED !! - COL_FR_DLCI */
"Frequency/Channel", /* 25) COL_FREQ_CHAN */
"GPRS BSSGP TLLI", /* 26) COL_BSSGP_TLLI */
"HP-UX Device ID", /* 27) !! DEPRECATED !! - COL_HPUX_DEVID */