PlatformLab / HomaModule

A Linux kernel module that implements the Homa transport protocol.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wireshark dissector

pmo73 opened this issue · comments

Hi, we have implemented a first version of a Wireshark dissector as a plugin which attaches to the IP protocol on the same protocol type as in the kernel module. The dissector then displays in the GUI the recognized header fields and the rest as payload. We would like to provide the first version of the dissector that can be used with the homa kernel module. The question would be, should it come via a pull request into the kernel module or as a separate repository next to the existing repos?

Thanks you for your fast reply. I will open a pull request and add the dissector inside a subdirectory of the top-level directory.

I just created a pull request with the dissector