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 34283: /trunk/ /trunk/: dumpcap.c

Date: Thu, 30 Sep 2010 01:40:06 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=34283

User: guy
Date: 2010/09/29 06:40 PM

Log:
 PIPE_READ_TIMEOUT should be in microseconds, not milliseconds.
 
 As it's a constant, we can do the split into seconds and microseconds at
 compile time, so do that (so that it works even if we happen to make
 PIPE_READ_TIMEOUT >= 1 second).

Directory: /trunk/
  Changes    Path          Action
  +7 -6      dumpcap.c     Modified