23#define ZIOP_HEADER_SIZE 12
25#define ZIOP_MAGIC "ZIOP"
29 uint8_t giop_version_major;
30 uint8_t giop_version_minor;
33 uint32_t message_size;
38 uint16_t compressor_id;
40 uint32_t original_length;
45dissect_ziop_heur (tvbuff_t * tvb,
packet_info * pinfo, proto_tree * tree,
void * data);
struct _packet_info packet_info
Represents the metadata and indexing information for a single captured frame.
Definition packet-ziop.h:37