Struct StreamInfo¶
Defined in File os_pcap.h
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.
-
std::unordered_map<StreamKey, StreamData> udp_streams¶
Datastructure containing info on all of the different streams.
-
uint64_t total_packets¶