xref: /freebsd-src/contrib/tcpdump/nlpid.h (revision 0bff6a5af8cb6d8e5123f8b667df78cac885dbb7)
11de50e9fSSam Leffler /*
21de50e9fSSam Leffler  * Redistribution and use in source and binary forms, with or without
31de50e9fSSam Leffler  * modification, are permitted provided that: (1) source code
41de50e9fSSam Leffler  * distributions retain the above copyright notice and this paragraph
51de50e9fSSam Leffler  * in its entirety, and (2) distributions including binary code include
61de50e9fSSam Leffler  * the above copyright notice and this paragraph in its entirety in
71de50e9fSSam Leffler  * the documentation or other materials provided with the distribution.
81de50e9fSSam Leffler  * THIS SOFTWARE IS PROVIDED ``AS IS'' AND
91de50e9fSSam Leffler  * WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT
101de50e9fSSam Leffler  * LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
111de50e9fSSam Leffler  * FOR A PARTICULAR PURPOSE.
121de50e9fSSam Leffler  *
13*0bff6a5aSEd Maste  * Original code by Hannes Gredler (hannes@gredler.at)
141de50e9fSSam Leffler  */
151de50e9fSSam Leffler 
1627df3f5dSRui Paulo extern const struct tok nlpid_values[];
171de50e9fSSam Leffler 
181de50e9fSSam Leffler #define	NLPID_NULLNS	  0x00
191de50e9fSSam Leffler #define NLPID_Q933      0x08 /* ANSI T1.617 Annex D or ITU-T Q.933 Annex A */
201de50e9fSSam Leffler #define NLPID_LMI       0x09 /* The original, aka Cisco, aka Gang of Four */
211de50e9fSSam Leffler #define NLPID_SNAP      0x80
221de50e9fSSam Leffler #define	NLPID_CLNP	    0x81 /* iso9577 */
231de50e9fSSam Leffler #define	NLPID_ESIS	    0x82 /* iso9577 */
241de50e9fSSam Leffler #define	NLPID_ISIS	    0x83 /* iso9577 */
251de50e9fSSam Leffler #define NLPID_CONS      0x84
261de50e9fSSam Leffler #define NLPID_IDRP      0x85
271de50e9fSSam Leffler #define NLPID_MFR       0xb1 /* FRF.15 */
28d03c0883SXin LI #define NLPID_SPB       0xc1 /* IEEE 802.1aq/D4.5 */
291de50e9fSSam Leffler #define NLPID_IP        0xcc
301de50e9fSSam Leffler #define NLPID_PPP       0xcf
311de50e9fSSam Leffler #define NLPID_X25_ESIS  0x8a
321de50e9fSSam Leffler #define NLPID_IP6       0x8e
33