aboutsummaryrefslogtreecommitdiffstats
path: root/dumpcap.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-25Update recv/drop counters also when no threads are used.tuexen1-1/+5
2012-06-28Update Free Software Foundation address.darkjames1-1/+1
2012-06-27Don't supply a fallback error message for pcap_open() unless it actuallyguy1-6/+9
2012-06-24Pontus Fuchs via bug 6973:jmayer1-1/+67
2012-06-21Remove some trailing whitespacejmayer1-4/+4
2012-06-20Use separate filters for the RTT found on a SACK and the RTT found on amorriss1-200/+412
2012-03-09Forward interface_opts.descr (currently empty) when writing IDB:setxrab1-2/+2
2012-03-09From Jose Pedro Oliveira: Make dumpcap write the if_tsresol option (using the...etxrab1-1/+1
2012-03-06Add a note about using GetSystemTimePreciseAsFileTime.gerald1-0/+3
2012-03-05Fix comment.guy1-1/+1
2012-03-03From Jose Pedro Oliveira: Fix typosetxrab1-4/+4
2012-03-01Another small commit to test migration.gerald1-1/+1
2012-02-29Add a comment noting that we need to add support for files withgerald1-4/+5
2012-02-29Don't use deprecated API on glib 2.31.18 and higher.tuexen1-1/+16
2012-02-23As discussed with Anders: Only write a single ISB at the end. Proivdetuexen1-31/+14
2012-02-22- Write ISB(s) at start and end of capture.etxrab1-1/+66
2012-02-22Expand the API for ISB:setxrab1-1/+11
2012-02-21Whitespace changes.tuexen1-12/+12
2012-02-21Whitespace changes.tuexen1-4/+4
2012-02-21From Jose Pedro Oliveira:etxrab1-4/+6
2012-02-21Extend libpcap_write_interface_description_block() wiyh more optionsetxrab1-9/+19
2012-02-21From Jose Pedro Oliveira shb_os value: get_os_version_info() instead of get_r...etxrab1-5/+5
2012-02-20Jose Pedro Oliveira: get_os_version_info() is more apropriate for shb_osetxrab1-5/+5
2012-02-14From Anders: Add support for options in the SHB.tuexen1-2/+30
2012-01-23From Michael Mann:etxrab1-4/+5
2011-12-29Add an additional DONT_HAVE_PCAP return value from get_interface_list()guy1-0/+2
2011-12-29Just hard-code the error for "can't load WinPcap"; the one thatguy1-7/+15
2011-12-29On Windows, if we can't open a capture device, check whether WinPcap isguy1-12/+26
2011-11-22Show a "Capturing on ..." message similar to TShark.guy1-15/+34
2011-11-22If we're not running as a child process, report the interfaces on whichguy1-6/+18
2011-11-16Don't set variables if we don't look at them later. All praise Clangguy1-3/+0
2011-11-09Try to fix the GLib thread API deprecations listed in bug 6552.gerald1-0/+12
2011-11-09As reported by Michael Speck:stig1-6/+1
2011-11-07Change the use of threads from "mostly always, depending on yourgerald1-30/+22
2011-09-27Minor formatting changes to the dumpcap -h output.cmaynard1-3/+3
2011-09-21Fix vi "modeline" so it works;wmeier1-1/+1
2011-09-07Windows: GetTickCount() returns a DWORD (not a time_t);wmeier1-3/+3
2011-08-29Attempt to fix coverity id 1212: MISSING_BREAK by inserting "FALLTHROUGH"sfisher1-0/+1
2011-08-09Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5608 :morriss1-3/+1
2011-08-07Replace deprecated glib functions.jmayer1-3/+5
2011-07-16Use the threads based workaround only on windows (with thread support enabled),tuexen1-34/+34
2011-07-15Fix compilation on non-windows platforms defining USE_THREADS.tuexen1-0/+2
2011-07-15Handle the case where dumpcap is compiled without thread support, whichtuexen1-3/+15
2011-07-14On Windows enable threads everywhere instead of just in dumpcap. Ifgerald1-4/+0
2011-07-08Alas, the libpcap API didn't use "void *" where it should have; squelchguy1-2/+2
2011-07-06From Jakub Zawadzki via bug 6002: Don't set state to STATE_EXPECT_DATA if th...cmaynard1-2/+6
2011-07-02Disable DEBUG_CHILD_DUMPCAP.gerald1-1/+0
2011-07-01Revert r37857, r37861darkjames1-21/+0
2011-07-01Try to get more information about AV.darkjames1-1/+11
2011-07-01Catch system exceptions from pcap_open_live() :)darkjames1-0/+11