目录
当前位置: 首页 > 文档资料 > WinPcap 中文手册 >

WinPcap: pcap_rmtauth Struct Reference

优质
小牛编辑
129浏览
2023-12-01

This structure keeps the information needed to autheticate the user on a remote machine.
More...

#include <remote-ext.h>

Data Fields

inttype
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.