]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-ah.c
document SIGUSR1 in manual page
[tcpdump] / print-ah.c
index dd4130e49943c7d66c03929f12641bed7bff3476..0badf48233bffc1b915278c12529d9e779009735 100644 (file)
@@ -39,7 +39,7 @@ ah_print(netdissect_options *ndo, register const u_char *bp)
        register const struct ah *ah;
        register const u_char *ep;
        int sumlen;
-       u_int32_t spi;
+       uint32_t spi;
 
        ah = (const struct ah *)bp;
        ep = ndo->ndo_snapend;          /* 'ep' points to the end of available data. */