Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 7777] Tshark STDOUT problems when using capture filters

Date: Mon, 1 Oct 2012 06:09:26 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7777

Jakub Zawadzki <darkjames-ws@xxxxxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |darkjames-ws@xxxxxxxxxxxx
         Resolution|                            |INVALID

--- Comment #1 from Jakub Zawadzki <darkjames-ws@xxxxxxxxxxxx> 2012-10-01 06:09:25 PDT ---
This is not a bug in wireshark, when you use pipes stdout is buffered.
You can either use tshark -l (recommended), or use stdbuf[1] program to set
stdout to line buffered or unbuffred.

[1] http://linux.die.net/man/1/stdbuf

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.