C# Class SessionViewer.FormMain

Inheritance: System.Windows.Forms.Form
显示文件 Open project: woanware/SessionViewer

Public Methods

Method Description
CopyDataToClipboard ( Global field ) : void

FormMain ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

Method Details

CopyDataToClipboard() public method

public CopyDataToClipboard ( Global field ) : void
field Global
return void

Dispose() protected method

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

FormMain() public method

public FormMain ( ) : System
return System