aboutsummaryrefslogtreecommitdiffstats
path: root/capture.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-12Don't check "&(device.if_info)" to see if it's null.Guy Harris1-1/+1
2014-05-23Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."Guy Harris1-3/+3
2014-05-23Allow wtap_read() and wtap_seek_read() to return non-packet records.Guy Harris1-3/+3
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Wireshark: Add option to choose format type of capture fileMichal Labedzki1-2/+2
2013-12-03When including <epan/prefs.h> don't force inclusion of <epan/uat.h>Jakub Zawadzki1-0/+1
2013-10-23Bugfix "Restart the running live capture" when using multiple files makes a l...Michael Mann1-0/+7
2013-10-11cf_start_tail() is (now) just a wrapper around cf_open(). Get rid of it and ...Jeff Morriss1-1/+1
2013-06-27get main_window_update out of the way... pass an update_cb to the capture_syn...Luis Ontanon1-4/+4
2013-05-22Pull the capture-session state information out of capture_opts and putGuy Harris1-80/+83
2013-03-07From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 :Pascal Quantin1-37/+37
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-06Don't call main_window_update() from capture_input_new_packets()Gerald Combs1-0/+3
2012-07-28Add handling of ringbuffer support when packets are not updatedMichael Tüxen1-3/+9
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-16Fix a bunch of uninitialized variables found by Coverity Scan. CIDsGerald Combs1-3/+3
2012-03-13Add an explicit capture_cb_capture_failed indication for the case whereGuy Harris1-63/+61
2012-03-11Don't close the currently loaded capture file in capture_start(), do soGuy Harris1-6/+4
2012-02-21From Irene Ruengeler:Michael Tüxen1-1/+1
2012-02-17Start moving files to ui/ and ui/cli/Jörg Mayer1-1/+1
2012-01-25Third try. This time pipes and stdin are supported and theMichael Tüxen1-221/+222
2012-01-24We need a 3rd try. (After learning how to run the testuite on Windows locally).Michael Tüxen1-222/+220
2012-01-24Second try. This time pipes and stdin are supported.Michael Tüxen1-220/+222
2012-01-16Move some headers for UI stuff, and the alert_box.c UI-specific file, toGuy Harris1-2/+4
2011-10-20Back out infrastructure change. We missed supportingMichael Tüxen1-11/+7
2011-10-20Use a global list containing all interfaces and only changeMichael Tüxen1-7/+11
2011-08-05Add support for multiple interfaces to the capture options dialog.Michael Tüxen1-3/+5
2011-06-27Improve the report of illegal capture filters. Also show the interface descri...Michael Tüxen1-4/+7
2011-06-27Get rid of old non-interface specific settings which are now interfaceMichael Tüxen1-12/+12
2011-05-19In case we have no interface information in the array, use the global value.Michael Tüxen1-2/+7
2011-05-19When capturing from multiple interfaces, indicate this in the windowMichael Tüxen1-3/+27
2011-01-13Add "break;" to end of last case statement.Stephen Fisher1-0/+1
2010-11-28Clean up white space.Guy Harris1-9/+9
2010-08-24From Gregor Beck:Anders Broman1-3/+4
2010-05-27Add cf_fake_continue_tail() which is called when real-time captureGerald Combs1-0/+1
2010-05-26If dumpcap exits abnormally, report the error.Guy Harris1-1/+4
2010-05-17When dumpcap is run to get an interface list, interface capabilities, orGuy Harris1-1/+6
2010-04-01Keep a copy of the interface description and capture filter around so thatGerald Combs1-4/+9
2010-03-04In Wireshark and TShark, run dumpcap to get interface lists and lists ofGuy Harris1-194/+1
2009-12-15Behave more gracefully if WinPcap isn't installed. Don't assert ifGerald Combs1-2/+2
2009-12-14From Valerio Messina:Jaap Keuter1-1/+1
2009-08-26(FWIW) One step towards including stdio.h & stdlib.h only when req'd.Bill Meier1-0/+1
2009-06-11(Minor) #include "alert_box.h" not req'dBill Meier1-1/+0
2009-01-04Minor rewording of a few comments; fix a few typos.Bill Meier1-17/+16
2008-08-19The packet counts and drop counts reported by libpcap are unsigned.Guy Harris1-2/+2
2008-08-15Fix some incorrect code (found by valgrind).Bill Meier1-7/+5
2008-06-24Have separate callback mechanisms in file.c and capture.c; pass theGuy Harris1-11/+67
2008-06-24Have capture_info_ui_create() and capture_info_open() take a pointer toGuy Harris1-1/+1
2008-06-02Don't include \r in linktype on win32, it looks weird in the combo box.Stig Bjørlykke1-0/+8
2008-05-22Move the file utility functions from wiretap to libwsutil so thatJeff Morriss1-2/+2