Wireshark
4.7.3
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
epan
dissectors
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_MACIP 0x16
21
#define DDP_ARP 0x17
22
#define DDP_EIGRP 0x58
23
24
#endif
Generated by
1.15.0