Witness: enum witness_interface_state
[metze/wireshark/wip.git] / epan / sminmpec.h
1 /* sminmpec.h
2  * SMI Network Management Private Enterprise Codes for organizations
3  *
4  * $Id$
5  *
6  * Wireshark - Network traffic analyzer
7  * By Gerald Combs <gerald@wireshark.org>
8  * Copyright 2004 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
23  */
24
25 #ifndef __SMINMPEC_H__
26 #define __SMINMPEC_H__
27
28 #include "ws_symbol_export.h"
29
30 /*
31  * These are SMI Network Management Private Enterprise Codes for
32  * organizations; see
33  *
34  *  http://www.iana.org/assignments/enterprise-numbers
35  *
36  * for a list.
37  */
38 #define VENDOR_IETF                     0 /* reserved - used by the IETF in L2TP? */
39 #define VENDOR_ACC                      5
40 #define VENDOR_CISCO                    9
41 #define VENDOR_HEWLETT_PACKARD         11
42 #define VENDOR_SUN_MICROSYSTEMS        42
43 #define VENDOR_MERIT                   61
44 #define VENDOR_AT_AND_T                74
45 #define VENDOR_MOTOROLA               161
46 #define VENDOR_SHIVA                  166
47 #define VENDOR_ERICSSON               193
48 #define VENDOR_CISCO_VPN5000          255
49 #define VENDOR_LIVINGSTON             307
50 #define VENDOR_MICROSOFT              311
51 #define VENDOR_3COM                   429
52 #define VENDOR_ASCEND                 529
53 #define VENDOR_BAY                   1584
54 #define VENDOR_FOUNDRY               1991
55 #define VENDOR_VERSANET              2180
56 #define VENDOR_REDBACK               2352
57 #define VENDOR_JUNIPER               2636
58 #define VENDOR_APTIS                 2637
59 #define VENDOR_DT_AG                 2937
60 #define VENDOR_CISCO_VPN3000         3076
61 #define VENDOR_COSINE                3085
62 #define VENDOR_SHASTA                3199
63 #define VENDOR_NETSCREEN             3224
64 #define VENDOR_NOMADIX               3309
65 #define VENDOR_T_MOBILE              3414 /* Former VoiceStream Wireless, Inc. */
66 #define VENDOR_ZTE                   3902
67 #define VENDOR_SIEMENS               4329
68 #define VENDOR_CABLELABS             4491
69 #define VENDOR_UNISPHERE             4874
70 #define VENDOR_CISCO_BBSM            5263
71 #define VENDOR_THE3GPP2              5535
72 #define VENDOR_IP_UNPLUGGED          5925
73 #define VENDOR_ISSANNI               5948
74 #define VENDOR_DE_TE_MOBIL           6490
75 #define VENDOR_QUINTUM               6618
76 #define VENDOR_INTERLINK             6728
77 #define VENDOR_CNCTC                 7951
78 #define VENDOR_COLUBRIS              8744
79 #define VENDOR_ERICSSON_PKT_CORE    10923
80 #define VENDOR_COLUMBIA_UNIVERSITY  11862
81 #define VENDOR_THE3GPP              10415
82 #define VENDOR_GEMTEK_SYSTEMS       10529
83 #define VENDOR_VERIZON              12951
84 #define VENDOR_PLIXER               13745
85 #define VENDOR_WIFI_ALLIANCE        14122
86 #define VENDOR_T_SYSTEMS_NOVA       16787
87 #define VENDOR_CHINATELECOM_GUANZHOU 20942
88 #define VENDOR_CACE                 32622
89 /* Greater than 32,767 need to be tagged unsigned. */
90 #define VENDOR_NTOP                 35632u
91
92 WS_DLL_PUBLIC value_string_ext sminmpec_values_ext;
93
94 #endif /* __SMINMPEC_H__ */