forked from ArduPilot/pymavlink
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mavgen WSLua: Handle dissection of 64-bit bitfields
Use UInt64(low,high) to create ProtoField.bool for bits above 32 Update bitfield dissection fuctions to handle optional value argument Do not pass value when tree:add_le for uint/uint64 bitfields Test cases: Create a test case for 64bit bitmask Include testing of different means to specify bitmask values Use Wireshark repo to use latest released version Remove character width limit from test comparison
- Loading branch information
1 parent
988c696
commit 73b9358
Showing
5 changed files
with
266 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.