Jeff Lucovsky
Jeff Lucovsky
Continuation of #11670 Issue: 6954 This commit adds the linktype name to the output stream. The name is determined from a Rust linktype-to-name function. Link to ticket: https://redmine.openinfosecfoundation.org/issues/6954 Describe changes:...
Continuation of #11940 Add the `luaxform` transform that uses a Lua script to receive and transform a sticky buffer. Lua transforms receive arguments - (always): length of input buffer and...
The profiling arrays are incorrectly sized by the number of thread modules. Since they contain app-layer protocol data, they should be sized by ALPROTO_MAX. Link to ticket: https://redmine.openinfosecfoundation.org/issues/7334 Describe changes:...
Continuation of #11882 Reduce fflush calls on output streams (regular files only). Output can be buffered, specify the buffer-size with `outputs..buffer-size`. A value of 0 selects no buffering; otherwise, up...
Continuation of #11632 Issue: 7129 Create a decode/engine event if unknown ethertypes are observed. Link to ticket: https://redmine.openinfosecfoundation.org/issues/7129 Describe changes: - Add an event created when unknown ethertypes are observed...