You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--" line #27 - bad argument #2 to 'Proto' (Proto:
there cannot be two protocols with the same description)"
-- tried Proto.new() with extra space deleted. - No change.
p_tplink = Proto ("TPLink-SmartHome","TP-Link Smart Home Protocol")
I'm guessing the software environment has changed in the last six years.
If so, close this.
The text was updated successfully, but these errors were encountered:
My conclusion about this is that this plugin was integrated into Wireshark at some point. That's why there is an error about two protocols with the same description.
I take it back! Try changing the name and description in the .lua file to whatever you want. Than search for that name as a filter in Wire Shark. I'm not sure how or why a filter with the same name got added to Wire Shark, but with the built in filter I wasn't getting decryption/dissection of the messages. When I used the protocol filter with the name I modified in the .lua file I got a full display of the packet.
Using portable vesion of latest Wireshark:
--" line #27 - bad argument #2 to 'Proto' (Proto:
there cannot be two protocols with the same description)"
-- tried Proto.new() with extra space deleted. - No change.
p_tplink = Proto ("TPLink-SmartHome","TP-Link Smart Home Protocol")
I'm guessing the software environment has changed in the last six years.
If so, close this.
The text was updated successfully, but these errors were encountered: