ark::pcap::ParsedPcapUsbHeader

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


Contains information on the raw USB information that was parsed from the packet.

Methods

  • constexpr auto operator(const ParsedPcapUsbHeader & rhs)
    Default comparison operator so we can use this in maps/etc.

Variables

  • uint8_t transfer_type
    Transfer type (control, bulk, etc).

  • uint8_t urb_type
    Submission type (‘C’ for complete, ‘S’ for submit).

  • uint8_t endpoint_id
    Address information.

  • uint8_t device_id

  • uint16_t bus_id