aboutsummaryrefslogtreecommitdiffstats
path: root/dumpcap.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-12-29Add an additional DONT_HAVE_PCAP return value from get_interface_list()Guy Harris1-0/+2
2011-12-29Just hard-code the error for "can't load WinPcap"; the one thatGuy Harris1-7/+15
2011-12-29On Windows, if we can't open a capture device, check whether WinPcap isGuy Harris1-12/+26
2011-11-22Show a "Capturing on ..." message similar to TShark.Guy Harris1-15/+34
2011-11-22If we're not running as a child process, report the interfaces on whichGuy Harris1-6/+18
2011-11-16Don't set variables if we don't look at them later. All praise ClangGuy Harris1-3/+0
2011-11-09Try to fix the GLib thread API deprecations listed in bug 6552.Gerald Combs1-0/+12
2011-11-09As reported by Michael Speck:Stig Bjørlykke1-6/+1
2011-11-07Change the use of threads from "mostly always, depending on yourGerald Combs1-30/+22
2011-09-27Minor formatting changes to the dumpcap -h output.Chris Maynard1-3/+3
2011-09-21Fix vi "modeline" so it works;Bill Meier1-1/+1
2011-09-07Windows: GetTickCount() returns a DWORD (not a time_t);Bill Meier1-3/+3
2011-08-29Attempt to fix coverity id 1212: MISSING_BREAK by inserting "FALLTHROUGH"Stephen Fisher1-0/+1
2011-08-09Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5608 :Jeff Morriss1-3/+1
2011-08-07Replace deprecated glib functions.Jörg Mayer1-3/+5
2011-07-16Use the threads based workaround only on windows (with thread support enabled),Michael Tüxen1-34/+34
2011-07-15Fix compilation on non-windows platforms defining USE_THREADS.Michael Tüxen1-0/+2
2011-07-15Handle the case where dumpcap is compiled without thread support, whichMichael Tüxen1-3/+15
2011-07-14On Windows enable threads everywhere instead of just in dumpcap. IfGerald Combs1-4/+0
2011-07-08Alas, the libpcap API didn't use "void *" where it should have; squelchGuy Harris1-2/+2
2011-07-06From Jakub Zawadzki via bug 6002: Don't set state to STATE_EXPECT_DATA if th...Chris Maynard1-2/+6
2011-07-02Disable DEBUG_CHILD_DUMPCAP.Gerald Combs1-1/+0
2011-07-01Revert r37857, r37861Jakub Zawadzki1-21/+0
2011-07-01Try to get more information about AV.Jakub Zawadzki1-1/+11
2011-07-01Catch system exceptions from pcap_open_live() :)Jakub Zawadzki1-0/+11
2011-06-30Add paranoid debug output in open_capture_device().Michael Tüxen1-0/+26
2011-06-30Log the success or failure of pcap_open/pcap_create/pcap_open_live.Gerald Combs1-0/+1