X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/845d1aad10d87ada487322ae1df4cad6b71e2d86..bef667db65b15c89ec6f1cf325b76acd3c0b8748:/print-babel.c diff --git a/print-babel.c b/print-babel.c index 29865dd2..00dcd14c 100644 --- a/print-babel.c +++ b/print-babel.c @@ -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;