aboutsummaryrefslogtreecommitdiffstats
path: root/packet-bootparams.c
diff options
context:
space:
mode:
Diffstat (limited to 'packet-bootparams.c')
-rw-r--r--packet-bootparams.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/packet-bootparams.c b/packet-bootparams.c
index d6d9b20c83..9ecbb1791e 100644
--- a/packet-bootparams.c
+++ b/packet-bootparams.c
@@ -1,7 +1,7 @@
/* packet-bootparams.c
* Routines for bootparams dissection
*
- * $Id: packet-bootparams.c,v 1.14 2001/01/03 06:55:27 guy Exp $
+ * $Id: packet-bootparams.c,v 1.15 2001/01/18 09:55:09 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -139,8 +139,8 @@ int dissect_whoami_reply(const u_char *pd, int offset, frame_data *fd,
}
/* proc number, "proc name", dissect_request, dissect_reply */
-/* NULL as function pointer means: take the generic one. */
-const vsff bootparams1_proc[] = {
+/* NULL as function pointer means: type of arguments is "void". */
+static const vsff bootparams1_proc[] = {
{ BOOTPARAMSPROC_NULL, "NULL",
NULL, NULL },
{ BOOTPARAMSPROC_WHOAMI, "WHOAMI",