aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nettl.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/dissectors/packet-nettl.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/dissectors/packet-nettl.c')
-rw-r--r--epan/dissectors/packet-nettl.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/epan/dissectors/packet-nettl.c b/epan/dissectors/packet-nettl.c
index e06848a933..3a7eba1f40 100644
--- a/epan/dissectors/packet-nettl.c
+++ b/epan/dissectors/packet-nettl.c
@@ -213,12 +213,6 @@ dissect_nettl(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
pinfo->current_proto = "nettl";
- if (check_col(pinfo->cinfo, COL_HPUX_DEVID)) {
- col_clear(pinfo->cinfo, COL_HPUX_DEVID);
- col_add_fstr(pinfo->cinfo, COL_HPUX_DEVID, "%4d",
- pinfo->pseudo_header->nettl.devid);
- }
-
if (tree) {
nettl_item = proto_tree_add_protocol_format(tree, proto_nettl, tvb,
0, -1, "HP-UX Network Tracing and Logging (nettl) header");