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:30:01 +0000

Comment # 11 on bug 12568 from
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.


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