]> git.ipfire.org Git - thirdparty/suricata.git/commit
detect/port: remove SigGroupHead* ops 11142/head
authorShivani Bhardwaj <shivani@oisf.net>
Wed, 28 Feb 2024 14:29:04 +0000 (19:59 +0530)
committerVictor Julien <victor@inliniac.net>
Fri, 24 May 2024 17:11:03 +0000 (19:11 +0200)
commitee3485e7c8086feb75a75ca3b52acab72e0da882
tree90fbc7b5816b3276c1c31bd97e1f7e3dc76b4110
parente1ed0bea3948d06cbb7ffb5f32e9491d37af50d7
detect/port: remove SigGroupHead* ops

The functions in detect-engine-port.c are only being used at the time of
parsing the ports from rules initially. Since there are no SGHs at that
point, remove the ops related to them too.

(cherry picked from commit e14fefe24a6e4e93d1c443d5691e4f7b88d8e5ee)
src/detect-engine-port.c