ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 12240] Interpretation of BGP NLRI for default route cause

Date: Mon, 07 Mar 2016 18:45:17 +0000

Comment # 3 on bug 12240 from
After removing the lines

1974         if( prefix_len == 0) {
1975             return 1; /* prefix length is zero (i.e. matching all IP
prefixes) and remaining bytes within the NLRI is greater than or equal to 1 -  
   may be BGP add-path */
1976         }

in epan/dissectors/packet-bgp.c the default routes are parsed without any
issue.


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