mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 02:58:20 +00:00
hashing seems to work _correctly_ now...
This commit is contained in:
parent
f20125d22d
commit
638976791e
3 changed files with 72 additions and 16 deletions
|
@ -37,6 +37,8 @@ protected:
|
|||
virtual bool DoUpdate();
|
||||
|
||||
private:
|
||||
|
||||
bool ReadHeader();
|
||||
|
||||
ifstream* file;
|
||||
string fname;
|
||||
|
@ -46,6 +48,7 @@ private:
|
|||
|
||||
// map columns in the file to columns to send back to the manager
|
||||
vector<FieldMapping> columnMap;
|
||||
const LogField* const * fields; // raw mapping
|
||||
|
||||
//map<string, string> *keyMap;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue