We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8a2c23 commit 745b117Copy full SHA for 745b117
docs/api.md
@@ -271,7 +271,7 @@ When calling these entry points NFStream already matched the packet to its flow
271
information are exposed in an NFPacket (Network Flow Packet) which contains the following attributes:
272
273
| `time` | `int` | Packet timestamp in milliseconds. |
274
-| `delta_ime` | `int` | Delta time in milliseconds with previous flow packet. |
+| `delta_time` | `int` | Delta time in milliseconds with previous flow packet. |
275
| `raw_size` | `int` | Link layer packet size. |
276
| `ip_size` | `int` | IP packet size. |
277
| `transport_size` | `int` | Transport packet size. |
0 commit comments