mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 23:28:20 +00:00

This is based on commit 2731def9159247e6da8a3191783c89683363689c from the zeek-docs repo.
28 lines
1.2 KiB
ReStructuredText
28 lines
1.2 KiB
ReStructuredText
:tocdepth: 3
|
|
|
|
policy/protocols/http/var-extraction-cookies.zeek
|
|
=================================================
|
|
.. zeek:namespace:: HTTP
|
|
|
|
Extracts and logs variable names from cookies sent by clients.
|
|
|
|
:Namespace: HTTP
|
|
:Imports: :doc:`base/protocols/http/main.zeek </scripts/base/protocols/http/main.zeek>`, :doc:`base/protocols/http/utils.zeek </scripts/base/protocols/http/utils.zeek>`
|
|
|
|
Summary
|
|
~~~~~~~
|
|
Redefinitions
|
|
#############
|
|
============================================ ==================================================================================================
|
|
:zeek:type:`HTTP::Info`: :zeek:type:`record`
|
|
|
|
:New Fields: :zeek:type:`HTTP::Info`
|
|
|
|
cookie_vars: :zeek:type:`vector` of :zeek:type:`string` :zeek:attr:`&optional` :zeek:attr:`&log`
|
|
Variable names extracted from all cookies.
|
|
============================================ ==================================================================================================
|
|
|
|
|
|
Detailed Interface
|
|
~~~~~~~~~~~~~~~~~~
|
|
|