Ethereal-cvs: [Ethereal-cvs] rev 14040: /trunk/: capture.h capture_loop.c capture_opts.c captu

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

Date: Sun, 10 Apr 2005 16:43:31 -0000
User: ulfl
Date: 2005/04/10 11:43 AM

Log:
 Win32 only bugfix: as using TerminateProcess is the brute force way and sometimes clipped packets in the middle, now using a pipe called signal_pipe from the parent to the child for this.
 On unix we're using kill() for this, which simply signals the child, but this isn't available on win32.

Directory: /trunk/
  Changes    Path              Action
  +3 -0      capture.h         Modified
  +17 -0     capture_loop.c    Modified
  +68 -8     capture_opts.c    Modified
  +55 -21    capture_sync.c    Modified



http://anonsvn.ethereal.com/viewcvs/viewcvs.py?rev=14040&view=rev