zeek/scripts/base
Jon Siwek fc267d010d FileAnalysis: optimize get_file_handle event queueing.
When a file handle is needed and the last event in the queue is also
a get_file_handle event with the same arguments, instead of queueing
a new event, just remember to cache/re-use the resulting handle from
the previous event.  This depends on get_file_handle handlers not
changing global state that is also used to derive the file handle
string.
2013-04-02 16:21:51 -05:00
..
frameworks FileAnalysis: first pass over documentation. 2013-03-29 13:41:37 -05:00
misc Merge remote-tracking branch 'origin/fastpath' 2012-12-14 14:34:51 -08:00
protocols FileAnalysis: optimize get_file_handle event queueing. 2013-04-02 16:21:51 -05:00
utils remove the byte_len and length bifs 2013-03-06 13:45:42 -08:00
init-bare.bro FileAnalysis: file handles now set from events. 2013-03-25 15:37:58 -05:00
init-default.bro Merge branch 'topic/robin/intel-framework-merge' 2012-11-05 16:00:38 -08:00