Revert "TODO epan/dissectors/asn1/kerberos/packet-kerberos-template.c new GSS flags"
[wireshark-sm.git] / epan / dissectors / packet-sbas_l1.h
blob2da9437d72cb130cb8af903fbd3b802abfdb17f6
1 /* packet-sbas_l1.h
2 * SBAS L1 protocol dissection.
4 * By Timo Warns <timo.warns@gmail.com>
5 * Copyright 2024 Timo Warns
7 * Wireshark - Network traffic analyzer
8 * By Gerald Combs <gerald@unicom.net>
9 * Copyright 1998 Gerald Combs
11 * SPDX-License-Identifier: GPL-2.0-or-later
14 #ifndef PACKET_SBAS_L1_h
15 #define PACKET_SBAS_L1_h
17 // UDREI_i mapping
18 // see ICAO Annex 10, Vol I, Table B-29
19 extern const value_string UDREI_EVALUATION[];
21 #endif