3 * Definitions of OSI NLPIDs (Network Layer Protocol IDs)
4 * Laurent Deniel <laurent.deniel@free.fr>
6 * Wireshark - Network traffic analyzer
7 * By Gerald Combs <gerald@wireshark.org>
8 * Copyright 1998 Gerald Combs
10 * SPDX-License-Identifier: GPL-2.0-or-later
16 #include <epan/value_string.h>
18 /* X.263 / ISO/IEC TR 9577 NLPID values. */
20 #define NLPID_NULL 0x00
21 #define NLPID_IPI_T_70 0x01 /* T.70, when an IPI */
22 #define NLPID_SPI_X_29 0x01 /* X.29, when an SPI */
23 #define NLPID_X_633 0x03 /* X.633 */
24 #define NLPID_DMS 0x03 /* Maintenace messages: AT&T TR41459, Nortel NIS A211-1, Telcordia SR-4994, ... */
25 #define NLPID_Q_931 0x08 /* Q.931, Q.932, X.36, ISO 11572, ISO 11582 */
26 #define NLPID_Q_933 0x08 /* Q.933, on Frame Relay */
27 #define NLPID_Q_2931 0x09 /* Q.2931 */
28 #define NLPID_Q_2119 0x0c /* Q.2119 */
29 #define NLPID_SNAP 0x80
30 #define NLPID_ISO8473_CLNP 0x81 /* X.233 */
31 #define NLPID_ISO9542_ESIS 0x82
32 #define NLPID_ISO10589_ISIS 0x83
33 #define NLPID_ISO10747_IDRP 0x85
34 #define NLPID_ISO9542X25_ESIS 0x8a
35 #define NLPID_ISO10030 0x8c
36 #define NLPID_ISO11577 0x8d /* X.273 */
37 #define NLPID_IP6 0x8e
38 #define NLPID_AVAYA_IPVPN 0x8f /* Avaya/Extreme Fabric (SPBM) IPVPN */
39 #define NLPID_COMPRESSED 0xb0 /* "Data compression protocol" */
40 #define NLPID_TRILL 0xc0
41 #define NLPID_SNDCF 0xc1 /* "SubNetwork Dependent Convergence Function */
42 #define NLPID_IEEE_8021AQ 0xc1 /* IEEE 802.1aq (draft-ietf-isis-ieee-aq-05.txt); defined in context of ISIS "supported protocols" TLV */
44 #define NLPID_PPP 0xcf
46 extern const value_string nlpid_vals
[];
49 * 0x09 is, in Frame Relay, LMI, Q.2931.
51 #define NLPID_LMI 0x09 /* LMI */