X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/64677b0d78ff168d98c3035e894c4910c021136e..aa9960a2c3d98c38d385c10e54d9160cb89feba0:/print-ipnet.c diff --git a/print-ipnet.c b/print-ipnet.c index a49f8525..9777909b 100644 --- a/print-ipnet.c +++ b/print-ipnet.c @@ -1,10 +1,10 @@ /* \summary: Solaris DLT_IPNET printer */ #ifdef HAVE_CONFIG_H -#include "config.h" +#include #endif -#include +#include "netdissect-stdinc.h" #include "netdissect.h" #include "extract.h" @@ -33,7 +33,7 @@ static const struct tok ipnet_values[] = { { 0, NULL } }; -static inline void +static void ipnet_hdr_print(netdissect_options *ndo, const u_char *bp, u_int length) { const ipnet_hdr_t *hdr;