summaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-atalk.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-atalk.h')
-rw-r--r--epan/dissectors/packet-atalk.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/epan/dissectors/packet-atalk.h b/epan/dissectors/packet-atalk.h
new file mode 100644
index 00000000..84d3af77
--- /dev/null
+++ b/epan/dissectors/packet-atalk.h
@@ -0,0 +1,22 @@
+/* packet-atalk.h
+ * Definitions for Appletalk packet disassembly (DDP, currently).
+ *
+ * SPDX-License-Identifier: GPL-2.0-or-later
+ */
+
+#ifndef __PACKET_ATALK_H__
+#define __PACKET_ATALK_H__
+
+/*
+ * DDP packet types.
+ */
+#define DDP_RTMPDATA 0x01
+#define DDP_NBP 0x02
+#define DDP_ATP 0x03
+#define DDP_AEP 0x04
+#define DDP_RTMPREQ 0x05
+#define DDP_ZIP 0x06
+#define DDP_ADSP 0x07
+#define DDP_EIGRP 0x58
+
+#endif