aboutsummaryrefslogtreecommitdiffstats
path: root/packet-rsh.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-06-18 02:18:27 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-06-18 02:18:27 +0000
commitecadcda85dc61d927369fbc4a808f4b5767239d6 (patch)
tree90c18fd2b2f7ddb3e9eac08059e59c3e0068f743 /packet-rsh.c
parent89bc50802cc54053da815c4e153b4a8c924a8c61 (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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3561 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-rsh.c')
-rw-r--r--packet-rsh.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/packet-rsh.c b/packet-rsh.c
index 2a549fdf8f..dd5a375745 100644
--- a/packet-rsh.c
+++ b/packet-rsh.c
@@ -4,7 +4,7 @@
* Robert Tsai <rtsai@netapp.com>
* Liberally copied from packet-http.c, by Guy Harris <guy@alum.mit.edu>
*
- * $Id: packet-rsh.c,v 1.10 2001/01/22 08:03:46 guy Exp $
+ * $Id: packet-rsh.c,v 1.11 2001/06/18 02:17:51 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -113,11 +113,11 @@ proto_register_rsh(void)
{ &hf_rsh_response,
{ "Response", "rsh.response",
FT_BOOLEAN, BASE_NONE, NULL, 0x0,
- "TRUE if rsh response" }},
+ "TRUE if rsh response", HFILL }},
{ &hf_rsh_request,
{ "Request", "rsh.request",
FT_BOOLEAN, BASE_NONE, NULL, 0x0,
- "TRUE if rsh request" }},
+ "TRUE if rsh request", HFILL }},
};
static gint *ett[] = {