summaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ypbind.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-ypbind.h')
-rw-r--r--epan/dissectors/packet-ypbind.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/epan/dissectors/packet-ypbind.h b/epan/dissectors/packet-ypbind.h
new file mode 100644
index 00000000..f39413a6
--- /dev/null
+++ b/epan/dissectors/packet-ypbind.h
@@ -0,0 +1,20 @@
+/* packet-ypbind.h
+ *
+ * Wireshark - Network traffic analyzer
+ * By Gerald Combs <gerald@wireshark.org>
+ * Copyright 1998 Gerald Combs
+ *
+ *
+ * SPDX-License-Identifier: GPL-2.0-or-later
+ */
+
+#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