ros-industrial / packet-simplemessage

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

'body' sub tree is given incorrect length #20

Closed gavanderhoorn closed 8 years ago

gavanderhoorn commented 8 years ago

Seems the Body sub tree is given an incorrect length by the dissector.

Example: instead of 28 bytes, the fields in the Body of a STATUS msg are stated to sum up to 40 bytes (which is the length of the entire msg, including header).