Wireshark-commits: [Wireshark-commits] rev 39601: /trunk/epan/ftypes/ /trunk/epan/ftypes/: ftype-in

Date: Wed, 26 Oct 2011 08:34:11 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=39601

User: stig
Date: 2011/10/26 01:34 AM

Log:
 Fixed compare functions for 64 bits integers:
 - Do not cast unsigned values to signed
 - Do cast signed values from the internal stored unsigned

Directory: /trunk/epan/ftypes/
  Changes    Path               Action
  +8 -8      ftype-integer.c    Modified