X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/d342f456e4be5b05a28ca88613b5e7a0582233cd..c4744fc29aefea62ab751d50d5e4743c3065ef5f:/bpf_dump.c diff --git a/bpf_dump.c b/bpf_dump.c index b50d7e7b..9bad38d3 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" #endif -#include +#include -#include #include -#include "interface.h" +#include "netdissect.h" void bpf_dump(const struct bpf_program *p, int option)