12#ifndef PACKET_CELL_BROADCAST_H
13#define PACKET_CELL_BROADCAST_H
25unsigned dissect_cbs_message_identifier(tvbuff_t *tvb, proto_tree *tree,
unsigned offset);
37unsigned dissect_cbs_serial_number(tvbuff_t *tvb, proto_tree *tree,
unsigned offset);
48int dissect_umts_cell_broadcast_message(tvbuff_t *tvb,
packet_info *pinfo, proto_tree *tree,
void* data);
53tvbuff_t * dissect_cbs_data(uint8_t sms_encoding, tvbuff_t *tvb, proto_tree *tree,
packet_info *pinfo,
unsigned offset);
struct _packet_info packet_info
Represents the metadata and indexing information for a single captured frame.