diff --git a/src/decode-icmpv4.h b/src/decode-icmpv4.h index 95f3c404e2..a87e7a09b1 100644 --- a/src/decode-icmpv4.h +++ b/src/decode-icmpv4.h @@ -181,15 +181,15 @@ typedef struct ICMPV4ExtHdr_ /* ICMPv4 vars */ typedef struct ICMPV4Vars_ { + /** Pointers to the embedded packet headers */ + IPV4Hdr *emb_ipv4h; + uint16_t id; uint16_t seq; /** Actual header length **/ uint16_t hlen; - /** Pointers to the embedded packet headers */ - IPV4Hdr *emb_ipv4h; - uint8_t emb_ip4_proto; bool emb_ports_set;