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

Date: Fri, 22 Apr 2011 03:34:42 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=36793

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

Log:
 Stuff that comes back from ep_alloc() is properly aligned for all uses;
 that's why it returns "void *", not "guint8 *".  Don't pointer-convert
 that information away; otherwise, compilers might whine at you about
 unsafe casts.

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