#include <wipal/pcap/simple_types.hh>
A PCAP header holds information regarding a frame/packet that are not directly embedded inside the frame/packet's bytes.
Public Attributes | |
struct timeval | ts |
size_t | caplen |
size_t | len |
struct timeval pcapxx::pkthdr::ts [read] |
Time of arrival.
size_t pcapxx::pkthdr::caplen |
Number of captured bytes.
size_t pcapxx::pkthdr::len |
Length of the frame/packet.