aboutsummaryrefslogtreecommitdiffstats
path: root/packet-tpkt.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-06-18 02:18:27 +0000
committerGuy Harris <guy@alum.mit.edu>2001-06-18 02:18:27 +0000
commit84123931970a8a0f1af281e7351eadabba3c0908 (patch)
tree90c18fd2b2f7ddb3e9eac08059e59c3e0068f743 /packet-tpkt.c
parentb9222c0011e362d2ba9895af4eaef04a3d72c8c6 (diff)
From Joerg Mayer: explicitly fill in all members of a
"header_field_info" structure, including the ones that are later set by the routines to register fields. svn path=/trunk/; revision=3561
Diffstat (limited to 'packet-tpkt.c')
-rw-r--r--packet-tpkt.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/packet-tpkt.c b/packet-tpkt.c
index 3ac45c31e5..ce7ffaefa9 100644
--- a/packet-tpkt.c
+++ b/packet-tpkt.c
@@ -7,7 +7,7 @@
* Routine to dissect RFC 1006 TPKT packet containing OSI TP PDU
* Copyright 2001, Martin Thomas <Martin_A_Thomas@yahoo.com>
*
- * $Id: packet-tpkt.c,v 1.6 2001/06/12 06:31:14 guy Exp $
+ * $Id: packet-tpkt.c,v 1.7 2001/06/18 02:17:53 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -188,7 +188,7 @@ proto_register_tpkt(void)
BASE_DEC,
NULL,
0x0,
- ""
+ "", HFILL
}
},
{
@@ -200,7 +200,7 @@ proto_register_tpkt(void)
BASE_DEC,
NULL,
0x0,
- ""
+ "", HFILL
}
},
{
@@ -212,7 +212,7 @@ proto_register_tpkt(void)
BASE_DEC,
NULL,
0x0,
- ""
+ "", HFILL
}
},
};