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] Small S5066 issue

From: Andriesse Menno <Menno.Andriesse@xxxxxxxxxxxxx>
Date: Thu, 12 Mar 2009 18:59:11 +0100
Found it. It's an off-by-one error.

In two places in '/epan/dissectors/packet-s5066.c'
The statement 'if (tx_mode == 2)' should be 'if (tx_mode == 3)'

I'll open a bug report.

Menno.

-----Original Message-----
From: wireshark-dev-bounces@xxxxxxxxxxxxx [mailto:wireshark-dev-bounces@xxxxxxxxxxxxx] On Behalf Of Peter Adamson
Sent: donderdag 12 maart 2009 17:07
To: Developer support list for Wireshark
Subject: Re: [Wireshark-dev] Small S5066 issue

Andriesse Menno wrote:
> I guess that this question is for me. Apologies for the late response, but I am traveling at the moment.
>
>
No worries.
> After a quick look at the source I would say that it should work. (I cannot test right now; traveling...) Can you send me a small capture that shows this behavior?
>

Sure here it is.

Cheers,
Peter