From 7c320c8d5758009db4f83bf12bd69f9b848fdf5f Mon Sep 17 00:00:00 2001 From: bol-van Date: Mon, 12 Jan 2026 10:13:26 +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 0aad6c0..011ffd0 100644 --- a/docs/manual.en.md +++ b/docs/manual.en.md @@ -1306,7 +1306,6 @@ desync | 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 | - | 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 | | decrypt_data | string | result of reassembling and decrypting the payload or payloads of multiple packets | used for QUIC |