aboutsummaryrefslogtreecommitdiffstats
path: root/capture-wpcap.c
diff options
context:
space:
mode:
authorsake <sake@f5534014-38df-0310-8fa8-9805f1628bb7>2010-10-03 22:42:27 +0000
committersake <sake@f5534014-38df-0310-8fa8-9805f1628bb7>2010-10-03 22:42:27 +0000
commit78d8d6ec00c407c3cbcec2e312fe2a5d8bcf1575 (patch)
treea9030a233202caa17b8f14c9616ee22aea7d7924 /capture-wpcap.c
parenta4ad8a03547f3e5cda8fa4cb3fc804cc4feebbbe (diff)
Make "bpf_image" available on Windows. This enables the "Compile BPF" button and "dumpcap -d" on Windows.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34357 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'capture-wpcap.c')
-rw-r--r--capture-wpcap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/capture-wpcap.c b/capture-wpcap.c
index d081fa657b..9da61f9ab4 100644
--- a/capture-wpcap.c
+++ b/capture-wpcap.c
@@ -341,7 +341,7 @@ pcap_open_dead(int a, int b)
#endif
#ifdef HAVE_BPF_IMAGE
-static char *
+char *
bpf_image(const struct bpf_insn *a, int b)
{
if (!has_wpcap) {