aboutsummaryrefslogtreecommitdiffstats
path: root/capture.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-04-07- Remove GLIB1 codeStephen Fisher1-1/+0
2008-02-21Constify some arguments.Guy Harris1-1/+1
2008-02-07Removed some more "statement not reached" warnings.Stig Bjørlykke1-1/+0
2007-09-25as "advertised" some days ago:Ulf Lamping1-2/+0
2007-08-02Add a "-S" flag to dumpcap, which prints out interface statistics. UseGerald Combs1-6/+133
2007-07-20Remove the "-I" flag from dumpcap, and add a "-M" flag used to specifyGerald Combs1-0/+57
2007-06-11Fix compilation under VS6 (hopefully without breaking compilationGerald Combs1-25/+25
2007-06-11Fix segmentation fault when NULL err_msg pointer passed to capture_interface_...Jaap Keuter1-4/+8
2007-06-11One more step in privilege separation.Gerald Combs1-10/+125
2007-05-17Minor fix: For "wireshark -Q ..." show "no packets captured" popup only when ...Bill Meier1-3/+5
2006-05-28Ethereal->WiresharkAnders Broman1-2/+2
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-03-13fix bug #803: sync pipe on Win32 wasn't set to binary mode, so error message ...Ulf Lamping1-2/+1
2006-03-05Pass two strings in capture child messages, so the child can sendGuy Harris1-8/+78
2006-03-01Clean up indentation a bit.Guy Harris1-5/+8
2006-02-17add a log message, if capture start failedUlf Lamping1-0/+1
2006-02-17remove dependencies to pcap.h, so getting an idea what needs to be done by du...Ulf Lamping1-2/+0
2006-01-22show the number of packets captured, if "Update list of packets ..." isn't usedUlf Lamping1-5/+11
2005-12-06we can even get error messages while we are capturing (e.g. when a network ca...Ulf Lamping1-3/+3
2005-12-06rename pcap-....c/.h files to capture-pcap-....c/.hUlf Lamping1-1/+1
2005-12-04move the complete functionality of the capture info dialog from capture_loop....Ulf Lamping1-1/+15
2005-12-03clarify a commentUlf Lamping1-1/+2
2005-12-03add missing functions (to complete/cleanup of interface):Ulf Lamping1-3/+30
2005-11-25add some more help text to the "no packets captured" error dialog:Ulf Lamping1-5/+29
2005-11-06replace *a lot* of file related calls by their GLib counterparts. This is nec...Ulf Lamping1-5/+2
2005-10-07minor fix: fix the sequence while finishing a live capture, so the statusbar ...Ulf Lamping1-4/+10
2005-09-20add two new callbacks:Ulf Lamping1-0/+3
2005-05-26changed the loglevel of "capture kill" from message to info (it's no action t...Ulf Lamping1-1/+1
2005-05-26use the log features of the GLib to have verbose output of the capturing engi...Ulf Lamping1-1/+15
2005-05-25the capture child might not respond shortly after bringing it up (especially ...Ulf Lamping1-0/+7
2005-04-30removed various gcc warningsUlf Lamping1-0/+4
2005-04-30(hopefully) removed various gcc warningsUlf Lamping1-1/+1
2005-04-27add a state member to the capture_opts, and set it according to the capture e...Ulf Lamping1-2/+13