]> The Tcpdump Group git mirrors - tcpdump/blobdiff - bpf_dump.c
Add program_name field in the netdissect_options structure
[tcpdump] / bpf_dump.c
index bec00797a34c9d0366643cb60a77bc945eac318a..05ae760a8f29e0a0005e0d82d47114cd4fae55a5 100644 (file)
 
 #include <tcpdump-stdinc.h>
 
-#include <pcap.h>
 #include <stdio.h>
 
 #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;