From Tom Brezinski:
[obnox/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., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
23  */
24
25 #ifndef __SMINMPEC_H__
26 #define __SMINMPEC_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_SIEMENS                          4329
65 #define VENDOR_CABLELABS                        4491
66 #define VENDOR_UNISPHERE                        4874
67 #define VENDOR_CISCO_BBSM                       5263
68 #define VENDOR_THE3GPP2                         5535
69 #define VENDOR_IP_UNPLUGGED                     5925
70 #define VENDOR_ISSANNI                          5948
71 #define VENDOR_DE_TE_MOBIL                      6490
72 #define VENDOR_QUINTUM                          6618
73 #define VENDOR_INTERLINK                        6728
74 #define VENDOR_COLUBRIS                         8744
75 #define VENDOR_COLUMBIA_UNIVERSITY      11862
76 #define VENDOR_THE3GPP                          10415
77 #define VENDOR_GEMTEK_SYSTEMS           10529
78 #define VENDOR_VERIZON                          12951
79 #define VENDOR_PLIXER                           13745
80 #define VENDOR_WIFI_ALLIANCE            14122
81 #define VENDOR_T_SYSTEMS_NOVA           16787
82 #define VENDOR_CACE                     32622
83 /* Greater than 32,767 need to be tagged unsigned. */
84 #define VENDOR_NTOP                     35632u
85
86 WS_VAR_IMPORT value_string_ext sminmpec_values_ext;
87
88 #endif /* __SMINMPEC_H__ */