14#ifndef __PACKET_H264_H__
15#define __PACKET_H264_H__
17void dissect_h264_profile(tvbuff_t *tvb,
packet_info *pinfo, proto_tree *tree);
18void dissect_h264_nal_unit(tvbuff_t *tvb,
packet_info *pinfo, proto_tree *tree);
struct _packet_info packet_info
Represents the metadata and indexing information for a single captured frame.