Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
packet-idp.h
1/* packet-idp.h
2 * Declarations for XNS IDP
3 *
4 * Wireshark - Network traffic analyzer
5 * By Gerald Combs <[email protected]>
6 * Copyright 1998 Gerald Combs
7 *
8 * SPDX-License-Identifier: GPL-2.0-or-later
9 */
10
11#ifndef __PACKET_IDP_H__
12#define __PACKET_IDP_H__
13
14#define IDP_PACKET_TYPE_RIP 1
15#define IDP_PACKET_TYPE_ECHO 2
16#define IDP_PACKET_TYPE_ERROR 3
17#define IDP_PACKET_TYPE_PEP 4
18#define IDP_PACKET_TYPE_SPP 5
19#define IDP_PACKET_TYPE_PUPLOOKUP 6
20
21#define IDP_SOCKET_RIP 1
22#define IDP_SOCKET_ECHO 2
23#define IDP_SOCKET_ERROR 3
24#define IDP_SOCKET_COURIER 5
25#define IDP_SOCKET_TIME 8
26#define IDP_SOCKET_PUPLOOKUP 9
27
28/*
29 * 3Com SMB-over-XNS?
30 */
31#define IDP_SOCKET_SMB 0x0bbc
32
33#endif