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

Date: Tue, 15 Jul 2008 07:08:33 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=25744

User: guy
Date: 2008/07/15 12:08 AM

Log:
 Frame numbers are unsigned, so 0xffffffff isn't a special out-of-band
 value.  They start at 1, though, so 0 *is* a special out-of-band value.
 
 There is no guarantee that you can use a pointer as a 32-bit integral
 value; the compiler warns if you do, at least on some platforms.

Directory: /trunk/epan/dissectors/
  Changes    Path             Action
  +14 -24    packet-ctdb.c    Modified