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 22367: /trunk/ /trunk/doc/: dumpcap.pod /trunk/gtk/: cap

Date: Fri, 20 Jul 2007 21:43:10 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=22367

User: gerald
Date: 2007/07/20 09:43 PM

Log:
 Remove the "-I" flag from dumpcap, and add a "-M" flag used to specify
 that "-D" and "-L" should produce machine-readable output.  Use this to
 move an indirect get_pcap_linktype() call from the GUI to dumpcap.

Directory: /trunk/doc/
  Changes    Path           Action
  +5 -9      dumpcap.pod    Modified

Directory: /trunk/gtk/
  Changes    Path             Action
  +1 -1      capture_dlg.c    Modified
  +1 -1      main.c           Modified

Directory: /trunk/
  Changes    Path              Action
  +57 -0     capture.c         Modified
  +5 -0      capture.h         Modified
  +35 -15    capture_opts.c    Modified
  +2 -2      capture_opts.h    Modified
  +165 -65   capture_sync.c    Modified
  +3 -0      capture_sync.h    Modified
  +17 -13    dumpcap.c         Modified
  +1 -1      tshark.c          Modified