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.