Wireshark-bugs: [Wireshark-bugs] [Bug 5014] Bug in function TvbRange:uint64()
Date: Thu, 19 Jun 2014 19:08:00 +0000

Comment # 2 on bug 5014 from
I'll look into this, but just looking at the description it sounds like the
right thing is happening - it should be returning a UInt64 userdata object, not
a Lua number... because Lua numbers can't represent 64 bit precision integers. 
We use UInt64 objects to represent 64-bit unsigned integers, and Int64 objects
for signed ones.


You are receiving this mail because:
  • You are watching all bug changes.