tracedump
single application IP packet sniffer
|
Represents internal data. More...
#include <pcap.h>
Data Fields | |
int | fd |
sniffing socket | |
pthread_t | reader |
reader thread | |
FILE * | fp |
PCAP file. |
int pcap::fd |
sniffing socket
Definition at line 14 of file pcap.h.
Referenced by pcap_deinit(), pcap_init(), pcap_update(), and sniffer_thread().
FILE* pcap::fp |
PCAP file.
Definition at line 16 of file pcap.h.
Referenced by pcap_deinit(), pcap_init(), and sniffer_thread().
pthread_t pcap::reader |