aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ypbind.h
diff options
context:
space:
mode:
authornneul <nneul@f5534014-38df-0310-8fa8-9805f1628bb7>1999-11-10 17:23:55 +0000
committernneul <nneul@f5534014-38df-0310-8fa8-9805f1628bb7>1999-11-10 17:23:55 +0000
commit5f337ae08d973567a4705e8e6616631ab307daa0 (patch)
tree0a036fb7fdc3baa48712e5737a86dd04a6858d37 /packet-ypbind.h
parent0076df60a57942e2751a5ff8e53de109806bdc5e (diff)
Added stubs for various RPC routines:
portmap ypserv ypxfr ypserv bootparams Stubs currently just map procedure numbers to names. I'll add some more decoding of the actual procedure call/reply contents eventually. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@998 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-ypbind.h')
-rw-r--r--packet-ypbind.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/packet-ypbind.h b/packet-ypbind.h
new file mode 100644
index 0000000000..aac98b3e2f
--- /dev/null
+++ b/packet-ypbind.h
@@ -0,0 +1,13 @@
+/* packet-ypbind.h */
+/* $Id: packet-ypbind.h,v 1.1 1999/11/10 17:23:54 nneul Exp $ */
+
+#ifndef PACKET_YPBIND_H
+#define PACKET_YPBIND_H
+
+#define YPBINDPROC_NULL 0
+#define YPBINDPROC_DOMAIN 1
+#define YPBINDPROC_SETDOM 2
+
+#define YPBIND_PROGRAM 100007
+
+#endif