Wireshark  4.3.0
The Wireshark network protocol analyzer
packet-gmr1_rr.h
1 /* packet-gmr1_rr.h
2  *
3  * Exported routines for GMR-1 Radio Resource dissection in wireshark.
4  * Copyright (c) 2011 Sylvain Munaut <tnt@246tNt.com>
5  *
6  * References:
7  * [1] ETSI TS 101 376-4-8 V1.3.1 - GMR-1 04.008
8  * [2] ETSI TS 101 376-4-8 V2.2.1 - GMPRS-1 04.008
9  * [3] ETSI TS 101 376-4-8 V3.1.1 - GMR-1 3G 44.008
10  * [4] ETSI TS 100 940 V7.21.0 - GSM 04.08
11  * [5] ETSI TS 101 376-4-12 V3.2.1 - GMR-1 3G 44.060
12  * [6] ETSI TS 101 376-5-6 V1.3.1 - GMR-1 05.008
13  *
14  * Wireshark - Network traffic analyzer
15  * By Gerald Combs <gerald@wireshark.org>
16  * Copyright 1998 Gerald Combs
17  *
18  * SPDX-License-Identifier: GPL-2.0-or-later
19  */
20 
21 #ifndef __PACKET_GMR1_RR_H__
22 #define __PACKET_GMR1_RR_H__
23 
24 extern void
25 gmr1_get_msg_rr_params(guint8 oct, int dcch, const gchar **msg_str,
26  int *ett_tree, int *hf_idx, gmr1_msg_func_t *msg_func_p);
27 
28 #endif /* __PACKET_GMR1_RR_H__ */