X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/64677b0d78ff168d98c3035e894c4910c021136e..9d83ad9c9e8ce15d380e7b04d8ffbb73991e552f:/print-nsh.c diff --git a/print-nsh.c b/print-nsh.c index c97364b5..636b4d38 100644 --- a/print-nsh.c +++ b/print-nsh.c @@ -51,7 +51,7 @@ nsh_print(netdissect_options *ndo, const u_char *bp, u_int len) u_int n, vn; uint8_t ver; uint8_t flags; - uint8_t length; + u_int length; uint8_t md_type; uint8_t next_protocol; uint32_t service_path_id;