117749Spst/*
217749Spst * Copyright (c) 1996
317749Spst *	Juniper Networks, Inc.  All rights reserved.
417749Spst *
517749Spst * Redistribution and use in source and binary forms, with or without
617749Spst * modification, are permitted provided that: (1) source code distributions
717749Spst * retain the above copyright notice and this paragraph in its entirety, (2)
817749Spst * distributions including binary code include the above copyright notice and
917749Spst * this paragraph in its entirety in the documentation or other materials
1017749Spst * provided with the distribution.  The name of Juniper Networks may not
1117749Spst * be used to endorse or promote products derived from this software
1217749Spst * without specific prior written permission.
1317749Spst *
1417749Spst * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
1517749Spst * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
1617749Spst * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
1717749Spst *
18214518Srpaulo * @(#) $Header: /tcpdump/master/libpcap/nlpid.h,v 1.2 2002-12-06 00:01:34 hannes Exp $ (Juniper)
1917749Spst */
2017749Spst
2117749Spst/* Types missing from some systems */
2217749Spst
2317749Spst/*
2417749Spst * Network layer prototocol identifiers
2517749Spst */
2617749Spst#ifndef ISO8473_CLNP
2717749Spst#define ISO8473_CLNP		0x81
2817749Spst#endif
2917749Spst#ifndef	ISO9542_ESIS
3017749Spst#define	ISO9542_ESIS		0x82
3117749Spst#endif
3217749Spst#ifndef ISO9542X25_ESIS
3317749Spst#define ISO9542X25_ESIS		0x8a
3417749Spst#endif
3517749Spst#ifndef	ISO10589_ISIS
3617749Spst#define	ISO10589_ISIS		0x83
3717749Spst#endif
38127667Sbms/*
39127667Sbms * this does not really belong in the nlpid.h file
40127667Sbms * however we need it for generating nice
41127667Sbms * IS-IS related BPF filters
42127667Sbms */
43127667Sbms#define ISIS_L1_LAN_IIH      15
44127667Sbms#define ISIS_L2_LAN_IIH      16
45127667Sbms#define ISIS_PTP_IIH         17
46127667Sbms#define ISIS_L1_LSP          18
47127667Sbms#define ISIS_L2_LSP          20
48127667Sbms#define ISIS_L1_CSNP         24
49127667Sbms#define ISIS_L2_CSNP         25
50127667Sbms#define ISIS_L1_PSNP         26
51127667Sbms#define ISIS_L2_PSNP         27
52127667Sbms
5317749Spst#ifndef ISO8878A_CONS
5417749Spst#define	ISO8878A_CONS		0x84
5517749Spst#endif
5617749Spst#ifndef	ISO10747_IDRP
5717749Spst#define	ISO10747_IDRP		0x85
5817749Spst#endif
59