mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 02:28:21 +00:00
add streaming reads & automatic re-reading of files to ascii reader.
completely untested, but compiles & old tests still work
This commit is contained in:
parent
91943c2655
commit
d21a450f36
3 changed files with 57 additions and 21 deletions
|
@ -789,13 +789,6 @@ int Manager::SendEntryTable(const ReaderFrontend* reader, const int id, const Va
|
|||
InputHash *h = filter->lastDict->Lookup(idxhash);
|
||||
if ( h != 0 ) {
|
||||
// seen before
|
||||
|
||||
valhash->Hash();
|
||||
|
||||
h->valhash->Hash();
|
||||
|
||||
|
||||
|
||||
if ( filter->num_val_fields == 0 || h->valhash->Hash() == valhash->Hash() ) {
|
||||
// ok, exact duplicate
|
||||
filter->lastDict->Remove(idxhash);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue