C# 클래스 SessionViewer.FormMain

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: woanware/SessionViewer

공개 메소드들

메소드 설명
CopyDataToClipboard ( Global field ) : void

FormMain ( ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
FormMain_FormClosing ( object sender, FormClosingEventArgs e ) : void

FormMain_KeyDown ( object sender, KeyEventArgs e ) : void

FormMain_Load ( object sender, EventArgs e ) : void

InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

LoadSession ( Session session ) : void

LoadSessions ( ) : void

OnExtractor_CompleteEvent ( ) : void

OnParser_Complete ( ) : void

OnParser_Error ( string message ) : void

OnParser_Exclamation ( string message ) : void

OnParser_Message ( string message ) : void

OnProcessor_Complete ( string message ) : void

OnProcessor_Error ( string message ) : void

OnProcessor_Message ( string message ) : void

OnProcessor_Warning ( string message ) : void

SetProcessingStatus ( bool enabled ) : void

UpdateStatusBar ( string text ) : void

WebControl_VisibleChanged ( object sender, EventArgs e ) : void

This is used to reload the HTML content, since it is not correctly loaded the web browser control gets into focus, which somehow triggers some unknown initialisation process.

contextCopyDestinationCountry_Click ( object sender, EventArgs e ) : void

contextCopyDestinationIp_Click ( object sender, EventArgs e ) : void

contextCopyDestinationPort_Click ( object sender, EventArgs e ) : void

contextCopySize_Click ( object sender, EventArgs e ) : void

contextCopySourceCountry_Click ( object sender, EventArgs e ) : void

contextCopySourceIp_Click ( object sender, EventArgs e ) : void

contextCopySourcePort_Click ( object sender, EventArgs e ) : void

contextCopyTimestampFirstPacket_Click ( object sender, EventArgs e ) : void

contextCopyTimestampLastPacket_Click ( object sender, EventArgs e ) : void

contextDecodeGzip_Click ( object sender, EventArgs e ) : void

contextExportDestinationIp_Click ( object sender, EventArgs e ) : void

contextExportUniqueSourceIp_Click ( object sender, EventArgs e ) : void

context_Opening ( object sender, System e ) : void

listSession_SelectionChanged ( object sender, EventArgs e ) : void

menuExtractors_Click ( object sender, EventArgs e ) : void

menuFileExit_Click ( object sender, EventArgs e ) : void

menuFileExportUrls_Click ( object sender, EventArgs e ) : void

menuFileImport_Click ( object sender, EventArgs e ) : void

menuFileOpen_Click ( object sender, EventArgs e ) : void

menuHelpAbout_Click ( object sender, EventArgs e ) : void

menuHelpHelp_Click ( object sender, EventArgs e ) : void

menuParsers_Click ( object sender, EventArgs e ) : void

menuToolsOptions_Click ( object sender, EventArgs e ) : void

toolBtnImport_Click ( object sender, EventArgs e ) : void

toolBtnOpen_Click ( object sender, EventArgs e ) : void

webControl_PreviewKeyDown ( object sender, PreviewKeyDownEventArgs e ) : void

메소드 상세

CopyDataToClipboard() 공개 메소드

public CopyDataToClipboard ( Global field ) : void
field Global
리턴 void

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

FormMain() 공개 메소드

public FormMain ( ) : System
리턴 System