From 79e6f7018f8b3e70ef9d1b42e581ed17e4b1262c Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Tue, 26 Mar 2024 10:21:31 +0100 Subject: [PATCH] decode: minor style cleanup in the header ptrs --- src/decode.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/decode.h b/src/decode.h index ddc02a7758..66a2db2a11 100644 --- a/src/decode.h +++ b/src/decode.h @@ -560,20 +560,13 @@ typedef struct Packet_ #define icmpv6vars l4vars.icmpv6vars TCPHdr *tcph; - UDPHdr *udph; - SCTPHdr *sctph; - ESPHdr *esph; - ICMPV4Hdr *icmpv4h; - ICMPV6Hdr *icmpv6h; - PPPOESessionHdr *pppoesh; PPPOEDiscoveryHdr *pppoedh; - GREHdr *greh; /* ptr to the payload of the packet