ark::pcap::ParsedPcapNetworkHeader
Defined in header “ark/pcap/pcap_parser.hh”.
Contains information on the raw IP information that was parsed from the packet.
Methods
- constexpr auto operator(const ParsedPcapNetworkHeader & rhs)
Default comparison operator so we can use this in maps/etc.
Variables
-
comms::SocketType packet_type
Packet type (TCP or UDP). -
comms::NetworkAddress source
The origination of this data. -
comms::NetworkAddress destination
The destination of this data.