wireshark-dev April 2011 archive
Main Archive Page > Month Archives  > wireshark-dev archives
wireshark-dev: Re: [Wireshark-dev] [Wireshark-commits] rev 36659

Re: [Wireshark-dev] [Wireshark-commits] rev 36659: / /trunk/epan/dissectors/: Makefile.common packet-rohc.c

From: Guy Harris <guy_at_nospam>
Date: Tue Apr 19 2011 - 20:25:12 GMT
To: Developer support list for Wireshark <wireshark-dev@wireshark.org>

On Apr 19, 2011, at 1:23 PM, Stephen Fisher wrote:

> Coverity has a warning about this code:
>
> Event result_independent_of_operands: (oct & 2) == 1 is always false
> regardless of the values of its operands (logical operand of if).
> 398 if((oct&0x02)== 1){
>
> Did you mean to bitshift it before the comparison to 1?

Or is this a Boolean flag, so it's just "if (oct & 0x02)" to test whether the bit is set?
___________________________________________________________________________
Sent via: Wireshark-dev mailing list <wireshark-dev@wireshark.org>
Archives: http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-request@wireshark.org?subject=unsubscribe