]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-krb.c
Add CAP_FCNTL and use cap_fcntls_limit().
[tcpdump] / print-krb.c
index bcc81bf125796a4c58a792d278b386b078df3ee6..2eebfa69bb83d0c254871ee7186187d0dccf11b2 100644 (file)
@@ -60,8 +60,8 @@ static void krb4_print(netdissect_options *, const u_char *);
 #define KERB_ERR_NULL_KEY                      10
 
 struct krb {
-       u_int8_t pvno;          /* Protocol Version */
-       u_int8_t type;          /* Type+B */
+       uint8_t pvno;           /* Protocol Version */
+       uint8_t type;           /* Type+B */
 };
 
 static const struct tok type2str[] = {