aboutsummaryrefslogtreecommitdiffstats
path: root/packet-time.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-time.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-time.c')
-rw-r--r--packet-time.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-time.c b/packet-time.c
index 4f1bb40f5f..bd18cd28f5 100644
--- a/packet-time.c
+++ b/packet-time.c
@@ -3,7 +3,7 @@
*
* Richard Sharpe <rsharpe@ns.aus.com>
*
- * $Id: packet-time.c,v 1.13 2001/01/25 06:14:14 guy Exp $
+ * $Id: packet-time.c,v 1.14 2001/06/18 02:17:53 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -78,7 +78,7 @@ proto_register_time(void)
{ &hf_time_time,
{ "Time", "time.time",
FT_UINT32, BASE_DEC, NULL, 0x0,
- "Seconds since 00:00 (midnight) 1 January 1900 GMT" }}
+ "Seconds since 00:00 (midnight) 1 January 1900 GMT", HFILL }}
};
static gint *ett[] = {
&ett_time,