influxdata / go-syslog

Blazing fast syslog parser
MIT License
476 stars 69 forks source link

Wrapping parser able to automatically infer transparent vs non-transparent framing techniques #17

Open leodido opened 5 years ago

leodido commented 5 years ago

Create a generic syslog parser able to automatically infer transparent framing technique from non-transparent ones.

A significative quote from RFC6587.

A transport receiver can assume that non-transparent-framing is used if a syslog frame starts with the ASCII character "<" (%d60).

Ref. https://tools.ietf.org/html/rfc6587#section-3.4.2

Relates to #16.