Revert "TODO epan/dissectors/asn1/kerberos/packet-kerberos-template.c new GSS flags"
[wireshark-sm.git] / epan / dissectors / packet-atalk.h
blob84d3af77fef7ddfb06b7ad6573068894c8c45e72
1 /* packet-atalk.h
2 * Definitions for Appletalk packet disassembly (DDP, currently).
4 * SPDX-License-Identifier: GPL-2.0-or-later
5 */
7 #ifndef __PACKET_ATALK_H__
8 #define __PACKET_ATALK_H__
11 * DDP packet types.
13 #define DDP_RTMPDATA 0x01
14 #define DDP_NBP 0x02
15 #define DDP_ATP 0x03
16 #define DDP_AEP 0x04
17 #define DDP_RTMPREQ 0x05
18 #define DDP_ZIP 0x06
19 #define DDP_ADSP 0x07
20 #define DDP_EIGRP 0x58
22 #endif