diff options
author | Nathan Neulinger <nneul@umr.edu> | 1999-11-10 21:05:11 +0000 |
---|---|---|
committer | Nathan Neulinger <nneul@umr.edu> | 1999-11-10 21:05:11 +0000 |
commit | a04402e9061ecb24f7ea9a116bfe6ddd049daaec (patch) | |
tree | b4724f184b765f6d89370b33a6915288e1ea9c95 /packet-ypbind.c | |
parent | 0bf0d908ae0ab2f90d5e775ca6dcb0fe38822236 (diff) | |
download | wireshark-a04402e9061ecb24f7ea9a116bfe6ddd049daaec.tar.gz wireshark-a04402e9061ecb24f7ea9a116bfe6ddd049daaec.tar.bz2 wireshark-a04402e9061ecb24f7ea9a116bfe6ddd049daaec.zip |
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.c | 4 |
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); |