| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix "dumpcap -w -" to use binmode on stdout if Windows; | Bill Meier | 2007-01-01 | 1 | -6/+14 |
* | As Ulf Lamping notes: | Guy Harris | 2006-11-07 | 1 | -20/+3 |
* | Frederic Heem: | Jörg Mayer | 2006-11-02 | 1 | -2/+24 |
* | from Richard van der Hoff: | Ulf Lamping | 2006-10-08 | 1 | -5/+5 |
* | Do not show the Windows specific message on non-Windows systems. | Michael Tüxen | 2006-10-02 | 1 | -1/+1 |
* | make sure we still compile for all out rh71 users | Ronnie Sahlberg | 2006-09-25 | 1 | -1/+1 |
* | squelch some compiler warnings due to currently disabled code | Ulf Lamping | 2006-09-23 | 1 | -0/+2 |
* | Add support for reading from stdin under Windows. Based on a patch sent | Gerald Combs | 2006-09-22 | 1 | -96/+210 |
* | Go back to setting the capture filter to an empty string when we start; | Guy Harris | 2006-08-26 | 1 | -8/+0 |
* | Initialize the cfilter field of a capture_opts structure to a null | Guy Harris | 2006-08-21 | 1 | -0/+8 |
* | Explicitly note that a "Please report this to the Wireshark developers" | Guy Harris | 2006-07-01 | 1 | -1/+2 |
* | Tethereal/tethereal -> TShark/tshark. | Gerald Combs | 2006-05-31 | 1 | -3/+3 |
* | Ethereal->Wireshark | Anders Broman | 2006-05-28 | 1 | -11/+11 |
* | ethereal->wireshark | Ronnie Sahlberg | 2006-05-22 | 1 | -1/+1 |
* | Fix the only gerald@ethereal.com references left. | Guy Harris | 2006-05-21 | 1 | -1/+1 |
* | If we have pcap_breakloop(), at least on UN*X we can stop the capture | Guy Harris | 2006-05-21 | 1 | -122/+136 |
* | The timeout is needed if you don't have pcap_breakloop(), so we'll put | Guy Harris | 2006-05-20 | 1 | -26/+112 |
* | Dumpcap doesn't need to ensure that it doesn't block indefinitely, as it | Guy Harris | 2006-05-20 | 1 | -112/+26 |
* | Have the ring buffer routines take a pointer to a "bytes written" count | Guy Harris | 2006-04-29 | 1 | -3/+5 |
* | Put the low-level sync routines into a common file so they can be shared | Guy Harris | 2006-04-03 | 1 | -19/+19 |
* | In Tethereal, don't save to a temporary file if "-w" isn't specified, | Guy Harris | 2006-04-03 | 1 | -35/+41 |
* | remove some XXX markers in comments which are no (longer) ToDo items | Ulf Lamping | 2006-03-24 | 1 | -2/+2 |
* | Simplify the argument list to cap_pipe_dispatch(). | Guy Harris | 2006-03-21 | 1 | -16/+15 |
* | fix bug #803: sync pipe on Win32 wasn't set to binary mode, so error message ... | Ulf Lamping | 2006-03-13 | 1 | -1/+2 |
* | fix two bugs causing crashes on Win32: | Ulf Lamping | 2006-03-09 | 1 | -6/+10 |
* | Add in a variable we need on Windows. | Guy Harris | 2006-03-05 | 1 | -0/+3 |
* | In the capture_loop.c code, open the capture device for input before | Guy Harris | 2006-03-05 | 1 | -8/+8 |
* | Make some routines not used outside capture_loop.c static. | Guy Harris | 2006-03-05 | 1 | -2/+2 |
* | Pass two strings in capture child messages, so the child can send | Guy Harris | 2006-03-05 | 1 | -73/+69 |
* | When capturing, we only support writing to libpcap files. Given that, | Guy Harris | 2006-03-04 | 1 | -50/+29 |
* | remove dependencies to pcap.h, so getting an idea what needs to be done by du... | Ulf Lamping | 2006-02-17 | 1 | -39/+18 |
* | Move create_tempfile() to tempfile.c out of util.c. This means dumpcap | Guy Harris | 2006-02-12 | 1 | -1/+1 |
* | mark an unused parameter | Ulf Lamping | 2006-02-12 | 1 | -1/+1 |
* | the point of no return ... | Ulf Lamping | 2006-02-11 | 1 | -6/+9 |
* | move output_to_pipe flag from tethereal's loop_data into capture_opts, so it ... | Ulf Lamping | 2006-01-07 | 1 | -2/+5 |
* | code cleanup: use "-" for all places, where stdin/stdout is meant | Ulf Lamping | 2006-01-06 | 1 | -1/+1 |
* | Handle a null-string file name in "capture_loop_open_output()" - that's | Guy Harris | 2006-01-04 | 1 | -12/+25 |
* | Ooops, remove a debug message in the Win32 code part of the capturing loop. | Ulf Lamping | 2005-12-31 | 1 | -1/+1 |
* | Win32 bugfix: peeking the signal_pipe at capture_loop start seems to be unrel... | Ulf Lamping | 2005-12-17 | 1 | -10/+5 |
* | Constify a bunch of arguments and variables, to squelch compiler | Guy Harris | 2005-12-14 | 1 | -3/+2 |
* | HUGE STEP (hopefully toward the right direction): | Ulf Lamping | 2005-12-13 | 1 | -125/+81 |
* | rename pcap-....c/.h files to capture-pcap-....c/.h | Ulf Lamping | 2005-12-06 | 1 | -1/+1 |
* | I've forgot to put one line under _WIN32, should fix the unix build | Ulf Lamping | 2005-12-05 | 1 | -5/+5 |
* | Win32: fix signal_pipe handling if we run dumpcap as a standalone application... | Ulf Lamping | 2005-12-05 | 1 | -22/+39 |
* | move the complete functionality of the capture info dialog from capture_loop.... | Ulf Lamping | 2005-12-04 | 1 | -55/+6 |
* | split some parts of the packet counting functions into their own files captur... | Ulf Lamping | 2005-12-03 | 1 | -102/+14 |
* | split capture.h into capture.h, capture_loop.h and capture_opts.h and place t... | Ulf Lamping | 2005-12-03 | 1 | -0/+1 |
* | the function capture_loop_popup_errmsg seems to be useless and misleading, | Ulf Lamping | 2005-12-03 | 1 | -17/+8 |
* | performance improvement: if the packet info dialog is hidden, we don't need t... | Ulf Lamping | 2005-12-02 | 1 | -0/+7 |
* | dumpcap.c doesn't need to link with file.c! | Ulf Lamping | 2005-11-28 | 1 | -1/+8 |