C# Class NetworkSniffer.IpSnifferWinPcap

Inheritance: IpSniffer
Afficher le fichier Open project: neowutran/ShinraMeter Class Usage Examples

Méthodes publiques

Méthode Description
IpSnifferWinPcap ( string filter ) : System
Status ( ) : IEnumerable

Méthodes protégées

Méthode Description
OnWarning ( string obj ) : void
SetEnabled ( bool value ) : void

Private Methods

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

Method Details

IpSnifferWinPcap() public méthode

public IpSnifferWinPcap ( string filter ) : System
filter string
Résultat System

OnWarning() protected méthode

protected OnWarning ( string obj ) : void
obj string
Résultat void

SetEnabled() protected méthode

protected SetEnabled ( bool value ) : void
value bool
Résultat void

Status() public méthode

public Status ( ) : IEnumerable
Résultat IEnumerable