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

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

Log:
 "guint8 *" means "pointer to array of bytes that may or may not be
 properly aligned"; "void *", at least when it's the return value of
 ep_malloc(), means "pointer to properly-aligned chunk of memory".  Use
 "void *" in get_sdp_data_element() and its callers in that case, to
 squelch compiler warnings.

Directory: /trunk/epan/dissectors/
  Changes    Path              Action
  +10 -6     packet-btsdp.c    Modified