mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 20:18:20 +00:00
Fixes for non-OSX.
This commit is contained in:
parent
af1809aaa3
commit
eef4858692
10 changed files with 13 additions and 12 deletions
|
@ -258,10 +258,10 @@ public:
|
|||
void Weird(const char* name, const char* addl = "");
|
||||
|
||||
protected:
|
||||
friend class Connection;
|
||||
friend class AnalyzerTimer;
|
||||
friend class TCP_ApplicationAnalyzer;
|
||||
friend class Manager;
|
||||
friend class ::Connection;
|
||||
friend class ::TCP_ApplicationAnalyzer;
|
||||
|
||||
// Associates a connection with this analyzer. Must be called if
|
||||
// we're using the default ctor.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue