C# Class SessionViewer.Parser

Afficher le fichier Open project: woanware/SessionViewer Class Usage Examples

Méthodes publiques

Méthode Description
ClearParsers ( ) : void

Parse ( string pcapPath, string outputPath, long maxSize ) : void

Parser ( int threads ) : System

SetParser ( InterfaceParser parser ) : void

Stop ( ) : void

Private Methods

Méthode Description
CreateNewSession ( string guid, long dataSize, Connection connection ) : Session

DispatcherHandler ( PcapDotNet packet ) : void

OnComplete ( ) : void

OnError ( string error ) : void

OnExclamation ( string message ) : void

OnMessage ( string message ) : void

PerformSessionProcessing ( Session session, int pk ) : void

Run any applicable parsers

SessionParser_CompleteEvent ( ) : void

SessionParser_MessageEvent ( string message ) : void

WriteOldSessions ( PcapDotNet packet ) : void

Method Details

ClearParsers() public méthode

public ClearParsers ( ) : void
Résultat void

Parse() public méthode

public Parse ( string pcapPath, string outputPath, long maxSize ) : void
pcapPath string
outputPath string
maxSize long
Résultat void

Parser() public méthode

public Parser ( int threads ) : System
threads int
Résultat System

SetParser() public méthode

public SetParser ( InterfaceParser parser ) : void
parser InterfaceParser
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void