Wireshark
4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
epan
dissectors
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
unsigned
11
dissect_bicc_mst_lcls_gcr(
tvbuff_t
*tvb,
proto_tree
*tree, uint32_t offset,
unsigned
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
*/
_proto_node
Definition
proto.h:901
tvbuff
Definition
tvbuff-int.h:35
Generated by
1.9.8