]> git.ipfire.org Git - thirdparty/suricata.git/commit
decode/icmpv4: move icmpv4h into L4 packet data
authorVictor Julien <vjulien@oisf.net>
Sat, 30 Mar 2024 12:54:35 +0000 (13:54 +0100)
committerVictor Julien <victor@inliniac.net>
Fri, 26 Apr 2024 18:59:45 +0000 (20:59 +0200)
commit852ff83d70e1a806af55d989f31d98e7214468ab
tree3636cf0b04285b37e7a151357cb9f687282dc4c1
parentb959d1dba8b1754d1ea69c8596e2fddd02f7c16a
decode/icmpv4: move icmpv4h into L4 packet data

To reduce Packet size.

Ticket: #6938.
17 files changed:
src/decode-icmpv4.c
src/decode-icmpv4.h
src/decode.h
src/detect-csum.c
src/detect-engine-siggroup.c
src/detect-icmp-id.c
src/detect-icmp-seq.c
src/detect-icmpv4hdr.c
src/detect-icode.c
src/detect-itype.c
src/flow-hash.c
src/flow.c
src/output-json.c
src/packet.c
src/tests/detect.c
src/util-unittest-helper.c
src/util-validate.h