zeek/scripts/base/protocols/http
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
..
__load__.bro FileAnalysis: decentralize unique file handle generator callbacks. 2013-03-13 10:48:26 -05:00
file-analysis.bro FileAnalysis: optimize get_file_handle event queueing. 2013-04-02 16:21:51 -05:00
file-extract.bro FileAnalysis: replace script-layer http file analysis. 2013-03-22 16:14:06 -05:00
file-hash.bro FileAnalysis: replace script-layer SMTP file analysis. 2013-03-26 15:48:52 -05:00
file-ident.bro FileAnalysis: misc. tweaks/fixes. 2013-03-28 16:59:29 -05:00
main.bro FileAnalysis: add unit tests covering current protocol integration. 2013-03-19 15:50:05 -05:00
utils.bro Change IPv6 output format to no longer automatically be bracketed. 2012-05-07 12:55:54 -05:00