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

Wireshark-bugs: [Wireshark-bugs] [Bug 12568] Wireshark is marking BGP FlowSpec NLRI as malformed

Date: Wed, 29 Jun 2016 15:57:05 +0000

Comment # 12 on bug 12568 from
(In reply to Matt Texier from comment #11)
> Hi Guys,

Hey,

> 
> with this it is much better :
> 
> if (tot_flow_len >= 240)
>     {
>         len_16 = tvb_get_ntohs(tvb, offset);
>         tot_flow_len = len_16 & 0x0FFF; /* remove most significant nibble */
>         offset_len = 2;
>     } else {
>         offset_len = 1;
>     }

cool, looks much better. thanks for the bugfix. ;)

> 
> => my mistake, I push it gerrit now ...

No worries. We really appreciate your work and fast response.

Will this patch be included in tomorrows build for windows and OSX? This would
really make our live much easier. ;)

Cheers,
Martin

> 
> Cheers Matt.


You are receiving this mail because:
  • You are watching all bug changes.