fix usage of "if(tree) {" to display the right things, even if no coloring rule is set
[obnox/wireshark/wip.git] / epan / sminmpec.h
1 /* sminmpec.h
2  * SMI Network Management Private Enterprise Codes for organizations
3  *
4  * $Id$
5  *
6  * Ethereal - Network traffic analyzer
7  * By Gerald Combs <gerald@ethereal.com>
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_SHIVA                    166
43 #define VENDOR_ERICSSON                 193
44 #define VENDOR_CISCO_VPN5000            255
45 #define VENDOR_LIVINGSTON               307
46 #define VENDOR_MICROSOFT                311
47 #define VENDOR_3COM                     429
48 #define VENDOR_ASCEND                   529
49 #define VENDOR_BAY                      1584
50 #define VENDOR_FOUNDRY                  1991
51 #define VENDOR_VERSANET                 2180
52 #define VENDOR_REDBACK                  2352
53 #define VENDOR_JUNIPER                  2636
54 #define VENDOR_APTIS                    2637
55 #define VENDOR_CISCO_VPN3000            3076
56 #define VENDOR_COSINE                   3085
57 #define VENDOR_SHASTA                   3199
58 #define VENDOR_NOMADIX                  3309
59 #define VENDOR_SIEMENS                  4329
60 #define VENDOR_CABLELABS                4491
61 #define VENDOR_UNISPHERE                4874
62 #define VENDOR_CISCO_BBSM               5263
63 #define VENDOR_THE3GPP2                 5535
64 #define VENDOR_IP_UNPLUGGED             5925
65 #define VENDOR_ISSANNI                  5948
66 #define VENDOR_QUINTUM                  6618
67 #define VENDOR_INTERLINK                6728
68 #define VENDOR_COLUBRIS                 8744
69 #define VENDOR_COLUMBIA_UNIVERSITY      11862
70 #define VENDOR_THE3GPP                  10415
71 #define VENDOR_GEMTEK_SYSTEMS           10529
72 #define VENDOR_WIFI_ALLIANCE            14122
73
74 extern const value_string sminmpec_values[];
75
76 #endif /* __SMINMPEC_H__ */