mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-06-28 11:55:08 +03:00
spelling: know
This commit is contained in:
parent
56193bd3e9
commit
df69c93eb1
@ -228,7 +228,7 @@ struct pcap {
|
|||||||
SOCKET rmt_sockctrl; //!< socket ID of the socket used for the control connection
|
SOCKET rmt_sockctrl; //!< socket ID of the socket used for the control connection
|
||||||
SOCKET rmt_sockdata; //!< socket ID of the socket used for the data connection
|
SOCKET rmt_sockdata; //!< socket ID of the socket used for the data connection
|
||||||
int rmt_flags; //!< we have to save flags, since they are passed by the pcap_open_live(), but they are used by the pcap_startcapture()
|
int rmt_flags; //!< we have to save flags, since they are passed by the pcap_open_live(), but they are used by the pcap_startcapture()
|
||||||
int rmt_capstarted; //!< 'true' if the capture is already started (needed to knoe if we have to call the pcap_startcapture()
|
int rmt_capstarted; //!< 'true' if the capture is already started (needed to know if we have to call the pcap_startcapture()
|
||||||
struct pcap_samp rmt_samp; //!< Keeps the parameters related to the sampling process.
|
struct pcap_samp rmt_samp; //!< Keeps the parameters related to the sampling process.
|
||||||
char *currentfilter; //!< Pointer to a buffer (allocated at run-time) that stores the current filter. Needed when flag PCAP_OPENFLAG_NOCAPTURE_RPCAP is turned on.
|
char *currentfilter; //!< Pointer to a buffer (allocated at run-time) that stores the current filter. Needed when flag PCAP_OPENFLAG_NOCAPTURE_RPCAP is turned on.
|
||||||
#endif /* HAVE_REMOTE */
|
#endif /* HAVE_REMOTE */
|
||||||
|
Loading…
Reference in New Issue
Block a user