]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-ah.c
Add program_name field in the netdissect_options structure
[tcpdump] / print-ah.c
index 360fc5e5421e42f0418df12b2db3cf60503d2488..8d71e1b42527d457a95c447cb89932c786dc0ae7 100644 (file)
@@ -38,7 +38,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. */