softScheck / tplink-smartplug

TP-Link WiFi SmartPlug Client and Wireshark Dissector
Apache License 2.0
1.13k stars 296 forks source link

Dissector for the UDP discovery #92

Open pascal-fb-martin opened 2 years ago

pascal-fb-martin commented 2 years ago

I did not find a dissector for the UDP discovery protocol, so I created one by cloning the TCP dissector, with minor modifications: replace all TCP to UDP, and there is apparently no 4 bytes header.

See attached:

tplink-smarthome-udp.zip

Sorry if it already existed.

natemacinnes commented 2 years ago

Thanks!

pascal-fb-martin commented 2 years ago

Note that I tried the usual commands: you can turn on and off devices through UDP, it is not just for discovery.