2 * Defines LLC SAP values.
6 * Wireshark - Network traffic analyzer
7 * By Gerald Combs <gerald@wireshark.org>
8 * Copyright 1998 Gerald Combs
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.
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.
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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
29 #define SAP_LLC_SLMGMT 0x02
30 #define SAP_SNA_PATHCTRL 0x04
34 #define SAP_PROWAY_NM_INIT 0x0E
35 #define SAP_NETWARE1 0x10
36 #define SAP_OSINL1 0x14
38 #define SAP_OSINL2 0x20
39 #define SAP_OSINL3 0x34
42 #define SAP_RS511 0x4E
43 #define SAP_OSINL4 0x54
46 #define SAP_BACNET 0x82
47 #define SAP_NESTAR 0x86
48 #define SAP_PROWAY_ASLM 0x8E
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
60 #define SAP_OSINL5 0xFE
61 #define SAP_GLOBAL 0xFF
63 #endif /* llcsaps.h */