libpcap
1.10.1
About: libpcap is a packet filter library used by tools like tcpdump.
![]() ![]() |
#include <rpcap-protocol.h>
Data Fields | |
uint8 | ver |
uint8 | type |
uint16 | value |
uint32 | plen |
Definition at line 141 of file rpcap-protocol.h.
uint32 rpcap_header::plen |
Definition at line 146 of file rpcap-protocol.h.
Referenced by daemon_msg_updatefilter_req(), daemon_serviceloop(), pcap_findalldevs_ex_remote(), pcap_open_rpcap(), pcap_read_nocb_remote(), pcap_setsampling_remote(), pcap_startcapture_remote(), pcap_updatefilter_remote(), rpcap_check_msg_type(), rpcap_check_msg_ver(), rpcap_createhdr(), rpcap_doauth(), rpcap_recv_msg_header(), rpcap_stats_rpcap(), and rpcapd_recv_msg_header().
uint8 rpcap_header::type |
Definition at line 144 of file rpcap-protocol.h.
Referenced by daemon_serviceloop(), pcap_read_nocb_remote(), rpcap_check_msg_type(), and rpcap_createhdr().
uint16 rpcap_header::value |
Definition at line 145 of file rpcap-protocol.h.
Referenced by pcap_findalldevs_ex_remote(), rpcap_check_msg_type(), and rpcap_createhdr().
uint8 rpcap_header::ver |
Definition at line 143 of file rpcap-protocol.h.
Referenced by daemon_msg_endcap_req(), daemon_msg_updatefilter_req(), daemon_serviceloop(), rpcap_check_msg_ver(), and rpcap_createhdr().