Wireshark-commits: [Wireshark-commits] rev 39983: /trunk/ /trunk/: dumpcap.c
Date: Tue, 22 Nov 2011 10:08:27 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=39983

User: guy
Date: 2011/11/22 02:08 AM

Log:
 If we're not running as a child process, report the interfaces on which
 we're capturing.  (We do not require a -i flag; the message could be
 useful if you don't specify the interface, as it lets you know which
 interface was chosen, which might not be the interface you'd think it
 would be.  Yes, that's arguably a libpcap bug, which I plan to look at;
 it should probably try to figure out which interfaces are "active" if
 possible, and prefer those.)
 
 Use cmdarg_err() for invalid capture filters and other capture errors.

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