| Commit message (Expand) | Author | Age | Files | Lines |
* | Add "break;" to end of last case statement. | Stephen Fisher | 2011-01-13 | 1 | -0/+1 |
* | Clean up white space. | Guy Harris | 2010-11-28 | 1 | -9/+9 |
* | From Gregor Beck: | Anders Broman | 2010-08-24 | 1 | -3/+4 |
* | Add cf_fake_continue_tail() which is called when real-time capture | Gerald Combs | 2010-05-27 | 1 | -0/+1 |
* | If dumpcap exits abnormally, report the error. | Guy Harris | 2010-05-26 | 1 | -1/+4 |
* | When dumpcap is run to get an interface list, interface capabilities, or | Guy Harris | 2010-05-17 | 1 | -1/+6 |
* | Keep a copy of the interface description and capture filter around so that | Gerald Combs | 2010-04-01 | 1 | -4/+9 |
* | In Wireshark and TShark, run dumpcap to get interface lists and lists of | Guy Harris | 2010-03-04 | 1 | -194/+1 |
* | Behave more gracefully if WinPcap isn't installed. Don't assert if | Gerald Combs | 2009-12-15 | 1 | -2/+2 |
* | From Valerio Messina: | Jaap Keuter | 2009-12-14 | 1 | -1/+1 |
* | (FWIW) One step towards including stdio.h & stdlib.h only when req'd. | Bill Meier | 2009-08-26 | 1 | -0/+1 |
* | (Minor) #include "alert_box.h" not req'd | Bill Meier | 2009-06-11 | 1 | -1/+0 |
* | Minor rewording of a few comments; fix a few typos. | Bill Meier | 2009-01-04 | 1 | -17/+16 |
* | The packet counts and drop counts reported by libpcap are unsigned. | Guy Harris | 2008-08-19 | 1 | -2/+2 |
* | Fix some incorrect code (found by valgrind). | Bill Meier | 2008-08-15 | 1 | -7/+5 |
* | Have separate callback mechanisms in file.c and capture.c; pass the | Guy Harris | 2008-06-24 | 1 | -11/+67 |
* | Have capture_info_ui_create() and capture_info_open() take a pointer to | Guy Harris | 2008-06-24 | 1 | -1/+1 |
* | Don't include \r in linktype on win32, it looks weird in the combo box. | Stig Bjørlykke | 2008-06-02 | 1 | -0/+8 |
* | Move the file utility functions from wiretap to libwsutil so that | Jeff Morriss | 2008-05-22 | 1 | -2/+2 |
* | - Remove GLIB1 code | Stephen Fisher | 2008-04-07 | 1 | -1/+0 |
* | Constify some arguments. | Guy Harris | 2008-02-21 | 1 | -1/+1 |
* | Removed some more "statement not reached" warnings. | Stig Bjørlykke | 2008-02-07 | 1 | -1/+0 |
* | as "advertised" some days ago: | Ulf Lamping | 2007-09-25 | 1 | -2/+0 |
* | Add a "-S" flag to dumpcap, which prints out interface statistics. Use | Gerald Combs | 2007-08-02 | 1 | -6/+133 |
* | Remove the "-I" flag from dumpcap, and add a "-M" flag used to specify | Gerald Combs | 2007-07-20 | 1 | -0/+57 |
* | Fix compilation under VS6 (hopefully without breaking compilation | Gerald Combs | 2007-06-11 | 1 | -25/+25 |
* | Fix segmentation fault when NULL err_msg pointer passed to capture_interface_... | Jaap Keuter | 2007-06-11 | 1 | -4/+8 |
* | One more step in privilege separation. | Gerald Combs | 2007-06-11 | 1 | -10/+125 |
* | Minor fix: For "wireshark -Q ..." show "no packets captured" popup only when ... | Bill Meier | 2007-05-17 | 1 | -3/+5 |
* | Ethereal->Wireshark | Anders Broman | 2006-05-28 | 1 | -2/+2 |
* | name change | Ronnie Sahlberg | 2006-05-21 | 1 | -2/+2 |
* | fix bug #803: sync pipe on Win32 wasn't set to binary mode, so error message ... | Ulf Lamping | 2006-03-13 | 1 | -2/+1 |
* | Pass two strings in capture child messages, so the child can send | Guy Harris | 2006-03-05 | 1 | -8/+78 |
* | Clean up indentation a bit. | Guy Harris | 2006-03-01 | 1 | -5/+8 |
* | add a log message, if capture start failed | Ulf Lamping | 2006-02-17 | 1 | -0/+1 |
* | remove dependencies to pcap.h, so getting an idea what needs to be done by du... | Ulf Lamping | 2006-02-17 | 1 | -2/+0 |
* | show the number of packets captured, if "Update list of packets ..." isn't used | Ulf Lamping | 2006-01-22 | 1 | -5/+11 |
* | we can even get error messages while we are capturing (e.g. when a network ca... | Ulf Lamping | 2005-12-06 | 1 | -3/+3 |
* | rename pcap-....c/.h files to capture-pcap-....c/.h | Ulf Lamping | 2005-12-06 | 1 | -1/+1 |
* | move the complete functionality of the capture info dialog from capture_loop.... | Ulf Lamping | 2005-12-04 | 1 | -1/+15 |
* | clarify a comment | Ulf Lamping | 2005-12-03 | 1 | -1/+2 |
* | add missing functions (to complete/cleanup of interface): | Ulf Lamping | 2005-12-03 | 1 | -3/+30 |
* | add some more help text to the "no packets captured" error dialog: | Ulf Lamping | 2005-11-25 | 1 | -5/+29 |
* | replace *a lot* of file related calls by their GLib counterparts. This is nec... | Ulf Lamping | 2005-11-06 | 1 | -5/+2 |
* | minor fix: fix the sequence while finishing a live capture, so the statusbar ... | Ulf Lamping | 2005-10-07 | 1 | -4/+10 |
* | add two new callbacks: | Ulf Lamping | 2005-09-20 | 1 | -0/+3 |
* | changed the loglevel of "capture kill" from message to info (it's no action t... | Ulf Lamping | 2005-05-26 | 1 | -1/+1 |
* | use the log features of the GLib to have verbose output of the capturing engi... | Ulf Lamping | 2005-05-26 | 1 | -1/+15 |
* | the capture child might not respond shortly after bringing it up (especially ... | Ulf Lamping | 2005-05-25 | 1 | -0/+7 |
* | removed various gcc warnings | Ulf Lamping | 2005-04-30 | 1 | -0/+4 |