Skip to content

Commit cc989c5

Browse files
author
bol-van
committed
update docs
1 parent 0446b14 commit cc989c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/manual.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1313,7 +1313,7 @@ desync
13131313
| l7payload | string | [payload type](#protocol-detection) of the current packet or packet group | defaults to "unknown" if undetermined |
13141314
| l7proto | string | [flow protocol](#protocol-detection) | defaults to "unknown" if undetermined |
13151315
| reasm_data | string | result of reassembling a multi-packet message, or the payload itself if no reassembly occurred | currently applied only to TCP |
1316-
| reasm_offset | string | offset of the current replayed packet within the reassembled data | currently applied only to TCP |
1316+
| reasm_offset | number | offset of the current replayed packet within the reassembled data | currently applied only to TCP |
13171317
| decrypt_data | string | result of reassembling and decrypting the payload or payloads of multiple packets | used for QUIC |
13181318
| tcp_mss | number | MSS of the remote end of the TCP connection | always present, only for TCP |
13191319
| track | table | data bound to the conntrack entry | only if conntrack is present; may be absent |

docs/manual.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1452,7 +1452,7 @@ desync
14521452
| l7payload | string | тип [пейлоада](#распознавание-протоколов) текущего пакета или группы пакетов | если неизвестно - unknown |
14531453
| l7proto | string | тип [протокола потока](#распознавание-протоколов) | если неизвестно - unknown |
14541454
| reasm_data | string | результат сборки многопакетного сообщения, либо сам пейлоад, если сборки не было | пока применяется только для tcp |
1455-
| reasm_offset | string | смещение текущего переигрываемого пакета в сборке | пока применяется только для tcp |
1455+
| reasm_offset | number | смещение текущего переигрываемого пакета в сборке | пока применяется только для tcp |
14561456
| decrypt_data | string | результат сборки и дешифровки пейлоада или пейлоадов нескольких пакетов | применяется для quic |
14571457
| tcp_mss | number | MSS противоположного конца tcp соединения | присутствует всегда, только для tcp |
14581458
| track | table | данные, привязанные к записи conntrack | только если есть conntrack, может не быть |

0 commit comments

Comments
 (0)