From 2459ab4253e3fe30b894db8afb19fbe05e25bc22 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Sun, 27 Jan 2019 11:36:59 +0100 Subject: [PATCH] chg: [format] add a reference to the JSON output of the D4 types --- format/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/format/README.md b/format/README.md index 448a652..7c259f1 100644 --- a/format/README.md +++ b/format/README.md @@ -15,6 +15,8 @@ ## Type +The type is the list of format encapsulated within the D4 protocol. + |Type| Description | |----|:-----------------------------------| | 0 | Reserved | @@ -26,3 +28,5 @@ | 6 | generic NDJSON or JSON Lines | | 7 | generic [YAF](https://tools.netsa.cert.org/yaf/index.html) (Yet Another Flowmeter)| +The D4 type list is [available in JSON format](https://raw.githubusercontent.com/D4-project/architecture/master/format/type.json). +