aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--packet-bootparams.c4
-rw-r--r--packet-portmap.c4
-rw-r--r--packet-portmap.h9
-rw-r--r--packet-ypbind.c4
-rw-r--r--packet-ypserv.c4
5 files changed, 16 insertions, 9 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);
diff --git a/packet-portmap.c b/packet-portmap.c
index 28687eb1b2..b0f343ff28 100644
--- a/packet-portmap.c
+++ b/packet-portmap.c
@@ -1,7 +1,7 @@
/* packet-portmap.c
* Routines for portmap dissection
*
- * $Id: packet-portmap.c,v 1.1 1999/11/10 17:23:53 nneul Exp $
+ * $Id: packet-portmap.c,v 1.2 1999/11/10 21:05:09 nneul Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@unicom.net>
@@ -67,7 +67,7 @@ const vsff portmap2_proc[] = {
void
proto_register_portmap(void)
{
- proto_portmap = proto_register_protocol("Portmap", "PORTMAP");
+ proto_portmap = proto_register_protocol("Portmap", "portmap");
/* Register the protocol as RPC */
rpc_init_prog(proto_portmap, PORTMAP_PROGRAM, ETT_PORTMAP);
diff --git a/packet-portmap.h b/packet-portmap.h
index 6c7528025a..d3adf1f026 100644
--- a/packet-portmap.h
+++ b/packet-portmap.h
@@ -1,5 +1,5 @@
/* packet-portmap.h */
-/* $Id: packet-portmap.h,v 1.1 1999/11/10 17:23:53 nneul Exp $ */
+/* $Id: packet-portmap.h,v 1.2 1999/11/10 21:05:10 nneul Exp $ */
#ifndef PACKET_PORTMAP_H
#define PACKET_PORTMAP_H
@@ -13,4 +13,11 @@
#define PORTMAPPROC_DUMP 4
#define PORTMAPPROC_CALLIT 5
+struct pmap {
+ guint32 pm_prog;
+ guint32 pm_vers;
+ guint32 pm_prot;
+ guint32 pm_port;
+};
+
#endif
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);
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);