]> The Tcpdump Group git mirrors - tcpdump/blobdiff - bpf_dump.c
More UNALIGNED_MEM{CPY,CMP} on IP addresses.
[tcpdump] / bpf_dump.c
index bec00797a34c9d0366643cb60a77bc945eac318a..209cfbb18907ff3891ca7ffdc15fd276f714f2e8 100644 (file)
 
 #include "interface.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;