ros-industrial / packet-simplemessage

Wireshark Lua dissector for the ROS-Industrial SimpleMessage protocol
8 stars 10 forks source link

64-bit floats (doubles) version of protocol cannot be dissected #15

Open gavanderhoorn opened 9 years ago

gavanderhoorn commented 9 years ago

Dissector code currently assumes 32-bit floats are used throughout. As there is a 64-bit float version of the simple_message libraries, type sizes don't correspond any more and dissection fails.

As this cannot be detected during dissection, perhaps a preference item should be added.