tcpflow
1.6.1
About: tcpflow is a TCP/IP packet demultiplexer that captures data transmitted as part of TCP connections (flows), and stores the data in a way that is convenient for protocol analysis and debugging.
![]() ![]() |
#include <pcap_fake.h>
Public Attributes | |
struct timeval | ts |
uint32_t | caplen |
uint32_t | len |
Definition at line 35 of file pcap_fake.h.
uint32_t pcap_pkthdr::caplen |
Definition at line 37 of file pcap_fake.h.
Referenced by dl_ethernet(), Wifipcap::dl_ieee802_11_radio(), dl_null(), dl_ppp(), dl_raw(), be13::packet_info::get_ether_dhost(), be13::packet_info::get_ether_shost(), Wifipcap::handle_packet(), pcap_loop(), tcpdemux::process_ip4(), tcpdemux::process_tcp(), and pcap_writer::writepkt().
uint32_t pcap_pkthdr::len |
Definition at line 38 of file pcap_fake.h.
Referenced by dl_ethernet(), Wifipcap::dl_ieee802_11_radio(), dl_null(), dl_ppp(), dl_raw(), Wifipcap::handle_packet(), pcap_loop(), tcpdemux::process_tcp(), and pcap_writer::writepkt().
struct timeval pcap_pkthdr::ts |
Definition at line 33 of file pcap_fake.h.
Referenced by dl_ethernet(), dl_null(), dl_ppp(), dl_raw(), Wifipcap::handle_packet(), TFCB::HandleLLC(), TestCB::PacketBegin(), pcap_loop(), and pcap_writer::writepkt().