Wireshark-commits: [Wireshark-commits] rev 36794: /trunk/epan/dissectors/ /trunk/epan/dissectors/:
Date: Fri, 22 Apr 2011 03:53:03 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=36794

User: guy
Date: 2011/04/21 08:53 PM

Log:
 ep_alloc() returns a properly-aligned value for all uses; that's why it
 returns void * rather than guint8 *.  Don't pointer-convert that
 information away; otherwise, compilers might whine about safe pointer
 casts.

Directory: /trunk/epan/dissectors/
  Changes    Path                   Action
  +2 -2      packet-infiniband.c    Modified