Skip to content

Wireshark integration? #586

Answered by barbibulle
vChavezB asked this question in Q&A
Nov 11, 2024 · 1 comments · 3 replies
Discussion options

You must be logged in to vote

Bumble has support for pluggable HCI traffic sniffers. There's currently just one builtin sniffer, that knows how to save sniffed traffic to a snoop file (compatible with the Android HCI snoop files, which Wireshark knows how to read).
See the Snooper class, which is the base interface for snoopers. Snoopers can be added programmatically by using the API, or automatically based on a user-set environment variable. With env var, snoopers are created by the create_snooper method, which will look at the "spec" and device which snooper should be instantiated.
If you wanted something that supports live injection (as opposed to saving the snooped traffic to a file), you could either
1/ extend the

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@vChavezB
Comment options

@barbibulle
Comment options

Answer selected by vChavezB
@vChavezB
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants