From e1b0882bb0c9866b20ec2ca69905785905889dc3 Mon Sep 17 00:00:00 2001 From: Terrtia Date: Mon, 4 Mar 2019 14:48:24 +0100 Subject: [PATCH] chg: [format.json] add 254 type --- format/type.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/format/type.json b/format/type.json index f1e060a..78790a8 100644 --- a/format/type.json +++ b/format/type.json @@ -22,7 +22,7 @@ }, { "type": 5, - "description": "pcapng (diagnostic" + "description": "pcapng (diagnostic)" }, { "type": 6, @@ -37,5 +37,9 @@ "type": 8, "description": "passivedns CSV stream", "ref": "https://github.com/gamelinux/passivedns" + }, + { + "type": 254, + "description": "type defined by meta header (type2)" } ]