Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 43105: /trunk/wiretap/ /trunk/wiretap/: file_wrappers.c

Date: Tue, 05 Jun 2012 08:59:37 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=43105

User: guy
Date: 2012/06/05 01:59 AM

Log:
 Casting a negative value to unsigned makes it positive; I'm not sure
 that will do the right thing here.  Instead, cast its negative (which is
 positive) to unsigned, use that value as the adjustment, and flip the
 signs of the subsequent adjustment operations.

Directory: /trunk/wiretap/
  Changes    Path               Action
  +16 -3     file_wrappers.c    Modified