Wireshark-commits: [Wireshark-commits] rev 36293: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Wed, 23 Mar 2011 15:21:21 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=36293

User: wmeier
Date: 2011/03/23 08:21 AM

Log:
 Fix bug: 'if ((octet & 0x80) == 80)' ==> 'if ((octet & 0x80) == 0x80)'
 
 Coverity 345

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +1 -1      packet-rsl.c    Modified