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 1220] Wireshark is unduly buffered when reading from a pip

Date: Tue, 14 Nov 2006 19:16:29 +0000 (GMT)
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1220


pierre.juhen@xxxxxxxxxx changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




------- Comment #2 from pierre.juhen@xxxxxxxxxx  2006-11-14 19:16 GMT -------
I found the problem in capture_opts.c.

If you read 

capture_opts_output_to_pipe(const char *save_file, gboolean *is_pipe)

you will see that this function can set is_pipe to FALSE,
or raise an error, but never set is_pipe to TRUE

A patch to correct that is attached.

Regards,

Pierre JUHEN


-- 
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.