https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7833
--- Comment #6 from Bill Meier <wmeier@xxxxxxxxxxx> 2012-10-10 17:47:50 PDT ---
(In reply to comment #5)
> Sorry. It's a live capture only. I'm not familiar with dumpcap. How is it
> used?
dumpcap is a separate program used by both wireshark and tshark to do the
actual capture. it is one of the programs in the Wireshark suite.
It can be used standalone to do a capture which is written to disk .
dumpcap is a fairly small program does no analysis of data.
>From the command line:
dumppcap -w <filename> may be all that is required.
(You probably will need to run dumpcap from a command window "running as
administrator").
dumpcap -h shows options for specifying the interface, etc.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.