mirror of
https://github.com/zeek/zeek.git
synced 2025-10-12 11:38:20 +00:00
Move BroFile to zeek namespace, rename to File
This commit is contained in:
parent
bfab224d7c
commit
910aa77d95
29 changed files with 135 additions and 115 deletions
|
@ -60,8 +60,8 @@ public:
|
|||
// the test is whether it has any outstanding, un-acked data.
|
||||
bool DataPending(TCP_Endpoint* closing_endp);
|
||||
|
||||
void SetContentsFile(unsigned int direction, BroFilePtr f) override;
|
||||
BroFilePtr GetContentsFile(unsigned int direction) const override;
|
||||
void SetContentsFile(unsigned int direction, zeek::FilePtr f) override;
|
||||
zeek::FilePtr GetContentsFile(unsigned int direction) const override;
|
||||
|
||||
// From Analyzer.h
|
||||
void UpdateConnVal(zeek::RecordVal *conn_val) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue