]> git.ipfire.org Git - thirdparty/suricata.git/commit
http: add meta-field-limit option 649/head
authorVictor Julien <victor@inliniac.net>
Thu, 21 Nov 2013 12:22:52 +0000 (13:22 +0100)
committerVictor Julien <victor@inliniac.net>
Thu, 21 Nov 2013 12:48:30 +0000 (13:48 +0100)
commitfb4967912cb5a1a3ad37ef832b9e3d64c7c7a739
treeacefdbf42612f2514c6f59d48342bb440e652639
parent2ec57c36b442b1c860ef40ad759320e9b0a01e35
http: add meta-field-limit option

The meta-field-option allows for setting the hard limit of request
and response fields in HTTP. In requests this applies to the request
line and headers, not the body. In responses, this applies to the
response line and headers, not the body.

Libhtp uses a default limit of 18k. If this is reached an event is
raised.

Ticket 986.
src/app-layer-htp.c
src/app-layer-htp.h
suricata.yaml.in