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