From 8d6689a22b3e097acfa3305ca3ac56cea7cd9719 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Wed, 30 Jan 2019 18:21:14 +0100 Subject: [PATCH] chg: [format] type 8 added (before we use metadata header) --- format/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/format/README.md b/format/README.md index 86b2221..5352e65 100644 --- a/format/README.md +++ b/format/README.md @@ -27,6 +27,7 @@ The type is the list of format encapsulated within the D4 protocol. | 5 | pcapng (diagnostic) | | 6 | generic NDJSON or JSON Lines | | 7 | generic [YAF](https://tools.netsa.cert.org/yaf/index.html) (Yet Another Flowmeter)| +| 8 | [passivedns](https://github.com/gamelinux/passivedns) CSV stream | | 254 | type defined by meta header (type 2) | The D4 type list is [available in JSON format](https://raw.githubusercontent.com/D4-project/architecture/master/format/type.json).