13#ifndef __PACKET_BSSGP_H__
14#define __PACKET_BSSGP_H__
16#include "ws_symbol_export.h"
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_);
Definition packet_info.h:43
Definition value_string.h:169
Definition tvbuff-int.h:35