Project

General

Profile

Actions

Bug #600

closed

literal \t (x09) in mod_log_config

Added by Erik C over 11 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Normal
Target version:
-
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


Related issues 1 (0 open1 closed)

Related to Suricata - Feature #602: availability for http.log output - identical to apache log formatClosedIgnacio Sanchez10/29/2012Actions
Actions

Also available in: Atom PDF