aboutsummaryrefslogtreecommitdiffstats
path: root/dumpcap.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-03(Trivial): update a comment.Bill Meier1-2/+2
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-09Convert inpkts_to_sync_pipe and report_packet_count() to use unsigned intsEvan Huus1-5/+5
2012-07-25Update recv/drop counters also when no threads are used.Michael Tüxen1-1/+5
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-27Don't supply a fallback error message for pcap_open() unless it actuallyGuy Harris1-6/+9
2012-06-24Pontus Fuchs via bug 6973:Jörg Mayer1-1/+67
2012-06-21Remove some trailing whitespaceJörg Mayer1-4/+4
2012-06-18Fix compilation on FreeBSD.Michael Tüxen1-1/+8
2012-06-09Fix Coverity CID 708961: Resource leak, by closing the socket if the connect(...Chris Maynard1-7/+25
2012-06-08Some minimal documentation of remote capture interface formats for both rpcap...Chris Maynard1-2/+5
2012-06-08Add another cast to make Windows buildbots happy.Chris Maynard1-1/+1
2012-06-08Add a cast.Anders Broman1-1/+1
2012-06-08From Alexey Neyman Forward ported by Michael Mann:Anders Broman1-147/+273
2012-05-25In cap_pipe_open_live(), be sure to call ws_close(fd) before returning due to...Chris Maynard1-0/+2
2012-05-18Expand a comment.Guy Harris1-2/+12
2012-05-16Fix a bunch of uninitialized variables found by Coverity Scan. CIDsGerald Combs1-0/+1
2012-05-07From Evan Huus:Bill Meier1-19/+22
2012-04-25Set also the pcap buffer, if the default of 1 MB is used. This bug wasMichael Tüxen1-1/+1
2012-04-25Report the packets captured and the packets dropped (either by libpcap or by ...Michael Tüxen1-3/+3
2012-04-25Allow writing ISB with given recv/drop counters.Michael Tüxen1-1/+12
2012-04-25Fix the packet counters.Michael Tüxen1-2/+3
2012-04-25Fix locking problem.Michael Tüxen1-0/+1
2012-04-14From Evan Huus: add a missing free. Fixes bug 7092.Guy Harris1-0/+1
2012-04-04Fix tpo.Guy Harris1-1/+1
2012-04-04Work around that WinPcap bug for another pcap_open() call.Guy Harris1-0/+7
2012-04-04Work around WinPcap bug wherein pcap_open() returns -1 without puttingGuy Harris1-2/+17
2012-03-13From Jose Pedro Oliveira:Anders Broman1-14/+14
2012-03-12From Jose Pedro Oliveira:Anders Broman1-3/+3
2012-03-11Fix function name in debugging message.Guy Harris1-1/+1
2012-03-10In pcapng.c use the units per second value from the interface instead ofGerald Combs1-6/+12
2012-03-09Forward interface_opts.descr (currently empty) when writing IDB:sAnders Broman1-2/+2
2012-03-09From Jose Pedro Oliveira: Make dumpcap write the if_tsresol option (using the...Anders Broman1-1/+1
2012-03-06Add a note about using GetSystemTimePreciseAsFileTime.Gerald Combs1-0/+3
2012-03-05Fix comment.Guy Harris1-1/+1
2012-03-03From Jose Pedro Oliveira: Fix typosAnders Broman1-4/+4
2012-03-01Another small commit to test migration.Gerald Combs1-1/+1
2012-02-29Add a comment noting that we need to add support for files withGerald Combs1-4/+5
2012-02-29Don't use deprecated API on glib 2.31.18 and higher.Michael Tüxen1-1/+16
2012-02-23As discussed with Anders: Only write a single ISB at the end. ProivdeMichael Tüxen1-31/+14
2012-02-22- Write ISB(s) at start and end of capture.Anders Broman1-1/+66
2012-02-22Expand the API for ISB:sAnders Broman1-1/+11
2012-02-21Whitespace changes.Michael Tüxen1-12/+12
2012-02-21Whitespace changes.Michael Tüxen1-4/+4
2012-02-21From Jose Pedro Oliveira:Anders Broman1-4/+6
2012-02-21Extend libpcap_write_interface_description_block() wiyh more optionsAnders Broman1-9/+19
2012-02-21From Jose Pedro Oliveira shb_os value: get_os_version_info() instead of get_r...Anders Broman1-5/+5
2012-02-20Jose Pedro Oliveira: get_os_version_info() is more apropriate for shb_osAnders Broman1-5/+5
2012-02-14From Anders: Add support for options in the SHB.Michael Tüxen1-2/+30
2012-01-23From Michael Mann:Anders Broman1-4/+5