]> The Tcpdump Group git mirrors - tcpdump/blobdiff - bpf_dump.c
More UNALIGNED_MEM{CPY,CMP} on IP addresses.
[tcpdump] / bpf_dump.c
index cc6b98d3253194b9ed78caf33484042563b8f8d6..209cfbb18907ff3891ca7ffdc15fd276f714f2e8 100644 (file)
  * 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.14 2002-08-01 08:52:56 risso Exp $ (LBL)";
-#endif
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -35,7 +31,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;