libpcap
1.10.1
About: libpcap is a packet filter library used by tools like tcpdump.
![]() ![]() |
Data Fields | |
struct sockaddr_storage | host |
int | sockctrl |
void const * | ssl |
uint8 | protocol_version |
struct activehosts * | next |
Definition at line 90 of file pcap-rpcap.c.
struct sockaddr_storage activehosts::host |
Definition at line 3423 of file pcap-rpcap.c.
Referenced by pcap_remoteact_accept_ex(), pcap_remoteact_close(), pcap_remoteact_list(), pcap_startcapture_remote(), rpcap_remoteact_getsock(), and rpcap_setup_session().
struct activehosts* activehosts::next |
Definition at line 96 of file pcap-rpcap.c.
Referenced by pcap_cleanup_rpcap(), pcap_remoteact_accept_ex(), pcap_remoteact_close(), pcap_remoteact_list(), pcap_startcapture_remote(), and rpcap_remoteact_getsock().
uint8 activehosts::protocol_version |
Definition at line 95 of file pcap-rpcap.c.
Referenced by pcap_remoteact_accept_ex(), pcap_remoteact_close(), and rpcap_setup_session().
int activehosts::sockctrl |
Definition at line 93 of file pcap-rpcap.c.
Referenced by pcap_cleanup_rpcap(), pcap_remoteact_accept_ex(), pcap_remoteact_close(), pcap_startcapture_remote(), rpcap_msg_err(), and rpcap_setup_session().
void const* activehosts::ssl |
Definition at line 94 of file pcap-rpcap.c.
Referenced by pcap_remoteact_accept_ex(), pcap_remoteact_close(), rpcap_check_msg_type(), rpcap_check_msg_ver(), rpcap_discard(), rpcap_msg_err(), rpcap_process_msg_header(), rpcap_recv(), rpcap_recv_msg_header(), and rpcap_setup_session().