]> git.ipfire.org Git - thirdparty/suricata.git/commit
decode/icmpv4: add and use PacketIsICMPv4 inline func
authorVictor Julien <vjulien@oisf.net>
Thu, 28 Mar 2024 10:39:32 +0000 (11:39 +0100)
committerVictor Julien <victor@inliniac.net>
Fri, 26 Apr 2024 18:59:45 +0000 (20:59 +0200)
commit1002068e39c98618c5624c6c249824408d1b1c37
treece12caa7f97229cc4ab5fad0d8b10ce3742e6e3b
parent5c3036bea80209545cf0c95e1c89caa076f19d7a
decode/icmpv4: add and use PacketIsICMPv4 inline func

For better readability and type checking.

Ticket: #5517.
12 files changed:
src/decode.h
src/detect-csum.c
src/detect-icmp-id.c
src/detect-icmp-seq.c
src/detect-icmpv4hdr.c
src/detect-icode.c
src/detect-itype.c
src/detect.c
src/flow-hash.c
src/flow-util.c
src/flow.c
src/output-json-drop.c