read header line in bro logfile format

This commit is contained in:
Bernhard Amann 2011-11-08 15:33:32 -08:00
parent 1d39eaf32d
commit 5983d44d95
2 changed files with 19 additions and 3 deletions

View file

@ -37,8 +37,9 @@ protected:
virtual bool DoUpdate();
private:
bool ReadHeader();
bool GetLine(string& str);
ifstream* file;
string fname;