From 680c82ba0b03ba67d0be525488f294fc88a2027d Mon Sep 17 00:00:00 2001 From: Terrtia Date: Fri, 1 Feb 2019 17:09:35 +0100 Subject: [PATCH] chg: [json format] add type 8 --- format/type.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/format/type.json b/format/type.json index b2e57d5..f1e060a 100644 --- a/format/type.json +++ b/format/type.json @@ -32,5 +32,10 @@ "type": 7, "description": "generic YAF (Yet Another Flowmeter)", "ref": "https://tools.netsa.cert.org/yaf/index.html" + }, + { + "type": 8, + "description": "passivedns CSV stream", + "ref": "https://github.com/gamelinux/passivedns" } ]