Wireshark-commits: [Wireshark-commits] rev 50583: /trunk/epan/ /trunk/epan/: reassemble.c

Date: Sun, 14 Jul 2013 17:16:57 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=50583

User: guy
Date: 2013/07/14 10:16 AM

Log:
 Cast the result of g_malloc(), to avoid warnings about trying to compile
 this code as C++.
 
 Make pointers to raw packet data pointers to guint8, not pointers to
 char, as they're octets, not characters.

Directory: /trunk/epan/
  Changes    Path            Action
  +4 -4      reassemble.c    Modified