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