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

Date: Wed, 23 Mar 2011 06:50:18 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=36278

User: sahlberg
Date: 2011/03/22 11:50 PM

Log:
 value&0x03 does not need to be shifted to the right by two.
 
 cut-n-paste bug from a few lines above where value&0x0c do need to be shifted by two
 before printing as a value
 
 coverity 342

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