* 'service' - name of the service that would be assigned
* 'proto' - protocol to scan
- * 'client_first' - indicator of which end initiates data transfer
+ * 'client_first' - indicator of which end initiates data transfer (deprecated)
* 'to_server' - list of text patterns to search in the data sent to the client
* 'to_client' - list of text patterns to search in the data sent to the server
"protocol to scan" },
{ "client_first", Parameter::PT_BOOL, nullptr, "true",
- "which end initiates data transfer" },
+ "which end initiates data transfer (deprecated)" },
{ "to_server", Parameter::PT_LIST, wizard_hex_param, nullptr,
"sequence of data with wild chars (?)" },
"protocol to scan" },
{ "client_first", Parameter::PT_BOOL, nullptr, "true",
- "which end initiates data transfer" },
+ "which end initiates data transfer (deprecated)" },
{ "to_server", Parameter::PT_LIST, wizard_spell_param, nullptr,
"list of initial tokens with wild cards (*)" },