From f7fc84501495d266a8bdea1d270c4be080ea50c8 Mon Sep 17 00:00:00 2001 From: bol-van Date: Mon, 12 Jan 2026 10:11:10 +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 ce13faf..af89641 100644 --- a/docs/manual.en.md +++ b/docs/manual.en.md @@ -1305,7 +1305,7 @@ desync | replay_piece_count | number | total number of parts being replayed | | | replay_piece_last | bool | indicates the last part being replayed | | | l7payload | string | [payload type](#protocol-detection) of the current packet or packet group | defaults to "unknown" if undetermined | -| l7proto | string | [flow protocol(#protocol-detection) | defaults to "unknown" if undetermined | +| l7proto | string | [flow protocol](#protocol-detection) | defaults to "unknown" if undetermined | | reasm_data | string | result of reassembling a multi-packet message, or the payload itself if no reassembly occurred | currently applied only to TCP | | reasm_offset | string | offset of the current replayed packet within the reassembled data | currently applied only to TCP | diff --git a/docs/manual.md b/docs/manual.md index b9b5caa..640b0c6 100644 --- a/docs/manual.md +++ b/docs/manual.md @@ -1443,7 +1443,7 @@ desync | replay_piece | number | номер проигрываемой части | нумерация с 1 | | replay_piece_count | number | количество проигрываемых частей | | | replay_piece_last | bool | последняя проигрываемая часть | | -| l7payload | string | [тип пейлоада](#распознавание-протоколов) текущего пакета или группы пакетов | если неизвестно - unknown | +| l7payload | string | тип [пейлоада](#распознавание-протоколов) текущего пакета или группы пакетов | если неизвестно - unknown | | l7proto | string | тип [протокола потока](#распознавание-протоколов) | если неизвестно - unknown | | reasm_data | string | результат сборки многопакетного сообщения, либо сам пейлоад, если сборки не было | пока применяется только для tcp | | reasm_offset | string | смещение текущего переигрываемого пакета в сборке | пока применяется только для tcp |