mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 10:08:20 +00:00
A set of interface changes in preparation for merging into BinPAC++
branch.
This commit is contained in:
parent
52cd02173d
commit
2002787c6e
27 changed files with 381 additions and 172 deletions
|
@ -267,6 +267,10 @@ public:
|
|||
: Analyzer(name, conn)
|
||||
{ tcp = 0; }
|
||||
|
||||
TCP_ApplicationAnalyzer(Connection* conn)
|
||||
: Analyzer(conn)
|
||||
{ tcp = 0; }
|
||||
|
||||
virtual ~TCP_ApplicationAnalyzer() { }
|
||||
|
||||
// This may be nil if we are not directly associated with a TCP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue