aboutsummaryrefslogtreecommitdiffstats
path: root/capture.c
AgeCommit message (Expand)AuthorFilesLines
2006-05-28Ethereal->Wiresharketxrab1-2/+2
2006-05-21name changesahlberg1-2/+2
2006-03-13fix bug #803: sync pipe on Win32 wasn't set to binary mode, so error message ...ulfl1-2/+1
2006-03-05Pass two strings in capture child messages, so the child can sendguy1-8/+78
2006-03-01Clean up indentation a bit.guy1-5/+8
2006-02-17add a log message, if capture start failedulfl1-0/+1
2006-02-17remove dependencies to pcap.h, so getting an idea what needs to be done by du...ulfl1-2/+0
2006-01-22show the number of packets captured, if "Update list of packets ..." isn't usedulfl1-5/+11
2005-12-06we can even get error messages while we are capturing (e.g. when a network ca...ulfl1-3/+3
2005-12-06rename pcap-....c/.h files to capture-pcap-....c/.hulfl1-1/+1
2005-12-04move the complete functionality of the capture info dialog from capture_loop....ulfl1-1/+15
2005-12-03clarify a commentulfl1-1/+2
2005-12-03add missing functions (to complete/cleanup of interface):ulfl1-3/+30
2005-11-25add some more help text to the "no packets captured" error dialog:ulfl1-5/+29
2005-11-06replace *a lot* of file related calls by their GLib counterparts. This is nec...ulfl1-5/+2
2005-10-07minor fix: fix the sequence while finishing a live capture, so the statusbar ...ulfl1-4/+10
2005-09-20add two new callbacks:ulfl1-0/+3
2005-05-26changed the loglevel of "capture kill" from message to info (it's no action t...ulfl1-1/+1
2005-05-26use the log features of the GLib to have verbose output of the capturing engi...ulfl1-1/+15
2005-05-25the capture child might not respond shortly after bringing it up (especially ...ulfl1-0/+7
2005-04-30removed various gcc warningsulfl1-0/+4
2005-04-30(hopefully) removed various gcc warningsulfl1-1/+1
2005-04-27add a state member to the capture_opts, and set it according to the capture e...ulfl1-2/+13
2005-04-18statusbar changes:ulfl1-4/+2
2005-04-17bugfix: show the right filesize after a live capture finishedulfl1-1/+4
2005-04-16rename capture_clear() to capture_restart()ulfl1-1/+13
2005-04-16bugfix: don't crash on error in normal mode captureulfl1-3/+10
2005-04-12don't display "No packets captured" dialog, when using the new clear featureulfl1-2/+2
2005-04-12capture engine: ulfl1-2/+26
2005-04-12it should now be possible to use "Update packets in real time" even if used w...ulfl1-3/+4
2005-04-11various capture code cleanup and fixes: ulfl1-25/+25
2005-04-10bugfix: call to cf_cb_live_capture_..._started with correct parameterulfl1-2/+2
2005-04-10fix statusbar messages by splitting into update and fixed messages between ca...ulfl1-7/+10
2005-04-10bugfix: hide panes if a non "Update" capture had no packets captured (hopeful...ulfl1-5/+5
2005-04-10bugfix: call cf_cb_live_capture_finished *if* some packets were capturedulfl1-0/+2
2005-04-10bugfix: when no packets were captured, don't call cf_cb_live_capture_finished...ulfl1-2/+4
2005-04-10Clean up indentation.guy1-119/+119
2005-03-28some minor changesulfl1-5/+4
2005-03-28bugfixes: bring non real-time captures back to former behaviour, other minor ...ulfl1-0/+6
2005-03-28various (minor) capture code cleanupulfl1-48/+21
2005-03-28fix Solaris build (I've removed O_BINARY)ulfl1-4/+4
2005-03-28remove capture_child flag from capture_opts as it's no longer requiredulfl1-8/+8
2005-03-28a lot more capture engine code cleanupulfl1-153/+133
2005-03-28major capture engine rework: use two task model for EVERY capture modeulfl1-7/+23
2005-02-28Another step towards using the parent/child mode for ALL captures.ulfl1-9/+17
2005-02-27some more cleanup of the capturing code (e.g. split up of the code reading in...ulfl1-26/+38
2005-02-27bugfix to bring up correct error message if capture file couldn't be openened.ulfl1-20/+17
2005-02-27some clarification of the capture child thingulfl1-5/+20
2005-02-23move capture_opts related things (init, command line, ...) from capture.c to ...ulfl1-272/+0
2005-02-22add the number of autostop files to the command line parameters, e.g.:ulfl1-0/+4