]> git.ipfire.org Git - thirdparty/suricata.git/commit
detect/ipopts: Handle multiple ip options
authorJeff Lucovsky <jlucovsky@oisf.net>
Tue, 16 Apr 2024 12:34:42 +0000 (08:34 -0400)
committerVictor Julien <victor@inliniac.net>
Wed, 17 Apr 2024 15:09:03 +0000 (17:09 +0200)
commitd7026b7b11e117cbaa99d2a56be3738a84c08d5c
tree8b7afa6d4e20905636086778d17cd635248cf1de
parentee942391f78d9d1c88f28eefc22072b1c14179bd
detect/ipopts: Handle multiple ip options

Issue: 6864

Multiple IP options were not handled properly as the value being OR'd
into the packet's ip option variable were enum values instead of bit
values.
src/decode-ipv4.h
src/detect-ipopts.c