mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 02:58:20 +00:00
read header line in bro logfile format
This commit is contained in:
parent
1d39eaf32d
commit
5983d44d95
2 changed files with 19 additions and 3 deletions
|
@ -37,8 +37,9 @@ protected:
|
|||
virtual bool DoUpdate();
|
||||
|
||||
private:
|
||||
|
||||
bool ReadHeader();
|
||||
|
||||
bool GetLine(string& str);
|
||||
|
||||
ifstream* file;
|
||||
string fname;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue