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

update docs

This commit is contained in:
bol-van
2026-02-09 13:45:23 +03:00
parent 6f52fb08f9
commit c3b1cc3eb9
2 changed files with 2 additions and 2 deletions

View File

@@ -4454,7 +4454,7 @@ function cond_payload_str(desync)
Returns `true` if the substring `pattern` is present in `desync.dis.payload`.
This is a basic signature detector. If the C code does not recognize the protocol you need, you can write your own signature detector and run subsequent instances under a `condition` orchestrator using your detector as the `iff` function.
#### cond_tcp_ts_has_ts
#### cond_tcp_has_ts
```
function cond_tcp_ts(desync)