chg: [type] types are now expressed in a JSON file

master
Alexandre Dulaunoy 2019-01-24 21:58:21 +01:00
parent 6f86b64d3a
commit 48a80344e7
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 36 additions and 0 deletions

36
format/type.json Normal file
View File

@ -0,0 +1,36 @@
[
{
"type": 0,
"description": "reserved"
},
{
"type": 1,
"description": "pcap (libpcap 2.4)"
},
{
"type": 2,
"description": "meta header (JSON)"
},
{
"type": 3,
"description": "generic log line"
},
{
"type": 4,
"description": "dnscap output",
"ref": "https://github.com/DNS-OARC/dnscap"
},
{
"type": 5,
"description": "pcapng (diagnostic"
},
{
"type": 6,
"description": "generic NDJSON or JSON lines"
},
{
"type": 7,
"description": "generic YAF (Yet Another Flowmeter)",
"ref": "https://tools.netsa.cert.org/yaf/index.html"
}
]