iot icon indicating copy to clipboard operation
iot copied to clipboard

Alternative dissector in Lua which handles encrypted traffic

Open magicus opened this issue 1 year ago • 2 comments

Thank you for the WireShark dissector!

I have built an alternative dissector using Lua, which can handle "encrypted" traffic (it's more of an "obfuscation", really). Just wanted to let you know. :-)

https://github.com/magicus/pppp-dissector

magicus avatar Nov 09 '23 17:11 magicus

@magicus Hey, awesome work! 💙 I had done a PoC of this with WSGD but it was extremely hacky and slow; Lua was certainly the way to go :) Thanks for this!

pmarrapese avatar Feb 07 '24 20:02 pmarrapese

Thanks!

You might want to put in a link to it in the README in your p2p dissector, to help guide people who find your dissector first.

magicus avatar Feb 08 '24 07:02 magicus