X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/64677b0d78ff168d98c3035e894c4910c021136e..a909db55ebc50de487e65f19b3250d0b45763d2d:/print-nsh.c diff --git a/print-nsh.c b/print-nsh.c index c97364b5..5ece5b5e 100644 --- a/print-nsh.c +++ b/print-nsh.c @@ -26,10 +26,10 @@ /* specification: draft-ietf-sfc-nsh-01 */ #ifdef HAVE_CONFIG_H -#include "config.h" +#include #endif -#include +#include "netdissect-stdinc.h" #include "netdissect.h" #include "extract.h" @@ -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;