Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Added support for aschex encoding payload #140

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

moreda
Copy link

@moreda moreda commented Mar 8, 2015

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:

  • ascii encoding provides a quick way to read part of the payload (without considering special encoding for '<', '>' and '&')
  • hexadecimal encoding let's you see the detail of each byte

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant