aboutsummaryrefslogtreecommitdiffstats
path: root/pcapio.c
AgeCommit message (Collapse)AuthorFilesLines
2007-02-01OK, fix it properly by adding test after config.h has been included...martinm1-4/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20668 f5534014-38df-0310-8fa8-9805f1628bb7
2007-02-01Fix with-pcap build by disabling HAVE_LIBPCAP guard for now, for some reason ↵martinm1-2/+3
it isn't defined when building this file. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20667 f5534014-38df-0310-8fa8-9805f1628bb7
2007-02-01there is no point in pcapio unless we have PCAP available.sahlberg1-0/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20663 f5534014-38df-0310-8fa8-9805f1628bb7
2006-05-21name changesahlberg1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18197 f5534014-38df-0310-8fa8-9805f1628bb7
2006-03-04When capturing, we only support writing to libpcap files. Given that,guy1-0/+186
bypass Wiretap; that means we don't have to run the packet through wtap_process_pcap_packet() and then undo that conversion in Wiretap if we're just going to write it out, shortening the code path. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17461 f5534014-38df-0310-8fa8-9805f1628bb7