firnsy / barnyard2

Barnyard2 is a dedicated spooler for Snort's unified2 binary output format.
GNU General Public License v2.0
344 stars 190 forks source link

Added support for aschex encoding payload #140

Open moreda opened 9 years ago

moreda commented 9 years ago

Hi,

In order to feed a SIEM using syslog, I think it's useful to provide the payload in both encoding formats: ascii and hexadecimal. To cover this, I added the "aschex" format that does that so we keep the best of both worlds:

Using payload_encoding aschex, the payload appears as two strings (asc and hex) separated by a space separator.