aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nettl.c
diff options
context:
space:
mode:
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");