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

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

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

Log:
 Always use a timeout of 250ms for pipes when not using threads; that way
 we know it's < 1s, and don't have to worry about properly setting tv_sec
 and tv_usec for select().
 
 Get rid of unneeded pointer variable.

Directory: /trunk/
  Changes    Path          Action
  +19 -10    dumpcap.c     Modified