aboutsummaryrefslogtreecommitdiffstats
path: root/packet-isis-hello.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-06-26 20:50:30 +0000
committerGuy Harris <guy@alum.mit.edu>2001-06-26 20:50:30 +0000
commit0b36ed83c656cfe1a55e2145956ea0b11b17db5f (patch)
treeb1e34c82241082a8bad44e1631451e13840ae7b0 /packet-isis-hello.c
parent3242b12d40b5300269c62fb8c32c3bc992a208d4 (diff)
Add HFILL to explicitly fill in some additional structure members.
svn path=/trunk/; revision=3609
Diffstat (limited to 'packet-isis-hello.c')
-rw-r--r--packet-isis-hello.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-isis-hello.c b/packet-isis-hello.c
index 932ade2d19..ebd076d77a 100644
--- a/packet-isis-hello.c
+++ b/packet-isis-hello.c
@@ -1,7 +1,7 @@
/* packet-isis-hello.c
* Routines for decoding isis hello packets and their CLVs
*
- * $Id: packet-isis-hello.c,v 1.17 2001/06/23 19:45:12 guy Exp $
+ * $Id: packet-isis-hello.c,v 1.18 2001/06/26 20:50:30 guy Exp $
* Stuart Stanley <stuarts@mxmail.net>
*
* Ethereal - Network traffic analyzer
@@ -746,7 +746,7 @@ proto_register_isis_hello(void) {
{ &hf_isis_hello_clv_ptp_adj,
{ "point-to-point Adjacency ", "isis_hello.clv_ptp_adj",
- FT_UINT8, BASE_DEC, NULL, 0x0, "" }},
+ FT_UINT8, BASE_DEC, NULL, 0x0, "", HFILL }},
};
static gint *ett[] = {