C# Class NetworkSniffer.IpSnifferWinPcap

Inheritance: IpSniffer
Mostra file Open project: neowutran/ShinraMeter Class Usage Examples

Public Methods

Method Description
IpSnifferWinPcap ( string filter ) : System
Status ( ) : IEnumerable

Protected Methods

Method Description
OnWarning ( string obj ) : void
SetEnabled ( bool value ) : void

Private Methods

Method Description
Finish ( ) : void
IsInteresting ( SharpPcap.WinPcap.WinPcapDevice device ) : bool
Start ( ) : void
device_OnPacketArrival ( object sender, SharpPcap.CaptureEventArgs e ) : void

Method Details

IpSnifferWinPcap() public method

public IpSnifferWinPcap ( string filter ) : System
filter string
return System

OnWarning() protected method

protected OnWarning ( string obj ) : void
obj string
return void

SetEnabled() protected method

protected SetEnabled ( bool value ) : void
value bool
return void

Status() public method

public Status ( ) : IEnumerable
return IEnumerable