aboutsummaryrefslogtreecommitdiffstats
path: root/capture.c
Commit message (Expand)AuthorAgeFilesLines
* name changeRonnie Sahlberg2006-05-211-2/+2
* fix bug #803: sync pipe on Win32 wasn't set to binary mode, so error message ...Ulf Lamping2006-03-131-2/+1
* Pass two strings in capture child messages, so the child can sendGuy Harris2006-03-051-8/+78
* Clean up indentation a bit.Guy Harris2006-03-011-5/+8
* add a log message, if capture start failedUlf Lamping2006-02-171-0/+1
* remove dependencies to pcap.h, so getting an idea what needs to be done by du...Ulf Lamping2006-02-171-2/+0
* show the number of packets captured, if "Update list of packets ..." isn't usedUlf Lamping2006-01-221-5/+11
* we can even get error messages while we are capturing (e.g. when a network ca...Ulf Lamping2005-12-061-3/+3
* rename pcap-....c/.h files to capture-pcap-....c/.hUlf Lamping2005-12-061-1/+1
* move the complete functionality of the capture info dialog from capture_loop....Ulf Lamping2005-12-041-1/+15
* clarify a commentUlf Lamping2005-12-031-1/+2
* add missing functions (to complete/cleanup of interface):Ulf Lamping2005-12-031-3/+30
* add some more help text to the "no packets captured" error dialog:Ulf Lamping2005-11-251-5/+29
* replace *a lot* of file related calls by their GLib counterparts. This is nec...Ulf Lamping2005-11-061-5/+2
* minor fix: fix the sequence while finishing a live capture, so the statusbar ...Ulf Lamping2005-10-071-4/+10
* add two new callbacks:Ulf Lamping2005-09-201-0/+3
* changed the loglevel of "capture kill" from message to info (it's no action t...Ulf Lamping2005-05-261-1/+1
* use the log features of the GLib to have verbose output of the capturing engi...Ulf Lamping2005-05-261-1/+15
* the capture child might not respond shortly after bringing it up (especially ...Ulf Lamping2005-05-251-0/+7
* removed various gcc warningsUlf Lamping2005-04-301-0/+4
* (hopefully) removed various gcc warningsUlf Lamping2005-04-301-1/+1
* add a state member to the capture_opts, and set it according to the capture e...Ulf Lamping2005-04-271-2/+13
* statusbar changes:Ulf Lamping2005-04-181-4/+2
* bugfix: show the right filesize after a live capture finishedUlf Lamping2005-04-171-1/+4
* rename capture_clear() to capture_restart()Ulf Lamping2005-04-161-1/+13
* bugfix: don't crash on error in normal mode captureUlf Lamping2005-04-161-3/+10
* don't display "No packets captured" dialog, when using the new clear featureUlf Lamping2005-04-121-2/+2
* capture engine: Ulf Lamping2005-04-121-2/+26
* it should now be possible to use "Update packets in real time" even if used w...Ulf Lamping2005-04-121-3/+4
* various capture code cleanup and fixes: Ulf Lamping2005-04-111-25/+25
* bugfix: call to cf_cb_live_capture_..._started with correct parameterUlf Lamping2005-04-101-2/+2
* fix statusbar messages by splitting into update and fixed messages between ca...Ulf Lamping2005-04-101-7/+10
* bugfix: hide panes if a non "Update" capture had no packets captured (hopeful...Ulf Lamping2005-04-101-5/+5
* bugfix: call cf_cb_live_capture_finished *if* some packets were capturedUlf Lamping2005-04-101-0/+2
* bugfix: when no packets were captured, don't call cf_cb_live_capture_finished...Ulf Lamping2005-04-101-2/+4
* Clean up indentation.Guy Harris2005-04-101-119/+119
* some minor changesUlf Lamping2005-03-281-5/+4
* bugfixes: bring non real-time captures back to former behaviour, other minor ...Ulf Lamping2005-03-281-0/+6
* various (minor) capture code cleanupUlf Lamping2005-03-281-48/+21
* fix Solaris build (I've removed O_BINARY)Ulf Lamping2005-03-281-4/+4
* remove capture_child flag from capture_opts as it's no longer requiredUlf Lamping2005-03-281-8/+8
* a lot more capture engine code cleanupUlf Lamping2005-03-281-153/+133
* major capture engine rework: use two task model for EVERY capture modeUlf Lamping2005-03-281-7/+23
* Another step towards using the parent/child mode for ALL captures.Ulf Lamping2005-02-281-9/+17
* some more cleanup of the capturing code (e.g. split up of the code reading in...Ulf Lamping2005-02-271-26/+38
* bugfix to bring up correct error message if capture file couldn't be openened.Ulf Lamping2005-02-271-20/+17
* some clarification of the capture child thingUlf Lamping2005-02-271-5/+20
* move capture_opts related things (init, command line, ...) from capture.c to ...Ulf Lamping2005-02-231-272/+0
* add the number of autostop files to the command line parameters, e.g.:Ulf Lamping2005-02-221-0/+4
* change nmake makefiles in /trunk and /trunk/epan so thatLars Roland2005-02-131-4/+0