13#ifndef __PACKET_BSSGP_H__
14#define __PACKET_BSSGP_H__
16#include "ws_symbol_export.h"
18WS_DLL_PUBLIC value_string_ext bssgp_cause_vals_ext;
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_);
struct _packet_info packet_info
Represents the metadata and indexing information for a single captured frame.