mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 01:28:20 +00:00
Suppress Teredo weirds unless decapsulation was successful once before.
This commit is contained in:
parent
9851591317
commit
ae85bd1b95
3 changed files with 39 additions and 20 deletions
|
@ -215,6 +215,11 @@ public:
|
|||
// analyzer, even if the method is called multiple times.
|
||||
virtual void ProtocolConfirmation();
|
||||
|
||||
// Return whether the analyzer previously called ProtocolConfirmation()
|
||||
// at least once before.
|
||||
virtual bool ProtocolConfirmed() const
|
||||
{ return protocol_confirmed; }
|
||||
|
||||
// Report that we found a significant protocol violation which might
|
||||
// indicate that the analyzed data is in fact not the expected
|
||||
// protocol. The protocol_violation event is raised once per call to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue