hossimo / CITP-Dissector

Wireshark CITP Lua Disector
http://hossimo.github.com/CITP-Dissector/
11 stars 7 forks source link

Figure out if there is another way to get :le_uint64 to work #2

Closed hossimo closed 11 years ago

hossimo commented 11 years ago

At the moment le_uint64() returns the big endian equivalent. Apparently this has been fixed in Wireshark 1.2 but it's still happening in 1.8.

hossimo commented 11 years ago

Hacked around this for the time being. Seems to be broken in the LUA API