| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | first steps towards a separated capture tool, working title "dumpcap" | Ulf Lamping | 2005-11-28 | 1 | -0/+2 |
* | rephrase the error dialog if an interface couldn't be opened. | Ulf Lamping | 2005-11-25 | 1 | -7/+9 |
* | Fix a typo. | Guy Harris | 2005-11-07 | 1 | -1/+1 |
* | replace *a lot* of file related calls by their GLib counterparts. This is nec... | Ulf Lamping | 2005-11-06 | 1 | -11/+7 |
* | Make capture filter (and capture filter error message) strings "safe" as | Guy Harris | 2005-10-30 | 1 | -4/+10 |
* | fix Ethereal so command line capture parameter will work with kilobytes (again) | Ulf Lamping | 2005-10-07 | 1 | -3/+1 |
* | bugfix: reset the packet counter to zero, if switching to the next "multiple ... | Ulf Lamping | 2005-10-06 | 1 | -0/+2 |
* | Add a note about 64-bit support in WinPcap to the capture errors on | Guy Harris | 2005-10-04 | 1 | -0/+8 |
* | mention "http://wiki.ethereal.com/CaptureSetup" in the error dialog, when the... | Ulf Lamping | 2005-09-27 | 1 | -0/+2 |
* | Libpcap uses u_char; use it in our calls to libpcap routines and in our | Guy Harris | 2005-09-22 | 1 | -8/+8 |
* | Update to current reality (WinPcap 3.1) the messages shown on Windows if | Guy Harris | 2005-09-22 | 1 | -7/+4 |
* | added compression support for capture file output. The Save/As dialog now has... | Ulf Lamping | 2005-09-14 | 1 | -5/+5 |
* | Last set of char -> const char trivial warning fixes. | Jörg Mayer | 2005-08-06 | 1 | -1/+1 |
* | fix #125: as suggested, the data in rechdr has to be kept over several calls ... | Ulf Lamping | 2005-05-26 | 1 | -2/+2 |
* | some cleanup of capture error notification handling | 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 | -8/+83 |
* | Use "pcap_get_selectable_fd()" if we have it, and if it returns -1, | Guy Harris | 2005-05-12 | 1 | -32/+52 |
* | (hopefully) removed various gcc warnings | Ulf Lamping | 2005-04-30 | 1 | -1/+1 |
* | beautify an error message | Ulf Lamping | 2005-04-16 | 1 | -7/+11 |
* | capture engine: | Ulf Lamping | 2005-04-12 | 1 | -24/+38 |
* | it should now be possible to use "Update packets in real time" even if used w... | Ulf Lamping | 2005-04-12 | 1 | -0/+5 |
* | fix some error handling | Ulf Lamping | 2005-04-11 | 1 | -5/+17 |
* | fix a typo | Ulf Lamping | 2005-04-10 | 1 | -1/+1 |
* | Win32 only bugfix: as using TerminateProcess is the brute force way and somet... | Ulf Lamping | 2005-04-10 | 1 | -0/+17 |
* | Fix indentation. | Guy Harris | 2005-04-10 | 1 | -10/+10 |
* | various (minor) capture code cleanup | Ulf Lamping | 2005-03-28 | 1 | -0/+16 |
* | fix Solaris build (I've removed O_BINARY) | Ulf Lamping | 2005-03-28 | 1 | -13/+10 |
* | remove capture_child flag from capture_opts as it's no longer required | Ulf Lamping | 2005-03-28 | 1 | -37/+8 |
* | a lot more capture engine code cleanup | Ulf Lamping | 2005-03-28 | 1 | -21/+76 |
* | major capture engine rework: use two task model for EVERY capture mode | Ulf Lamping | 2005-03-28 | 1 | -0/+26 |