aboutsummaryrefslogtreecommitdiffstats
path: root/acinclude.m4
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2010-05-06 15:39:08 +0000
committerAnders Broman <anders.broman@ericsson.com>2010-05-06 15:39:08 +0000
commitc911b0101bccc57ccb12e0f158aa397fe3859756 (patch)
treea87f326e583ae70b9d7254862c5f755f67d4a3f6 /acinclude.m4
parentfd887ba4426c7a514c2e66e78321009c04b0b983 (diff)
Check for pcap_create
Using pcap create and pcap_activate should make it possible to set the capture buffer size on Linux systems as well as Windows. Help to implement it would be apreciated :-) Ref: http://seclists.org/tcpdump/2009/q3/151 svn path=/trunk/; revision=32687
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index ecc28bd7d9..5eb2359a07 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -614,6 +614,7 @@ install a newer version of the header file.])
AC_CHECK_FUNCS(pcap_datalink_val_to_description)
AC_CHECK_FUNCS(pcap_list_datalinks pcap_set_datalink pcap_lib_version)
AC_CHECK_FUNCS(pcap_get_selectable_fd pcap_free_datalinks)
+ AC_CHECK_FUNCS(pcap_create)
fi
LIBS="$ac_save_LIBS"
])