ark::pcap::PcapParserStatistics

Defined in header “ark/pcap/pcap_parser.hh”.


Statistics related to the PCAP parser.

Variables

  • uint64_t dropped_fragmented_packets= 0
    Number of fragmented packets dropped due to missing or out of order data.

  • uint64_t completed_fragments= 0
    Number of fragments completed and output successfully.

  • uint64_t unknown_packets= 0
    Number of dropped packets due to an unknown type.

  • uint64_t decoded_records= 0
    Decoded records.

  • uint64_t packets_read= 0
    Number of packets read and emitted.