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 4782] wrong decoding for BGP ORF

Date: Tue, 25 May 2010 01:34:56 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4782

--- Comment #4 from Jaap Keuter <jaap.keuter@xxxxxxxxx> 2010-05-25 10:34:50 CEST ---
Indeed, bug in packet-bgp.h

-#define BGP_ORF_MATCH        0x10
+#define BGP_ORF_MATCH        0x20
 #define BGP_ORF_PERMIT        0x00
-#define BGP_ORF_DENY        0x10
+#define BGP_ORF_DENY        0x20

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.