zeek/scripts/base/protocols/ftp
Justin Azoff 6b864d5dd2 problem: gridftp threshold is being applied to all connections
The bytes_threshold_crossed event in the gridftp analyzer is not first
checking to see if the connection passed the initial criteria.  This
causes the script to add the gridftp-data service to any connection that
crosses a threshold that is the same as or greater than the gridftp
size_threshold.
2017-09-21 10:50:26 -04:00
..
__load__.bro Fix various documentation, mostly related to file analysis. 2013-07-29 16:15:37 -05:00
dpd.sig Moved DPD signatures into script specific directories. 2013-07-09 22:44:55 -04:00
files.bro File API updates complete. 2015-04-20 10:46:48 -04:00
gridftp.bro problem: gridftp threshold is being applied to all connections 2017-09-21 10:50:26 -04:00
info.bro Fix typos and formatting in the ftp protocol docs 2013-10-15 17:00:01 -05:00
main.bro Fixing FTP cwd getting overlue long. 2016-05-29 08:52:47 -07:00
README Add README files for base/protocols 2013-10-17 12:47:32 -05:00
utils-commands.bro SSH&FTP Documentation updates. 2012-01-08 01:16:40 -05:00
utils.bro Fix typos and formatting in the ftp protocol docs 2013-10-15 17:00:01 -05:00

Support for File Transfer Protocol (FTP) analysis.