nmsg 1.1.2
vendors.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2008-2013 by Farsight Security, Inc.
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 */
16
21#ifndef NMSG_VENDORS_H
22#define NMSG_VENDORS_H
23
24#define NMSG_VENDOR_BASE_ID 1
25#define NMSG_VENDOR_BASE_NAME "base"
26#define NMSG_VENDOR_BASE { NMSG_VENDOR_BASE_ID, NMSG_VENDOR_BASE_NAME }
27
28#define NMSG_VENDOR_ISC_ID NMSG_VENDOR_BASE_ID
29#define NMSG_VENDOR_ISC_NAME NMSG_VENDOR_BASE_NAME
30#define NMSG_VENDOR_ISC NMSG_VENDOR_BASE
31
32#define NMSG_VENDOR_SIE_ID 2
33#define NMSG_VENDOR_SIE_NAME "SIE"
34#define NMSG_VENDOR_SIE { NMSG_VENDOR_SIE_ID, NMSG_VENDOR_SIE_NAME }
35
36#define NMSG_VENDOR_GTISC_ID 3
37#define NMSG_VENDOR_GTISC_NAME "GTISC"
38#define NMSG_VENDOR_GTISC { NMSG_VENDOR_GTISC_ID, NMSG_VENDOR_GTISC_NAME }
39
40#define NMSG_VENDOR_DEFINTEL_ID 4
41#define NMSG_VENDOR_DEFINTEL_NAME "Defintel"
42#define NMSG_VENDOR_DEFINTEL { NMSG_VENDOR_DEFINTEL_ID, NMSG_VENDOR_DEFINTEL_NAME }
43
44#define NMSG_VENDOR_UNIVIE_ID 5
45#define NMSG_VENDOR_UNIVIE_NAME "Univie"
46#define NMSG_VENDOR_UNIVIE { NMSG_VENDOR_UNIVIE_ID, NMSG_VENDOR_UNIVIE_NAME }
47
48#define NMSG_VENDOR_UNVEILLANCE_ID 6
49#define NMSG_VENDOR_UNVEILLANCE_NAME "Unveillance"
50#define NMSG_VENDOR_UNVEILLANCE { NMSG_VENDOR_UNVEILLANCE_ID, NMSG_VENDOR_UNVEILLANCE_NAME }
51
52#define NMSG_VENDOR_WISC_ID 7
53#define NMSG_VENDOR_WISC_NAME "WISC"
54#define NMSG_VENDOR_WISC { NMSG_VENDOR_WISC_ID, NMSG_VENDOR_WISC_NAME }
55
56#endif /* NMSG_VENDORS_H */