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 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