]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-ah.c
Translate UDP/1700 as RADIUS
[tcpdump] / print-ah.c
index 360fc5e5421e42f0418df12b2db3cf60503d2488..5db28d193f8e85b495727e5b1bed55fbba94ee47 100644 (file)
@@ -25,7 +25,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "ah.h"
 
@@ -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. */