From 48a80344e70649ea524254282728c1655c43b3df Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Thu, 24 Jan 2019 21:58:21 +0100 Subject: [PATCH] chg: [type] types are now expressed in a JSON file --- format/type.json | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 format/type.json diff --git a/format/type.json b/format/type.json new file mode 100644 index 0000000..b2e57d5 --- /dev/null +++ b/format/type.json @@ -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" + } +]