aboutsummaryrefslogtreecommitdiffstats
path: root/pcapio.h
AgeCommit message (Collapse)AuthorFilesLines
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2012-04-25Allow writing ISB with given recv/drop counters.Michael Tüxen1-1/+2
No functional change by this commit. svn path=/trunk/; revision=42242
2012-03-10In pcapng.c use the units per second value from the interface instead ofGerald Combs1-4/+5
the default. Add support for reading nseclibpcap files to dumpcap. svn path=/trunk/; revision=41455
2012-02-22- Write ISB(s) at start and end of capture.Anders Broman1-1/+1
- Read all options. - Prepare to write ISB. svn path=/trunk/; revision=41137
2012-02-22Expand the API for ISB:sAnders Broman1-0/+3
svn path=/trunk/; revision=41136
2012-02-21Use tab indentation as elsewhere in the files.Michael Tüxen1-6/+6
Only whitespace changes. svn path=/trunk/; revision=41110
2012-02-21Extend libpcap_write_interface_description_block() wiyh more optionsAnders Broman1-2/+7
all exept os curently unused. svn path=/trunk/; revision=41108
2012-02-14From Anders: Add support for options in the SHB.Michael Tüxen1-5/+20
From me: Some whitespace changes. svn path=/trunk/; revision=41026
2011-06-15Constify some arguments.Guy Harris1-3/+3
svn path=/trunk/; revision=37674
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