19#define ISIS_REQUIRED_VERSION 1
24#define ISIS_TYPE_L1_HELLO 15
25#define ISIS_TYPE_L2_HELLO 16
26#define ISIS_TYPE_PTP_HELLO 17
27#define ISIS_TYPE_L1_LSP 18
28#define ISIS_TYPE_L2_LSP 20
29#define ISIS_TYPE_L1_CSNP 24
30#define ISIS_TYPE_L2_CSNP 25
31#define ISIS_TYPE_L1_PSNP 26
32#define ISIS_TYPE_L2_PSNP 27
34#define ISIS_TYPE_MASK 0x1f
35#define ISIS_TYPE_RESERVED_MASK 0xe0
41 uint8_t header_length;
42 uint8_t system_id_len;
48extern int hf_isis_clv_key_id;
Definition packet-isis.h:40