X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/3824a6c0417a551961d1a1bf4f94f10eff736afc..8030a66cdcbf81c88cbb7c38ef7a334e9f1941cd:/bpf_dump.c diff --git a/bpf_dump.c b/bpf_dump.c index bec00797..7cfe49a9 100644 --- a/bpf_dump.c +++ b/bpf_dump.c @@ -20,22 +20,17 @@ */ #ifdef HAVE_CONFIG_H -#include "config.h" +#include #endif -#include +#include "netdissect-stdinc.h" -#include #include -#include "interface.h" +#include "netdissect.h" -#ifndef lint -static const char rcsid[] _U_ = - "@(#) $Header: /tcpdump/master/tcpdump/bpf_dump.c,v 1.15 2003-11-15 00:39:12 guy Exp $ (LBL)"; -#endif void -bpf_dump(struct bpf_program *p, int option) +bpf_dump(const struct bpf_program *p, int option) { struct bpf_insn *insn; int i;