Actions
Bug #600
closed
EC
IS
literal \t (x09) in mod_log_config
Bug #600:
literal \t (x09) in mod_log_config
Affected Versions:
Effort:
Difficulty:
Label:
Description
When reporting data out via mod_log_config for http.log, I have discovered that \t is reported as \x09. Per apache.org....
---
For security reasons, starting with version 2.0.46, non-printable and other special characters in %r, %i and %o are escaped using \xhh sequences, where hh stands for the hexadecimal representation of the raw byte.... Exceptions from this rule are....all whitespace characters, which are written in their C-style notation (\n, \t, etc).
---
Why are my customformat strings producing x09 in Suricata, when according to mod_log_config (which suri points you to) indicates that these should be printed as is, and not hex?
Thanks!
Erik
Actions