mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 15:18:20 +00:00
Remove some code from IPBasedAnalyzer and children that was waiting for TCP to be implemented
This commit is contained in:
parent
4114bbebf0
commit
08fb5d76ee
8 changed files with 33 additions and 90 deletions
|
@ -17,7 +17,7 @@ class TCPSessionAdapter;
|
|||
class TCPAnalyzer final : public IP::IPBasedAnalyzer {
|
||||
public:
|
||||
TCPAnalyzer();
|
||||
~TCPAnalyzer() override;
|
||||
~TCPAnalyzer() override = default;
|
||||
|
||||
static zeek::packet_analysis::AnalyzerPtr Instantiate()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue