Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
packet-bssgp.h
1/* packet-bssgp.h
2 * Routines for Base Station Subsystem GPRS Protocol dissection
3 * Copyright 2006, Anders Broman <anders.broman [at] ericsson.com>
4 *
5 * Wireshark - Network traffic analyzer
6 * By Gerald Combs <[email protected]>
7 * Copyright 1998 Gerald Combs
8 *
9 * SPDX-License-Identifier: GPL-2.0-or-later
10 */
11
12/* 3GPP TS 48.018 V 6.5.0 (2004-07) Release 6 */
13#ifndef __PACKET_BSSGP_H__
14#define __PACKET_BSSGP_H__
15
16#include "ws_symbol_export.h"
17
18WS_DLL_PUBLIC value_string_ext bssgp_cause_vals_ext;
19
20void bssgp_suspend_ack(tvbuff_t *tvb, proto_tree *tree, packet_info *pinfo, uint32_t offset, unsigned len);
21uint16_t de_bssgp_cell_id(tvbuff_t *tvb, proto_tree *tree, packet_info *pinfo, uint32_t offset, unsigned len, char *add_string, int string_len);
22uint16_t de_bssgp_rnc_identifier(tvbuff_t *tvb, proto_tree *tree, packet_info *pinfo, uint32_t offset, unsigned len _U_, char *add_string, int string_len);
23uint16_t de_bssgp_enb_id(tvbuff_t *tvb, proto_tree *tree, packet_info *pinfo, uint32_t offset, unsigned len, char *add_string, int string_len);
24uint16_t de_bssgp_source_BSS_to_target_BSS_transp_cont(tvbuff_t *tvb, proto_tree *tree, packet_info *pinfo, uint32_t offset, unsigned len, char *add_string, int string_len);
25uint16_t de_bssgp_target_BSS_to_source_BSS_transp_cont(tvbuff_t *tvb, proto_tree *tree, packet_info *pinfo, uint32_t offset, unsigned len, char *add_string, int string_len);
26uint16_t de_bssgp_list_of_setup_pfcs(tvbuff_t *tvb, proto_tree *tree, packet_info *pinfo, uint32_t offset, unsigned len _U_, char *add_string _U_, int string_len _U_);
27
28#endif /* __PACKET_BSSGP_H__ */
29
30/*
31 * Editor modelines - https://www.wireshark.org/tools/modelines.html
32 *
33 * Local variables:
34 * c-basic-offset: 4
35 * tab-width: 8
36 * indent-tabs-mode: nil
37 * End:
38 *
39 * vi: set shiftwidth=4 tabstop=8 expandtab:
40 * :indentSize=4:tabSize=8:noTabs=true:
41 */
Definition packet_info.h:43
Definition proto.h:901
Definition value_string.h:169
Definition tvbuff-int.h:35