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

Wireshark-dev: Re: [Wireshark-dev] buildbot failure in Wireshark (development) on Ubuntu-10.04-

From: Bill Meier <wmeier@xxxxxxxxxxx>
Date: Wed, 20 Oct 2010 12:28:09 -0400
Hadriel Kaplan wrote:
Ugh - my patch submitted as bug 5242 caused it.  Sorry bout that.
> I didn't realize the bug was taken in yet (I had added myself to
its cc list,  but never got an email).

-hadriel


Not a problem:

It turns out that the addition of ipfix.c to wiretap exposed a bug in another wiretap reader (ascendtext.c)
as well as the bug in ipfix.c that Jeff identified.

(ascendtext.c wasn't properly initializing *err before using it thus depending on whatever value *err had from previously invoked wiretap readers).

I'll be committing fixes shortly.

Bill