#include <pcap.h>
Data Fields | |
timeval | ts |
time stamp. More... | |
bpf_u_int32 | caplen |
length of portion present. More... | |
bpf_u_int32 | len |
length this packet (off wire). More... |
Each packet in the dump file is prepended with this generic header. This gets around the problem of different headers for different packet interfaces.
Definition at line 126 of file incs/pcap.h.
|
length of portion present.
Definition at line 128 of file incs/pcap.h. Referenced by dispatcher_handler, pcap_dump, pcap_offline_read, pcap_read_ex, pcap_sendqueue_queue, and sf_next_packet. |
|
length this packet (off wire).
Definition at line 129 of file incs/pcap.h. Referenced by dispatcher_handler, pcap_dump, pcap_offline_read, pcap_read_ex, pcap_sendqueue_queue, and sf_next_packet. |
|
time stamp.
Definition at line 127 of file incs/pcap.h. Referenced by dispatcher_handler, pcap_dump, and sf_next_packet. |
documentation. Copyright (c) 2002 Politecnico di Torino. All rights reserved.