Wireshark-commits: [Wireshark-commits] rev 19444: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-bgp.c
From:
jake@xxxxxxxxxxxxx
Date: Fri, 06 Oct 2006 19:18:57 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=19444
User: jake
Date: 2006/10/06 07:18 PM
Log:
From Aaron Campbell:
The expression (BGP_OSPF_RTYPE_EXT ||BGP_OSPF_RTYPE_NSSA) will always
evaluate to 1. As well, neither of these constants are defined as flag
values, so a bitwise op was probably not intended either.
Directory: /trunk/epan/dissectors/
Changes Path Action
+1 -1 packet-bgp.c Modified