Wireshark  4.3.0
The Wireshark network protocol analyzer
packet-bicc_mst.h
1 /* packet-bicc_mst.c
2  * (Incomplete) Dissector for the 3GPP TS 29.205 BICC MST (Mobile Service Transport)
3  *
4  * SPDX-License-Identifier: GPL-2.0-or-later
5  */
6 
7 #ifndef __PACKET_BICC_MST_H__
8 #define __PACKET_BICC_MST_H__
9 
10 guint
11 dissect_bicc_mst_lcls_gcr(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len);
12 
13 #endif
14 
15 /*
16  * Editor modelines - https://www.wireshark.org/tools/modelines.html
17  *
18  * Local variables:
19  * c-basic-offset: 8
20  * tab-width: 8
21  * indent-tabs-mode: t
22  * End:
23  *
24  * vi: set shiftwidth=8 tabstop=8 noexpandtab:
25  * :indentSize=8:tabSize=8:noTabs=false:
26  */
Definition: proto.h:904
Definition: tvbuff-int.h:35