aboutsummaryrefslogtreecommitdiffstats
path: root/capture.c
Commit message (Expand)AuthorAgeFilesLines
* Pull the capture-session state information out of capture_opts and putGuy Harris2013-05-221-80/+83
* From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 :Pascal Quantin2013-03-071-37/+37
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-3/+1
* Don't call main_window_update() from capture_input_new_packets()Gerald Combs2012-08-061-0/+3
* Add handling of ringbuffer support when packets are not updatedMichael Tüxen2012-07-281-3/+9
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* Fix a bunch of uninitialized variables found by Coverity Scan. CIDsGerald Combs2012-05-161-3/+3
* Add an explicit capture_cb_capture_failed indication for the case whereGuy Harris2012-03-131-63/+61
* Don't close the currently loaded capture file in capture_start(), do soGuy Harris2012-03-111-6/+4
* From Irene Ruengeler:Michael Tüxen2012-02-211-1/+1
* Start moving files to ui/ and ui/cli/Jörg Mayer2012-02-171-1/+1
* Third try. This time pipes and stdin are supported and theMichael Tüxen2012-01-251-221/+222
* We need a 3rd try. (After learning how to run the testuite on Windows locally).Michael Tüxen2012-01-241-222/+220
* Second try. This time pipes and stdin are supported.Michael Tüxen2012-01-241-220/+222
* Move some headers for UI stuff, and the alert_box.c UI-specific file, toGuy Harris2012-01-161-2/+4
* Back out infrastructure change. We missed supportingMichael Tüxen2011-10-201-11/+7
* Use a global list containing all interfaces and only changeMichael Tüxen2011-10-201-7/+11
* Add support for multiple interfaces to the capture options dialog.Michael Tüxen2011-08-051-3/+5
* Improve the report of illegal capture filters. Also show the interface descri...Michael Tüxen2011-06-271-4/+7
* Get rid of old non-interface specific settings which are now interfaceMichael Tüxen2011-06-271-12/+12
* In case we have no interface information in the array, use the global value.Michael Tüxen2011-05-191-2/+7
* When capturing from multiple interfaces, indicate this in the windowMichael Tüxen2011-05-191-3/+27
* Add "break;" to end of last case statement.Stephen Fisher2011-01-131-0/+1
* Clean up white space.Guy Harris2010-11-281-9/+9
* From Gregor Beck:Anders Broman2010-08-241-3/+4
* Add cf_fake_continue_tail() which is called when real-time captureGerald Combs2010-05-271-0/+1
* If dumpcap exits abnormally, report the error.Guy Harris2010-05-261-1/+4
* When dumpcap is run to get an interface list, interface capabilities, orGuy Harris2010-05-171-1/+6
* Keep a copy of the interface description and capture filter around so thatGerald Combs2010-04-011-4/+9
* In Wireshark and TShark, run dumpcap to get interface lists and lists ofGuy Harris2010-03-041-194/+1
* Behave more gracefully if WinPcap isn't installed. Don't assert ifGerald Combs2009-12-151-2/+2
* From Valerio Messina:Jaap Keuter2009-12-141-1/+1
* (FWIW) One step towards including stdio.h & stdlib.h only when req'd.Bill Meier2009-08-261-0/+1
* (Minor) #include "alert_box.h" not req'dBill Meier2009-06-111-1/+0
* Minor rewording of a few comments; fix a few typos.Bill Meier2009-01-041-17/+16
* The packet counts and drop counts reported by libpcap are unsigned.Guy Harris2008-08-191-2/+2
* Fix some incorrect code (found by valgrind).Bill Meier2008-08-151-7/+5
* Have separate callback mechanisms in file.c and capture.c; pass theGuy Harris2008-06-241-11/+67
* Have capture_info_ui_create() and capture_info_open() take a pointer toGuy Harris2008-06-241-1/+1
* Don't include \r in linktype on win32, it looks weird in the combo box.Stig Bjørlykke2008-06-021-0/+8
* Move the file utility functions from wiretap to libwsutil so thatJeff Morriss2008-05-221-2/+2
* - Remove GLIB1 codeStephen Fisher2008-04-071-1/+0
* Constify some arguments.Guy Harris2008-02-211-1/+1
* Removed some more "statement not reached" warnings.Stig Bjørlykke2008-02-071-1/+0
* as "advertised" some days ago:Ulf Lamping2007-09-251-2/+0
* Add a "-S" flag to dumpcap, which prints out interface statistics. UseGerald Combs2007-08-021-6/+133
* Remove the "-I" flag from dumpcap, and add a "-M" flag used to specifyGerald Combs2007-07-201-0/+57
* Fix compilation under VS6 (hopefully without breaking compilationGerald Combs2007-06-111-25/+25
* Fix segmentation fault when NULL err_msg pointer passed to capture_interface_...Jaap Keuter2007-06-111-4/+8
* One more step in privilege separation.Gerald Combs2007-06-111-10/+125