Struct GlobalIndex

Struct Documentation

struct GlobalIndex

Represents a global index for a frame in a pcap file.

This structure contains the file offset, sensor index, and timestamp for a specific frame in the pcap file.

Public Members

uint64_t file_offset

Byte offset in the PCAP file where the frame starts.

uint64_t sensor_index

Sensor index corresponding to the frame.

uint64_t timestamp

Timestamp associated with the packet.