libpcap
1.10.1
About: libpcap is a packet filter library used by tools like tcpdump.
![]() ![]() |
#include <pcap-int.h>
Data Fields | |
struct pcap_timeval | ts |
bpf_u_int32 | caplen |
bpf_u_int32 | len |
Definition at line 399 of file pcap-int.h.
bpf_u_int32 pcap_sf_pkthdr::caplen |
Definition at line 401 of file pcap-int.h.
Referenced by pcap_dump().
bpf_u_int32 pcap_sf_pkthdr::len |
Definition at line 402 of file pcap-int.h.
Referenced by pcap_dump().
struct pcap_timeval pcap_sf_pkthdr::ts |
Definition at line 366 of file pcap-int.h.
Referenced by pcap_dump().