Wireshark-commits: [Wireshark-commits] rev 28655: /trunk/epan/wslua/ /trunk/epan/wslua/: wslua_list

Date: Mon, 08 Jun 2009 08:02:29 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=28655

User: stig
Date: 2009/06/08 01:02 AM

Log:
 Changed g_strdup_printf -> ep_strdup_printf.
 Use correct modifier for converting gint64 and guint64 to string.
 Added __gc for Int64 and UInt64.
 Fixed some indents.

Directory: /trunk/epan/wslua/
  Changes    Path                Action
  +1 -2      wslua_listener.c    Modified
  +35 -36    wslua_pinfo.c       Modified
  +4 -6      wslua_proto.c       Modified
  +37 -17    wslua_tvb.c         Modified