Removing all Analyzer::Available() methods.

This commit is contained in:
Robin Sommer 2013-04-04 15:15:33 -07:00
parent 40ca718e90
commit b122b39874
38 changed files with 0 additions and 208 deletions

View file

@ -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);