Wireshark-dev: Re: [Wireshark-dev] How to print longs from Lua?
Date: Wed, 31 Mar 2010 11:47:25 -0400
The trick of course is turning the ProtoField.uint64() into a ByteArray.  So far I haven't figured out how to do that.  Very frustrating!  I have the info I need inside the Lua program, but can't print it to a text window. 

I may have to find another strategy.