aboutsummaryrefslogtreecommitdiffstats
path: root/pcapio.h
AgeCommit message (Collapse)AuthorFilesLines
2009-04-26constify some args of libpcap_write_enhanced_packet_block()tuexen1-2/+2
similar to libpcap_write_packet(). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28161 f5534014-38df-0310-8fa8-9805f1628bb7
2009-04-26Add functions to write several pcapng blocks.tuexen1-0/+30
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28159 f5534014-38df-0310-8fa8-9805f1628bb7
2009-04-26Make ringbuffer.[ch] file format agnostic.tuexen1-4/+8
Move write routines to dumpcap.c This is a preparation for pcapng support. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28155 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/+44
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