summaryrefslogtreecommitdiff
path: root/lua/gelf.lua
AgeCommit message (Collapse)AuthorFilesLines
2016-07-06lua/gelf: add very basic GELF dissectorPeter Wu1-0/+27
GELF is a simple UDP protocol, every datagram is a gzipped JSON message. This dissector demonstrates how one could decompress it and parse it as JSON. Does not support chunked format.