Template
1
0
mirror of https://github.com/bol-van/zapret2.git synced 2026-03-21 00:35:49 +00:00

Merge pull request #61 from Pavel4e5/typos

Typos
This commit is contained in:
bol-van
2026-01-02 17:26:44 +03:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -2237,10 +2237,10 @@ function pktdebug(ctx, desync)
function argdebug(ctx, desync)
```
### posdebug
Вывести таблицу аргументов в debug log.
### posdebug
```
function posdebug(ctx, desync)
```

View File

@@ -339,7 +339,7 @@ function tls_client_hello_clone(ctx, desync)
direction_cutoff_opposite(ctx, desync)
if direction_check(desync) then
if not desync.arg.blob then
error("fake: 'blob' arg required")
error("tls_client_hello_clone: 'blob' arg required")
end
if desync.l7payload=="tls_client_hello" then
desync[desync.arg.blob] = tls_client_hello_mod(desync.reasm_data or desync.dis.payload, desync.arg)