Wireshark  4.3.0
The Wireshark network protocol analyzer
packet-idp.h
1 /* packet-idp.h
2  * Declarations for XNS IDP
3  *
4  * Wireshark - Network traffic analyzer
5  * By Gerald Combs <gerald@wireshark.org>
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 
20 /*
21  * 3Com SMB-over-XNS?
22  */
23 #define IDP_SOCKET_SMB 0x0bbc
24 
25 #endif