Public Attributes | List of all members
pcap_send_queue Struct Reference

A queue of raw packets that will be sent to the network with pcap_sendqueue_transmit(). More...

#include <Win32-Extensions.h>

Public Attributes

char * buffer
 Buffer containing the packets to be sent. More...
 
u_int len
 Current size of the queue, in bytes. More...
 
u_int maxlen
 Maximum size of the the queue, in bytes. This variable contains the size of the buffer field. More...
 

Detailed Description

A queue of raw packets that will be sent to the network with pcap_sendqueue_transmit().

Definition at line 46 of file Win32-Extensions.h.

Member Data Documentation

char* pcap_send_queue::buffer

Buffer containing the packets to be sent.

Definition at line 50 of file Win32-Extensions.h.

u_int pcap_send_queue::len

Current size of the queue, in bytes.

Definition at line 49 of file Win32-Extensions.h.

u_int pcap_send_queue::maxlen

Maximum size of the the queue, in bytes. This variable contains the size of the buffer field.

Definition at line 48 of file Win32-Extensions.h.


The documentation for this struct was generated from the following file:


soem
Author(s): Arthur Ketels and M.J.G. van den Molengraft
autogenerated on Sat Jun 8 2019 18:02:18