Struct StreamInfo

Struct Documentation

struct StreamInfo

Structure representing the information about network streams in a pcap file.

Public Members

uint64_t total_packets

The total number of packets detected.

uint32_t encapsulation_protocol

The encapsulation protocol for the pcap file.

ts timestamp_max

The latest timestamp detected.

ts timestamp_min

The earliest timestamp detected.

std::unordered_map<StreamKey, StreamData> udp_streams

Datastructure containing info on all of the different streams.