| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | (hopefully) removed various gcc warnings | Ulf Lamping | 2005-04-30 | 1 | -1/+1 |
* | add a state member to the capture_opts, and set it according to the capture e... | Ulf Lamping | 2005-04-27 | 1 | -2/+13 |
* | statusbar changes: | Ulf Lamping | 2005-04-18 | 1 | -4/+2 |
* | bugfix: show the right filesize after a live capture finished | Ulf Lamping | 2005-04-17 | 1 | -1/+4 |
* | rename capture_clear() to capture_restart() | Ulf Lamping | 2005-04-16 | 1 | -1/+13 |
* | bugfix: don't crash on error in normal mode capture | Ulf Lamping | 2005-04-16 | 1 | -3/+10 |
* | don't display "No packets captured" dialog, when using the new clear feature | Ulf Lamping | 2005-04-12 | 1 | -2/+2 |
* | capture engine: | Ulf Lamping | 2005-04-12 | 1 | -2/+26 |
* | it should now be possible to use "Update packets in real time" even if used w... | Ulf Lamping | 2005-04-12 | 1 | -3/+4 |
* | various capture code cleanup and fixes: | Ulf Lamping | 2005-04-11 | 1 | -25/+25 |
* | bugfix: call to cf_cb_live_capture_..._started with correct parameter | Ulf Lamping | 2005-04-10 | 1 | -2/+2 |
* | fix statusbar messages by splitting into update and fixed messages between ca... | Ulf Lamping | 2005-04-10 | 1 | -7/+10 |
* | bugfix: hide panes if a non "Update" capture had no packets captured (hopeful... | Ulf Lamping | 2005-04-10 | 1 | -5/+5 |
* | bugfix: call cf_cb_live_capture_finished *if* some packets were captured | Ulf Lamping | 2005-04-10 | 1 | -0/+2 |
* | bugfix: when no packets were captured, don't call cf_cb_live_capture_finished... | Ulf Lamping | 2005-04-10 | 1 | -2/+4 |
* | Clean up indentation. | Guy Harris | 2005-04-10 | 1 | -119/+119 |
* | some minor changes | Ulf Lamping | 2005-03-28 | 1 | -5/+4 |
* | bugfixes: bring non real-time captures back to former behaviour, other minor ... | Ulf Lamping | 2005-03-28 | 1 | -0/+6 |
* | various (minor) capture code cleanup | Ulf Lamping | 2005-03-28 | 1 | -48/+21 |
* | fix Solaris build (I've removed O_BINARY) | Ulf Lamping | 2005-03-28 | 1 | -4/+4 |
* | remove capture_child flag from capture_opts as it's no longer required | Ulf Lamping | 2005-03-28 | 1 | -8/+8 |
* | a lot more capture engine code cleanup | Ulf Lamping | 2005-03-28 | 1 | -153/+133 |
* | major capture engine rework: use two task model for EVERY capture mode | Ulf Lamping | 2005-03-28 | 1 | -7/+23 |
* | Another step towards using the parent/child mode for ALL captures. | Ulf Lamping | 2005-02-28 | 1 | -9/+17 |
* | some more cleanup of the capturing code (e.g. split up of the code reading in... | Ulf Lamping | 2005-02-27 | 1 | -26/+38 |
* | bugfix to bring up correct error message if capture file couldn't be openened. | Ulf Lamping | 2005-02-27 | 1 | -20/+17 |
* | some clarification of the capture child thing | Ulf Lamping | 2005-02-27 | 1 | -5/+20 |
* | move capture_opts related things (init, command line, ...) from capture.c to ... | Ulf Lamping | 2005-02-23 | 1 | -272/+0 |
* | add the number of autostop files to the command line parameters, e.g.: | Ulf Lamping | 2005-02-22 | 1 | -0/+4 |
* | change nmake makefiles in /trunk and /trunk/epan so that | Lars Roland | 2005-02-13 | 1 | -4/+0 |