aboutsummaryrefslogtreecommitdiffstats
path: root/pcapio.h
AgeCommit message (Collapse)AuthorFilesLines
2009-04-26constify some args of libpcap_write_enhanced_packet_block()Michael Tüxen1-2/+2
similar to libpcap_write_packet(). svn path=/trunk/; revision=28161
2009-04-26Add functions to write several pcapng blocks.Michael Tüxen1-0/+30
svn path=/trunk/; revision=28159
2009-04-26Make ringbuffer.[ch] file format agnostic.Michael Tüxen1-4/+8
Move write routines to dumpcap.c This is a preparation for pcapng support. svn path=/trunk/; revision=28155
2006-05-21name changeRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18197
2006-03-04When capturing, we only support writing to libpcap files. Given that,Guy Harris1-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. svn path=/trunk/; revision=17461