From 083f22f6d6d77aa1cb8d43775e98c0f148cfc481 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Wed, 16 Dec 2015 11:02:15 +0100 Subject: [PATCH] icmpv4: remove unused header fields --- src/decode-icmpv4.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/decode-icmpv4.h b/src/decode-icmpv4.h index da5821d675..2f5862d389 100644 --- a/src/decode-icmpv4.h +++ b/src/decode-icmpv4.h @@ -179,8 +179,6 @@ typedef struct ICMPV4Vars_ { uint16_t id; uint16_t seq; - uint32_t mtu; - uint32_t error_ptr; /** Pointers to the embedded packet headers */ IPV4Hdr *emb_ipv4h; @@ -203,8 +201,6 @@ typedef struct ICMPV4Vars_ (p)->level4_comp_csum = -1; \ (p)->icmpv4vars.id = 0; \ (p)->icmpv4vars.seq = 0; \ - (p)->icmpv4vars.mtu = 0; \ - (p)->icmpv4vars.error_ptr = 0; \ (p)->icmpv4vars.emb_ipv4h = NULL; \ (p)->icmpv4vars.emb_tcph = NULL; \ (p)->icmpv4vars.emb_udph = NULL; \ -- 2.47.2