mirror of
https://github.com/the-tcpdump-group/tcpdump.git
synced 2024-11-24 02:23:27 +08:00
4d399db499
-make use of it in the ISO, Frame-relay and CDP printers
31 lines
1.3 KiB
C
31 lines
1.3 KiB
C
/* @(#) $Header: /tcpdump/master/tcpdump/nlpid.h,v 1.1 2004-10-07 14:53:10 hannes Exp $ (LBL) */
|
|
/*
|
|
* Redistribution and use in source and binary forms, with or without
|
|
* modification, are permitted provided that: (1) source code
|
|
* distributions retain the above copyright notice and this paragraph
|
|
* in its entirety, and (2) distributions including binary code include
|
|
* the above copyright notice and this paragraph in its entirety in
|
|
* the documentation or other materials provided with the distribution.
|
|
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND
|
|
* WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT
|
|
* LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
|
|
* FOR A PARTICULAR PURPOSE.
|
|
*
|
|
* Original code by Hannes Gredler (hannes@juniper.net)
|
|
*/
|
|
|
|
extern struct tok nlpid_values[];
|
|
|
|
#define NLPID_NULLNS 0x00
|
|
#define NLPID_LMI 0x08 /* ANSI T1.617 Annex D or ITU-T Q.933 Annex A */
|
|
#define NLPID_CISCO_LMI 0x09 /* The original, aka Cisco, aka Gang of Four */
|
|
#define NLPID_SNAP 0x80
|
|
#define NLPID_CLNP 0x81 /* iso9577 */
|
|
#define NLPID_ESIS 0x82 /* iso9577 */
|
|
#define NLPID_ISIS 0x83 /* iso9577 */
|
|
#define NLPID_CONS 0x84
|
|
#define NLPID_IDRP 0x85
|
|
#define NLPID_IP 0xcc
|
|
#define NLPID_X25_ESIS 0x8a
|
|
#define NLPID_IP6 0x8e
|