Add HFILL to explicitly fill in some additional structure members.
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 26 Jun 2001 20:50:30 +0000 (20:50 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 26 Jun 2001 20:50:30 +0000 (20:50 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3609 f5534014-38df-0310-8fa8-9805f1628bb7

packet-isis-hello.c
packet-rsvp.c

index 932ade2d1919f6d328de21d7462346f7d1f8cbb5..ebd076d77aa2334a6f9a3fb50fe6566bf80ebbf3 100644 (file)
@@ -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[] = {
index 41e7a73ec1d54c9cf10184c65ed87ee910aef337..842af9ee94d9bfbae10dc20eb224f92d03f4105a 100644 (file)
@@ -3,7 +3,7 @@
  *
  * (c) Copyright Ashok Narayanan <ashokn@cisco.com>
  *
- * $Id: packet-rsvp.c,v 1.45 2001/06/23 19:45:12 guy Exp $
+ * $Id: packet-rsvp.c,v 1.46 2001/06/26 20:50:30 guy Exp $
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@ethereal.com>
@@ -437,7 +437,7 @@ static hf_register_info rsvpf_info[] = {
 
     {&rsvp_filter[RSVPF_HELLO], 
      { "HELLO Message", "rsvp.hello", FT_BOOLEAN, BASE_NONE, NULL, 0x0,
-       "" }},
+       "", HFILL }},
 
     {&rsvp_filter[RSVPF_RESV], 
      { "Resv Message", "rsvp.resv", FT_BOOLEAN, BASE_NONE, NULL, 0x0,
@@ -483,7 +483,7 @@ static hf_register_info rsvpf_info[] = {
 
     {&rsvp_filter[RSVPF_HELLO_OBJ], 
      { "HELLO Request/Ack", "rsvp.hello_obj", FT_NONE, BASE_NONE, NULL, 0x0,
-       "" }},
+       "", HFILL }},
 
     {&rsvp_filter[RSVPF_INTEGRITY], 
      { "INTEGRITY", "rsvp.integrity", FT_NONE, BASE_NONE, NULL, 0x0,
@@ -567,7 +567,7 @@ static hf_register_info rsvpf_info[] = {
 
     {&rsvp_filter[RSVPF_HELLO_OBJ], 
      { "HELLO Message", "rsvp.hello", FT_NONE, BASE_NONE, NULL, 0x0,
-       "" }},
+       "", HFILL }},
 
     {&rsvp_filter[RSVPF_UNKNOWN_OBJ], 
      { "Unknown object", "rsvp.obj_unknown", FT_NONE, BASE_NONE, NULL, 0x0,