mirror of
https://github.com/zeek/zeek.git
synced 2025-10-12 11:38:20 +00:00
Remove deprecated port/ports fields for spicy analyzers
This commit is contained in:
parent
4e9d843cec
commit
15d404dd19
11 changed files with 20 additions and 219 deletions
|
@ -106,10 +106,9 @@ void register_spicy_module_begin(const std::string& id, const std::string& descr
|
|||
* Registers a Spicy protocol analyzer with its EVT meta information with the
|
||||
* plugin's runtime.
|
||||
*/
|
||||
void register_protocol_analyzer(const std::string& id, hilti::rt::Protocol proto,
|
||||
const hilti::rt::Vector<::zeek::spicy::rt::PortRange>& ports,
|
||||
const std::string& parser_orig, const std::string& parser_resp,
|
||||
const std::string& replaces, const std::string& linker_scope);
|
||||
void register_protocol_analyzer(const std::string& id, hilti::rt::Protocol proto, const std::string& parser_orig,
|
||||
const std::string& parser_resp, const std::string& replaces,
|
||||
const std::string& linker_scope);
|
||||
|
||||
/**
|
||||
* Registers a Spicy file analyzer with its EVT meta information with the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue