Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 664 Bytes

README.md

File metadata and controls

31 lines (16 loc) · 664 Bytes

Asensing Wireshark Plugin

Asensing protocol (IMU, LiDAR) lua interpreter plugin for Wireshark.

Usage

Find the lua plugin you need in the source directory, and copy it to the Wireshark installation directory.

Of course you can also copy all the plugins, like this:

$ sudo cp source/*.lua /usr/share/wireshark/

Modify the init.lua file in the Wireshark installation directory, add the following content at the end:

dofile(DATA_DIR.."xxx.lua")

Save the init.lua file.

Now, open the Wireshark tool, or press Ctrl + Shift + L to reload the plugin.

Reference