]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-babel.c
Clean up types to squelch narrowing warnings.
[tcpdump] / print-babel.c
index 29865dd22c87f568f399b97b5c7c80e156f06732..00dcd14cb1fea7b3bd3570eba5f6d8c907a17b50 100644 (file)
@@ -364,7 +364,7 @@ babel_print_v2(netdissect_options *ndo,
     i = 0;
     while(i < bodylen) {
         const u_char *message;
-        u_int type, len;
+        uint8_t type, len;
 
         message = cp + 4 + i;