-
Notifications
You must be signed in to change notification settings - Fork 6
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
Add support for the Generic Home Brew protocol #3
Comments
@marrold I don't see much difference, from where is this code please? |
It's been a while, but revisiting this issue, i've decided to put a name on those, "Homebrew 2015" which is the original specification, and "MMDVM 2020" which is the evolved version currently used in eg. MMDVMHost Both protocols should be nicely outlined in Kaitai-IO specifications here, with ASCII command prefixes being listed at the very end of each .ksy file And for the dissector implementation purposes, each message pdu has its fields specifically typed, u{1-8) is unsigned-int{bytes-length), ale u4le and u4be are obviously LE/BE variants, b{1-32} is bit-field{bit-count}, so it could be pretty easy to update the dissector |
@smarek Sorry for the delays these notifications get buried. To answer your question from 1 year ago - the screenshot was provided by Brandmeister, I guess it's private. And for your recent comment, I'm not currently maintaining the dissector as I'm not actively using it, apologies. |
It has come to my attention that this dissector doesn't support the "Generic Home Brew" protocol used by BlueDV ( and potentially other software ). It would be nice to add support.
BM have given some clues on the differences:
The text was updated successfully, but these errors were encountered: