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
{{ message }}
This repository has been archived by the owner on May 15, 2024. It is now read-only.
Wow, this project is awesome!
I have some start-difficulties:
I want to implement a protocol like HTTP, which is directly under TCP.
What do I have to enter as value for self._register_under = {"tcp": ???}?
Thanks :-)
The text was updated successfully, but these errors were encountered:
Thank you :)
Unfortunately I haven't maintained this for a while so it doesn't work with recent versions of Wireshark.
As to your question, IIRC it should be {"tcp.port" : <your port>}
I'll give it a try the next days, thanks at least so far for your response!
If I get a simple plugin working I might ask a few questions to get started :)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Wow, this project is awesome!
I have some start-difficulties:
I want to implement a protocol like HTTP, which is directly under TCP.
What do I have to enter as value for
self._register_under = {"tcp": ???}
?Thanks :-)
The text was updated successfully, but these errors were encountered: