mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 13:38:19 +00:00
Fixes for non-OSX.
This commit is contained in:
parent
af1809aaa3
commit
eef4858692
10 changed files with 13 additions and 12 deletions
|
@ -5,10 +5,10 @@
|
|||
|
||||
#include <queue>
|
||||
|
||||
#include "Tag.h"
|
||||
#include "PluginComponent.h"
|
||||
|
||||
#include "Analyzer.h"
|
||||
#include "PluginComponent.h"
|
||||
#include "Tag.h"
|
||||
|
||||
#include "../Dict.h"
|
||||
#include "../net_util.h"
|
||||
#include "../IP.h"
|
||||
|
@ -112,7 +112,7 @@ public:
|
|||
// as a wildcard for orig. (Cookie is currently unused. Eventually,
|
||||
// we may pass it on to the analyzer).
|
||||
void ExpectConnection(const IPAddr& orig, const IPAddr& resp, uint16 resp_p,
|
||||
TransportProto proto, Tag::Tag analyzer,
|
||||
TransportProto proto, Tag analyzer,
|
||||
double timeout, void* cookie);
|
||||
|
||||
void ExpectConnection(const IPAddr& orig, const IPAddr& resp, uint16 resp_p,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue