https://github.com/half-duplex/wireshark-hid-io
Lua dissector of HID-IO for Wireshark
https://github.com/half-duplex/wireshark-hid-io
hid-io lua wireshark
Last synced: 2 months ago
JSON representation
Lua dissector of HID-IO for Wireshark
- Host: GitHub
- URL: https://github.com/half-duplex/wireshark-hid-io
- Owner: half-duplex
- License: eupl-1.2
- Created: 2021-06-11T04:21:38.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-11T05:01:30.000Z (about 5 years ago)
- Last Synced: 2025-11-21T16:03:01.470Z (8 months ago)
- Topics: hid-io, lua, wireshark
- Language: Lua
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Wireshark HID-IO
A basic, partial Lua dissector for [HID-IO](https://github.com/hid-io/hid-io/)

## Installation
Download
[hid-io.lua](https://github.com/half-duplex/wireshark-hid-io/blob/main/hid-io.lua)
to your Wireshark plugins folder, e.g. `~/.local/lib/wireshark/plugins/`,
ensure Lua is enabled, and (re)start Wireshark.
Further details are available on the Wireshark Wiki's
[Lua Support page](https://www.wireshark.org/docs/wsdg_html_chunked/wsluarm.html)
## Usage
This dissector currently only understands HID-IO over USB, and is not
particularly selective for what it attempts to parse. If you use Wireshark for
other USB interrupt traffic, you should probably disable it when not in use.