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,11 +1,11 @@
# D4 encapsulation protocol (DRAFT)
# D4 encapsulation protocol version 1 (DRAFT)
## Headers
| Name | bit size | Description |
|---------------|-----------|:----------------------------------------------------------------------:|
| version | uint 8 | Version of the header |
| type | uint 8 | Data encapsulated type |
| type | uint 8 | Data encapsulated type |
| uuid | uint 128 | Sensor uuid |
| timestamp | uint 64 | Encapsulation time |
| hmac | uint 256 | Header authenticated header (HMAC-SHA-256-128) |
@ -14,8 +14,13 @@
## Type
|Type| Description |
|----|:------------|
| 0 | Reserved |
| 1 | pcap |
| 2 | meta header (JSON)|
|----|:-----------------------------------|
| 0 | Reserved |
| 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)|