ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] rev 29574: /trunk/ /trunk/packaging/nsis/: wireshark.nsi /tr

Date: Wed, 26 Aug 2009 23:16:40 GMT
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