http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=29574
User: gerald
Date: 2009/08/26 04:16 PM
Log:
Add a compile-time option to use a separate thread for reading from
pipes. Enable this by default on Windows. Remove code that tried to
use WaitForSingleObject on a pipe (which Windows doesn't support). Use
native file handles and system calls on Windows (which fixes a problem
with partial reads I ran into during testing).
This should fix bug 1759.
Directory: /trunk/packaging/nsis/
Changes Path Action
+1 -0 wireshark.nsi Modified
Directory: /trunk/
Changes Path Action
+2 -0 Makefile.nmake Modified
+1 -0 config.nmake Modified
+346 -140 dumpcap.c Modified