Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
packet-atalk.h
1/* packet-atalk.h
2 * Definitions for Appletalk packet disassembly (DDP, currently).
3 *
4 * SPDX-License-Identifier: GPL-2.0-or-later
5 */
6
7#ifndef __PACKET_ATALK_H__
8#define __PACKET_ATALK_H__
9
10/*
11 * DDP packet types.
12 */
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
21
22#endif