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