X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/d342f456e4be5b05a28ca88613b5e7a0582233cd..a8abce5c5e2dce2ba6dbccd5d3829da104b80f9c:/bpf_dump.c diff --git a/bpf_dump.c b/bpf_dump.c index b50d7e7b..7cfe49a9 100644 --- a/bpf_dump.c +++ b/bpf_dump.c @@ -18,21 +18,16 @@ * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -#ifndef lint -static const char rcsid[] _U_ = - "@(#) $Header: /tcpdump/master/tcpdump/bpf_dump.c,v 1.17 2008-02-14 20:53:49 guy Exp $ (LBL)"; -#endif #ifdef HAVE_CONFIG_H -#include "config.h" +#include #endif -#include +#include "netdissect-stdinc.h" -#include #include -#include "interface.h" +#include "netdissect.h" void bpf_dump(const struct bpf_program *p, int option)