https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3398
--- Comment #3 from Guy Harris <guy@xxxxxxxxxxxx> 2010-06-04 16:10:33 PDT ---
"-R" isn't the command-line flag you use to enable a statistics tap; -z is.
The sv tap was *always* enabled, which meant that TShark *always* had to read
the capture file and dissect all the packets, which broke "-w -".
I've checked in a change to make it behave like other statistics taps; you now
have to say "-z sv" to get the tap output. If you *only* want the tap output,
not the dissected packet output, use "-q".
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.