SharpPcap : SharpPcap.WinPcap Namespace

UnmanagedStructures.pcap_rmtauth Struct

Struct to specifiy Remote Address using rpcapd.exe, Winpcaps Remote Packet Capture Daemon

Syntax

public struct UnmanagedStructures.pcap_rmtauth

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: SharpPcap.WinPcap
Assembly: SharpPcap (in SharpPcap.dll)
Assembly Versions: 4.0.1.0

Members

See Also: Inherited members from ValueType.

Public Fields

password string . Password
type IntPtr . NOTE: IntPtr used to ensure that the correct data size is used depending on the platform being used, 32bits on a 32bit machine, 64bits on a 64bit machine Auth Type, 0=Null, 1= Password
username string . Username

Member Details

password Field

Password

Syntax

public string password

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: SharpPcap.WinPcap
Assembly: SharpPcap (in SharpPcap.dll)
Assembly Versions: 4.0.1.0

type Field

NOTE: IntPtr used to ensure that the correct data size is used depending on the platform being used, 32bits on a 32bit machine, 64bits on a 64bit machine Auth Type, 0=Null, 1= Password

Syntax

public IntPtr type

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: SharpPcap.WinPcap
Assembly: SharpPcap (in SharpPcap.dll)
Assembly Versions: 4.0.1.0

username Field

Username

Syntax

public string username

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: SharpPcap.WinPcap
Assembly: SharpPcap (in SharpPcap.dll)
Assembly Versions: 4.0.1.0