mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 00:28:21 +00:00
Move all Val classes to the zeek namespaces
This commit is contained in:
parent
ec9eff0bd5
commit
64332ca22c
265 changed files with 3154 additions and 3086 deletions
|
@ -64,7 +64,7 @@ public:
|
|||
BroFilePtr GetContentsFile(unsigned int direction) const override;
|
||||
|
||||
// From Analyzer.h
|
||||
void UpdateConnVal(RecordVal *conn_val) override;
|
||||
void UpdateConnVal(zeek::RecordVal *conn_val) override;
|
||||
|
||||
int ParseTCPOptions(const struct tcphdr* tcp, bool is_orig);
|
||||
|
||||
|
@ -267,7 +267,7 @@ public:
|
|||
bool DataSent(double t, uint64_t seq, int len, int caplen, const u_char* data,
|
||||
const IP_Hdr* ip, const struct tcphdr* tp);
|
||||
|
||||
RecordVal* BuildStats();
|
||||
zeek::RecordVal* BuildStats();
|
||||
|
||||
protected:
|
||||
TCP_Endpoint* endp;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue