Wireshark  2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
packet-lte-rrc-template.h
1 /* packet-lte-rrc-template.h
2  * Copyright 2009, Anders Broman <anders.broman@ericsson.com>
3  *
4  * Wireshark - Network traffic analyzer
5  * By Gerald Combs <gerald@wireshark.org>
6  * Copyright 1998 Gerald Combs
7  *
8  * SPDX-License-Identifier: GPL-2.0-or-later
9  */
10 
11 #ifndef PACKET_LTE_RRC_H
12 #define PACKET_LTE_RRC_H
13 
14 extern value_string_ext lte_rrc_messageIdentifier_vals_ext;
15 
16 #include "packet-lte-rrc-exp.h"
17 
18 #endif /* PACKET_LTE_RRC_H */
Definition: value_string.h:164