From 55cf35e3a01a8c3dfb9fb6219fa494fe22ce4df5 Mon Sep 17 00:00:00 2001 From: Kovarththanan Rajaratnam Date: Sun, 23 Aug 2009 12:16:10 +0000 Subject: Custom columnfication: * Deprecate COL_FR_DLCI (Frame Relay DLCI). Use fr.dlci svn path=/trunk/; revision=29522 --- epan/column.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'epan/column.c') 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 */ -- cgit v1.2.1