nmsg  1.0.1
defs.h
1 #ifndef NMSG_BASE_DEFS_H
2 #define NMSG_BASE_DEFS_H
3 
4 #define NMSG_VENDOR_BASE_NCAP_ID 1
5 #define NMSG_VENDOR_BASE_NCAP_NAME "ncap"
6 
7 #define NMSG_VENDOR_BASE_EMAIL_ID 2
8 #define NMSG_VENDOR_BASE_EMAIL_NAME "email"
9 
10 #define NMSG_VENDOR_BASE_LINKPAIR_ID 3
11 #define NMSG_VENDOR_BASE_LINKPAIR_NAME "linkpair"
12 
13 #define NMSG_VENDOR_BASE_HTTP_ID 4
14 #define NMSG_VENDOR_BASE_HTTP_NAME "http"
15 
16 #define NMSG_VENDOR_BASE_IPCONN_ID 5
17 #define NMSG_VENDOR_BASE_IPCONN_NAME "ipconn"
18 
19 #define NMSG_VENDOR_BASE_LOGLINE_ID 6
20 #define NMSG_VENDOR_BASE_LOGLINE_NAME "logline"
21 
22 #define NMSG_VENDOR_BASE_DNS_ID 7
23 #define NMSG_VENDOR_BASE_DNS_NAME "dns"
24 
25 #define NMSG_VENDOR_BASE_PKT_ID 8
26 #define NMSG_VENDOR_BASE_PKT_NAME "pkt"
27 
28 #define NMSG_VENDOR_BASE_DNSQR_ID 9
29 #define NMSG_VENDOR_BASE_DNSQR_NAME "dnsqr"
30 
31 #define NMSG_VENDOR_BASE_XML_ID 10
32 #define NMSG_VENDOR_BASE_XML_NAME "xml"
33 
34 #define NMSG_VENDOR_BASE_ENCODE_ID 11
35 #define NMSG_VENDOR_BASE_ENCODE_NAME "encode"
36 
37 #define NMSG_VENDOR_BASE_PACKET_ID 12
38 #define NMSG_VENDOR_BASE_PACKET_NAME "packet"
39 
40 #define NMSG_VENDOR_BASE_DNSTAP_ID 13
41 #define NMSG_VENDOR_BASE_DNSTAP_NAME "dnstap"
42 
43 #endif /* NMSG_BASE_DEFS_H */