]> git.ipfire.org Git - thirdparty/suricata.git/commit
decode/icmpv6: move icmpv6h into L4 packet data
authorVictor Julien <vjulien@oisf.net>
Fri, 5 Apr 2024 11:31:41 +0000 (13:31 +0200)
committerVictor Julien <victor@inliniac.net>
Fri, 26 Apr 2024 18:59:45 +0000 (20:59 +0200)
commitb959d1dba8b1754d1ea69c8596e2fddd02f7c16a
tree07fd5457d1cc058aa452636a17a9ebca1e23f80d
parent30ae13f2c3df32cb5645de6f66d4811d48f5728c
decode/icmpv6: move icmpv6h into L4 packet data

Also start vars section in L4 for icmpv6vars.

To reduce Packet size.

Ticket: #6938.
14 files changed:
src/decode-icmpv6.c
src/decode-icmpv6.h
src/decode.h
src/detect-csum.c
src/detect-icmp-id.c
src/detect-icmp-seq.c
src/detect-icmpv6-mtu.c
src/detect-icmpv6hdr.c
src/detect-icode.c
src/detect-itype.c
src/output-json.c
src/packet.c
src/source-dpdk.c
src/util-validate.h