]> git.ipfire.org Git - thirdparty/suricata.git/commit
detect/ipopts: Remove unneeded PCRE logic
authorJeff Lucovsky <jlucovsky@oisf.net>
Thu, 21 Mar 2024 13:37:26 +0000 (09:37 -0400)
committerVictor Julien <victor@inliniac.net>
Fri, 19 Apr 2024 08:42:25 +0000 (10:42 +0200)
commit2100c346d1f5d8fdb61e6fcdd83ecdf9c493eadc
tree6e878dda2fbc84c3bc9e9dc7f4f546df16a0d505
parentb59e1dccaa3f2893c5826a2177948cd8172b646e
detect/ipopts: Remove unneeded PCRE logic

Issue: 6864

Reduce complexity by eliminating the PCRE logic and adding a unittest to
validate null/empty string handling

(cherry picked from commit ee942391f78d9d1c88f28eefc22072b1c14179bd)
src/detect-ipopts.c