13#ifndef __PACKET_MPEG_DESCRIPTOR_H_
14#define __PACKET_MPEG_DESCRIPTOR_H_
19extern value_string_ext mpeg_descr_service_type_vals_ext;
20extern value_string_ext mpeg_descr_data_bcast_id_vals_ext;
22unsigned proto_mpeg_descriptor_dissect(tvbuff_t *tvb,
packet_info* pinfo,
unsigned offset, proto_tree *tree);
23unsigned proto_mpeg_descriptor_loop_dissect(tvbuff_t *tvb,
packet_info* pinfo,
unsigned offset,
unsigned loop_len, proto_tree *tree);
struct _packet_info packet_info
Represents the metadata and indexing information for a single captured frame.