Wireshark-commits: [Wireshark-commits] rev 50988: /trunk/epan/wslua/ /trunk/epan/wslua/: wslua_prot

Date: Sun, 28 Jul 2013 21:00:00 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=50988

User: stig
Date: 2013/07/28 02:00 PM

Log:
 Add support for 64 bit value string in Lua.
 
 Lua cannot store a 64 bit integer with full precision, which is used
 for keys in tables, so this is not a 100% solution.  But it will probably
 be good enough for value strings, and it is better to have some support
 than no support.

Directory: /trunk/epan/wslua/
  Changes    Path             Action
  +78 -12    wslua_proto.c    Modified