mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 18:18:19 +00:00
Removing all Analyzer::Available() methods.
This commit is contained in:
parent
40ca718e90
commit
b122b39874
38 changed files with 0 additions and 208 deletions
|
@ -91,8 +91,6 @@ public:
|
|||
static analyzer::Analyzer* InstantiateAnalyzer(Connection* conn)
|
||||
{ return new TCP_Analyzer(conn); }
|
||||
|
||||
static bool Available() { return true; }
|
||||
|
||||
protected:
|
||||
friend class TCP_ApplicationAnalyzer;
|
||||
friend class TCP_Reassembler;
|
||||
|
@ -365,8 +363,6 @@ public:
|
|||
static analyzer::Analyzer* InstantiateAnalyzer(Connection* conn)
|
||||
{ return new TCPStats_Analyzer(conn); }
|
||||
|
||||
static bool Available() { return conn_stats || tcp_rexmit; }
|
||||
|
||||
protected:
|
||||
virtual void DeliverPacket(int len, const u_char* data, bool is_orig,
|
||||
int seq, const IP_Hdr* ip, int caplen);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue