aboutsummaryrefslogtreecommitdiffstats
path: root/epan/sminmpec.h
blob: 018e5309a7e5ed82c460e40166a5e4f59bfe00a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
/* sminmpec.h
 * SMI Network Management Private Enterprise Codes for organizations
 *
 * $Id$
 *
 * Ethereal - Network traffic analyzer
 * By Gerald Combs <gerald@ethereal.com>
 * Copyright 2004 Gerald Combs
 *
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License
 * as published by the Free Software Foundation; either version 2
 * of the License, or (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 */

#ifndef __SMINMPEC_H__
#define __SMINMPEC_H__

/*
 * These are SMI Network Management Private Enterprise Codes for
 * organizations; see
 *
 *	http://www.iana.org/assignments/enterprise-numbers
 *
 * for a list.
 */
#define VENDOR_IETF			0	/* reserved - used by the IETF in L2TP? */
#define VENDOR_ACC			5
#define VENDOR_CISCO			9
#define VENDOR_HEWLETT_PACKARD		11
#define VENDOR_SUN_MICROSYSTEMS		42
#define VENDOR_MERIT			61
#define VENDOR_MOTOROLA			161
#define VENDOR_SHIVA			166
#define VENDOR_ERICSSON			193
#define VENDOR_CISCO_VPN5000		255
#define VENDOR_LIVINGSTON		307
#define VENDOR_MICROSOFT		311
#define VENDOR_3COM				429
#define VENDOR_ASCEND			529
#define VENDOR_BAY				1584
#define VENDOR_FOUNDRY			1991
#define VENDOR_VERSANET			2180
#define VENDOR_REDBACK			2352
#define VENDOR_JUNIPER			2636
#define VENDOR_APTIS			2637
#define VENDOR_DT_AG			2937
#define VENDOR_CISCO_VPN3000		3076
#define VENDOR_COSINE			3085
#define VENDOR_SHASTA			3199
#define VENDOR_NETSCREEN		3224
#define VENDOR_NOMADIX			3309
#define VENDOR_T_MOBILE			3414 /* Former VoiceStream Wireless, Inc. */
#define VENDOR_SIEMENS			4329
#define VENDOR_CABLELABS		4491
#define VENDOR_UNISPHERE		4874
#define VENDOR_CISCO_BBSM		5263
#define VENDOR_THE3GPP2			5535
#define VENDOR_IP_UNPLUGGED		5925
#define VENDOR_ISSANNI			5948
#define VENDOR_DE_TE_MOBIL		6490
#define VENDOR_QUINTUM			6618
#define VENDOR_INTERLINK		6728
#define VENDOR_COLUBRIS			8744
#define VENDOR_COLUMBIA_UNIVERSITY	11862
#define VENDOR_THE3GPP			10415
#define VENDOR_GEMTEK_SYSTEMS		10529
#define VENDOR_WIFI_ALLIANCE		14122
#define VENDOR_T_SYSTEMS_NOVA	16787


extern const value_string sminmpec_values[];

#endif /* __SMINMPEC_H__ */