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-17 10:01:38 +03:00
parent 0446b1493b
commit cc989c52ed
2 changed files with 2 additions and 2 deletions

View File

@@ -1313,7 +1313,7 @@ desync
| 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 |
| reasm_offset | number | 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 |
| tcp_mss | number | MSS of the remote end of the TCP connection | always present, only for TCP |
| track | table | data bound to the conntrack entry | only if conntrack is present; may be absent |

View File

@@ -1452,7 +1452,7 @@ desync
| l7payload | string | тип [пейлоада](#распознавание-протоколов) текущего пакета или группы пакетов | если неизвестно - unknown |
| l7proto | string | тип [протокола потока](#распознавание-протоколов) | если неизвестно - unknown |
| reasm_data | string | результат сборки многопакетного сообщения, либо сам пейлоад, если сборки не было | пока применяется только для tcp |
| reasm_offset | string | смещение текущего переигрываемого пакета в сборке | пока применяется только для tcp |
| reasm_offset | number | смещение текущего переигрываемого пакета в сборке | пока применяется только для tcp |
| decrypt_data | string | результат сборки и дешифровки пейлоада или пейлоадов нескольких пакетов | применяется для quic |
| tcp_mss | number | MSS противоположного конца tcp соединения | присутствует всегда, только для tcp |
| track | table | данные, привязанные к записи conntrack | только если есть conntrack, может не быть |