mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 13:38:19 +00:00
Minor API changes to analyzers.
This commit is contained in:
parent
d34f23c8d4
commit
d727af097b
6 changed files with 27 additions and 12 deletions
|
@ -97,8 +97,8 @@ public:
|
|||
|
||||
/**
|
||||
* Constructor. As this version of the constructor does not receive a
|
||||
* name or tag, setTag() must be called before the instance can be
|
||||
* used.
|
||||
* name or tag, SetAnalyzerTag() must be called before the instance
|
||||
* can be used.
|
||||
*
|
||||
* @param conn The connection the analyzer is associated with.
|
||||
*/
|
||||
|
@ -471,8 +471,11 @@ public:
|
|||
* may turn into \c protocol_confirmed event at the script-layer (but
|
||||
* only once per analyzer for each connection, even if the method is
|
||||
* called multiple times).
|
||||
*
|
||||
* If tag is given, it overrides the analyzer tag passed to the
|
||||
* scripting layer; the default is the one of the analyzer itself.
|
||||
*/
|
||||
virtual void ProtocolConfirmation();
|
||||
virtual void ProtocolConfirmation(Tag tag = Tag());
|
||||
|
||||
/**
|
||||
* Signals Bro's protocol detection that the analyzer has found a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue