aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ubx.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-25Fix lots of spellingsMartin Mathieson1-1/+1
2024-02-07GNSS: add dissector for UBX-RXM-RAWX messages of u-blox GNSS receiversTimo Warns1-1/+234
2024-02-07GNSS: use proto_tree_add_bitmask() for UBX bitmask fieldsTimo Warns1-126/+177
2024-02-07GNSS: add dissector for UBX-NAV-SBAS messagesTimo Warns1-1/+184
2024-02-07GNSS: Map GNSS ID in UBX-NAV-SAT SV info subtreesTimo Warns1-2/+4
2024-02-07GNSS: reduce ett_ubx_nav_sat_sv_info lengthTimo Warns1-1/+1
2024-02-07GNSS: add dissector for UBX-NAV-TIMEUTC messagesTimo Warns1-0/+115
2024-01-12GNSS: add dissectors for further UBX messagesTimo Warns1-10/+647
2023-11-20Remove init of proto variablesStig Bjørlykke1-142/+142
2023-11-17dissectors: Remove init of hf and ett variable arraysStig Bjørlykke1-18/+1
2023-09-02Remove some uses of tvb_new_subset_length_caplen()John Thacker1-1/+1
2023-05-15GNSS: fix TOW display of UBX-NAV-TIMEGPSTimo Warns1-2/+7
2023-05-10GNSS: fix UBX-RXM-SFRBX byte swappingTimo Warns1-7/+4
2023-05-07GNSS: add dissector for the u-blox UBX protocolTimo Warns1-0/+1387