Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 909 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 909 Bytes

miio-dissector

Xiaomi Mi Home Binary Protocol Dissector for Wireshark.

Requirements

  • macOS (Windows not available, Linux not tested)
  • openssl installed

Install

Copy the miio.lua file to ~/.config/wireshark/plugins/miio.lua.

Or execute:

sh -c "$(curl -fsSL https://raw.githubusercontent.com/0x5e/miio-dissector/main/install.sh)"

Usage

After installation, restart the Wireshark, open Preferences -> Protocols -> MIIO page, input the device token and save.

Documentation

Xiaomi's MiHome Binary protocol

Wireshark’s Lua API Reference Manual

Lua编写Wireshark插件实战