From c3b1cc3eb9109090629932c4b66033e99cadcb8a Mon Sep 17 00:00:00 2001 From: bol-van Date: Mon, 9 Feb 2026 13:45:23 +0300 Subject: [PATCH] update docs --- docs/manual.en.md | 2 +- docs/manual.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual.en.md b/docs/manual.en.md index 45ad5a8..30d0c6d 100644 --- a/docs/manual.en.md +++ b/docs/manual.en.md @@ -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) diff --git a/docs/manual.md b/docs/manual.md index 5b78934..1a026ce 100644 --- a/docs/manual.md +++ b/docs/manual.md @@ -4633,7 +4633,7 @@ function cond_payload_str(desync) Возвращает true, если в desync.dis.payload присутствует подстрока pattern. Это простейший сигнатурый детектор. Если C код не распознает нужный вам протокол, вы можете написать свой сигнатурный детектор и запускать последующие инстансы под оркестратором condition с вашим детектором в качестве iff. -#### cond_tcp_ts_has_ts +#### cond_tcp_has_ts ``` function cond_tcp_ts(desync)