aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ripng.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-ripng.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-ripng.c')
-rw-r--r--packet-ripng.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/packet-ripng.c b/packet-ripng.c
index 2c6fe6221b..763bb82e47 100644
--- a/packet-ripng.c
+++ b/packet-ripng.c
@@ -3,7 +3,7 @@
* (c) Copyright Jun-ichiro itojun Hagino <itojun@itojun.org>
* derived from packet-rip.c
*
- * $Id: packet-ripng.c,v 1.20 2001/04/24 02:50:00 guy Exp $
+ * $Id: packet-ripng.c,v 1.21 2001/06/18 02:17:51 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -139,11 +139,11 @@ proto_register_ripng(void)
{ &hf_ripng_cmd,
{ "Command", "ripng.cmd",
FT_UINT8, BASE_DEC, VALS(cmdvals),
- 0x0, "" }},
+ 0x0, "", HFILL }},
{ &hf_ripng_version,
{ "Version", "ripng.version",
FT_UINT8, BASE_DEC, NULL,
- 0x0, "" }},
+ 0x0, "", HFILL }},
};
static gint *ett[] = {
&ett_ripng,