policy/protocols/http/var-extraction-cookies.zeek

HTTP

Extracts and logs variable names from cookies sent by clients.

Namespace

HTTP

Imports

base/protocols/http/main.zeek, base/protocols/http/utils.zeek

Summary

Redefinitions

HTTP::Info: record

New Fields

HTTP::Info

cookie_vars: vector of string &optional &log

Variable names extracted from all cookies.

Detailed Interface