You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/manual.en.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1313,7 +1313,7 @@ desync
1313
1313
| l7payload | string |[payload type](#protocol-detection) of the current packet or packet group | defaults to "unknown" if undetermined |
1314
1314
| l7proto | string |[flow protocol](#protocol-detection)| defaults to "unknown" if undetermined |
1315
1315
| 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 |
1317
1317
| decrypt_data | string | result of reassembling and decrypting the payload or payloads of multiple packets | used for QUIC |
1318
1318
| tcp_mss | number | MSS of the remote end of the TCP connection | always present, only for TCP |
1319
1319
| track | table | data bound to the conntrack entry | only if conntrack is present; may be absent |
0 commit comments