aboutsummaryrefslogtreecommitdiffstats
path: root/packet-bootparams.c
diff options
context:
space:
mode:
authorNathan Neulinger <nneul@umr.edu>1999-11-10 21:05:11 +0000
committerNathan Neulinger <nneul@umr.edu>1999-11-10 21:05:11 +0000
commita04402e9061ecb24f7ea9a116bfe6ddd049daaec (patch)
treeb4724f184b765f6d89370b33a6915288e1ea9c95 /packet-bootparams.c
parent0bf0d908ae0ab2f90d5e775ca6dcb0fe38822236 (diff)
Changed protocol names to all lowercase. It looks weird in listing though.
I'm presuming packet-rpc.c will be fixed soon. svn path=/trunk/; revision=1002
Diffstat (limited to 'packet-bootparams.c')
-rw-r--r--packet-bootparams.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-bootparams.c b/packet-bootparams.c
index c31a77ec79..434dafab78 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.1 1999/11/10 17:23:53 nneul Exp $
+ * $Id: packet-bootparams.c,v 1.2 1999/11/10 21:05:09 nneul Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@unicom.net>
@@ -53,7 +53,7 @@ const vsff bootparams1_proc[] = {
void
proto_register_bootparams(void)
{
- proto_bootparams = proto_register_protocol("Boot Parameters", "BOOTPARAMS");
+ proto_bootparams = proto_register_protocol("Boot Parameters", "bootparams");
/* Register the protocol as RPC */
rpc_init_prog(proto_bootparams, BOOTPARAMS_PROGRAM, ETT_BOOTPARAMS);