From cd2d3db3b765fdaab245196ae34930180c4edb03 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Tue, 31 May 2011 18:39:33 +0200 Subject: osmo-pcap-client: Set the filter string on the pcap device.. --- include/osmo-pcap/osmo_pcap_client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/osmo-pcap/osmo_pcap_client.h b/include/osmo-pcap/osmo_pcap_client.h index 719529a..95302b1 100644 --- a/include/osmo-pcap/osmo_pcap_client.h +++ b/include/osmo-pcap/osmo_pcap_client.h @@ -30,7 +30,7 @@ struct osmo_pcap_client { pcap_t *handle; char errbuf[PCAP_ERRBUF_SIZE]; - struct bpf_program *bpf; + struct bpf_program bpf; char *filter_string; int filter_itself; -- cgit v1.2.3