Revert "TODO epan/dissectors/asn1/kerberos/packet-kerberos-template.c new GSS flags"
[wireshark-sm.git] / epan / dissectors / packet-idp.h
blob45310d0b95e1e9584ed9e382ba78d205ddfdc1a9
1 /* packet-idp.h
2 * Declarations for XNS IDP
4 * Wireshark - Network traffic analyzer
5 * By Gerald Combs <gerald@wireshark.org>
6 * Copyright 1998 Gerald Combs
8 * SPDX-License-Identifier: GPL-2.0-or-later
9 */
11 #ifndef __PACKET_IDP_H__
12 #define __PACKET_IDP_H__
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
21 * 3Com SMB-over-XNS?
23 #define IDP_SOCKET_SMB 0x0bbc
25 #endif