X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/f5c79aedbe9c52dad10a196d805718f55a2be17a..d7b497cac78b6e22a66a6bae9bdec60a8044f67a:/bpf_dump.c diff --git a/bpf_dump.c b/bpf_dump.c index 79ad5bb7..9bad38d3 100644 --- a/bpf_dump.c +++ b/bpf_dump.c @@ -18,25 +18,19 @@ * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -#ifndef lint -static const char rcsid[] = - "@(#) $Header: /tcpdump/master/tcpdump/bpf_dump.c,v 1.13 2000-12-09 02:58:45 fenner Exp $ (LBL)"; -#endif #ifdef HAVE_CONFIG_H #include "config.h" #endif -#include -#include +#include -#include #include -#include "interface.h" +#include "netdissect.h" void -bpf_dump(struct bpf_program *p, int option) +bpf_dump(const struct bpf_program *p, int option) { struct bpf_insn *insn; int i;