zeek/src/file_analysis
Seth Hall 6162d986a2 Fix an issue with files having gaps before the bof_buffer is filled.
When files had gaps prior to the bof_buffer completely filling, the
file gap handling code was never sniffing and passing along as much
data as possible so file type identification wasn't working correctly.
2015-04-08 13:41:03 -04:00
..
analyzer Merge remote-tracking branch 'origin/topic/johanna/x509-cn' 2015-03-04 12:31:34 -08:00
Analyzer.cc Cleanup of plugin component API. 2013-12-16 10:07:20 -08:00
Analyzer.h Review/fix/change file reassembly functionality. 2014-12-16 14:05:15 -06:00
AnalyzerSet.cc Lots of fixes for file type identification. 2015-03-13 22:14:44 -04:00
AnalyzerSet.h Review/fix/change file reassembly functionality. 2014-12-16 14:05:15 -06:00
CMakeLists.txt Initial commit of file reassembly. 2013-12-20 00:05:08 -05:00
Component.cc Adding Files::register_for_mime_type() to associate a file analyzer 2014-07-21 16:31:22 +02:00
Component.h Moving component's CanonicalName() method into base class. 2014-07-12 18:31:00 -07:00
File.cc Fix an issue with files having gaps before the bof_buffer is filled. 2015-04-08 13:41:03 -04:00
File.h Review/fix/change file reassembly functionality. 2014-12-16 14:05:15 -06:00
file_analysis.bif Update documentation (broken links, outdated tests). 2015-01-21 16:38:31 -06:00
FileReassembler.cc Fixing (harmless) Coverity warning. 2015-01-17 08:07:18 -08:00
FileReassembler.h Fixing (harmless) Coverity warning. 2015-01-17 08:07:18 -08:00
FileTimer.cc Internal refactoring of how plugin components are tagged/managed. 2013-08-01 10:35:47 -05:00
FileTimer.h Improve file analysis doxygen comments. 2013-05-23 10:22:49 -05:00
Manager.cc Lots of fixes for file type identification. 2015-03-13 22:14:44 -04:00
Manager.h Review/fix/change file reassembly functionality. 2014-12-16 14:05:15 -06:00
Tag.cc Add a distinct tag class for file analyzers. 2013-07-30 15:19:48 -05:00
Tag.h Internal refactoring of how plugin components are tagged/managed. 2013-08-01 10:35:47 -05:00