Skip to content
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

Mavgen WLUA: Fix incorrect display of negative ints on mac #944

Merged
merged 1 commit into from
May 1, 2024

Commits on Apr 29, 2024

  1. Mavgen WLUA: Fix incorrect display of negative ints on mac

    Fix is to not include the value argument when calling add_le function, and let Wireshark
    do the value extraction internally. This avoids an issue where a double being cast to
    a unsigned int (which should have been an int), becomes 0 on mac, but works on Linux.
    
    The value argument is still required in the case when a float is used to represent an
    enum or bitmask.
    Also, value is used seperately when adding unit conversions and when doing any bitmask
    extraction
    shancock884 committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    a859842 View commit details
    Browse the repository at this point in the history