Wireshark-commits: [Wireshark-commits] rev 22999: /trunk/ /trunk/: tshark.c

Date: Thu, 27 Sep 2007 15:59:01 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=22999

User: morriss
Date: 2007/09/27 03:59 PM

Log:
 (Try to) get tshark capturing working on *NIX (it works for me anyway):
 We can simply block waiting for input from the child process because we are
 in a CLI that does not need to worry about updating a GUI while we're waiting
 for packets and so forth.
 
 Before I realized that I wrote a working (for me) method using select() that
 I've left in for now (#ifdef'd out).

Directory: /trunk/
  Changes    Path          Action
  +57 -47    tshark.c      Modified