Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,7 @@ information are exposed in an NFPacket (Network Flow Packet) which contains the
| `protocol` | `int` | Transport layer protocol. |
| `vlan_id` | `int` | Virtual LAN identifier. |
| `ip_version` | `int` | IP version. |
| `ip_tos` | `int` | IP DS field byte (IPv4 ToS, IPv6 Traffic Class): DSCP and ECN markings. |
| `ip_packet` | `bytes` | Raw content starting from IP Header. |
| `direction` | `int` | Packet direction: 0 for src_to_dst and 1 for dst_to_src. |
| `syn` | `bool` | TCP SYN Flag present. |
Expand Down