ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

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.