Template
1
0
mirror of https://github.com/bol-van/zapret2.git synced 2026-03-14 06:13:09 +00:00

update docs

This commit is contained in:
bol-van
2026-01-31 13:19:37 +03:00
parent b1fbf5c81a
commit 4081878b36

View File

@@ -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.