chg: [doc] updated types

master
Alexandre Dulaunoy 2019-01-11 16:48:25 +01:00
parent c2fadf75be
commit 15d96cff6a
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 11 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# D4 encapsulation protocol (DRAFT)
# D4 encapsulation protocol version 1 (DRAFT)
## Headers
@ -14,8 +14,13 @@
## Type
|Type| Description |
|----|:------------|
|----|:-----------------------------------|
| 0 | Reserved |
| 1 | pcap |
| 2 | meta header (JSON)|
| 1 | pcap (libpcap 2.4) |
| 2 | meta header (JSON) |
| 3 | generic log line |
| 4 | dnscap output |
| 5 | pcapng |
| 6 | generic NDJSON or JSON Lines |
| 7 | generic YAF (Yet Another Flowmeter)|