Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 32855: /trunk/ /trunk/: capture_sync.c

Date: Tue, 18 May 2010 03:29:47 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=32855

User: guy
Date: 2010/05/17 08:29 PM

Log:
 Add a routine to convert Win32 error statuses into strings, and use it
 when generating error messages.
 
 The error code from CreatePipe() is gotten by calling GetLastError();
 it's not in errno.
 
 Clean up indentation a bit.

Directory: /trunk/
  Changes    Path              Action
  +60 -27    capture_sync.c    Modified