mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 01:58:20 +00:00
Label session adapters in the output of zeek -NN
This commit is contained in:
parent
5433f2936e
commit
1f94b8f250
10 changed files with 18 additions and 24 deletions
|
@ -69,9 +69,6 @@ public:
|
|||
// From Analyzer.h
|
||||
void UpdateConnVal(RecordVal *conn_val) override;
|
||||
|
||||
static analyzer::Analyzer* Instantiate(Connection* conn)
|
||||
{ return new TCPSessionAdapter(conn); }
|
||||
|
||||
void AddExtraAnalyzers(Connection* conn) override;
|
||||
|
||||
protected:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue