| Commit message (Expand) | Author | Age | Files | Lines |
* | In Wireshark and TShark, run dumpcap to get interface lists and lists of | Guy Harris | 2010-03-04 | 1 | -15/+16 |
* | Fix various gcc -Wshadow warnings. | Bill Meier | 2010-01-29 | 1 | -21/+21 |
* | Add -n option to dumpcap. It will save the capture files in | Michael Tüxen | 2009-04-27 | 1 | -0/+5 |
* | Have the minimum snapshot length be 1 byte, and have a snapshot length | Guy Harris | 2009-02-23 | 1 | -1/+7 |
* | If we don't have any of the pcap_datalink_XXX_to_YYY routines, | Guy Harris | 2008-12-21 | 1 | -5/+0 |
* | Use correct type when printing remote_port. | Stig Bjørlykke | 2008-11-03 | 1 | -1/+1 |
* | Fix some "format not a string literal and no format arguments" warnings. | Stig Bjørlykke | 2008-10-31 | 1 | -2/+2 |
* | Do not only update the argument name, but also where it's used. | Stig Bjørlykke | 2008-06-23 | 1 | -1/+1 |
* | Rename a variable to avoid collisions with a global variable, as noted | Guy Harris | 2008-06-23 | 1 | -1/+1 |
* | capture_opts_print_statistics() has nothing to do with capture options | Guy Harris | 2008-06-20 | 1 | -93/+0 |
* | Move the file utility functions from wiretap to libwsutil so that | Jeff Morriss | 2008-05-22 | 1 | -2/+2 |
* | If we have pcap_open, call it instead of pcap_open_live, otherwise we might | Gerald Combs | 2008-05-12 | 1 | -1/+5 |
* | replace confusing #if checking for GlIB2.6.0 by #if GLIB_CHECK_VERSION(2,6,0) | Ulf Lamping | 2008-04-09 | 1 | -1/+1 |
* | Ensure tshark/wireshark always get good err msgs from dumpcap: | Bill Meier | 2008-02-23 | 1 | -4/+3 |
* | Removed some more "statement not reached" warnings. | Stig Bjørlykke | 2008-02-07 | 1 | -1/+0 |
* | Support for RPCAP features in GUI (from Boris Misenov, see Bug 1366) | Tomas Kukosa | 2007-12-04 | 1 | -0/+129 |
* | as "advertised" some days ago: | Ulf Lamping | 2007-09-25 | 1 | -1/+0 |
* | Change the "--enable-setuid-install" option to install dumpcap and TShark | Gerald Combs | 2007-08-30 | 1 | -0/+4 |
* | capture_opts_log: use dummy string if iface_desc is NULL; | Bill Meier | 2007-08-28 | 1 | -1/+3 |
* | Fix bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1757 : | Jeff Morriss | 2007-08-22 | 1 | -0/+14 |
* | Add a "-S" flag to dumpcap, which prints out interface statistics. Use | Gerald Combs | 2007-08-02 | 1 | -0/+92 |
* | Remove the "-I" flag from dumpcap, and add a "-M" flag used to specify | Gerald Combs | 2007-07-20 | 1 | -15/+35 |
* | Fix bug #1665 / From Nikns Siankin: | Stephen Fisher | 2007-06-25 | 1 | -0/+4 |
* | Fix compilation under VS6 (hopefully without breaking compilation | Gerald Combs | 2007-06-11 | 1 | -13/+20 |
* | One more step in privilege separation. | Gerald Combs | 2007-06-11 | 1 | -29/+67 |
* | Have the routines to get interface lists take a pointer to a "gchar *" | Guy Harris | 2007-01-21 | 1 | -24/+18 |
* | Win32: MSVC > 6 doesn't work well with Unicode filenames! | Ulf Lamping | 2007-01-12 | 1 | -1/+1 |
* | from Laurent Rabret: | Ulf Lamping | 2007-01-03 | 1 | -1/+1 |
* | From Pierre Juhen: patch to correct the bug 1220 | Bill Meier | 2007-01-01 | 1 | -3/+3 |
* | Frederic Heem: | Jörg Mayer | 2006-11-02 | 1 | -0/+2 |
* | Go back to setting the capture filter to an empty string when we start; | Guy Harris | 2006-08-26 | 1 | -2/+3 |
* | Initialize the cfilter field of a capture_opts structure to a null | Guy Harris | 2006-08-21 | 1 | -3/+5 |
* | Tethereal/tethereal -> TShark/tshark. | Gerald Combs | 2006-05-31 | 1 | -1/+1 |
* | Ethereal->Wireshark | Anders Broman | 2006-05-28 | 1 | -1/+1 |
* | name change | Ronnie Sahlberg | 2006-05-21 | 1 | -2/+2 |
* | prepare to list the IP addresses in the command line interfaces list output | Ulf Lamping | 2006-04-21 | 1 | -0/+24 |
* | In Tethereal, don't save to a temporary file if "-w" isn't specified, | Guy Harris | 2006-04-03 | 1 | -10/+13 |
* | remove some XXX markers in comments which are no (longer) ToDo items | Ulf Lamping | 2006-03-24 | 1 | -4/+4 |
* | A "-b" argument must have a : in it, as it has to specify a criterion | Guy Harris | 2006-03-01 | 1 | -1/+1 |
* | remove dependencies to pcap.h, so getting an idea what needs to be done by du... | Ulf Lamping | 2006-02-17 | 1 | -11/+8 |
* | the point of no return ... | Ulf Lamping | 2006-02-11 | 1 | -72/+2 |
* | remove all calls to exit() from the capture_opts.c and replace them by status... | Ulf Lamping | 2006-02-10 | 1 | -23/+39 |
* | fix #661 | Ulf Lamping | 2006-01-12 | 1 | -0/+5 |
* | move output_to_pipe flag from tethereal's loop_data into capture_opts, so it ... | Ulf Lamping | 2006-01-07 | 1 | -0/+65 |
* | Win32 bugfix: peeking the signal_pipe at capture_loop start seems to be unrel... | Ulf Lamping | 2005-12-17 | 1 | -0/+1 |
* | HUGE STEP (hopefully toward the right direction): | Ulf Lamping | 2005-12-13 | 1 | -2/+191 |
* | add capture_opts_trim(), as this sequence is used three times now (will repla... | Ulf Lamping | 2005-12-05 | 1 | -0/+17 |
* | split capture.h into capture.h, capture_loop.h and capture_opts.h and place t... | Ulf Lamping | 2005-12-03 | 1 | -0/+1 |
* | Handle "-G" only in Tethereal - it doesn't work in Ethereal, and isn't | Guy Harris | 2005-11-17 | 1 | -26/+27 |
* | including io.h isn't needed | Ulf Lamping | 2005-11-12 | 1 | -4/+0 |