zeek/scripts/base/protocols/ssl
Robin Sommer 338d521003 Fixing removal of support analyzers, plus some tweaking and cleanup of
CONNECT code.

Removal of support analyzers was broken. The code now actually doesn't
delete them immediately anymore but instead just flags them as
disabled. They'll be destroyed with the parent analyzer later.

Also includes a new leak tests exercising the CONNECT code.

Lines starting # with '#' will be ignored, and an empty message aborts
the commit. # On branch topic/robin/http-connect # Changes to be
committed: # modified: scripts/base/protocols/http/main.bro #
modified: scripts/base/protocols/ssl/consts.bro # modified:
src/analyzer/Analyzer.cc # modified: src/analyzer/Analyzer.h #
modified: src/analyzer/protocol/http/HTTP.cc # new file:
testing/btest/core/leaks/http-connect.bro # modified:
testing/btest/scripts/base/protocols/http/http-connect.bro # #
Untracked files: # .tags # changes.txt # conn.log # debug.log # diff #
mpls-in-vlan.patch # newfile.pcap # packet_filter.log # reporter.log #
src/PktSrc.cc.orig # weird.log #
2014-03-02 13:52:32 -08:00
..
__load__.bro Documentation fixes. 2013-09-03 15:59:40 -05:00
consts.bro Fixing removal of support analyzers, plus some tweaking and cleanup of 2014-03-02 13:52:32 -08:00
dpd.sig Moved DPD signatures into script specific directories. 2013-07-09 22:44:55 -04:00
main.bro Change ciphers in changes ciphers from a set to a vector. 2013-12-04 11:38:15 -08:00
mozilla-ca-list.bro Adding source and original copyright statement to Mozilla cert list. 2013-11-01 05:24:43 -07:00
README Add README files for base/protocols 2013-10-17 12:47:32 -05:00

Support for Secure Sockets Layer (SSL) protocol analysis.