aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bootparams.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-bootparams.h')
-rw-r--r--epan/dissectors/packet-bootparams.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/epan/dissectors/packet-bootparams.h b/epan/dissectors/packet-bootparams.h
new file mode 100644
index 0000000000..9601a6a6d1
--- /dev/null
+++ b/epan/dissectors/packet-bootparams.h
@@ -0,0 +1,13 @@
+/* packet-bootparams.h */
+/* $Id$ */
+
+#ifndef PACKET_BOOTPARAMS_H
+#define PACKET_BOOTPARAMS_H
+
+#define BOOTPARAMSPROC_NULL 0
+#define BOOTPARAMSPROC_WHOAMI 1
+#define BOOTPARAMSPROC_GETFILE 2
+
+#define BOOTPARAMS_PROGRAM 100026
+
+#endif