mirror of
https://github.com/bol-van/zapret2.git
synced 2026-03-21 00:35:49 +00:00
nfqws2: alternative representation of payload filter in execution_plan item
This commit is contained in:
@@ -175,3 +175,4 @@ v0.8.1
|
||||
* winws2: fix loopback large packets processing (up to 64K)
|
||||
* zapret-lib, zapret-antidpi: use numeric indexes in http dissects
|
||||
* nfqws2: move ctx from lightuserdata to userdata. prevents crashes on specific ARM cpus
|
||||
* nfqws2: alternative representation of payload filter in execution_plan item
|
||||
|
||||
@@ -2055,6 +2055,7 @@ Returns an array of information about all subsequent, pending instances in the c
|
||||
| func_n | number | instance number within the profile |
|
||||
| func_instance | string | instance name (derived from the function name, instance number, and profile number) |
|
||||
| range | table | effective range of [counters](#in-profile-filters) `--in-range` or `--out-range` depending on the current direction |
|
||||
| payload | table | effective `--payload-filter` . payload name indexed table. |
|
||||
| payload_filter | string | effective `--payload-filter`. A comma-separated list of payload names. |
|
||||
|
||||
**range**
|
||||
|
||||
@@ -2212,7 +2212,8 @@ function execution_plan(ctx)
|
||||
| func_n | number | номер инстанса внутри профиля |
|
||||
| func_instance | string | название инстанса | производная имени функции, номера инстанса и номера профиля |
|
||||
| range | table | эффективный диапазон [счетчиков](#внутрипрофильные-фильтры) `--in-range` или `--out-range` в зависимости от текущего направления |
|
||||
| payload_filter | string | эффективный `--payload-filter` . список названий пейлоадов через запятую |
|
||||
| payload | table | эффективный `--payload-filter` . таблица с индексами - названиями типа пейлоада |
|
||||
| payload_filter | string | эффективный `--payload-filter` . список названий пейлоадов через запятую (иное представление payload) |
|
||||
|
||||
**range**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user