aboutsummaryrefslogtreecommitdiffstats
path: root/capture_sync.c
Commit message (Expand)AuthorAgeFilesLines
* From Richard van der Hoff:Anders Broman2006-08-021-4/+3
* Ethereal->WiresharkAnders Broman2006-05-281-4/+4
* name changeRonnie Sahlberg2006-05-211-2/+2
* Handle the case where we *can't* determine the pathname in which to findGuy Harris2006-05-011-2/+9
* Clean up if CreateProcess() fails. Guy Harris2006-04-031-0/+3
* Put the low-level sync routines into a common file so they can be sharedGuy Harris2006-04-031-7/+9
* disable the call to sync_pipe_errmsg_to_parent for now, if execv failed (so a...Ulf Lamping2006-03-241-2/+3
* Dumpcap probably has *no* windows.Guy Harris2006-03-241-1/+3
* Various code cleanup in the capture pipe stuffUlf Lamping2006-03-241-223/+140
* Fix pipe_read_bytes() to return the total number of bytes read, not justGuy Harris2006-03-191-2/+2
* fix bug #803: sync pipe on Win32 wasn't set to binary mode, so error message ...Ulf Lamping2006-03-131-33/+58
* debugging helper: if (for whatever reason) the message from dumpcap was inval...Ulf Lamping2006-03-091-0/+5
* Take care of one last UTF-8 <-> UTF-16 conversion (assuming there aren't anyGerald Combs2006-03-091-13/+14
* Pass two strings in capture child messages, so the child can sendGuy Harris2006-03-051-30/+59
* fix some bugs introduced with command line encapsulationUlf Lamping2006-02-171-25/+12
* We now quote args as necessary on Windows when constructing the commandGuy Harris2006-02-171-19/+5
* On Windows. quote arguments as necessary before sticking them into theGuy Harris2006-02-171-3/+81
* remove dependencies to pcap.h, so getting an idea what needs to be done by du...Ulf Lamping2006-02-171-3/+8
* At least on UN*X, the first argument - argv[0] - is supposed to be theGuy Harris2006-02-121-4/+7
* Distinguish between pipe_read_block() returning 0 (EOF) or a negativeGuy Harris2006-02-121-2/+10
* Instead of using (commented-out) g_warning() calls to log errors readingGuy Harris2006-02-121-9/+26
* add a minor commentUlf Lamping2006-02-121-0/+1
* Add a routine to attempt to get the absolute pathname of the executableGuy Harris2006-02-121-4/+2
* Fix up indentation.Guy Harris2006-02-121-6/+2
* we still need sync_pipe_errmsg_to_parent() for the *NIX buildUlf Lamping2006-02-121-0/+12
* the point of no return ...Ulf Lamping2006-02-111-164/+117
* only a backup, nothing changed for now.Ulf Lamping2006-02-101-2/+50
* remove the setting of no longer required command line options:Ulf Lamping2005-12-151-14/+18
* we don't use the command line option -W any longer, remove it from a commentUlf Lamping2005-12-131-1/+0
* move the complete functionality of the capture info dialog from capture_loop....Ulf Lamping2005-12-041-18/+1
* add missing functions (to complete/cleanup of interface):Ulf Lamping2005-12-031-7/+3
* precise some pipe message commentsUlf Lamping2005-12-031-2/+6
* Make the message length in the sync pipe message header 3 bytes ofGuy Harris2005-11-181-18/+29
* replace *a lot* of file related calls by their GLib counterparts. This is nec...Ulf Lamping2005-11-061-19/+11
* fix Ethereal so command line capture parameter will work with kilobytes (again)Ulf Lamping2005-10-071-2/+0
* capture_sync.c(290) : warning C4090: 'function' : different 'const' qualifiersUlf Lamping2005-08-201-4/+4
* Some 'no previous declararion' warning fixesJörg Mayer2005-08-141-1/+1
* various code cleanup:Ulf Lamping2005-08-081-33/+19
* Last set of char -> const char trivial warning fixes.Jörg Mayer2005-08-061-6/+6
* fix #148: (win32 only) use command line parameter -B to set capture buffer sizeUlf Lamping2005-05-301-0/+5
* some cleanup of capture error notification handlingUlf Lamping2005-05-261-6/+10
* use the log features of the GLib to have verbose output of the capturing engi...Ulf Lamping2005-05-261-4/+26
* forgot to init savefilestring = NULL;Ulf Lamping2005-05-251-0/+1
* fix #199: encapsulate capture filename, to avoid problems with spaces in the ...Ulf Lamping2005-05-251-5/+16
* (hopefully) removed various gcc warningsUlf Lamping2005-04-301-2/+1
* capture engine: Ulf Lamping2005-04-121-46/+34
* it should now be possible to use "Update packets in real time" even if used w...Ulf Lamping2005-04-121-198/+151
* various capture code cleanup and fixes: Ulf Lamping2005-04-111-61/+54
* Win32 only bugfix: as using TerminateProcess is the brute force way and somet...Ulf Lamping2005-04-101-21/+55
* refactoring of the capture startup (while the capture parent waits for the ch...Ulf Lamping2005-04-101-81/+104