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
This commit is contained in:
Anders Broman 2010-05-06 15:39:08 +00:00
parent fd887ba442
commit c911b0101b
1 changed files with 1 additions and 0 deletions

View File

@ -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"
])