C# Класс SessionViewer.FormMain

Наследование: System.Windows.Forms.Form
Показать файл Открыть проект

Открытые методы

Метод Описание
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