aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ypserv.c
diff options
context:
space:
mode:
authornneul <nneul@f5534014-38df-0310-8fa8-9805f1628bb7>1999-11-10 21:05:11 +0000
committernneul <nneul@f5534014-38df-0310-8fa8-9805f1628bb7>1999-11-10 21:05:11 +0000
commit1c3fce47e3afb5934823f67a618baf8903ee32ce (patch)
treeb4724f184b765f6d89370b33a6915288e1ea9c95 /packet-ypserv.c
parent8ebcfba5b54b50246c000cff723afe1c1a2aa862 (diff)
Changed protocol names to all lowercase. It looks weird in listing though.
I'm presuming packet-rpc.c will be fixed soon. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@1002 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-ypserv.c')
-rw-r--r--packet-ypserv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-ypserv.c b/packet-ypserv.c
index 1deee7ae2c..c67def9b12 100644
--- a/packet-ypserv.c
+++ b/packet-ypserv.c
@@ -1,7 +1,7 @@
/* packet-ypserv.c
* Routines for ypserv dissection
*
- * $Id: packet-ypserv.c,v 1.1 1999/11/10 17:23:54 nneul Exp $
+ * $Id: packet-ypserv.c,v 1.2 1999/11/10 21:05:11 nneul Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@unicom.net>
@@ -79,7 +79,7 @@ const vsff ypserv2_proc[] = {
void
proto_register_ypserv(void)
{
- proto_ypserv = proto_register_protocol("Yellow Pages Service", "YPSERV");
+ proto_ypserv = proto_register_protocol("Yellow Pages Service", "ypserv");
/* Register the protocol as RPC */
rpc_init_prog(proto_ypserv, YPSERV_PROGRAM, ETT_YPSERV);