C# Class SessionViewer.Parser

Mostra file Open project: woanware/SessionViewer Class Usage Examples

Public Methods

Method Description
ClearParsers ( ) : void

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

Parser ( int threads ) : System

SetParser ( InterfaceParser parser ) : void

Stop ( ) : void

Private Methods

Method 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 method

public ClearParsers ( ) : void
return void

Parse() public method

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

Parser() public method

public Parser ( int threads ) : System
threads int
return System

SetParser() public method

public SetParser ( InterfaceParser parser ) : void
parser InterfaceParser
return void

Stop() public method

public Stop ( ) : void
return void