mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +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
|
@ -15,12 +15,6 @@ using namespace zeek::packet_analysis::IP;
|
|||
constexpr int32_t TOO_LARGE_SEQ_DELTA = 1048576;
|
||||
|
||||
TCPAnalyzer::TCPAnalyzer() : IPBasedAnalyzer("TCP", TRANSPORT_TCP, TCP_PORT_MASK, false)
|
||||
{
|
||||
// TODO: remove once the other plugins are done
|
||||
new_plugin = true;
|
||||
}
|
||||
|
||||
TCPAnalyzer::~TCPAnalyzer()
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue