fix doxygen generation
[obnox/wireshark/wip.git] / llcsaps.h
1 /* llcsaps.h
2  * Defines LLC SAP values.
3  *
4  * $Id$
5  *
6  * Ethereal - Network traffic analyzer
7  * By Gerald Combs <gerald@ethereal.com>
8  * Copyright 1998 Gerald Combs
9  *
10  * This program is free software; you can redistribute it and/or
11  * modify it under the terms of the GNU General Public License
12  * as published by the Free Software Foundation; either version 2
13  * of the License, or (at your option) any later version.
14  *
15  * This program is distributed in the hope that it will be useful,
16  * but WITHOUT ANY WARRANTY; without even the implied warranty of
17  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18  * GNU General Public License for more details.
19  *
20  * You should have received a copy of the GNU General Public License
21  * along with this program; if not, write to the Free Software
22  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
23  */
24
25 #ifndef __LLCSAPS_H__
26 #define __LLCSAPS_H__
27
28 #define SAP_NULL                0x00
29 #define SAP_LLC_SLMGMT          0x02
30 #define SAP_SNA_PATHCTRL        0x04
31 #define SAP_IP                  0x06
32 #define SAP_SNA1                0x08
33 #define SAP_SNA2                0x0C
34 #define SAP_PROWAY_NM_INIT      0x0E
35 #define SAP_NETWARE1            0x10
36 #define SAP_OSINL1              0x14
37 #define SAP_TI                  0x18
38 #define SAP_OSINL2              0x20
39 #define SAP_OSINL3              0x34
40 #define SAP_SNA3                0x40
41 #define SAP_BPDU                0x42
42 #define SAP_RS511               0x4E
43 #define SAP_OSINL4              0x54
44 #define SAP_X25                 0x7E
45 #define SAP_XNS                 0x80
46 #define SAP_BACNET              0x82
47 #define SAP_NESTAR              0x86
48 #define SAP_PROWAY_ASLM         0x8E
49 #define SAP_ARP                 0x98
50 #define SAP_SNAP                0xAA
51 #define SAP_ARP                 0x98
52 #define SAP_VINES1              0xBA
53 #define SAP_VINES2              0xBC
54 #define SAP_NETWARE2            0xE0
55 #define SAP_NETBIOS             0xF0
56 #define SAP_IBMNM               0xF4
57 #define SAP_HPEXT               0xF8
58 #define SAP_UB                  0xFA
59 #define SAP_RPL                 0xFC
60 #define SAP_OSINL5              0xFE
61 #define SAP_GLOBAL              0xFF
62
63 #endif /* llcsaps.h */