-
Notifications
You must be signed in to change notification settings - Fork 613
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WLua: Updates to displayed field values in Wireshark
Use lookup table to convert degE7, rad, rad/s units for display Values are appended to display - raw value is not overwritten Show value of bitmask fields in HEX_DEC format Even when no enum is linked (as for TERRAIN_REQUEST.mask) Including for the compatibility flags in message header Pad bitfields to a multiple of 4 to match hex Append readable date/time to time_usec fields if it represents a unix time Otherwise display time in seconds, unless its < 1s In header, show system id as DEC, and MAV_COMPONENT as enum Decode command parameters on MISSION_ITEM messages Correct field name and datatype for x,y,z on MISSION and COMMAND INT messages Add test cases to show unit decoding and MISSION_ITEM_INT fields Fix spurious ENUM_END lines showing up in the disection
- Loading branch information
1 parent
6065a80
commit 6e81a59
Showing
5 changed files
with
231 additions
and
109 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
Oops, something went wrong.