ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 3398] Dissector for IEC 61850 Sampled Values

Date: Fri, 4 Jun 2010 16:10:36 -0700 (PDT)
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.