Lines Matching defs:pcap_rpcap
104 struct pcap_rpcap { struct
110 int rmt_clientside;
112 SOCKET rmt_sockctrl; /* socket ID of the socket used for the control connection */
113 SOCKET rmt_sockdata; /* socket ID of the socket used for the data connection */
114 …ags, since they are passed by the pcap_open_live(), but they are used by the pcap_startcapture() */
115 …ue' if the capture is already started (needed to knoe if we have to call the pcap_startcapture() */
116 …me) that stores the current filter. Needed when flag PCAP_OPENFLAG_NOCAPTURE_RPCAP is turned on. */
118 uint8 protocol_version; /* negotiated protocol version */
120 unsigned int TotNetDrops; /* keeps the number of packets that have been dropped by the network */
138 unsigned int TotCapt;
140 struct pcap_stat stat;
142 struct pcap *next; /* list of open pcaps that need stuff cleared on close */