]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
decode: minor style cleanup in the header ptrs
authorVictor Julien <vjulien@oisf.net>
Tue, 26 Mar 2024 09:21:31 +0000 (10:21 +0100)
committerVictor Julien <victor@inliniac.net>
Fri, 26 Apr 2024 18:59:45 +0000 (20:59 +0200)
src/decode.h

index ddc02a7758eeb1acac62a3c419b99558afc592b9..66a2db2a11426b59f443a51147d5dcb4c5c0511b 100644 (file)
@@ -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