decode/icmpv4: no need to pack the structure

pull/10783/head
Victor Julien 2 years ago committed by Victor Julien
parent ff50dc49ef
commit a1a9b41a71

@ -166,7 +166,7 @@ typedef struct ICMPV4Hdr_
uint8_t type;
uint8_t code;
uint16_t checksum;
} __attribute__((__packed__)) ICMPV4Hdr;
} ICMPV4Hdr;
/* ICMPv4 header structure */
typedef struct ICMPV4ExtHdr_

Loading…
Cancel
Save