aboutsummaryrefslogtreecommitdiffstats
path: root/dumpcap.c
Commit message (Expand)AuthorAgeFilesLines
* In cap_pipe_open_live(), be sure to call ws_close(fd) before returning due to...Chris Maynard2012-05-251-0/+2
* Expand a comment.Guy Harris2012-05-181-2/+12
* Fix a bunch of uninitialized variables found by Coverity Scan. CIDsGerald Combs2012-05-161-0/+1
* From Evan Huus:Bill Meier2012-05-071-19/+22
* Set also the pcap buffer, if the default of 1 MB is used. This bug wasMichael Tüxen2012-04-251-1/+1
* Report the packets captured and the packets dropped (either by libpcap or by ...Michael Tüxen2012-04-251-3/+3
* Allow writing ISB with given recv/drop counters.Michael Tüxen2012-04-251-1/+12
* Fix the packet counters.Michael Tüxen2012-04-251-2/+3
* Fix locking problem.Michael Tüxen2012-04-251-0/+1
* From Evan Huus: add a missing free. Fixes bug 7092.Guy Harris2012-04-141-0/+1
* Fix tpo.Guy Harris2012-04-041-1/+1
* Work around that WinPcap bug for another pcap_open() call.Guy Harris2012-04-041-0/+7
* Work around WinPcap bug wherein pcap_open() returns -1 without puttingGuy Harris2012-04-041-2/+17
* From Jose Pedro Oliveira:Anders Broman2012-03-131-14/+14
* From Jose Pedro Oliveira:Anders Broman2012-03-121-3/+3
* Fix function name in debugging message.Guy Harris2012-03-111-1/+1
* In pcapng.c use the units per second value from the interface instead ofGerald Combs2012-03-101-6/+12
* Forward interface_opts.descr (currently empty) when writing IDB:sAnders Broman2012-03-091-2/+2
* From Jose Pedro Oliveira: Make dumpcap write the if_tsresol option (using the...Anders Broman2012-03-091-1/+1
* Add a note about using GetSystemTimePreciseAsFileTime.Gerald Combs2012-03-061-0/+3
* Fix comment.Guy Harris2012-03-051-1/+1
* From Jose Pedro Oliveira: Fix typosAnders Broman2012-03-031-4/+4
* Another small commit to test migration.Gerald Combs2012-03-011-1/+1
* Add a comment noting that we need to add support for files withGerald Combs2012-02-291-4/+5
* Don't use deprecated API on glib 2.31.18 and higher.Michael Tüxen2012-02-291-1/+16
* As discussed with Anders: Only write a single ISB at the end. ProivdeMichael Tüxen2012-02-231-31/+14
* - Write ISB(s) at start and end of capture.Anders Broman2012-02-221-1/+66
* Expand the API for ISB:sAnders Broman2012-02-221-1/+11
* Whitespace changes.Michael Tüxen2012-02-211-12/+12
* Whitespace changes.Michael Tüxen2012-02-211-4/+4
* From Jose Pedro Oliveira:Anders Broman2012-02-211-4/+6
* Extend libpcap_write_interface_description_block() wiyh more optionsAnders Broman2012-02-211-9/+19
* From Jose Pedro Oliveira shb_os value: get_os_version_info() instead of get_r...Anders Broman2012-02-211-5/+5
* Jose Pedro Oliveira: get_os_version_info() is more apropriate for shb_osAnders Broman2012-02-201-5/+5
* From Anders: Add support for options in the SHB.Michael Tüxen2012-02-141-2/+30
* From Michael Mann:Anders Broman2012-01-231-4/+5
* Add an additional DONT_HAVE_PCAP return value from get_interface_list()Guy Harris2011-12-291-0/+2
* Just hard-code the error for "can't load WinPcap"; the one thatGuy Harris2011-12-291-7/+15
* On Windows, if we can't open a capture device, check whether WinPcap isGuy Harris2011-12-291-12/+26
* Show a "Capturing on ..." message similar to TShark.Guy Harris2011-11-221-15/+34
* If we're not running as a child process, report the interfaces on whichGuy Harris2011-11-221-6/+18
* Don't set variables if we don't look at them later. All praise ClangGuy Harris2011-11-161-3/+0
* Try to fix the GLib thread API deprecations listed in bug 6552.Gerald Combs2011-11-091-0/+12
* As reported by Michael Speck:Stig Bjørlykke2011-11-091-6/+1
* Change the use of threads from "mostly always, depending on yourGerald Combs2011-11-071-30/+22
* Minor formatting changes to the dumpcap -h output.Chris Maynard2011-09-271-3/+3
* Fix vi "modeline" so it works;Bill Meier2011-09-211-1/+1
* Windows: GetTickCount() returns a DWORD (not a time_t);Bill Meier2011-09-071-3/+3
* Attempt to fix coverity id 1212: MISSING_BREAK by inserting "FALLTHROUGH"Stephen Fisher2011-08-291-0/+1
* Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5608 :Jeff Morriss2011-08-091-3/+1