GNSS: add dissectors for SBAS L1 navigation messages

Add dissectors for navigation messages of the Satellite-based
Augmentation System (on L1 frequency). Includes dissectors for message
types MT1, MT2 - MT6, and MT25.
This commit is contained in:
Timo Warns 2023-04-28 22:57:22 +02:00 committed by AndersBroman
parent 0181fafb21
commit 27550c4d6a
3 changed files with 1060 additions and 0 deletions

View File

@ -135,6 +135,7 @@ Windows Delivery Optimization (MS-DO)
FiRa UWB Controller Interface (UCI)
Matter home automation protocol
UBX protocol of u-blox GNSS receivers (UBX)
SBAS L1 Navigation Messages (SBAS L1)
FiveCo's Register Access Protocol (5CoRAP)
--

View File

@ -1807,6 +1807,7 @@ set(DISSECTOR_SRC
${CMAKE_CURRENT_SOURCE_DIR}/packet-saprouter.c
${CMAKE_CURRENT_SOURCE_DIR}/packet-sapsnc.c
${CMAKE_CURRENT_SOURCE_DIR}/packet-sasp.c
${CMAKE_CURRENT_SOURCE_DIR}/packet-sbas_l1.c
${CMAKE_CURRENT_SOURCE_DIR}/packet-sbus.c
${CMAKE_CURRENT_SOURCE_DIR}/packet-sbc.c
${CMAKE_CURRENT_SOURCE_DIR}/packet-sccp.c

File diff suppressed because it is too large Load Diff