X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/38a55e823f75cb6f77088592b27d19dd83f4e12d..1afd3f308e25f7bf070f3932a28ed6b2be8173f6:/bpf_dump.c diff --git a/bpf_dump.c b/bpf_dump.c index d928161e..b50d7e7b 100644 --- a/bpf_dump.c +++ b/bpf_dump.c @@ -19,16 +19,15 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ #ifndef lint -static const char rcsid[] = - "@(#) $Header: /tcpdump/master/tcpdump/bpf_dump.c,v 1.11 2000-06-18 11:12:59 assar Exp $ (LBL)"; +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 @@ -36,7 +35,7 @@ static const char rcsid[] = #include "interface.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;