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] [Wireshark-commits] buildbot failure in Wireshark 1.6 on Fuz

From: Gerald Combs <gerald@xxxxxxxxxxxxx>
Date: Mon, 29 Apr 2013 13:50:55 -0700
On 4/29/13 1:41 PM, Jeff Morriss wrote:
> On 04/29/13 16:27, Gerald Combs wrote:
>> On 4/29/13 1:09 PM, Guy Harris wrote:
>>>
>>> On Apr 29, 2013, at 9:03 AM, Gerald Combs <gerald@xxxxxxxxxxxxx> wrote:
>>>
>>>> Unfortunately a lot of changes in fuzz-test.sh haven't been backported
>>>> to 1.6 so output on that branch might be missing helpful information.
>>>
>>> Any reason *not* to backport them?
>>
>> Not really. I copied over fuzz-test.sh from 1.8 in r49086.
> 
> Why not the trunk version?  Actually I had been thinking of taking the
> trunk version back to (at least) 1.8 because that version shows us
> useful stuff like the source code version, etc.
> 
> (I admit I haven't looked at how substantial the changes are.)

In trunk and trunk-1.10 a lot of code in fuzz-test.sh and run-randpkt.sh
was consolidated into test-common.sh. We could probably copy all three
files over but I wasn't sure if that would cause any problems.

BTW, fuzz-test.sh in trunk-1.8 uses "-P" for two-pass analysis.
Shouldn't it use "-2"?