ros-industrial / packet-simplemessage

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

Older Wireshark versions: error during execution of Initialization (bad argument) #17

Open gavanderhoorn opened 8 years ago

gavanderhoorn commented 8 years ago

dissector_table:add(..) with a range pref item doesn't work in older Wireshark versions. This was introduced in 48dc2393.

This affects even the version that is by default available on platforms such as Ubuntu Trusty (which has 1.10.x).

gavanderhoorn commented 8 years ago

Example error dialogue:

luapluginwiresharkerror

pbeeson commented 8 years ago

Thanks for posting this. Now I need to go get the newer wireshark I guess.

gavanderhoorn commented 8 years ago

You can use ppa:wireshark-dev/stable to install a 2.x+ version of Wireshark that is compatible with the dissector on Ubuntu Trusty and up.

gavanderhoorn commented 8 years ago

2904d13bc03d33c47bbf741a9fb6abef4657ef00 updates the readme to point to the PPA (and a Windows download location on the main site).