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 13:45:03 -0400
Bill Meier wrote:

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


See SVN #34589 for the changes made to ipfix.h & ipfix.c

My part of the changes to ipfix_open() might be considered just a bit kludgy so if you want to update them, feel free... :)

Bill