Wireshark-commits: [Wireshark-commits] rev 22443: /trunk/ /trunk/doc/: README.packaging /trunk/gtk/
Date: Thu, 02 Aug 2007 21:45:30 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=22443

User: gerald
Date: 2007/08/02 09:45 PM

Log:
 Add a "-S" flag to dumpcap, which prints out interface statistics. Use
 this in the GUI rather than calling pcap_stats() directly. This gets rid
 of the last pcap_open_live() call in the GUI code. Update
 README.packaging.

Directory: /trunk/doc/
  Changes    Path                Action
  +50 -21    README.packaging    Modified

Directory: /trunk/gtk/
  Changes    Path                Action
  +18 -68    capture_if_dlg.c    Modified

Directory: /trunk/
  Changes    Path                   Action
  +1 -1      capture-pcap-util.h    Modified
  +133 -6    capture.c              Modified
  +23 -0     capture.h              Modified
  +92 -0     capture_opts.c         Modified
  +4 -0      capture_opts.h         Modified
  +181 -31   capture_sync.c         Modified
  +13 -0     capture_sync.h         Modified
  +16 -5     dumpcap.c              Modified