http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=32695
User: guy
Date: 2010/05/06 04:33 PM
Log:
Just check for pcap_create(); it first appeared in libpcap 1.0.0, and
pcap_set_buffer_size() did as well, so there aren't any libpcap releases
with pcap_create() but not pcap_set_buffer_size().
Only do one check for pcap_create.
Directory: /trunk/gtk/
Changes Path Action
+8 -8 capture_dlg.c Modified
+4 -4 main.c Modified
Directory: /trunk/
Changes Path Action
+0 -3 acinclude.m4 Modified
+3 -3 capture_opts.c Modified
+1 -1 capture_opts.h Modified
+2 -2 capture_sync.c Modified
+5 -7 dumpcap.c Modified
+5 -5 tshark.c Modified