diff options
Diffstat (limited to '')
-rw-r--r-- | epan/dissectors/packet-sbas_l1.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/epan/dissectors/packet-sbas_l1.h b/epan/dissectors/packet-sbas_l1.h new file mode 100644 index 00000000..2da9437d --- /dev/null +++ b/epan/dissectors/packet-sbas_l1.h @@ -0,0 +1,21 @@ +/* packet-sbas_l1.h + * SBAS L1 protocol dissection. + * + * By Timo Warns <timo.warns@gmail.com> + * Copyright 2024 Timo Warns + * + * Wireshark - Network traffic analyzer + * By Gerald Combs <gerald@unicom.net> + * Copyright 1998 Gerald Combs + * + * SPDX-License-Identifier: GPL-2.0-or-later + */ + +#ifndef PACKET_SBAS_L1_h +#define PACKET_SBAS_L1_h + +// UDREI_i mapping +// see ICAO Annex 10, Vol I, Table B-29 +extern const value_string UDREI_EVALUATION[]; + +#endif |