aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ypbind.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-ypbind.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-ypbind.c')
-rw-r--r--packet-ypbind.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-ypbind.c b/packet-ypbind.c
index 8044ec45d0..9a65887acc 100644
--- a/packet-ypbind.c
+++ b/packet-ypbind.c
@@ -1,7 +1,7 @@
/* packet-ypbind.c
* Routines for ypbind dissection
*
- * $Id: packet-ypbind.c,v 1.1 1999/11/10 17:23:54 nneul Exp $
+ * $Id: packet-ypbind.c,v 1.2 1999/11/10 21:05:11 nneul Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@unicom.net>
@@ -61,7 +61,7 @@ const vsff ypbind2_proc[] = {
void
proto_register_ypbind(void)
{
- proto_ypbind = proto_register_protocol("Yellow Pages Bind", "YPBIND");
+ proto_ypbind = proto_register_protocol("Yellow Pages Bind", "ypbind");
/* Register the protocol as RPC */
rpc_init_prog(proto_ypbind, YPBIND_PROGRAM, ETT_YPBIND);