mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 15:48:19 +00:00

The broxygen-generated files now live in the git repo, have tests that check that they are up-to-date, and a script to re-generate them on-demand.
27 lines
646 B
ReStructuredText
27 lines
646 B
ReStructuredText
:orphan:
|
|
|
|
Package: base/protocols/http
|
|
============================
|
|
|
|
Support for Hypertext Transfer Protocol (HTTP) analysis.
|
|
|
|
:doc:`/scripts/base/protocols/http/__load__.bro`
|
|
|
|
|
|
:doc:`/scripts/base/protocols/http/main.bro`
|
|
|
|
Implements base functionality for HTTP analysis. The logging model is
|
|
to log request/response pairs and all relevant metadata together in
|
|
a single record.
|
|
|
|
:doc:`/scripts/base/protocols/http/entities.bro`
|
|
|
|
Analysis and logging for MIME entities found in HTTP sessions.
|
|
|
|
:doc:`/scripts/base/protocols/http/utils.bro`
|
|
|
|
Utilities specific for HTTP processing.
|
|
|
|
:doc:`/scripts/base/protocols/http/files.bro`
|
|
|
|
|