aboutsummaryrefslogtreecommitdiffstats
path: root/packet-giop.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-giop.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-giop.c')
-rw-r--r--packet-giop.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/packet-giop.c b/packet-giop.c
index 8cb4a320a0..20ac19ed8f 100644
--- a/packet-giop.c
+++ b/packet-giop.c
@@ -4,7 +4,7 @@
* Laurent Deniel <deniel@worldnet.fr>
* Craig Rodrigues <rodrigc@mediaone.net>
*
- * $Id: packet-giop.c,v 1.33 2001/06/18 01:49:16 guy Exp $
+ * $Id: packet-giop.c,v 1.34 2001/06/18 02:17:46 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -204,7 +204,7 @@ static const value_string reply_status_types[] = {
{ SYSTEM_EXCEPTION, "System Exception" } ,
{ LOCATION_FORWARD, "Location Forward" } ,
{ LOCATION_FORWARD_PERM, "Location Forward Perm" } ,
- { NEEDS_ADDRESSING_MODE, "Needs Addressing Mode"} ,
+ { NEEDS_ADDRESSING_MODE, "Needs Addressing Mode" } ,
{ 0, NULL }
};
@@ -1402,14 +1402,14 @@ proto_register_giop (void)
&hf_giop_message_type,
{
"Message type", "giop.type",
- FT_UINT8, BASE_DEC, NULL, 0x0, ""}
+ FT_UINT8, BASE_DEC, NULL, 0x0, "", HFILL }
}
,
{
&hf_giop_message_size,
{
"Message size", "giop.len",
- FT_UINT32, BASE_DEC, NULL, 0x0, ""}
+ FT_UINT32, BASE_DEC, NULL, 0x0, "", HFILL }
}
,
};