X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/e2982e7f6f0b624a773ec5a58885ee80fab46d34..ad69daa2e4cf9ce6789295bd7f55a55ac4d9d0b2:/print-ether.c diff --git a/print-ether.c b/print-ether.c index c1f6fdba..e09f2ac9 100644 --- a/print-ether.c +++ b/print-ether.c @@ -22,10 +22,10 @@ /* \summary: Ethernet printer */ #ifdef HAVE_CONFIG_H -#include "config.h" +#include #endif -#include +#include "netdissect-stdinc.h" #include "netdissect.h" #include "extract.h" @@ -104,7 +104,7 @@ const struct tok ethertype_values[] = { { 0, NULL} }; -static inline void +static void ether_hdr_print(netdissect_options *ndo, const u_char *bp, u_int length) {