From 4081878b368ac13b6e7776687ffa058d03a2da94 Mon Sep 17 00:00:00 2001 From: bol-van Date: Sat, 31 Jan 2026 13:19:37 +0300 Subject: [PATCH] update docs --- docs/manual.en.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/manual.en.md b/docs/manual.en.md index 9f35fa1..e3981ba 100644 --- a/docs/manual.en.md +++ b/docs/manual.en.md @@ -2092,7 +2092,6 @@ function conntrack_feed(dissect, reconstruct_opts) ``` "Feed" dissect to conntrack the way as if it was received from the network. -aaa 2 values are returned : [track](#the-track-table-structure) and bool value "outgoing". outgoing is true if a new conntrack record was created and it was a SYN packet in case of tcp or any packet in case of udp. If conntrack record already exists outgoing is true if the record was found by direct tuple - src_ip, src_port, dst_ip, dst_port.