zeek/scripts/base/protocols/ftp
Jon Siwek 3642ecc73e FileAnalysis: misc. tweaks/fixes.
- Add a timeout flag to file_analysis.log so it's easy to tell what
  has had at least one timeout trigger happen.

- Fix ftp-data service tag not being set for reused connections.

- Fix HTTP::Incorrect_File_Type because mime types returned by FAF have
  the charset still in them, but the HTTP::mime_types_extensions table
  does not and it requires an exact string match. (still ugly)

- Add TRIGGER_NEW_CONN to track files going over multiple connections.

- Add an initial file/mime type guess for non-linear file transfers.

- Fix a case where file/mime type detection would never be attempted
  if the start of the file was a content gap.

- Improve mime type tracking of HTTP byte-range/partial-content,
  even if the requests are pipelined or over multiple connections.

- I changed the modbus.events test because having the baseline output
  be 80+ MB is nuts and it was sensitive to connection record redefs.
2013-03-28 16:59:29 -05:00
..
__load__.bro FileAnalysis: decentralize unique file handle generator callbacks. 2013-03-13 10:48:26 -05:00
file-analysis.bro FileAnalysis: replace script-layer FTP file analysis. 2013-03-27 12:59:38 -05:00
file-extract.bro FileAnalysis: replace script-layer IRC file analysis. 2013-03-27 14:02:20 -05:00
gridftp.bro Change how "gridftp" gets added to service field of connection records. 2012-10-17 12:09:12 -05:00
main.bro FileAnalysis: misc. tweaks/fixes. 2013-03-28 16:59:29 -05:00
utils-commands.bro SSH&FTP Documentation updates. 2012-01-08 01:16:40 -05:00