Wireshark  4.3.0
The Wireshark network protocol analyzer
packet-gsm_a_rr.h
1 /* packet-gsm_a_rr.h
2  * Definitions for GSM A Interface (actually A-bis really) RR dissection - A.K.A. GSM layer 3 Radio Resource Protocol
3  *
4  * Copyright 2003, Michael Lum <mlum [AT] telostech.com>
5  * In association with Telos Technology Inc.
6  *
7  * Added Dissection of Radio Resource Management Information Elements
8  * and other enhancements and fixes.
9  * Copyright 2005 - 2006, Anders Broman [AT] ericsson.com
10  *
11  * Wireshark - Network traffic analyzer
12  * By Gerald Combs <gerald@wireshark.org>
13  * Copyright 1998 Gerald Combs
14  *
15  * SPDX-License-Identifier: GPL-2.0-or-later
16  */
17 
18 #ifndef __PACKET_GSM_A_RR_H__
19 #define __PACKET_GSM_A_RR_H__
20 
21 extern gint f_k(gint k, gint *w, gint range);
22 
23 #endif /* __PACKET_GSM_A_RR_H__ */