"ssn_range" needs to be a copy of "global_ssn_range", so that it's not
[obnox/wireshark/wip.git] / epan / sminmpec.c
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 #ifdef HAVE_CONFIG_H
26 # include "config.h"
27 #endif
28
29 #include <glib.h>
30
31 #include <epan/value_string.h>
32 #include <epan/sminmpec.h>
33
34 /*
35  * SMI Network Management Private Enterprise Codes for organizations.
36  *
37  * XXX - these also appear in FreeRadius dictionary files, with items such
38  * as
39  *
40  *      VENDOR          Cisco           9
41  */
42 const value_string sminmpec_values[] = {
43   {0,                           "None"},
44   {VENDOR_ACC,                  "ACC"},
45   {VENDOR_CISCO,                "Cisco"},
46   {VENDOR_HEWLETT_PACKARD,      "Hewlett Packard"},
47   {VENDOR_SUN_MICROSYSTEMS,     "Sun Microsystems"},
48   {VENDOR_MERIT,                "Merit"},
49   {VENDOR_SHIVA,                "Shiva"},
50   {VENDOR_ERICSSON_BUSINESS_COMUNICATIONS,      "Ericsson Business Communications"},
51   {VENDOR_CISCO_VPN5000,        "Cisco VPN 5000"},
52   {VENDOR_LIVINGSTON,           "Livingston"},
53   {VENDOR_MICROSOFT,            "Microsoft"},
54   {VENDOR_3COM,                 "3Com"},
55   {VENDOR_ASCEND,               "Ascend"},
56   {VENDOR_BAY,                  "Bay Networks"},
57   {VENDOR_FOUNDRY,              "Foundry"},
58   {VENDOR_VERSANET,             "Versanet"},
59   {VENDOR_REDBACK,              "Redback"},
60   {VENDOR_JUNIPER,              "Juniper Networks"},
61   {VENDOR_APTIS,                "Aptis"},
62   {VENDOR_CISCO_VPN3000,        "Cisco VPN 3000"},
63   {VENDOR_COSINE,               "CoSine Communications"},
64   {VENDOR_SHASTA,               "Shasta"},
65   {VENDOR_NOMADIX,              "Nomadix"},
66   {VENDOR_SIEMENS,              "SIEMENS"},
67   {VENDOR_CABLELABS,            "CableLabs"},
68   {VENDOR_UNISPHERE,            "Unisphere Networks"},
69   {VENDOR_CISCO_BBSM,           "Cisco BBSM"},
70   {VENDOR_THE3GPP2,             "3rd Generation Partnership Project 2 (3GPP2)"},
71   {VENDOR_IP_UNPLUGGED,         "ipUnplugged"},
72   {VENDOR_ISSANNI,              "Issanni Communications"},
73   {VENDOR_QUINTUM,              "Quintum"},
74   {VENDOR_INTERLINK,            "Interlink"},
75   {VENDOR_COLUBRIS,             "Colubris"},
76   {VENDOR_COLUMBIA_UNIVERSITY,  "Columbia University"},
77   {VENDOR_THE3GPP,              "3GPP"},
78   {VENDOR_GEMTEK_SYSTEMS,       "Gemtek-Systems"},
79   {VENDOR_WIFI_ALLIANCE,        "Wi-Fi Alliance"},
80   {0, NULL}
81 };