aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-05-31 18:39:33 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-05-31 21:19:51 +0200
commitcd2d3db3b765fdaab245196ae34930180c4edb03 (patch)
treecd53bcbe4c3959266f31b195609808a7e8f99335 /include
parentbac0c98d22b9db20b4def3976c06618e190218de (diff)
osmo-pcap-client: Set the filter string on the pcap device..
Diffstat (limited to 'include')
-rw-r--r--include/osmo-pcap/osmo_pcap_client.h2
1 files changed, 1 insertions, 1 deletions
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;