nlpid.h revision 75110
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 *
1875110Sfenner * $FreeBSD: head/contrib/libpcap/nlpid.h 75110 2001-04-03 04:32:48Z fenner $
1975110Sfenner * @(#) $Header: /tcpdump/master/libpcap/nlpid.h,v 1.1 2000/10/28 09:30:22 guy Exp $ (Juniper)
2017749Spst */
2117749Spst
2217749Spst/* Types missing from some systems */
2317749Spst
2417749Spst/*
2517749Spst * Network layer prototocol identifiers
2617749Spst */
2717749Spst#ifndef ISO8473_CLNP
2817749Spst#define ISO8473_CLNP		0x81
2917749Spst#endif
3017749Spst#ifndef	ISO9542_ESIS
3117749Spst#define	ISO9542_ESIS		0x82
3217749Spst#endif
3317749Spst#ifndef ISO9542X25_ESIS
3417749Spst#define ISO9542X25_ESIS		0x8a
3517749Spst#endif
3617749Spst#ifndef	ISO10589_ISIS
3717749Spst#define	ISO10589_ISIS		0x83
3817749Spst#endif
3917749Spst#ifndef ISO8878A_CONS
4017749Spst#define	ISO8878A_CONS		0x84
4117749Spst#endif
4217749Spst#ifndef	ISO10747_IDRP
4317749Spst#define	ISO10747_IDRP		0x85
4417749Spst#endif
45