zeek/scripts/base/protocols/http
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 Integrate new Broxygen functionality into Sphinx. 2013-11-21 14:34:32 -06:00
dpd.sig Expanding the HTTP methods used in the signature to detect HTTP traffic. 2014-02-11 15:30:22 -05:00
entities.bro Fix typos and formatting in the http protocol docs 2013-10-16 13:13:53 -05:00
files.bro Merge remote-tracking branch 'origin/topic/seth/faf-updates' 2013-07-29 14:21:52 -07:00
main.bro Fixing removal of support analyzers, plus some tweaking and cleanup of 2014-03-02 13:52:32 -08:00
README Add README files for base/protocols 2013-10-17 12:47:32 -05:00
utils.bro Fix typos and formatting in the http protocol docs 2013-10-16 13:13:53 -05:00

Support for Hypertext Transfer Protocol (HTTP) analysis.