-
Notifications
You must be signed in to change notification settings - Fork 82
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
Wireshark dissector usage #285
Comments
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I'm unsure how the Ambit protocol dissector is supposed to appear in Wireshark.
I'm capturing USB packets to an Ambit watch and the basic USB dissection (Frame, URB, HID Data, etc.) are shown, but nothing for the Ambit protocol.
The plugin
ambit.so
is listed as a dissector under Help -> About Wireshark -> Plugins, so it seems to be installed ok.Are there additional steps for correct usage beyond installing the plugin?
Versions:
Just a note, the install procedure says to install to
~/.wireshark/plugins/
but I found the file needs to go at~/.wireshark/.local/lib/wireshark/plugins/3.4/epan/ambit.so
(discovered with Help -> About Wireshark -> Folders).If the file is also symlinked to
/usr/lib/x86_64-linux-gnu/wireshark/plugins/3.4/epan/ambit.so
then at startup Wireshark pops up a dialog saying "The plugin 'ambit.so' was found in multiple directories."I've also asked about this at ask.wireshark.org.
The text was updated successfully, but these errors were encountered: