C# 클래스 SessionViewer.Parser

파일 보기 프로젝트 열기: woanware/SessionViewer 1 사용 예제들

공개 메소드들

메소드 설명
ClearParsers ( ) : void

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

Parser ( int threads ) : System

SetParser ( InterfaceParser parser ) : void

Stop ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

ClearParsers() 공개 메소드

public ClearParsers ( ) : void
리턴 void

Parse() 공개 메소드

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

Parser() 공개 메소드

public Parser ( int threads ) : System
threads int
리턴 System

SetParser() 공개 메소드

public SetParser ( InterfaceParser parser ) : void
parser InterfaceParser
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void