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 16:00:37 +0000

Comment # 13 on bug 12568 from
(In reply to Matt Texier from comment #11)
> Hi Guys,
> 
> 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;
>     }
> 
> => my mistake, I push it gerrit now ...
> 
> Cheers Matt.

This is the second revision of the patch I was going to send. But the error is
still present.


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