Jeff Lucovsky

Results 55 issues of Jeff Lucovsky

Continuation of #11520 Issue: 7126 This commit abandons the use of StringParseUint32 which generates an error message of there are non-numeric characters. The SMTP parser had used this function on...

Continuation of #11637 Link to tickets: - https://redmine.openinfosecfoundation.org/issues/6555 - https://redmine.openinfosecfoundation.org/issues/7224 Describe changes: - Cherry-pick commits from https://github.com/OISF/suricata/pull/10654 for issue 6555 - s-v updates for 7.0.7+ Updates: - Initialize membuffer values...

WIP: Convert FTP parser to Rust. Link to ticket: https://redmine.openinfosecfoundation.org/issues/4082 Describe changes: - - - ### Provide values to any of the below to override the defaults. - To use...

Cherry-pick of 6490 Don't set an ACK value if ACK flag is no longer set. This avoids a bogus `pkt_broken_ack` event set. Fixes: ebf465a11bff ("tcp: do not assign TCP flags...

Continuation of #11640 Backport of ticket #6490 into main-7.0.x (cherry picked from commit 855cc8963612387ff0440b707ce3145523f1a9ac) Link to ticket: https://redmine.openinfosecfoundation.org/issues/7166 Describe changes: - Backport of fix for 6490 Updates: - Updated to...

Continuation of #11651 This PR contains the changes to distribute and build the Napatech source modules as a "capture plugin". Describe changes: - Converted the Napatech source modules to be...

WIP: Track SMB activities with global stats Link to ticket: https://redmine.openinfosecfoundation.org/issues/5672 Describe changes: - Track SMB-related items - state, tx (memory, frees, allocs), hashmap memory usage -- with Suricata stats....

Issue: none This commit adds a template that identifies commit message elements that we find important. The Suricata development team requests that contributions use the template to help improve commit...

This commit adds tests for new Lua transform - Basic transform operation - Ensure non-existent Lua scripts are detected - Ensure Lua scripts without transform functions are detected - Ensure...

requires suricata pr

Continuation of #2006 Issue: 6954 Ensure that the linktype_name is included in the alerts. Updates: - Modify existing test cases to expand the range of linktype name values. - Remove...

requires suricata pr