zeek/testing/btest/scripts/base/protocols
Jon Siwek 68aead024a Add an example of a GridFTP data channel detection script.
It relies on the heuristics of GridFTP data channels commonly default to
SSL mutual authentication with a NULL bulk cipher and that they usually
transfer large datasets (default threshold of script is 1 GB).  The
script also defaults to skip_further_processing() after detection to try
to save cycles analyzing the large, benign connection.

Also added a script in base/protocols/conn/polling that generalizes the
process of polling a connection for interesting features.  The GridFTP
data channel detection script depends on it to monitor bytes
transferred.
2012-10-01 12:32:24 -05:00
..
conn Add an example of a GridFTP data channel detection script. 2012-10-01 12:32:24 -05:00
ftp Add test case for FTP over IPv4 2012-02-21 11:18:43 -06:00
http Merge remote-tracking branch 'origin/topic/jsiwek/require-libmagic-libz' 2011-11-15 17:08:24 -08:00
irc Promote libz and libmagic to required dependencies. 2011-11-11 12:39:00 -06:00
smtp Promote libz and libmagic to required dependencies. 2011-11-11 12:39:00 -06:00
socks SOCKS and tunnel test updates. 2012-06-20 14:19:49 -04:00
ssl More bugfixs, cleanup, and test for SSL analyzer 2012-05-03 10:52:24 -04:00