aboutsummaryrefslogtreecommitdiffstats
path: root/acinclude.m4
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2010-07-13 23:26:07 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2010-07-13 23:26:07 +0000
commit8b0ac49ac18a7ba3f0c17facb88e3a760db6a192 (patch)
tree8274a0d9bd4cc30bdb4a1ed31097f6578583be67 /acinclude.m4
parentafa0dc34934889c7c382750308c72470109d9128 (diff)
Add a "-d" flag to dumpcap, to print out the generated code for the
capture filter in human-readable form. (Well, readable by humans who know BPF machine language, at least. :-)) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@33509 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index ca9703f603..05829bf382 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -614,7 +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)
+ AC_CHECK_FUNCS(pcap_create bpf_image)
fi
LIBS="$ac_save_LIBS"
])