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

Date: Fri, 21 Dec 2012 10:26:52 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=46661

User: guy
Date: 2012/12/21 02:26 AM

Log:
 Don't assume a pointer fits inside an unsigned long - it doesn't, in
 LLP64 environments such as Windows.
 
 Cast the result of a modulus op that causes the result to fit into an
 int to int, to suppress implicit 64-bit-to-32-bit conversion warnings.

Directory: /trunk/epan/dissectors/
  Changes    Path                                Action
  +11 -11    packet-ieee80211-radiotap-iter.c    Modified