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

Wireshark-dev: Re: [Wireshark-dev] How to print longs from Lua?

Date: Tue, 30 Mar 2010 15:21:38 -0400
Thanks for your reply! 

Actually if I want to display the value in Wireshark then I can just make it a ProtoField.uint64() and it displays just fine. 

What I'm trying to do now is print the value on a Lua text window (and/or to a file).  Maybe I can convert to a ByteArray and then access the bytes one at a time that way.