Try to improve the "Kerberos requested but not OpenSSL" message.
[jelmer/wireshark.git] / epan / sminmpec.h
1 /* sminmpec.h
2  * SMI Network Management Private Enterprise Codes for organizations
3  *
4  * Wireshark - Network traffic analyzer
5  * By Gerald Combs <gerald@wireshark.org>
6  * Copyright 2004 Gerald Combs
7  *
8  * This program is free software; you can redistribute it and/or
9  * modify it under the terms of the GNU General Public License
10  * as published by the Free Software Foundation; either version 2
11  * of the License, or (at your option) any later version.
12  *
13  * This program is distributed in the hope that it will be useful,
14  * but WITHOUT ANY WARRANTY; without even the implied warranty of
15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16  * GNU General Public License for more details.
17  *
18  * You should have received a copy of the GNU General Public License
19  * along with this program; if not, write to the Free Software
20  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21  */
22
23 #ifndef __SMINMPEC_H__
24 #define __SMINMPEC_H__
25
26 #include "ws_symbol_export.h"
27
28 /*
29  * These are SMI Network Management Private Enterprise Codes for
30  * organizations; see
31  *
32  *  http://www.iana.org/assignments/enterprise-numbers
33  *
34  * for a list.
35  */
36 #define VENDOR_IETF                     0 /* reserved - used by the IETF in L2TP? */
37 #define VENDOR_ACC                      5
38 #define VENDOR_CISCO                    9
39 #define VENDOR_HEWLETT_PACKARD         11
40 #define VENDOR_SUN_MICROSYSTEMS        42
41 #define VENDOR_MERIT                   61
42 #define VENDOR_AT_AND_T                74
43 #define VENDOR_MOTOROLA               161
44 #define VENDOR_SHIVA                  166
45 #define VENDOR_ERICSSON               193
46 #define VENDOR_CISCO_VPN5000          255
47 #define VENDOR_LIVINGSTON             307
48 #define VENDOR_MICROSOFT              311
49 #define VENDOR_3COM                   429
50 #define VENDOR_ASCEND                 529
51 #define VENDOR_BAY                   1584
52 #define VENDOR_FOUNDRY               1991
53 #define VENDOR_VERSANET              2180
54 #define VENDOR_REDBACK               2352
55 #define VENDOR_JUNIPER               2636
56 #define VENDOR_APTIS                 2637
57 #define VENDOR_DT_AG                 2937
58 #define VENDOR_CISCO_VPN3000         3076
59 #define VENDOR_COSINE                3085
60 #define VENDOR_SHASTA                3199
61 #define VENDOR_NETSCREEN             3224
62 #define VENDOR_NOMADIX               3309
63 #define VENDOR_T_MOBILE              3414 /* Former VoiceStream Wireless, Inc. */
64 #define VENDOR_ZTE                   3902
65 #define VENDOR_SIEMENS               4329
66 #define VENDOR_CABLELABS             4491
67 #define VENDOR_UNISPHERE             4874
68 #define VENDOR_CISCO_BBSM            5263
69 #define VENDOR_THE3GPP2              5535
70 #define VENDOR_IP_UNPLUGGED          5925
71 #define VENDOR_ISSANNI               5948
72 #define VENDOR_DE_TE_MOBIL           6490
73 #define VENDOR_QUINTUM               6618
74 #define VENDOR_INTERLINK             6728
75 #define VENDOR_CNCTC                 7951
76 #define VENDOR_COLUBRIS              8744
77 #define VENDOR_ERICSSON_PKT_CORE    10923
78 #define VENDOR_COLUMBIA_UNIVERSITY  11862
79 #define VENDOR_THE3GPP              10415
80 #define VENDOR_GEMTEK_SYSTEMS       10529
81 #define VENDOR_VERIZON              12951
82 #define VENDOR_PLIXER               13745
83 #define VENDOR_WIFI_ALLIANCE        14122
84 #define VENDOR_T_SYSTEMS_NOVA       16787
85 #define VENDOR_CHINATELECOM_GUANZHOU 20942
86 #define VENDOR_CACE                 32622
87 /* Greater than 32,767 need to be tagged unsigned. */
88 #define VENDOR_NTOP                 35632u
89
90 WS_DLL_PUBLIC value_string_ext sminmpec_values_ext;
91
92 #endif /* __SMINMPEC_H__ */