Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No matter protocol in the wireshark. #9

Open
Pickerchen opened this issue May 17, 2024 · 2 comments
Open

No matter protocol in the wireshark. #9

Pickerchen opened this issue May 17, 2024 · 2 comments

Comments

@Pickerchen
Copy link

The matter-dissector.so had been compiled successfully, but there had no Matter protocol in the wireshark, how can we add the matter protocol to wireshark.

@Chapoly1305
Copy link

Copy it to /usr/lib/x86_64-linux-gnu/wireshark/plugins/4.2/epan

@Pratik-r07
Copy link

Here’s how to resolve the issue of your custom Matter protocol dissector not appearing in Wireshark:

Place the Plugin:

Copy the matter-dissector.so file to the Wireshark plugin directory, typically:
For user-specific installations: ~/.local/lib/wireshark/plugins/
For system-wide installations: /usr/lib/wireshark/plugins/
Restart Wireshark:

Close and reopen Wireshark to ensure it reloads the plugins.
Verify Protocol Registration:

Check the dissector source code to ensure the protocol is properly registered with calls like proto_register_matter().
Check Plugin List:

Go to Help > About Wireshark > Plugins tab to see if your plugin is listed.
Debugging:

Run Wireshark from the terminal to check for error messages related to plugin loading.
Ensure all dependencies required by your dissector are installed.
Consult Documentation:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants