aboutsummaryrefslogtreecommitdiffstats
path: root/capture.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Minor fix: For "wireshark -Q ..." show "no packets captured" popup only when ...Bill Meier2007-05-171-3/+5
* Ethereal->WiresharkAnders Broman2006-05-281-2/+2
* name changeRonnie Sahlberg2006-05-211-2/+2
* fix bug #803: sync pipe on Win32 wasn't set to binary mode, so error message ...Ulf Lamping2006-03-131-2/+1
* Pass two strings in capture child messages, so the child can sendGuy Harris2006-03-051-8/+78
* Clean up indentation a bit.Guy Harris2006-03-011-5/+8
* add a log message, if capture start failedUlf Lamping2006-02-171-0/+1
* remove dependencies to pcap.h, so getting an idea what needs to be done by du...Ulf Lamping2006-02-171-2/+0
* show the number of packets captured, if "Update list of packets ..." isn't usedUlf Lamping2006-01-221-5/+11
* we can even get error messages while we are capturing (e.g. when a network ca...Ulf Lamping2005-12-061-3/+3
* rename pcap-....c/.h files to capture-pcap-....c/.hUlf Lamping2005-12-061-1/+1
* move the complete functionality of the capture info dialog from capture_loop....Ulf Lamping2005-12-041-1/+15
* clarify a commentUlf Lamping2005-12-031-1/+2
* add missing functions (to complete/cleanup of interface):Ulf Lamping2005-12-031-3/+30
* add some more help text to the "no packets captured" error dialog:Ulf Lamping2005-11-251-5/+29
* replace *a lot* of file related calls by their GLib counterparts. This is nec...Ulf Lamping2005-11-061-5/+2
* minor fix: fix the sequence while finishing a live capture, so the statusbar ...Ulf Lamping2005-10-071-4/+10
* add two new callbacks:Ulf Lamping2005-09-201-0/+3
* changed the loglevel of "capture kill" from message to info (it's no action t...Ulf Lamping2005-05-261-1/+1
* use the log features of the GLib to have verbose output of the capturing engi...Ulf Lamping2005-05-261-1/+15
* the capture child might not respond shortly after bringing it up (especially ...Ulf Lamping2005-05-251-0/+7
* removed various gcc warningsUlf Lamping2005-04-301-0/+4
* (hopefully) removed various gcc warningsUlf Lamping2005-04-301-1/+1
* add a state member to the capture_opts, and set it according to the capture e...Ulf Lamping2005-04-271-2/+13
* statusbar changes:Ulf Lamping2005-04-181-4/+2
* bugfix: show the right filesize after a live capture finishedUlf Lamping2005-04-171-1/+4
* rename capture_clear() to capture_restart()Ulf Lamping2005-04-161-1/+13
* bugfix: don't crash on error in normal mode captureUlf Lamping2005-04-161-3/+10
* don't display "No packets captured" dialog, when using the new clear featureUlf Lamping2005-04-121-2/+2