aboutsummaryrefslogtreecommitdiffstats
path: root/epan/column.c
diff options
context:
space:
mode:
authorKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-08-23 10:25:51 +0000
committerKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-08-23 10:25:51 +0000
commit00670c55c67b20c1a0421730f646bc8eb80ad664 (patch)
treeafd30fe2adc33e78d2e04b650ef6abe15ca063fe /epan/column.c
parent205129d25cd5e20a955e7831994e3cda3c3e47a8 (diff)
Custom columfication:
* Deprecate COL_HPUX_DEVID (HP-UX Device ID). Use nettl.devid svn path=/trunk/; revision=29517
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 46ad58356b..710e48c11c 100644
--- a/epan/column.c
+++ b/epan/column.c
@@ -74,7 +74,7 @@ col_format_to_string(gint fmt) {
"%C", /* 24) COL_FR_DLCI */
"%F", /* 25) COL_FREQ_CHAN */
"%l", /* 26) COL_BSSGP_TLLI */
- "%P", /* 27) COL_HPUX_DEVID */
+ "%P", /* 27) !! DEPRECATED !! - COL_HPUX_DEVID */
"%H", /* 28) !! DEPRECATED !! - COL_HPUX_SUBSYS */
"%hd", /* 29) COL_DEF_DL_DST */
"%hs", /* 30) COL_DEF_DL_SRC */
@@ -144,7 +144,7 @@ static const gchar *dlist[NUM_COL_FMTS] = {
"Frame Relay DLCI", /* 24) COL_FR_DLCI */
"Frequency/Channel", /* 25) COL_FREQ_CHAN */
"GPRS BSSGP TLLI", /* 26) COL_BSSGP_TLLI */
- "HP-UX Device ID", /* 27) COL_HPUX_DEVID */
+ "HP-UX Device ID", /* 27) !! DEPRECATED !! - COL_HPUX_DEVID */
"HP-UX Subsystem", /* 28) !! DEPRECATED !! - COL_HPUX_SUBSYS */
"Hardware dest addr", /* 29) COL_DEF_DL_DST */
"Hardware src addr", /* 30) COL_DEF_DL_SRC */