aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ypserv.c
diff options
context:
space:
mode:
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);