Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 21554: /trunk/epan/ /trunk/epan/: tvbuff.c tvbuff.h

Date: Tue, 24 Apr 2007 11:54:19 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=21554

User: guy
Date: 2007/04/24 11:54 AM

Log:
 "memcpy()" takes void *'s as arguments and returns a void *; have
 tvb_memcpy() be similar, to avoid unnecessarily alignment warnings.
 
 Do the same with "ep_tvb_memdup()".

Directory: /trunk/epan/
  Changes    Path          Action
  +5 -5      tvbuff.c      Modified
  +2 -2      tvbuff.h      Modified