Home
last modified time | relevance | path

Searched refs:capture_length (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-3.5.0/examples/common_components/pcap/src/
Dpcap.c42 uint32_t capture_length; /*!< Number of bytes of captured data, no longer than packet_length */ member
121 .capture_length = length, in pcap_capture_packet()
170 fprintf(print_file, "Capture Length: %d\n", packet_header.capture_length); in pcap_print_summary()
172 size_t payload_length = packet_header.capture_length; in pcap_print_summary()
213 index += packet_header.capture_length + sizeof(pcap_packet_header_t); in pcap_print_summary()