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 6440] Wireshark dissector for EIGRP and SAF

Date: Wed, 12 Oct 2011 11:15:20 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6440

Chris Maynard <christopher.maynard@xxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |

--- Comment #12 from Chris Maynard <christopher.maynard@xxxxxxxxx> 2011-10-12 11:15:19 PDT ---
Coverity reports a CONSTANT EXPRESSION RESULT bug in CID 1310 at line 1762:

Event result_independent_of_operands: (tlv & 0xf) == (516 /* 0x200 | 4 */) is
always false regardless of the values of its operands (logical operand of if).
1762         if ((tlv & EIGRP_TLV_TYPEMASK) == EIGRP_TLV_AT_CBL) {

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