aboutsummaryrefslogtreecommitdiffstats
path: root/capture.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-06Don't call main_window_update() from capture_input_new_packets()gerald1-0/+3
2012-07-28Add handling of ringbuffer support when packets are not updatedtuexen1-3/+9
2012-06-28Update Free Software Foundation address.darkjames1-1/+1
2012-06-20Use separate filters for the RTT found on a SACK and the RTT found on amorriss1-71/+67
2012-02-21From Irene Ruengeler:tuexen1-1/+1
2012-02-17Start moving files to ui/ and ui/cli/jmayer1-1/+1
2012-01-25Third try. This time pipes and stdin are supported and thetuexen1-221/+222
2012-01-24We need a 3rd try. (After learning how to run the testuite on Windows locally).tuexen1-222/+220
2012-01-24Second try. This time pipes and stdin are supported.tuexen1-220/+222
2012-01-16Move some headers for UI stuff, and the alert_box.c UI-specific file, toguy1-2/+4
2011-10-20Back out infrastructure change. We missed supportingtuexen1-11/+7
2011-10-20Use a global list containing all interfaces and only changetuexen1-7/+11
2011-08-05Add support for multiple interfaces to the capture options dialog.tuexen1-3/+5
2011-06-27Improve the report of illegal capture filters. Also show the interface descri...tuexen1-4/+7
2011-06-27Get rid of old non-interface specific settings which are now interfacetuexen1-12/+12
2011-05-19In case we have no interface information in the array, use the global value.tuexen1-2/+7
2011-05-19When capturing from multiple interfaces, indicate this in the windowtuexen1-3/+27
2011-01-13Add "break;" to end of last case statement.sfisher1-0/+1
2010-11-28Clean up white space.guy1-9/+9
2010-08-24From Gregor Beck:etxrab1-3/+4
2010-05-27Add cf_fake_continue_tail() which is called when real-time capturegerald1-0/+1
2010-05-26If dumpcap exits abnormally, report the error.guy1-1/+4
2010-05-17When dumpcap is run to get an interface list, interface capabilities, orguy1-1/+6
2010-04-01Keep a copy of the interface description and capture filter around so thatgerald1-4/+9
2010-03-04In Wireshark and TShark, run dumpcap to get interface lists and lists ofguy1-194/+1
2009-12-15Behave more gracefully if WinPcap isn't installed. Don't assert ifgerald1-2/+2
2009-12-14From Valerio Messina:jake1-1/+1
2009-08-26(FWIW) One step towards including stdio.h & stdlib.h only when req'd.wmeier1-0/+1
2009-06-11(Minor) #include "alert_box.h" not req'dwmeier1-1/+0
2009-01-04Minor rewording of a few comments; fix a few typos.wmeier1-17/+16
2008-08-19The packet counts and drop counts reported by libpcap are unsigned.guy1-2/+2
2008-08-15Fix some incorrect code (found by valgrind).wmeier1-7/+5
2008-06-24Have separate callback mechanisms in file.c and capture.c; pass theguy1-11/+67
2008-06-24Have capture_info_ui_create() and capture_info_open() take a pointer toguy1-1/+1
2008-06-02Don't include \r in linktype on win32, it looks weird in the combo box.stig1-0/+8
2008-05-22Move the file utility functions from wiretap to libwsutil so thatmorriss1-2/+2
2008-04-07- Remove GLIB1 codesfisher1-1/+0
2008-02-21Constify some arguments.guy1-1/+1
2008-02-07Removed some more "statement not reached" warnings.stig1-1/+0
2007-09-25as "advertised" some days ago:ulfl1-2/+0
2007-08-02Add a "-S" flag to dumpcap, which prints out interface statistics. Usegerald1-6/+133
2007-07-20Remove the "-I" flag from dumpcap, and add a "-M" flag used to specifygerald1-0/+57
2007-06-11Fix compilation under VS6 (hopefully without breaking compilationgerald1-25/+25
2007-06-11Fix segmentation fault when NULL err_msg pointer passed to capture_interface_...jake1-4/+8
2007-06-11One more step in privilege separation.gerald1-10/+125
2007-05-17Minor fix: For "wireshark -Q ..." show "no packets captured" popup only when ...wmeier1-3/+5
2006-05-28Ethereal->Wiresharketxrab1-2/+2
2006-05-21name changesahlberg1-2/+2
2006-03-13fix bug #803: sync pipe on Win32 wasn't set to binary mode, so error message ...ulfl1-2/+1
2006-03-05Pass two strings in capture child messages, so the child can sendguy1-8/+78