mirror of https://github.com/OISF/suricata
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
543 B
ReStructuredText
19 lines
543 B
ReStructuredText
9 years ago
|
Normalized Buffers
|
||
|
==================
|
||
|
|
||
9 years ago
|
.. toctree::
|
||
|
|
||
|
http-uri-normalization
|
||
9 years ago
|
|
||
|
A packet consists of raw data. HTTP and reassembly make a copy of
|
||
|
those kinds of packets data. They erase anomalous content, combine
|
||
|
packets etcetera. What remains is a called the 'normalized buffer'.
|
||
|
|
||
|
Example:
|
||
|
|
||
|
.. image:: normalized-buffers/normalization1.png
|
||
|
|
||
|
Because the data is being normalized, it is not what it used to be; it
|
||
|
is an interpretation. Normalized buffers are: all HTTP-keywords,
|
||
|
reassembled streams, TLS-, SSL-, SSH-, FTP- and dcerpc-buffers.
|