summaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sbas_l1.h
blob: 2da9437d72cb130cb8af903fbd3b802abfdb17f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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