aboutsummaryrefslogtreecommitdiffstats
path: root/nlpid.h
blob: 7d90b51b9d0f869ed8422866b57fa3d3c12dcc43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
/* nlpid.h
 * Definitions of OSI NLPIDs (Network Layer Protocol IDs)
 * Laurent Deniel <deniel@worldnet.fr>
 *
 * $Id: nlpid.h,v 1.2 2000/01/13 05:41:21 guy Exp $
 *
 * Ethereal - Network traffic analyzer
 * By Gerald Combs <gerald@zing.org>
 * Copyright 1998 Gerald Combs
 *
 * 
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License
 * as published by the Free Software Foundation; either version 2
 * of the License, or (at your option) any later version.
 * 
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * 
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 */

/* ISO/IEC TR 9577 NLPID values; gathered from various specifications
   (not from TR 9577 itself - it's a 19-page document, for which the
   American National Standards Institute wants to charge me USD 62.00). */

#define	NLPID_NULL		0x00
#define	NLPID_SNAP		0x80
#define NLPID_ISO8473_CLNP	0x81
#define	NLPID_ISO9542_ESIS	0x82
#define NLPID_ISO10589_ISIS	0x83
#define NLPID_ISO9542X25_ESIS	0x8a
#define	NLPID_IP		0xcc
#define	NLPID_PPP		0xcf

extern const value_string nlpid_vals[];