#include <remote-ext.h>
Public Attributes | |
int | type |
Type of the authentication required. | |
char * | username |
Zero-terminated string containing the username that has to be used on the remote machine for authentication. | |
char * | password |
Zero-terminated string containing the password that has to be used on the remote machine for authentication. |
The remote machine can either grant or refuse the access according to the information provided. In case the NULL authentication is required, both 'username' and 'password' can be NULL pointers.
This structure is meaningless if the source is not a remote interface; in that case, the functions which requires such a structure can accept a NULL pointer as well.
Definition at line 314 of file remote-ext.h.
|
Zero-terminated string containing the password that has to be used on the remote machine for authentication. This field is meaningless in case of the RPCAP_RMTAUTH_NULL authentication and it can be NULL. Definition at line 341 of file remote-ext.h. |
|
Type of the authentication required. In order to provide maximum flexibility, we can support different types of authentication based on the value of this 'type' variable. The currently supported authentication methods are defined into the Remote Authentication Methods Section. Definition at line 325 of file remote-ext.h. |
|
Zero-terminated string containing the username that has to be used on the remote machine for authentication. This field is meaningless in case of the RPCAP_RMTAUTH_NULL authentication and it can be NULL. Definition at line 333 of file remote-ext.h. |