chg: [format.json] add 254 type

master
Terrtia 2019-03-04 14:48:24 +01:00
parent 52bf4c51d7
commit e1b0882bb0
No known key found for this signature in database
GPG Key ID: 1E1B1F50D84613D0
1 changed files with 5 additions and 1 deletions

View File

@ -22,7 +22,7 @@
}, },
{ {
"type": 5, "type": 5,
"description": "pcapng (diagnostic" "description": "pcapng (diagnostic)"
}, },
{ {
"type": 6, "type": 6,
@ -37,5 +37,9 @@
"type": 8, "type": 8,
"description": "passivedns CSV stream", "description": "passivedns CSV stream",
"ref": "https://github.com/gamelinux/passivedns" "ref": "https://github.com/gamelinux/passivedns"
},
{
"type": 254,
"description": "type defined by meta header (type2)"
} }
] ]