2009-04-16 05:14:07 +00:00
|
|
|
|
namespace WinGridProxy
|
|
|
|
|
|
{
|
|
|
|
|
|
partial class Form1
|
|
|
|
|
|
{
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// Required designer variable.
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// Clean up any resources being used.
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
|
|
|
|
protected override void Dispose(bool disposing)
|
|
|
|
|
|
{
|
|
|
|
|
|
if (disposing && (components != null))
|
|
|
|
|
|
{
|
|
|
|
|
|
components.Dispose();
|
|
|
|
|
|
}
|
|
|
|
|
|
base.Dispose(disposing);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// Required method for Designer support - do not modify
|
|
|
|
|
|
/// the contents of this method with the code editor.
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
private void InitializeComponent()
|
|
|
|
|
|
{
|
2009-04-17 00:48:52 +00:00
|
|
|
|
this.components = new System.ComponentModel.Container();
|
2009-04-16 05:14:07 +00:00
|
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
|
|
|
|
|
|
this.panelProxyConfig = new System.Windows.Forms.Panel();
|
|
|
|
|
|
this.textBoxLoginURL = new System.Windows.Forms.TextBox();
|
|
|
|
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
|
|
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
|
|
|
|
this.textBoxProxyPort = new System.Windows.Forms.TextBox();
|
|
|
|
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
|
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
|
|
|
this.textBoxProxyListenIP = new System.Windows.Forms.TextBox();
|
|
|
|
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
|
|
|
|
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
2009-04-17 00:48:52 +00:00
|
|
|
|
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
|
2009-04-16 05:14:07 +00:00
|
|
|
|
this.tabControl1 = new System.Windows.Forms.TabControl();
|
|
|
|
|
|
this.tabPageSummary = new System.Windows.Forms.TabPage();
|
2009-04-17 00:48:52 +00:00
|
|
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
|
|
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
|
|
|
|
this.labelPacketsTotal = new System.Windows.Forms.Label();
|
|
|
|
|
|
this.label1PacketsOut = new System.Windows.Forms.Label();
|
|
|
|
|
|
this.labelPacketsIn = new System.Windows.Forms.Label();
|
|
|
|
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
|
|
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
|
|
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
|
|
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
|
|
|
|
this.labelCapsTotal = new System.Windows.Forms.Label();
|
|
|
|
|
|
this.labelCapsOut = new System.Windows.Forms.Label();
|
|
|
|
|
|
this.labelCapsIn = new System.Windows.Forms.Label();
|
|
|
|
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
|
|
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
|
|
|
|
this.label7 = new System.Windows.Forms.Label();
|
2009-04-16 05:14:07 +00:00
|
|
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
|
|
|
|
this.tabPageFilters = new System.Windows.Forms.TabPage();
|
|
|
|
|
|
this.splitContainer2 = new System.Windows.Forms.SplitContainer();
|
|
|
|
|
|
this.checkBox1 = new System.Windows.Forms.CheckBox();
|
2009-04-18 04:21:51 +00:00
|
|
|
|
this.grpUDPFilters = new System.Windows.Forms.GroupBox();
|
2009-04-17 10:02:16 +00:00
|
|
|
|
this.checkedListBoxFiltersPackets = new System.Windows.Forms.CheckedListBox();
|
2009-04-18 04:21:51 +00:00
|
|
|
|
this.checkBox2 = new System.Windows.Forms.CheckBox();
|
2009-04-16 05:14:07 +00:00
|
|
|
|
this.button2 = new System.Windows.Forms.Button();
|
2009-04-18 04:21:51 +00:00
|
|
|
|
this.grpCapsFilters = new System.Windows.Forms.GroupBox();
|
|
|
|
|
|
this.checkedListBoxFiltersMessages = new System.Windows.Forms.CheckedListBox();
|
2009-04-16 05:14:07 +00:00
|
|
|
|
this.tabPageInspect = new System.Windows.Forms.TabPage();
|
2009-04-17 10:02:16 +00:00
|
|
|
|
this.splitContainer3 = new System.Windows.Forms.SplitContainer();
|
|
|
|
|
|
this.tabControlInspectorRequest = new System.Windows.Forms.TabControl();
|
|
|
|
|
|
this.tabPage1 = new System.Windows.Forms.TabPage();
|
|
|
|
|
|
this.richTextBoxRawLogRequest = new System.Windows.Forms.RichTextBox();
|
|
|
|
|
|
this.tabPage2 = new System.Windows.Forms.TabPage();
|
|
|
|
|
|
this.treeViewRequestXml = new System.Windows.Forms.TreeView();
|
|
|
|
|
|
this.tabPage3 = new System.Windows.Forms.TabPage();
|
|
|
|
|
|
this.statusStrip2 = new System.Windows.Forms.StatusStrip();
|
2009-04-18 04:21:51 +00:00
|
|
|
|
this.labelRequestHex = new System.Windows.Forms.ToolStripStatusLabel();
|
2009-04-17 10:02:16 +00:00
|
|
|
|
this.hexBoxRequest = new Be.Windows.Forms.HexBox();
|
|
|
|
|
|
this.tabControlInspectorResponse = new System.Windows.Forms.TabControl();
|
2009-04-16 05:14:07 +00:00
|
|
|
|
this.tabPageInspectorRAW = new System.Windows.Forms.TabPage();
|
2009-04-17 10:02:16 +00:00
|
|
|
|
this.richTextBoxRawLogResponse = new System.Windows.Forms.RichTextBox();
|
2009-04-16 05:14:07 +00:00
|
|
|
|
this.tabPageInspectorXML = new System.Windows.Forms.TabPage();
|
2009-04-17 10:02:16 +00:00
|
|
|
|
this.treeViewResponseXml = new System.Windows.Forms.TreeView();
|
2009-04-17 00:48:52 +00:00
|
|
|
|
this.tabPageHexView = new System.Windows.Forms.TabPage();
|
|
|
|
|
|
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
|
2009-04-18 04:21:51 +00:00
|
|
|
|
this.labelResponseHex = new System.Windows.Forms.ToolStripStatusLabel();
|
2009-04-17 10:02:16 +00:00
|
|
|
|
this.hexBoxResponse = new Be.Windows.Forms.HexBox();
|
2009-04-16 05:14:07 +00:00
|
|
|
|
this.tabPageInject = new System.Windows.Forms.TabPage();
|
2009-04-17 10:02:16 +00:00
|
|
|
|
this.button3 = new System.Windows.Forms.Button();
|
2009-04-17 00:48:52 +00:00
|
|
|
|
this.buttonInjectPacket = new System.Windows.Forms.Button();
|
2009-04-17 10:02:16 +00:00
|
|
|
|
this.richTextBoxInject = new System.Windows.Forms.RichTextBox();
|
2009-04-18 04:21:51 +00:00
|
|
|
|
this.toolStripLabelHexEditorRequest = new System.Windows.Forms.ToolStripStatusLabel();
|
|
|
|
|
|
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
|
2009-04-16 05:14:07 +00:00
|
|
|
|
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
|
2009-04-18 04:21:51 +00:00
|
|
|
|
this.toolStripFileMenu = new System.Windows.Forms.ToolStripDropDownButton();
|
|
|
|
|
|
this.captureToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
|
this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
|
|
|
this.loadSessionArchiveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
|
this.saveSessionArchiveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
|
this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
|
|
|
this.settingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
|
this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
|
|
|
this.exitToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
|
this.EditToolStripButton = new System.Windows.Forms.ToolStripDropDownButton();
|
|
|
|
|
|
this.copyToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
|
this.removeToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
|
this.selectedToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
|
this.unselectedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
|
this.allToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
|
this.selectToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
|
this.allToolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
|
this.invertToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
|
this.noneToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
|
this.toolStripSeparator10 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
|
|
|
this.markToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
|
this.toolStripSeparator12 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
|
|
|
this.findToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
|
this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
|
|
|
this.toolStripDropDownButton4 = new System.Windows.Forms.ToolStripDropDownButton();
|
|
|
|
|
|
this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
2009-04-16 05:14:07 +00:00
|
|
|
|
this.toolStripDropDownButton1 = new System.Windows.Forms.ToolStripDropDownButton();
|
|
|
|
|
|
this.captureTrafficToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
|
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
|
|
|
this.saveSessionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
|
this.loadSessionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
|
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
|
|
|
this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
2009-04-17 00:48:52 +00:00
|
|
|
|
this.toolStripDropDownButton2 = new System.Windows.Forms.ToolStripDropDownButton();
|
|
|
|
|
|
this.copyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
|
this.removeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
|
this.allToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
|
this.selectedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
|
this.unselectedSessionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
2009-04-17 10:02:16 +00:00
|
|
|
|
this.selectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
2009-04-17 00:48:52 +00:00
|
|
|
|
this.allToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
|
this.noneToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
|
this.invertSelectionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
|
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
|
|
|
this.markToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
2009-04-17 10:02:16 +00:00
|
|
|
|
this.redToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
|
this.goldToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
|
this.orangeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
|
this.purpleToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
|
this.yellowToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
|
this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
|
|
|
this.removeToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
2009-04-17 00:48:52 +00:00
|
|
|
|
this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
|
|
|
this.findSessionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
|
this.toolStripDropDownButton3 = new System.Windows.Forms.ToolStripDropDownButton();
|
|
|
|
|
|
this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
|
this.loadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
2009-04-17 23:13:33 +00:00
|
|
|
|
this.toolStripButton1 = new System.Windows.Forms.ToolStripDropDownButton();
|
|
|
|
|
|
this.aboutWinGridProxyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
2009-04-18 04:21:51 +00:00
|
|
|
|
this.timer1 = new System.Windows.Forms.Timer(this.components);
|
|
|
|
|
|
this.contextMenuStripSessions = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
|
|
|
|
this.toolStripMenuItemAutoScroll = new System.Windows.Forms.ToolStripMenuItem();
|
2009-04-17 23:13:33 +00:00
|
|
|
|
this.listViewSessions = new WinGridProxy.ListViewNoFlicker();
|
|
|
|
|
|
this.columnHeaderCounter = new System.Windows.Forms.ColumnHeader();
|
|
|
|
|
|
this.columnHeaderProtocol = new System.Windows.Forms.ColumnHeader();
|
|
|
|
|
|
this.columnHeaderType = new System.Windows.Forms.ColumnHeader();
|
|
|
|
|
|
this.columnHeaderSize = new System.Windows.Forms.ColumnHeader();
|
|
|
|
|
|
this.columnHeaderUrl = new System.Windows.Forms.ColumnHeader();
|
2009-04-18 04:21:51 +00:00
|
|
|
|
this.toolStripSeparator13 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
|
|
|
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
|
this.toolStripMenuItemRemoveThis = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
|
this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
|
this.removeAllProtocolToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
|
this.removeAllHostToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
|
this.toolStripSeparator14 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
|
|
|
this.packetNameToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
|
this.protocolToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
|
this.toolStripSeparator15 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
|
|
|
this.findToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
|
this.autoScrollSessionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
|
this.toolStripSeparator16 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
|
|
|
this.markToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
|
this.contextMenuStripMarkDropdown = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
|
|
|
|
this.redToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
|
this.greenToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
|
this.blueToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
|
this.orangeToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
|
this.toolStripSeparator17 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
|
|
|
this.unmarkToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
|
this.goldToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
|
this.contextMenuStripCopy = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
|
|
|
|
this.requestDataToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
|
this.responseDataToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
|
this.hostAddressToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
|
this.packetMessageTypeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
2009-04-16 05:14:07 +00:00
|
|
|
|
this.panelProxyConfig.SuspendLayout();
|
|
|
|
|
|
this.panel2.SuspendLayout();
|
|
|
|
|
|
this.splitContainer1.Panel1.SuspendLayout();
|
|
|
|
|
|
this.splitContainer1.Panel2.SuspendLayout();
|
|
|
|
|
|
this.splitContainer1.SuspendLayout();
|
|
|
|
|
|
this.tabControl1.SuspendLayout();
|
|
|
|
|
|
this.tabPageSummary.SuspendLayout();
|
2009-04-17 00:48:52 +00:00
|
|
|
|
this.panel1.SuspendLayout();
|
|
|
|
|
|
this.groupBox2.SuspendLayout();
|
|
|
|
|
|
this.groupBox1.SuspendLayout();
|
2009-04-16 05:14:07 +00:00
|
|
|
|
this.tabPageFilters.SuspendLayout();
|
|
|
|
|
|
this.splitContainer2.Panel1.SuspendLayout();
|
|
|
|
|
|
this.splitContainer2.Panel2.SuspendLayout();
|
|
|
|
|
|
this.splitContainer2.SuspendLayout();
|
2009-04-16 16:25:47 +00:00
|
|
|
|
this.grpUDPFilters.SuspendLayout();
|
2009-04-18 04:21:51 +00:00
|
|
|
|
this.grpCapsFilters.SuspendLayout();
|
2009-04-16 05:14:07 +00:00
|
|
|
|
this.tabPageInspect.SuspendLayout();
|
2009-04-17 10:02:16 +00:00
|
|
|
|
this.splitContainer3.Panel1.SuspendLayout();
|
|
|
|
|
|
this.splitContainer3.Panel2.SuspendLayout();
|
|
|
|
|
|
this.splitContainer3.SuspendLayout();
|
|
|
|
|
|
this.tabControlInspectorRequest.SuspendLayout();
|
|
|
|
|
|
this.tabPage1.SuspendLayout();
|
|
|
|
|
|
this.tabPage2.SuspendLayout();
|
|
|
|
|
|
this.tabPage3.SuspendLayout();
|
|
|
|
|
|
this.statusStrip2.SuspendLayout();
|
|
|
|
|
|
this.tabControlInspectorResponse.SuspendLayout();
|
2009-04-16 05:14:07 +00:00
|
|
|
|
this.tabPageInspectorRAW.SuspendLayout();
|
|
|
|
|
|
this.tabPageInspectorXML.SuspendLayout();
|
2009-04-17 00:48:52 +00:00
|
|
|
|
this.tabPageHexView.SuspendLayout();
|
|
|
|
|
|
this.statusStrip1.SuspendLayout();
|
2009-04-16 05:14:07 +00:00
|
|
|
|
this.tabPageInject.SuspendLayout();
|
|
|
|
|
|
this.toolStrip1.SuspendLayout();
|
2009-04-18 04:21:51 +00:00
|
|
|
|
this.contextMenuStripSessions.SuspendLayout();
|
|
|
|
|
|
this.contextMenuStripMarkDropdown.SuspendLayout();
|
|
|
|
|
|
this.contextMenuStripCopy.SuspendLayout();
|
2009-04-16 05:14:07 +00:00
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
|
//
|
|
|
|
|
|
// panelProxyConfig
|
|
|
|
|
|
//
|
|
|
|
|
|
this.panelProxyConfig.Controls.Add(this.textBoxLoginURL);
|
|
|
|
|
|
this.panelProxyConfig.Controls.Add(this.label3);
|
|
|
|
|
|
this.panelProxyConfig.Controls.Add(this.label2);
|
|
|
|
|
|
this.panelProxyConfig.Controls.Add(this.textBoxProxyPort);
|
|
|
|
|
|
this.panelProxyConfig.Controls.Add(this.button1);
|
|
|
|
|
|
this.panelProxyConfig.Controls.Add(this.label1);
|
|
|
|
|
|
this.panelProxyConfig.Controls.Add(this.textBoxProxyListenIP);
|
|
|
|
|
|
this.panelProxyConfig.Location = new System.Drawing.Point(12, 28);
|
|
|
|
|
|
this.panelProxyConfig.Name = "panelProxyConfig";
|
2009-04-17 10:02:16 +00:00
|
|
|
|
this.panelProxyConfig.Size = new System.Drawing.Size(1070, 32);
|
2009-04-16 05:14:07 +00:00
|
|
|
|
this.panelProxyConfig.TabIndex = 0;
|
|
|
|
|
|
//
|
|
|
|
|
|
// textBoxLoginURL
|
|
|
|
|
|
//
|
2009-04-17 10:02:16 +00:00
|
|
|
|
this.textBoxLoginURL.Location = new System.Drawing.Point(406, 6);
|
2009-04-16 05:14:07 +00:00
|
|
|
|
this.textBoxLoginURL.Name = "textBoxLoginURL";
|
|
|
|
|
|
this.textBoxLoginURL.Size = new System.Drawing.Size(252, 20);
|
|
|
|
|
|
this.textBoxLoginURL.TabIndex = 6;
|
|
|
|
|
|
this.textBoxLoginURL.Text = "https://login.agni.lindenlab.com/cgi-bin/login.cgi";
|
|
|
|
|
|
//
|
|
|
|
|
|
// label3
|
|
|
|
|
|
//
|
|
|
|
|
|
this.label3.AutoSize = true;
|
2009-04-17 10:02:16 +00:00
|
|
|
|
this.label3.Location = new System.Drawing.Point(342, 9);
|
2009-04-16 05:14:07 +00:00
|
|
|
|
this.label3.Name = "label3";
|
|
|
|
|
|
this.label3.Size = new System.Drawing.Size(58, 13);
|
|
|
|
|
|
this.label3.TabIndex = 5;
|
|
|
|
|
|
this.label3.Text = "Login URL";
|
|
|
|
|
|
//
|
|
|
|
|
|
// label2
|
|
|
|
|
|
//
|
|
|
|
|
|
this.label2.AutoSize = true;
|
2009-04-17 10:02:16 +00:00
|
|
|
|
this.label2.Location = new System.Drawing.Point(3, 9);
|
2009-04-16 05:14:07 +00:00
|
|
|
|
this.label2.Name = "label2";
|
|
|
|
|
|
this.label2.Size = new System.Drawing.Size(89, 13);
|
|
|
|
|
|
this.label2.TabIndex = 4;
|
|
|
|
|
|
this.label2.Text = "Listen IP Address";
|
|
|
|
|
|
//
|
|
|
|
|
|
// textBoxProxyPort
|
|
|
|
|
|
//
|
2009-04-17 10:02:16 +00:00
|
|
|
|
this.textBoxProxyPort.Location = new System.Drawing.Point(236, 6);
|
2009-04-16 05:14:07 +00:00
|
|
|
|
this.textBoxProxyPort.Name = "textBoxProxyPort";
|
|
|
|
|
|
this.textBoxProxyPort.Size = new System.Drawing.Size(100, 20);
|
|
|
|
|
|
this.textBoxProxyPort.TabIndex = 3;
|
|
|
|
|
|
this.textBoxProxyPort.Text = "8080";
|
|
|
|
|
|
//
|
|
|
|
|
|
// button1
|
|
|
|
|
|
//
|
2009-04-17 10:02:16 +00:00
|
|
|
|
this.button1.Location = new System.Drawing.Point(664, 4);
|
2009-04-16 05:14:07 +00:00
|
|
|
|
this.button1.Name = "button1";
|
|
|
|
|
|
this.button1.Size = new System.Drawing.Size(75, 23);
|
|
|
|
|
|
this.button1.TabIndex = 2;
|
|
|
|
|
|
this.button1.Text = "Start Proxy";
|
|
|
|
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
|
|
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
|
|
|
|
//
|
|
|
|
|
|
// label1
|
|
|
|
|
|
//
|
|
|
|
|
|
this.label1.AutoSize = true;
|
2009-04-17 10:02:16 +00:00
|
|
|
|
this.label1.Location = new System.Drawing.Point(204, 9);
|
2009-04-16 05:14:07 +00:00
|
|
|
|
this.label1.Name = "label1";
|
|
|
|
|
|
this.label1.Size = new System.Drawing.Size(26, 13);
|
|
|
|
|
|
this.label1.TabIndex = 1;
|
|
|
|
|
|
this.label1.Text = "Port";
|
|
|
|
|
|
//
|
|
|
|
|
|
// textBoxProxyListenIP
|
|
|
|
|
|
//
|
2009-04-17 10:02:16 +00:00
|
|
|
|
this.textBoxProxyListenIP.Location = new System.Drawing.Point(98, 6);
|
2009-04-16 05:14:07 +00:00
|
|
|
|
this.textBoxProxyListenIP.Name = "textBoxProxyListenIP";
|
|
|
|
|
|
this.textBoxProxyListenIP.Size = new System.Drawing.Size(100, 20);
|
|
|
|
|
|
this.textBoxProxyListenIP.TabIndex = 0;
|
|
|
|
|
|
this.textBoxProxyListenIP.Text = "127.0.0.1";
|
|
|
|
|
|
//
|
|
|
|
|
|
// panel2
|
|
|
|
|
|
//
|
|
|
|
|
|
this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
|
this.panel2.Controls.Add(this.splitContainer1);
|
2009-04-17 10:02:16 +00:00
|
|
|
|
this.panel2.Location = new System.Drawing.Point(12, 66);
|
2009-04-16 05:14:07 +00:00
|
|
|
|
this.panel2.Name = "panel2";
|
2009-04-17 10:02:16 +00:00
|
|
|
|
this.panel2.Size = new System.Drawing.Size(1070, 431);
|
2009-04-16 05:14:07 +00:00
|
|
|
|
this.panel2.TabIndex = 1;
|
|
|
|
|
|
//
|
|
|
|
|
|
// splitContainer1
|
|
|
|
|
|
//
|
|
|
|
|
|
this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
2009-04-17 10:02:16 +00:00
|
|
|
|
this.splitContainer1.Location = new System.Drawing.Point(0, 3);
|
2009-04-16 05:14:07 +00:00
|
|
|
|
this.splitContainer1.Name = "splitContainer1";
|
|
|
|
|
|
//
|
|
|
|
|
|
// splitContainer1.Panel1
|
|
|
|
|
|
//
|
|
|
|
|
|
this.splitContainer1.Panel1.Controls.Add(this.listViewSessions);
|
|
|
|
|
|
//
|
|
|
|
|
|
// splitContainer1.Panel2
|
|
|
|
|
|
//
|
|
|
|
|
|
this.splitContainer1.Panel2.Controls.Add(this.tabControl1);
|
2009-04-17 10:02:16 +00:00
|
|
|
|
this.splitContainer1.Size = new System.Drawing.Size(1070, 428);
|
2009-04-17 00:48:52 +00:00
|
|
|
|
this.splitContainer1.SplitterDistance = 464;
|
2009-04-16 05:14:07 +00:00
|
|
|
|
this.splitContainer1.TabIndex = 0;
|
|
|
|
|
|
//
|
2009-04-17 00:48:52 +00:00
|
|
|
|
// imageList1
|
|
|
|
|
|
//
|
|
|
|
|
|
this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
|
|
|
|
|
|
this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
|
|
|
|
|
|
this.imageList1.Images.SetKeyName(0, "req_in.png");
|
2009-04-18 04:21:51 +00:00
|
|
|
|
this.imageList1.Images.SetKeyName(1, "computer_go.png");
|
2009-04-16 05:14:07 +00:00
|
|
|
|
//
|
|
|
|
|
|
// tabControl1
|
|
|
|
|
|
//
|
|
|
|
|
|
this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
|
this.tabControl1.Controls.Add(this.tabPageSummary);
|
|
|
|
|
|
this.tabControl1.Controls.Add(this.tabPageFilters);
|
|
|
|
|
|
this.tabControl1.Controls.Add(this.tabPageInspect);
|
|
|
|
|
|
this.tabControl1.Controls.Add(this.tabPageInject);
|
|
|
|
|
|
this.tabControl1.Location = new System.Drawing.Point(3, 3);
|
|
|
|
|
|
this.tabControl1.Name = "tabControl1";
|
|
|
|
|
|
this.tabControl1.SelectedIndex = 0;
|
2009-04-17 10:02:16 +00:00
|
|
|
|
this.tabControl1.Size = new System.Drawing.Size(601, 422);
|
2009-04-16 05:14:07 +00:00
|
|
|
|
this.tabControl1.TabIndex = 0;
|
|
|
|
|
|
//
|
|
|
|
|
|
// tabPageSummary
|
|
|
|
|
|
//
|
2009-04-17 00:48:52 +00:00
|
|
|
|
this.tabPageSummary.Controls.Add(this.panel1);
|
2009-04-16 05:14:07 +00:00
|
|
|
|
this.tabPageSummary.Controls.Add(this.label4);
|
|
|
|
|
|
this.tabPageSummary.Location = new System.Drawing.Point(4, 22);
|
|
|
|
|
|
this.tabPageSummary.Name = "tabPageSummary";
|
|
|
|
|
|
this.tabPageSummary.Padding = new System.Windows.Forms.Padding(3);
|
2009-04-17 10:02:16 +00:00
|
|
|
|
this.tabPageSummary.Size = new System.Drawing.Size(593, 396);
|
2009-04-16 05:14:07 +00:00
|
|
|
|
this.tabPageSummary.TabIndex = 0;
|
|
|
|
|
|
this.tabPageSummary.Text = "Summary";
|
|
|
|
|
|
this.tabPageSummary.UseVisualStyleBackColor = true;
|
|
|
|
|
|
//
|
2009-04-17 00:48:52 +00:00
|
|
|
|
// panel1
|
|
|
|
|
|
//
|
|
|
|
|
|
this.panel1.Controls.Add(this.groupBox2);
|
|
|
|
|
|
this.panel1.Controls.Add(this.groupBox1);
|
|
|
|
|
|
this.panel1.Location = new System.Drawing.Point(28, 39);
|
|
|
|
|
|
this.panel1.Name = "panel1";
|
2009-04-17 10:02:16 +00:00
|
|
|
|
this.panel1.Size = new System.Drawing.Size(227, 188);
|
2009-04-17 00:48:52 +00:00
|
|
|
|
this.panel1.TabIndex = 2;
|
|
|
|
|
|
//
|
|
|
|
|
|
// groupBox2
|
|
|
|
|
|
//
|
|
|
|
|
|
this.groupBox2.Controls.Add(this.labelPacketsTotal);
|
|
|
|
|
|
this.groupBox2.Controls.Add(this.label1PacketsOut);
|
|
|
|
|
|
this.groupBox2.Controls.Add(this.labelPacketsIn);
|
|
|
|
|
|
this.groupBox2.Controls.Add(this.label10);
|
|
|
|
|
|
this.groupBox2.Controls.Add(this.label9);
|
|
|
|
|
|
this.groupBox2.Controls.Add(this.label8);
|
|
|
|
|
|
this.groupBox2.Location = new System.Drawing.Point(3, 89);
|
|
|
|
|
|
this.groupBox2.Name = "groupBox2";
|
|
|
|
|
|
this.groupBox2.Size = new System.Drawing.Size(221, 80);
|
|
|
|
|
|
this.groupBox2.TabIndex = 3;
|
|
|
|
|
|
this.groupBox2.TabStop = false;
|
|
|
|
|
|
this.groupBox2.Text = "UDP Packets";
|
|
|
|
|
|
//
|
|
|
|
|
|
// labelPacketsTotal
|
|
|
|
|
|
//
|
|
|
|
|
|
this.labelPacketsTotal.AutoSize = true;
|
|
|
|
|
|
this.labelPacketsTotal.Location = new System.Drawing.Point(81, 58);
|
|
|
|
|
|
this.labelPacketsTotal.Name = "labelPacketsTotal";
|
|
|
|
|
|
this.labelPacketsTotal.Size = new System.Drawing.Size(56, 13);
|
|
|
|
|
|
this.labelPacketsTotal.TabIndex = 8;
|
|
|
|
|
|
this.labelPacketsTotal.Text = "0 (0 bytes)";
|
|
|
|
|
|
//
|
|
|
|
|
|
// label1PacketsOut
|
|
|
|
|
|
//
|
|
|
|
|
|
this.label1PacketsOut.AutoSize = true;
|
|
|
|
|
|
this.label1PacketsOut.Location = new System.Drawing.Point(81, 37);
|
|
|
|
|
|
this.label1PacketsOut.Name = "label1PacketsOut";
|
|
|
|
|
|
this.label1PacketsOut.Size = new System.Drawing.Size(56, 13);
|
|
|
|
|
|
this.label1PacketsOut.TabIndex = 7;
|
|
|
|
|
|
this.label1PacketsOut.Text = "0 (0 bytes)";
|
|
|
|
|
|
//
|
|
|
|
|
|
// labelPacketsIn
|
|
|
|
|
|
//
|
|
|
|
|
|
this.labelPacketsIn.AutoSize = true;
|
|
|
|
|
|
this.labelPacketsIn.Location = new System.Drawing.Point(81, 16);
|
|
|
|
|
|
this.labelPacketsIn.Name = "labelPacketsIn";
|
|
|
|
|
|
this.labelPacketsIn.Size = new System.Drawing.Size(56, 13);
|
|
|
|
|
|
this.labelPacketsIn.TabIndex = 6;
|
|
|
|
|
|
this.labelPacketsIn.Text = "0 (0 bytes)";
|
|
|
|
|
|
//
|
|
|
|
|
|
// label10
|
|
|
|
|
|
//
|
|
|
|
|
|
this.label10.AutoSize = true;
|
|
|
|
|
|
this.label10.Location = new System.Drawing.Point(6, 58);
|
|
|
|
|
|
this.label10.Name = "label10";
|
|
|
|
|
|
this.label10.Size = new System.Drawing.Size(76, 13);
|
|
|
|
|
|
this.label10.TabIndex = 5;
|
|
|
|
|
|
this.label10.Text = "Packets Total:";
|
|
|
|
|
|
//
|
|
|
|
|
|
// label9
|
|
|
|
|
|
//
|
|
|
|
|
|
this.label9.AutoSize = true;
|
|
|
|
|
|
this.label9.Location = new System.Drawing.Point(13, 37);
|
|
|
|
|
|
this.label9.Name = "label9";
|
|
|
|
|
|
this.label9.Size = new System.Drawing.Size(69, 13);
|
|
|
|
|
|
this.label9.TabIndex = 4;
|
|
|
|
|
|
this.label9.Text = "Packets Out:";
|
|
|
|
|
|
//
|
|
|
|
|
|
// label8
|
|
|
|
|
|
//
|
|
|
|
|
|
this.label8.AutoSize = true;
|
|
|
|
|
|
this.label8.Location = new System.Drawing.Point(21, 16);
|
|
|
|
|
|
this.label8.Name = "label8";
|
|
|
|
|
|
this.label8.Size = new System.Drawing.Size(61, 13);
|
|
|
|
|
|
this.label8.TabIndex = 3;
|
|
|
|
|
|
this.label8.Text = "Packets In:";
|
|
|
|
|
|
//
|
|
|
|
|
|
// groupBox1
|
|
|
|
|
|
//
|
|
|
|
|
|
this.groupBox1.Controls.Add(this.labelCapsTotal);
|
|
|
|
|
|
this.groupBox1.Controls.Add(this.labelCapsOut);
|
|
|
|
|
|
this.groupBox1.Controls.Add(this.labelCapsIn);
|
|
|
|
|
|
this.groupBox1.Controls.Add(this.label6);
|
|
|
|
|
|
this.groupBox1.Controls.Add(this.label5);
|
|
|
|
|
|
this.groupBox1.Controls.Add(this.label7);
|
|
|
|
|
|
this.groupBox1.Location = new System.Drawing.Point(3, 3);
|
|
|
|
|
|
this.groupBox1.Name = "groupBox1";
|
|
|
|
|
|
this.groupBox1.Size = new System.Drawing.Size(221, 80);
|
|
|
|
|
|
this.groupBox1.TabIndex = 2;
|
|
|
|
|
|
this.groupBox1.TabStop = false;
|
|
|
|
|
|
this.groupBox1.Text = "Caps Messages";
|
|
|
|
|
|
//
|
|
|
|
|
|
// labelCapsTotal
|
|
|
|
|
|
//
|
|
|
|
|
|
this.labelCapsTotal.AutoSize = true;
|
|
|
|
|
|
this.labelCapsTotal.Location = new System.Drawing.Point(81, 58);
|
|
|
|
|
|
this.labelCapsTotal.Name = "labelCapsTotal";
|
|
|
|
|
|
this.labelCapsTotal.Size = new System.Drawing.Size(56, 13);
|
|
|
|
|
|
this.labelCapsTotal.TabIndex = 5;
|
|
|
|
|
|
this.labelCapsTotal.Text = "0 (0 bytes)";
|
|
|
|
|
|
//
|
|
|
|
|
|
// labelCapsOut
|
|
|
|
|
|
//
|
|
|
|
|
|
this.labelCapsOut.AutoSize = true;
|
|
|
|
|
|
this.labelCapsOut.Location = new System.Drawing.Point(81, 37);
|
|
|
|
|
|
this.labelCapsOut.Name = "labelCapsOut";
|
|
|
|
|
|
this.labelCapsOut.Size = new System.Drawing.Size(56, 13);
|
|
|
|
|
|
this.labelCapsOut.TabIndex = 4;
|
|
|
|
|
|
this.labelCapsOut.Text = "0 (0 bytes)";
|
|
|
|
|
|
//
|
|
|
|
|
|
// labelCapsIn
|
|
|
|
|
|
//
|
|
|
|
|
|
this.labelCapsIn.AutoSize = true;
|
|
|
|
|
|
this.labelCapsIn.Location = new System.Drawing.Point(81, 16);
|
|
|
|
|
|
this.labelCapsIn.Name = "labelCapsIn";
|
|
|
|
|
|
this.labelCapsIn.Size = new System.Drawing.Size(56, 13);
|
|
|
|
|
|
this.labelCapsIn.TabIndex = 3;
|
|
|
|
|
|
this.labelCapsIn.Text = "0 (0 bytes)";
|
|
|
|
|
|
//
|
|
|
|
|
|
// label6
|
|
|
|
|
|
//
|
|
|
|
|
|
this.label6.AutoSize = true;
|
|
|
|
|
|
this.label6.Location = new System.Drawing.Point(21, 37);
|
|
|
|
|
|
this.label6.Name = "label6";
|
|
|
|
|
|
this.label6.Size = new System.Drawing.Size(54, 13);
|
|
|
|
|
|
this.label6.TabIndex = 1;
|
|
|
|
|
|
this.label6.Text = "Caps Out:";
|
|
|
|
|
|
//
|
|
|
|
|
|
// label5
|
|
|
|
|
|
//
|
|
|
|
|
|
this.label5.AutoSize = true;
|
|
|
|
|
|
this.label5.Location = new System.Drawing.Point(29, 16);
|
|
|
|
|
|
this.label5.Name = "label5";
|
|
|
|
|
|
this.label5.Size = new System.Drawing.Size(46, 13);
|
|
|
|
|
|
this.label5.TabIndex = 0;
|
|
|
|
|
|
this.label5.Text = "Caps In:";
|
|
|
|
|
|
//
|
|
|
|
|
|
// label7
|
|
|
|
|
|
//
|
|
|
|
|
|
this.label7.AutoSize = true;
|
|
|
|
|
|
this.label7.Location = new System.Drawing.Point(14, 58);
|
|
|
|
|
|
this.label7.Name = "label7";
|
|
|
|
|
|
this.label7.Size = new System.Drawing.Size(61, 13);
|
|
|
|
|
|
this.label7.TabIndex = 2;
|
|
|
|
|
|
this.label7.Text = "Caps Total:";
|
|
|
|
|
|
//
|
2009-04-16 05:14:07 +00:00
|
|
|
|
// label4
|
|
|
|
|
|
//
|
|
|
|
|
|
this.label4.AutoSize = true;
|
2009-04-17 00:48:52 +00:00
|
|
|
|
this.label4.Location = new System.Drawing.Point(25, 20);
|
2009-04-16 05:14:07 +00:00
|
|
|
|
this.label4.Name = "label4";
|
|
|
|
|
|
this.label4.Size = new System.Drawing.Size(524, 13);
|
|
|
|
|
|
this.label4.TabIndex = 0;
|
|
|
|
|
|
this.label4.Text = "Use the Filters tab to enable/disable packets/messages to capture, use Inspector " +
|
|
|
|
|
|
"tab to view the packet data";
|
|
|
|
|
|
//
|
|
|
|
|
|
// tabPageFilters
|
|
|
|
|
|
//
|
|
|
|
|
|
this.tabPageFilters.Controls.Add(this.splitContainer2);
|
|
|
|
|
|
this.tabPageFilters.Location = new System.Drawing.Point(4, 22);
|
|
|
|
|
|
this.tabPageFilters.Name = "tabPageFilters";
|
|
|
|
|
|
this.tabPageFilters.Padding = new System.Windows.Forms.Padding(3);
|
2009-04-17 10:02:16 +00:00
|
|
|
|
this.tabPageFilters.Size = new System.Drawing.Size(593, 396);
|
2009-04-16 05:14:07 +00:00
|
|
|
|
this.tabPageFilters.TabIndex = 1;
|
|
|
|
|
|
this.tabPageFilters.Text = "Filters";
|
|
|
|
|
|
this.tabPageFilters.UseVisualStyleBackColor = true;
|
|
|
|
|
|
//
|
|
|
|
|
|
// splitContainer2
|
|
|
|
|
|
//
|
|
|
|
|
|
this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
|
this.splitContainer2.Location = new System.Drawing.Point(3, 3);
|
|
|
|
|
|
this.splitContainer2.Name = "splitContainer2";
|
|
|
|
|
|
//
|
|
|
|
|
|
// splitContainer2.Panel1
|
|
|
|
|
|
//
|
2009-04-17 23:13:33 +00:00
|
|
|
|
this.splitContainer2.Panel1.Controls.Add(this.checkBox1);
|
2009-04-16 16:25:47 +00:00
|
|
|
|
this.splitContainer2.Panel1.Controls.Add(this.grpUDPFilters);
|
2009-04-16 05:14:07 +00:00
|
|
|
|
//
|
|
|
|
|
|
// splitContainer2.Panel2
|
|
|
|
|
|
//
|
2009-04-17 23:13:33 +00:00
|
|
|
|
this.splitContainer2.Panel2.Controls.Add(this.checkBox2);
|
|
|
|
|
|
this.splitContainer2.Panel2.Controls.Add(this.button2);
|
2009-04-16 16:25:47 +00:00
|
|
|
|
this.splitContainer2.Panel2.Controls.Add(this.grpCapsFilters);
|
2009-04-17 10:02:16 +00:00
|
|
|
|
this.splitContainer2.Size = new System.Drawing.Size(587, 390);
|
2009-04-17 00:48:52 +00:00
|
|
|
|
this.splitContainer2.SplitterDistance = 294;
|
2009-04-16 05:14:07 +00:00
|
|
|
|
this.splitContainer2.TabIndex = 0;
|
|
|
|
|
|
//
|
2009-04-18 04:21:51 +00:00
|
|
|
|
// checkBox1
|
|
|
|
|
|
//
|
|
|
|
|
|
this.checkBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
|
|
|
|
this.checkBox1.AutoSize = true;
|
|
|
|
|
|
this.checkBox1.Location = new System.Drawing.Point(3, 369);
|
|
|
|
|
|
this.checkBox1.Name = "checkBox1";
|
|
|
|
|
|
this.checkBox1.Size = new System.Drawing.Size(120, 17);
|
|
|
|
|
|
this.checkBox1.TabIndex = 1;
|
|
|
|
|
|
this.checkBox1.Text = "Check/Uncheck All";
|
|
|
|
|
|
this.checkBox1.UseVisualStyleBackColor = true;
|
|
|
|
|
|
this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
|
|
|
|
|
|
//
|
2009-04-16 16:25:47 +00:00
|
|
|
|
// grpUDPFilters
|
2009-04-16 05:14:07 +00:00
|
|
|
|
//
|
2009-04-16 16:25:47 +00:00
|
|
|
|
this.grpUDPFilters.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
2009-04-16 05:14:07 +00:00
|
|
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
2009-04-17 10:02:16 +00:00
|
|
|
|
this.grpUDPFilters.Controls.Add(this.checkedListBoxFiltersPackets);
|
2009-04-16 16:25:47 +00:00
|
|
|
|
this.grpUDPFilters.Enabled = false;
|
|
|
|
|
|
this.grpUDPFilters.Location = new System.Drawing.Point(3, 3);
|
|
|
|
|
|
this.grpUDPFilters.Name = "grpUDPFilters";
|
2009-04-17 23:13:33 +00:00
|
|
|
|
this.grpUDPFilters.Size = new System.Drawing.Size(285, 357);
|
2009-04-16 16:25:47 +00:00
|
|
|
|
this.grpUDPFilters.TabIndex = 0;
|
|
|
|
|
|
this.grpUDPFilters.TabStop = false;
|
|
|
|
|
|
this.grpUDPFilters.Text = "UDP Packets";
|
2009-04-16 05:14:07 +00:00
|
|
|
|
//
|
2009-04-17 10:02:16 +00:00
|
|
|
|
// checkedListBoxFiltersPackets
|
2009-04-16 05:14:07 +00:00
|
|
|
|
//
|
2009-04-17 10:02:16 +00:00
|
|
|
|
this.checkedListBoxFiltersPackets.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
2009-04-16 05:14:07 +00:00
|
|
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
2009-04-17 10:02:16 +00:00
|
|
|
|
this.checkedListBoxFiltersPackets.CheckOnClick = true;
|
|
|
|
|
|
this.checkedListBoxFiltersPackets.FormattingEnabled = true;
|
|
|
|
|
|
this.checkedListBoxFiltersPackets.Location = new System.Drawing.Point(6, 19);
|
|
|
|
|
|
this.checkedListBoxFiltersPackets.Name = "checkedListBoxFiltersPackets";
|
2009-04-17 23:13:33 +00:00
|
|
|
|
this.checkedListBoxFiltersPackets.Size = new System.Drawing.Size(273, 334);
|
2009-04-17 10:02:16 +00:00
|
|
|
|
this.checkedListBoxFiltersPackets.TabIndex = 0;
|
|
|
|
|
|
this.checkedListBoxFiltersPackets.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.checkedListBox1_ItemCheck);
|
2009-04-16 05:14:07 +00:00
|
|
|
|
//
|
2009-04-18 04:21:51 +00:00
|
|
|
|
// checkBox2
|
|
|
|
|
|
//
|
|
|
|
|
|
this.checkBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
|
|
|
|
this.checkBox2.AutoSize = true;
|
|
|
|
|
|
this.checkBox2.Location = new System.Drawing.Point(3, 370);
|
|
|
|
|
|
this.checkBox2.Name = "checkBox2";
|
|
|
|
|
|
this.checkBox2.Size = new System.Drawing.Size(120, 17);
|
|
|
|
|
|
this.checkBox2.TabIndex = 2;
|
|
|
|
|
|
this.checkBox2.Text = "Check/Uncheck All";
|
|
|
|
|
|
this.checkBox2.UseVisualStyleBackColor = true;
|
|
|
|
|
|
this.checkBox2.CheckedChanged += new System.EventHandler(this.checkBoxCheckallCaps_CheckedChanged);
|
|
|
|
|
|
//
|
2009-04-16 05:14:07 +00:00
|
|
|
|
// button2
|
|
|
|
|
|
//
|
2009-04-17 23:13:33 +00:00
|
|
|
|
this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
|
this.button2.Location = new System.Drawing.Point(200, 366);
|
2009-04-16 05:14:07 +00:00
|
|
|
|
this.button2.Name = "button2";
|
2009-04-17 23:13:33 +00:00
|
|
|
|
this.button2.Size = new System.Drawing.Size(86, 21);
|
2009-04-16 05:14:07 +00:00
|
|
|
|
this.button2.TabIndex = 1;
|
|
|
|
|
|
this.button2.Text = "Refresh";
|
|
|
|
|
|
this.button2.UseVisualStyleBackColor = true;
|
|
|
|
|
|
this.button2.Click += new System.EventHandler(this.buttonRefreshCapsList_Click);
|
|
|
|
|
|
//
|
2009-04-18 04:21:51 +00:00
|
|
|
|
// grpCapsFilters
|
|
|
|
|
|
//
|
|
|
|
|
|
this.grpCapsFilters.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
|
this.grpCapsFilters.Controls.Add(this.checkedListBoxFiltersMessages);
|
|
|
|
|
|
this.grpCapsFilters.Enabled = false;
|
|
|
|
|
|
this.grpCapsFilters.Location = new System.Drawing.Point(3, 3);
|
|
|
|
|
|
this.grpCapsFilters.Name = "grpCapsFilters";
|
|
|
|
|
|
this.grpCapsFilters.Size = new System.Drawing.Size(283, 357);
|
|
|
|
|
|
this.grpCapsFilters.TabIndex = 1;
|
|
|
|
|
|
this.grpCapsFilters.TabStop = false;
|
|
|
|
|
|
this.grpCapsFilters.Text = "Capabilities Messages";
|
|
|
|
|
|
//
|
|
|
|
|
|
// checkedListBoxFiltersMessages
|
|
|
|
|
|
//
|
|
|
|
|
|
this.checkedListBoxFiltersMessages.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
|
this.checkedListBoxFiltersMessages.CheckOnClick = true;
|
|
|
|
|
|
this.checkedListBoxFiltersMessages.FormattingEnabled = true;
|
|
|
|
|
|
this.checkedListBoxFiltersMessages.Location = new System.Drawing.Point(6, 19);
|
|
|
|
|
|
this.checkedListBoxFiltersMessages.Name = "checkedListBoxFiltersMessages";
|
|
|
|
|
|
this.checkedListBoxFiltersMessages.Size = new System.Drawing.Size(271, 334);
|
|
|
|
|
|
this.checkedListBoxFiltersMessages.TabIndex = 0;
|
|
|
|
|
|
this.checkedListBoxFiltersMessages.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.checkedListBoxCaps_ItemCheck);
|
|
|
|
|
|
//
|
2009-04-16 05:14:07 +00:00
|
|
|
|
// tabPageInspect
|
|
|
|
|
|
//
|
2009-04-17 10:02:16 +00:00
|
|
|
|
this.tabPageInspect.Controls.Add(this.splitContainer3);
|
2009-04-16 05:14:07 +00:00
|
|
|
|
this.tabPageInspect.Location = new System.Drawing.Point(4, 22);
|
|
|
|
|
|
this.tabPageInspect.Name = "tabPageInspect";
|
2009-04-17 10:02:16 +00:00
|
|
|
|
this.tabPageInspect.Size = new System.Drawing.Size(593, 396);
|
2009-04-16 05:14:07 +00:00
|
|
|
|
this.tabPageInspect.TabIndex = 3;
|
|
|
|
|
|
this.tabPageInspect.Text = "Inspector";
|
|
|
|
|
|
this.tabPageInspect.UseVisualStyleBackColor = true;
|
|
|
|
|
|
//
|
2009-04-17 10:02:16 +00:00
|
|
|
|
// splitContainer3
|
|
|
|
|
|
//
|
|
|
|
|
|
this.splitContainer3.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
|
this.splitContainer3.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
|
this.splitContainer3.Name = "splitContainer3";
|
|
|
|
|
|
this.splitContainer3.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
|
|
|
|
|
//
|
|
|
|
|
|
// splitContainer3.Panel1
|
|
|
|
|
|
//
|
|
|
|
|
|
this.splitContainer3.Panel1.Controls.Add(this.tabControlInspectorRequest);
|
|
|
|
|
|
//
|
|
|
|
|
|
// splitContainer3.Panel2
|
|
|
|
|
|
//
|
|
|
|
|
|
this.splitContainer3.Panel2.Controls.Add(this.tabControlInspectorResponse);
|
|
|
|
|
|
this.splitContainer3.Size = new System.Drawing.Size(593, 396);
|
2009-04-18 04:21:51 +00:00
|
|
|
|
this.splitContainer3.SplitterDistance = 179;
|
2009-04-17 10:02:16 +00:00
|
|
|
|
this.splitContainer3.TabIndex = 1;
|
|
|
|
|
|
//
|
|
|
|
|
|
// tabControlInspectorRequest
|
|
|
|
|
|
//
|
|
|
|
|
|
this.tabControlInspectorRequest.Appearance = System.Windows.Forms.TabAppearance.FlatButtons;
|
|
|
|
|
|
this.tabControlInspectorRequest.Controls.Add(this.tabPage1);
|
|
|
|
|
|
this.tabControlInspectorRequest.Controls.Add(this.tabPage2);
|
|
|
|
|
|
this.tabControlInspectorRequest.Controls.Add(this.tabPage3);
|
|
|
|
|
|
this.tabControlInspectorRequest.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
|
this.tabControlInspectorRequest.ImageList = this.imageList1;
|
|
|
|
|
|
this.tabControlInspectorRequest.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
|
this.tabControlInspectorRequest.Name = "tabControlInspectorRequest";
|
|
|
|
|
|
this.tabControlInspectorRequest.SelectedIndex = 0;
|
2009-04-18 04:21:51 +00:00
|
|
|
|
this.tabControlInspectorRequest.Size = new System.Drawing.Size(593, 179);
|
2009-04-17 10:02:16 +00:00
|
|
|
|
this.tabControlInspectorRequest.TabIndex = 0;
|
|
|
|
|
|
//
|
|
|
|
|
|
// tabPage1
|
|
|
|
|
|
//
|
|
|
|
|
|
this.tabPage1.Controls.Add(this.richTextBoxRawLogRequest);
|
|
|
|
|
|
this.tabPage1.ImageIndex = 1;
|
|
|
|
|
|
this.tabPage1.Location = new System.Drawing.Point(4, 26);
|
|
|
|
|
|
this.tabPage1.Name = "tabPage1";
|
|
|
|
|
|
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
|
2009-04-18 04:21:51 +00:00
|
|
|
|
this.tabPage1.Size = new System.Drawing.Size(585, 149);
|
2009-04-17 10:02:16 +00:00
|
|
|
|
this.tabPage1.TabIndex = 0;
|
|
|
|
|
|
this.tabPage1.Text = "Raw";
|
|
|
|
|
|
this.tabPage1.UseVisualStyleBackColor = true;
|
|
|
|
|
|
//
|
|
|
|
|
|
// richTextBoxRawLogRequest
|
|
|
|
|
|
//
|
|
|
|
|
|
this.richTextBoxRawLogRequest.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
|
this.richTextBoxRawLogRequest.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
|
this.richTextBoxRawLogRequest.Location = new System.Drawing.Point(3, 3);
|
|
|
|
|
|
this.richTextBoxRawLogRequest.Name = "richTextBoxRawLogRequest";
|
2009-04-18 04:21:51 +00:00
|
|
|
|
this.richTextBoxRawLogRequest.Size = new System.Drawing.Size(579, 143);
|
2009-04-17 10:02:16 +00:00
|
|
|
|
this.richTextBoxRawLogRequest.TabIndex = 1;
|
|
|
|
|
|
this.richTextBoxRawLogRequest.Text = "";
|
|
|
|
|
|
this.richTextBoxRawLogRequest.WordWrap = false;
|
|
|
|
|
|
//
|
|
|
|
|
|
// tabPage2
|
|
|
|
|
|
//
|
|
|
|
|
|
this.tabPage2.Controls.Add(this.treeViewRequestXml);
|
|
|
|
|
|
this.tabPage2.ImageIndex = 1;
|
|
|
|
|
|
this.tabPage2.Location = new System.Drawing.Point(4, 26);
|
|
|
|
|
|
this.tabPage2.Name = "tabPage2";
|
|
|
|
|
|
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
|
2009-04-18 04:21:51 +00:00
|
|
|
|
this.tabPage2.Size = new System.Drawing.Size(585, 149);
|
2009-04-17 10:02:16 +00:00
|
|
|
|
this.tabPage2.TabIndex = 1;
|
|
|
|
|
|
this.tabPage2.Text = "XML";
|
|
|
|
|
|
this.tabPage2.UseVisualStyleBackColor = true;
|
|
|
|
|
|
//
|
|
|
|
|
|
// treeViewRequestXml
|
|
|
|
|
|
//
|
|
|
|
|
|
this.treeViewRequestXml.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
|
this.treeViewRequestXml.Location = new System.Drawing.Point(3, 3);
|
|
|
|
|
|
this.treeViewRequestXml.Name = "treeViewRequestXml";
|
2009-04-18 04:21:51 +00:00
|
|
|
|
this.treeViewRequestXml.Size = new System.Drawing.Size(579, 143);
|
2009-04-17 10:02:16 +00:00
|
|
|
|
this.treeViewRequestXml.TabIndex = 1;
|
|
|
|
|
|
//
|
|
|
|
|
|
// tabPage3
|
|
|
|
|
|
//
|
|
|
|
|
|
this.tabPage3.Controls.Add(this.statusStrip2);
|
|
|
|
|
|
this.tabPage3.Controls.Add(this.hexBoxRequest);
|
|
|
|
|
|
this.tabPage3.ImageIndex = 1;
|
|
|
|
|
|
this.tabPage3.Location = new System.Drawing.Point(4, 26);
|
|
|
|
|
|
this.tabPage3.Name = "tabPage3";
|
2009-04-18 04:21:51 +00:00
|
|
|
|
this.tabPage3.Size = new System.Drawing.Size(585, 149);
|
2009-04-17 10:02:16 +00:00
|
|
|
|
this.tabPage3.TabIndex = 2;
|
|
|
|
|
|
this.tabPage3.Text = "Hex";
|
|
|
|
|
|
this.tabPage3.UseVisualStyleBackColor = true;
|
|
|
|
|
|
//
|
|
|
|
|
|
// statusStrip2
|
|
|
|
|
|
//
|
|
|
|
|
|
this.statusStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
2009-04-18 04:21:51 +00:00
|
|
|
|
this.labelRequestHex});
|
|
|
|
|
|
this.statusStrip2.Location = new System.Drawing.Point(0, 127);
|
2009-04-17 10:02:16 +00:00
|
|
|
|
this.statusStrip2.Name = "statusStrip2";
|
|
|
|
|
|
this.statusStrip2.Size = new System.Drawing.Size(585, 22);
|
|
|
|
|
|
this.statusStrip2.TabIndex = 3;
|
|
|
|
|
|
this.statusStrip2.Text = "statusStrip2";
|
|
|
|
|
|
//
|
2009-04-18 04:21:51 +00:00
|
|
|
|
// labelRequestHex
|
2009-04-17 10:02:16 +00:00
|
|
|
|
//
|
2009-04-18 04:21:51 +00:00
|
|
|
|
this.labelRequestHex.Name = "labelRequestHex";
|
|
|
|
|
|
this.labelRequestHex.Size = new System.Drawing.Size(0, 17);
|
2009-04-17 10:02:16 +00:00
|
|
|
|
//
|
|
|
|
|
|
// hexBoxRequest
|
|
|
|
|
|
//
|
|
|
|
|
|
this.hexBoxRequest.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
|
this.hexBoxRequest.Font = new System.Drawing.Font("Courier New", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
|
this.hexBoxRequest.LineInfoForeColor = System.Drawing.Color.Empty;
|
|
|
|
|
|
this.hexBoxRequest.Location = new System.Drawing.Point(3, 3);
|
|
|
|
|
|
this.hexBoxRequest.Name = "hexBoxRequest";
|
|
|
|
|
|
this.hexBoxRequest.ShadowSelectionColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(60)))), ((int)(((byte)(188)))), ((int)(((byte)(255)))));
|
2009-04-18 04:21:51 +00:00
|
|
|
|
this.hexBoxRequest.Size = new System.Drawing.Size(579, 120);
|
2009-04-17 10:02:16 +00:00
|
|
|
|
this.hexBoxRequest.StringViewVisible = true;
|
|
|
|
|
|
this.hexBoxRequest.TabIndex = 2;
|
|
|
|
|
|
this.hexBoxRequest.UseFixedBytesPerLine = true;
|
|
|
|
|
|
this.hexBoxRequest.VScrollBarVisible = true;
|
2009-04-18 04:21:51 +00:00
|
|
|
|
this.hexBoxRequest.CurrentPositionInLineChanged += new System.EventHandler(this.RequestPosition_Changed);
|
|
|
|
|
|
this.hexBoxRequest.CurrentLineChanged += new System.EventHandler(this.RequestPosition_Changed);
|
2009-04-17 10:02:16 +00:00
|
|
|
|
//
|
|
|
|
|
|
// tabControlInspectorResponse
|
|
|
|
|
|
//
|
|
|
|
|
|
this.tabControlInspectorResponse.Appearance = System.Windows.Forms.TabAppearance.FlatButtons;
|
|
|
|
|
|
this.tabControlInspectorResponse.Controls.Add(this.tabPageInspectorRAW);
|
|
|
|
|
|
this.tabControlInspectorResponse.Controls.Add(this.tabPageInspectorXML);
|
|
|
|
|
|
this.tabControlInspectorResponse.Controls.Add(this.tabPageHexView);
|
|
|
|
|
|
this.tabControlInspectorResponse.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
|
this.tabControlInspectorResponse.ImageList = this.imageList1;
|
|
|
|
|
|
this.tabControlInspectorResponse.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
|
this.tabControlInspectorResponse.Multiline = true;
|
|
|
|
|
|
this.tabControlInspectorResponse.Name = "tabControlInspectorResponse";
|
|
|
|
|
|
this.tabControlInspectorResponse.SelectedIndex = 0;
|
2009-04-18 04:21:51 +00:00
|
|
|
|
this.tabControlInspectorResponse.Size = new System.Drawing.Size(593, 213);
|
2009-04-17 10:02:16 +00:00
|
|
|
|
this.tabControlInspectorResponse.TabIndex = 0;
|
2009-04-16 05:14:07 +00:00
|
|
|
|
//
|
|
|
|
|
|
// tabPageInspectorRAW
|
|
|
|
|
|
//
|
2009-04-17 10:02:16 +00:00
|
|
|
|
this.tabPageInspectorRAW.Controls.Add(this.richTextBoxRawLogResponse);
|
|
|
|
|
|
this.tabPageInspectorRAW.ImageIndex = 0;
|
|
|
|
|
|
this.tabPageInspectorRAW.Location = new System.Drawing.Point(4, 26);
|
2009-04-16 05:14:07 +00:00
|
|
|
|
this.tabPageInspectorRAW.Name = "tabPageInspectorRAW";
|
|
|
|
|
|
this.tabPageInspectorRAW.Padding = new System.Windows.Forms.Padding(3);
|
2009-04-18 04:21:51 +00:00
|
|
|
|
this.tabPageInspectorRAW.Size = new System.Drawing.Size(585, 183);
|
2009-04-16 05:14:07 +00:00
|
|
|
|
this.tabPageInspectorRAW.TabIndex = 0;
|
2009-04-16 08:19:45 +00:00
|
|
|
|
this.tabPageInspectorRAW.Text = "Raw";
|
2009-04-16 05:14:07 +00:00
|
|
|
|
this.tabPageInspectorRAW.UseVisualStyleBackColor = true;
|
|
|
|
|
|
//
|
2009-04-17 10:02:16 +00:00
|
|
|
|
// richTextBoxRawLogResponse
|
2009-04-16 05:14:07 +00:00
|
|
|
|
//
|
2009-04-17 10:02:16 +00:00
|
|
|
|
this.richTextBoxRawLogResponse.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
|
this.richTextBoxRawLogResponse.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
|
this.richTextBoxRawLogResponse.Location = new System.Drawing.Point(3, 3);
|
|
|
|
|
|
this.richTextBoxRawLogResponse.Name = "richTextBoxRawLogResponse";
|
2009-04-18 04:21:51 +00:00
|
|
|
|
this.richTextBoxRawLogResponse.Size = new System.Drawing.Size(579, 177);
|
2009-04-17 10:02:16 +00:00
|
|
|
|
this.richTextBoxRawLogResponse.TabIndex = 0;
|
|
|
|
|
|
this.richTextBoxRawLogResponse.Text = "";
|
|
|
|
|
|
this.richTextBoxRawLogResponse.WordWrap = false;
|
2009-04-16 05:14:07 +00:00
|
|
|
|
//
|
|
|
|
|
|
// tabPageInspectorXML
|
|
|
|
|
|
//
|
2009-04-17 10:02:16 +00:00
|
|
|
|
this.tabPageInspectorXML.Controls.Add(this.treeViewResponseXml);
|
|
|
|
|
|
this.tabPageInspectorXML.ImageIndex = 0;
|
|
|
|
|
|
this.tabPageInspectorXML.Location = new System.Drawing.Point(4, 26);
|
2009-04-16 05:14:07 +00:00
|
|
|
|
this.tabPageInspectorXML.Name = "tabPageInspectorXML";
|
|
|
|
|
|
this.tabPageInspectorXML.Padding = new System.Windows.Forms.Padding(3);
|
2009-04-18 04:21:51 +00:00
|
|
|
|
this.tabPageInspectorXML.Size = new System.Drawing.Size(585, 183);
|
2009-04-16 05:14:07 +00:00
|
|
|
|
this.tabPageInspectorXML.TabIndex = 1;
|
|
|
|
|
|
this.tabPageInspectorXML.Text = "XML";
|
|
|
|
|
|
this.tabPageInspectorXML.UseVisualStyleBackColor = true;
|
|
|
|
|
|
//
|
2009-04-17 10:02:16 +00:00
|
|
|
|
// treeViewResponseXml
|
2009-04-16 05:14:07 +00:00
|
|
|
|
//
|
2009-04-17 10:02:16 +00:00
|
|
|
|
this.treeViewResponseXml.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
|
this.treeViewResponseXml.Location = new System.Drawing.Point(3, 3);
|
|
|
|
|
|
this.treeViewResponseXml.Name = "treeViewResponseXml";
|
2009-04-18 04:21:51 +00:00
|
|
|
|
this.treeViewResponseXml.Size = new System.Drawing.Size(579, 177);
|
2009-04-17 10:02:16 +00:00
|
|
|
|
this.treeViewResponseXml.TabIndex = 0;
|
2009-04-16 05:14:07 +00:00
|
|
|
|
//
|
2009-04-17 00:48:52 +00:00
|
|
|
|
// tabPageHexView
|
|
|
|
|
|
//
|
|
|
|
|
|
this.tabPageHexView.Controls.Add(this.statusStrip1);
|
2009-04-17 10:02:16 +00:00
|
|
|
|
this.tabPageHexView.Controls.Add(this.hexBoxResponse);
|
|
|
|
|
|
this.tabPageHexView.ImageIndex = 0;
|
|
|
|
|
|
this.tabPageHexView.Location = new System.Drawing.Point(4, 26);
|
2009-04-17 00:48:52 +00:00
|
|
|
|
this.tabPageHexView.Name = "tabPageHexView";
|
|
|
|
|
|
this.tabPageHexView.Padding = new System.Windows.Forms.Padding(3);
|
2009-04-18 04:21:51 +00:00
|
|
|
|
this.tabPageHexView.Size = new System.Drawing.Size(585, 183);
|
2009-04-17 00:48:52 +00:00
|
|
|
|
this.tabPageHexView.TabIndex = 4;
|
|
|
|
|
|
this.tabPageHexView.Text = "Hex";
|
|
|
|
|
|
this.tabPageHexView.UseVisualStyleBackColor = true;
|
|
|
|
|
|
//
|
|
|
|
|
|
// statusStrip1
|
|
|
|
|
|
//
|
|
|
|
|
|
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
2009-04-18 04:21:51 +00:00
|
|
|
|
this.labelResponseHex});
|
|
|
|
|
|
this.statusStrip1.Location = new System.Drawing.Point(3, 158);
|
2009-04-17 00:48:52 +00:00
|
|
|
|
this.statusStrip1.Name = "statusStrip1";
|
|
|
|
|
|
this.statusStrip1.Size = new System.Drawing.Size(579, 22);
|
|
|
|
|
|
this.statusStrip1.TabIndex = 0;
|
|
|
|
|
|
this.statusStrip1.Text = "statusStrip1";
|
|
|
|
|
|
//
|
2009-04-18 04:21:51 +00:00
|
|
|
|
// labelResponseHex
|
2009-04-16 05:14:07 +00:00
|
|
|
|
//
|
2009-04-18 04:21:51 +00:00
|
|
|
|
this.labelResponseHex.Name = "labelResponseHex";
|
|
|
|
|
|
this.labelResponseHex.Size = new System.Drawing.Size(0, 17);
|
2009-04-17 00:48:52 +00:00
|
|
|
|
//
|
2009-04-17 10:02:16 +00:00
|
|
|
|
// hexBoxResponse
|
2009-04-17 00:48:52 +00:00
|
|
|
|
//
|
2009-04-17 10:02:16 +00:00
|
|
|
|
this.hexBoxResponse.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
2009-04-17 00:48:52 +00:00
|
|
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
2009-04-17 10:02:16 +00:00
|
|
|
|
this.hexBoxResponse.Font = new System.Drawing.Font("Courier New", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
|
this.hexBoxResponse.LineInfoForeColor = System.Drawing.Color.Empty;
|
|
|
|
|
|
this.hexBoxResponse.Location = new System.Drawing.Point(3, 3);
|
|
|
|
|
|
this.hexBoxResponse.Name = "hexBoxResponse";
|
|
|
|
|
|
this.hexBoxResponse.ShadowSelectionColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(60)))), ((int)(((byte)(188)))), ((int)(((byte)(255)))));
|
2009-04-18 04:21:51 +00:00
|
|
|
|
this.hexBoxResponse.Size = new System.Drawing.Size(579, 153);
|
2009-04-17 10:02:16 +00:00
|
|
|
|
this.hexBoxResponse.StringViewVisible = true;
|
|
|
|
|
|
this.hexBoxResponse.TabIndex = 1;
|
|
|
|
|
|
this.hexBoxResponse.UseFixedBytesPerLine = true;
|
|
|
|
|
|
this.hexBoxResponse.VScrollBarVisible = true;
|
2009-04-18 04:21:51 +00:00
|
|
|
|
this.hexBoxResponse.CurrentPositionInLineChanged += new System.EventHandler(this.ReplyPosition_Changed);
|
|
|
|
|
|
this.hexBoxResponse.CurrentLineChanged += new System.EventHandler(this.ReplyPosition_Changed);
|
2009-04-16 05:14:07 +00:00
|
|
|
|
//
|
|
|
|
|
|
// tabPageInject
|
|
|
|
|
|
//
|
2009-04-17 00:48:52 +00:00
|
|
|
|
this.tabPageInject.Controls.Add(this.button3);
|
|
|
|
|
|
this.tabPageInject.Controls.Add(this.buttonInjectPacket);
|
2009-04-17 10:02:16 +00:00
|
|
|
|
this.tabPageInject.Controls.Add(this.richTextBoxInject);
|
2009-04-16 05:14:07 +00:00
|
|
|
|
this.tabPageInject.Location = new System.Drawing.Point(4, 22);
|
|
|
|
|
|
this.tabPageInject.Name = "tabPageInject";
|
|
|
|
|
|
this.tabPageInject.Padding = new System.Windows.Forms.Padding(3);
|
2009-04-17 10:02:16 +00:00
|
|
|
|
this.tabPageInject.Size = new System.Drawing.Size(593, 396);
|
2009-04-16 05:14:07 +00:00
|
|
|
|
this.tabPageInject.TabIndex = 2;
|
|
|
|
|
|
this.tabPageInject.Text = "Inject";
|
|
|
|
|
|
this.tabPageInject.UseVisualStyleBackColor = true;
|
|
|
|
|
|
//
|
2009-04-17 10:02:16 +00:00
|
|
|
|
// button3
|
|
|
|
|
|
//
|
|
|
|
|
|
this.button3.Enabled = false;
|
|
|
|
|
|
this.button3.Location = new System.Drawing.Point(6, 367);
|
|
|
|
|
|
this.button3.Name = "button3";
|
|
|
|
|
|
this.button3.Size = new System.Drawing.Size(105, 23);
|
|
|
|
|
|
this.button3.TabIndex = 2;
|
|
|
|
|
|
this.button3.Text = "Packet Builder";
|
|
|
|
|
|
this.button3.UseVisualStyleBackColor = true;
|
|
|
|
|
|
//
|
2009-04-17 00:48:52 +00:00
|
|
|
|
// buttonInjectPacket
|
|
|
|
|
|
//
|
|
|
|
|
|
this.buttonInjectPacket.Enabled = false;
|
2009-04-17 10:02:16 +00:00
|
|
|
|
this.buttonInjectPacket.Location = new System.Drawing.Point(117, 367);
|
2009-04-17 00:48:52 +00:00
|
|
|
|
this.buttonInjectPacket.Name = "buttonInjectPacket";
|
|
|
|
|
|
this.buttonInjectPacket.Size = new System.Drawing.Size(75, 23);
|
|
|
|
|
|
this.buttonInjectPacket.TabIndex = 1;
|
|
|
|
|
|
this.buttonInjectPacket.Text = "Inject";
|
|
|
|
|
|
this.buttonInjectPacket.UseVisualStyleBackColor = true;
|
|
|
|
|
|
//
|
2009-04-17 10:02:16 +00:00
|
|
|
|
// richTextBoxInject
|
2009-04-16 05:14:07 +00:00
|
|
|
|
//
|
2009-04-17 10:02:16 +00:00
|
|
|
|
this.richTextBoxInject.Location = new System.Drawing.Point(6, 6);
|
|
|
|
|
|
this.richTextBoxInject.Name = "richTextBoxInject";
|
|
|
|
|
|
this.richTextBoxInject.Size = new System.Drawing.Size(569, 355);
|
|
|
|
|
|
this.richTextBoxInject.TabIndex = 0;
|
|
|
|
|
|
this.richTextBoxInject.Text = "";
|
2009-04-16 05:14:07 +00:00
|
|
|
|
//
|
2009-04-18 04:21:51 +00:00
|
|
|
|
// toolStripLabelHexEditorRequest
|
|
|
|
|
|
//
|
|
|
|
|
|
this.toolStripLabelHexEditorRequest.Name = "toolStripLabelHexEditorRequest";
|
|
|
|
|
|
this.toolStripLabelHexEditorRequest.Size = new System.Drawing.Size(0, 17);
|
|
|
|
|
|
//
|
|
|
|
|
|
// toolStripStatusLabel1
|
|
|
|
|
|
//
|
|
|
|
|
|
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
|
|
|
|
|
|
this.toolStripStatusLabel1.Size = new System.Drawing.Size(0, 17);
|
|
|
|
|
|
//
|
2009-04-16 05:14:07 +00:00
|
|
|
|
// toolStrip1
|
|
|
|
|
|
//
|
|
|
|
|
|
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
2009-04-18 04:21:51 +00:00
|
|
|
|
this.toolStripFileMenu,
|
|
|
|
|
|
this.EditToolStripButton,
|
|
|
|
|
|
this.toolStripSeparator6,
|
|
|
|
|
|
this.toolStripDropDownButton4});
|
2009-04-16 05:14:07 +00:00
|
|
|
|
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
|
this.toolStrip1.Name = "toolStrip1";
|
2009-04-17 00:48:52 +00:00
|
|
|
|
this.toolStrip1.Size = new System.Drawing.Size(1094, 25);
|
2009-04-16 05:14:07 +00:00
|
|
|
|
this.toolStrip1.TabIndex = 2;
|
|
|
|
|
|
this.toolStrip1.Text = "toolStrip1";
|
|
|
|
|
|
//
|
2009-04-18 04:21:51 +00:00
|
|
|
|
// toolStripFileMenu
|
2009-04-17 23:13:33 +00:00
|
|
|
|
//
|
2009-04-18 04:21:51 +00:00
|
|
|
|
this.toolStripFileMenu.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
|
|
|
|
|
|
this.toolStripFileMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
|
this.captureToolStripMenuItem,
|
|
|
|
|
|
this.toolStripSeparator7,
|
|
|
|
|
|
this.loadSessionArchiveToolStripMenuItem,
|
|
|
|
|
|
this.saveSessionArchiveToolStripMenuItem,
|
|
|
|
|
|
this.toolStripSeparator8,
|
|
|
|
|
|
this.settingsToolStripMenuItem,
|
|
|
|
|
|
this.toolStripSeparator9,
|
|
|
|
|
|
this.exitToolStripMenuItem1});
|
|
|
|
|
|
this.toolStripFileMenu.Image = ((System.Drawing.Image)(resources.GetObject("toolStripFileMenu.Image")));
|
|
|
|
|
|
this.toolStripFileMenu.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
|
|
|
|
this.toolStripFileMenu.Name = "toolStripFileMenu";
|
|
|
|
|
|
this.toolStripFileMenu.Size = new System.Drawing.Size(36, 22);
|
|
|
|
|
|
this.toolStripFileMenu.Text = "&File";
|
|
|
|
|
|
//
|
|
|
|
|
|
// captureToolStripMenuItem
|
|
|
|
|
|
//
|
|
|
|
|
|
this.captureToolStripMenuItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
|
|
|
|
|
|
this.captureToolStripMenuItem.Name = "captureToolStripMenuItem";
|
|
|
|
|
|
this.captureToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F12;
|
|
|
|
|
|
this.captureToolStripMenuItem.Size = new System.Drawing.Size(187, 22);
|
|
|
|
|
|
this.captureToolStripMenuItem.Text = "Capture";
|
|
|
|
|
|
//
|
|
|
|
|
|
// toolStripSeparator7
|
|
|
|
|
|
//
|
|
|
|
|
|
this.toolStripSeparator7.Name = "toolStripSeparator7";
|
|
|
|
|
|
this.toolStripSeparator7.Size = new System.Drawing.Size(184, 6);
|
|
|
|
|
|
//
|
|
|
|
|
|
// loadSessionArchiveToolStripMenuItem
|
|
|
|
|
|
//
|
|
|
|
|
|
this.loadSessionArchiveToolStripMenuItem.Name = "loadSessionArchiveToolStripMenuItem";
|
|
|
|
|
|
this.loadSessionArchiveToolStripMenuItem.Size = new System.Drawing.Size(187, 22);
|
|
|
|
|
|
this.loadSessionArchiveToolStripMenuItem.Text = "Load Session Archive";
|
|
|
|
|
|
//
|
|
|
|
|
|
// saveSessionArchiveToolStripMenuItem
|
|
|
|
|
|
//
|
|
|
|
|
|
this.saveSessionArchiveToolStripMenuItem.Name = "saveSessionArchiveToolStripMenuItem";
|
|
|
|
|
|
this.saveSessionArchiveToolStripMenuItem.Size = new System.Drawing.Size(187, 22);
|
|
|
|
|
|
this.saveSessionArchiveToolStripMenuItem.Text = "Save Session Archive";
|
|
|
|
|
|
//
|
|
|
|
|
|
// toolStripSeparator8
|
|
|
|
|
|
//
|
|
|
|
|
|
this.toolStripSeparator8.Name = "toolStripSeparator8";
|
|
|
|
|
|
this.toolStripSeparator8.Size = new System.Drawing.Size(184, 6);
|
|
|
|
|
|
//
|
|
|
|
|
|
// settingsToolStripMenuItem
|
|
|
|
|
|
//
|
|
|
|
|
|
this.settingsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
|
this.autoScrollSessionsToolStripMenuItem});
|
|
|
|
|
|
this.settingsToolStripMenuItem.Name = "settingsToolStripMenuItem";
|
|
|
|
|
|
this.settingsToolStripMenuItem.Size = new System.Drawing.Size(187, 22);
|
|
|
|
|
|
this.settingsToolStripMenuItem.Text = "Settings";
|
|
|
|
|
|
//
|
|
|
|
|
|
// toolStripSeparator9
|
|
|
|
|
|
//
|
|
|
|
|
|
this.toolStripSeparator9.Name = "toolStripSeparator9";
|
|
|
|
|
|
this.toolStripSeparator9.Size = new System.Drawing.Size(184, 6);
|
|
|
|
|
|
//
|
|
|
|
|
|
// exitToolStripMenuItem1
|
|
|
|
|
|
//
|
|
|
|
|
|
this.exitToolStripMenuItem1.Name = "exitToolStripMenuItem1";
|
|
|
|
|
|
this.exitToolStripMenuItem1.Size = new System.Drawing.Size(187, 22);
|
|
|
|
|
|
this.exitToolStripMenuItem1.Text = "Exit";
|
|
|
|
|
|
//
|
|
|
|
|
|
// EditToolStripButton
|
|
|
|
|
|
//
|
|
|
|
|
|
this.EditToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
|
|
|
|
|
|
this.EditToolStripButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
|
this.copyToolStripMenuItem1,
|
|
|
|
|
|
this.removeToolStripMenuItem2,
|
|
|
|
|
|
this.selectToolStripMenuItem1,
|
|
|
|
|
|
this.toolStripSeparator10,
|
|
|
|
|
|
this.markToolStripMenuItem1,
|
|
|
|
|
|
this.toolStripSeparator12,
|
|
|
|
|
|
this.findToolStripMenuItem});
|
|
|
|
|
|
this.EditToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("EditToolStripButton.Image")));
|
|
|
|
|
|
this.EditToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
|
|
|
|
this.EditToolStripButton.Name = "EditToolStripButton";
|
|
|
|
|
|
this.EditToolStripButton.Size = new System.Drawing.Size(38, 22);
|
|
|
|
|
|
this.EditToolStripButton.Text = "&Edit";
|
|
|
|
|
|
//
|
|
|
|
|
|
// copyToolStripMenuItem1
|
|
|
|
|
|
//
|
|
|
|
|
|
this.copyToolStripMenuItem1.Name = "copyToolStripMenuItem1";
|
|
|
|
|
|
this.copyToolStripMenuItem1.Size = new System.Drawing.Size(152, 22);
|
|
|
|
|
|
this.copyToolStripMenuItem1.Text = "Copy";
|
|
|
|
|
|
//
|
|
|
|
|
|
// removeToolStripMenuItem2
|
|
|
|
|
|
//
|
|
|
|
|
|
this.removeToolStripMenuItem2.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
|
this.selectedToolStripMenuItem1,
|
|
|
|
|
|
this.unselectedToolStripMenuItem,
|
|
|
|
|
|
this.allToolStripMenuItem2});
|
|
|
|
|
|
this.removeToolStripMenuItem2.Name = "removeToolStripMenuItem2";
|
|
|
|
|
|
this.removeToolStripMenuItem2.Size = new System.Drawing.Size(152, 22);
|
|
|
|
|
|
this.removeToolStripMenuItem2.Text = "Remove";
|
|
|
|
|
|
//
|
|
|
|
|
|
// selectedToolStripMenuItem1
|
|
|
|
|
|
//
|
|
|
|
|
|
this.selectedToolStripMenuItem1.Name = "selectedToolStripMenuItem1";
|
|
|
|
|
|
this.selectedToolStripMenuItem1.ShortcutKeys = System.Windows.Forms.Keys.Delete;
|
|
|
|
|
|
this.selectedToolStripMenuItem1.Size = new System.Drawing.Size(152, 22);
|
|
|
|
|
|
this.selectedToolStripMenuItem1.Text = "Selected";
|
|
|
|
|
|
this.selectedToolStripMenuItem1.Click += new System.EventHandler(this.removeSelectedToolStripMenuItem_Click);
|
|
|
|
|
|
//
|
|
|
|
|
|
// unselectedToolStripMenuItem
|
|
|
|
|
|
//
|
|
|
|
|
|
this.unselectedToolStripMenuItem.Name = "unselectedToolStripMenuItem";
|
|
|
|
|
|
this.unselectedToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
|
|
|
|
|
|
this.unselectedToolStripMenuItem.Text = "Unselected";
|
|
|
|
|
|
this.unselectedToolStripMenuItem.Click += new System.EventHandler(this.removeUnselectedSessionsToolStripMenuItem_Click);
|
|
|
|
|
|
//
|
|
|
|
|
|
// allToolStripMenuItem2
|
|
|
|
|
|
//
|
|
|
|
|
|
this.allToolStripMenuItem2.Name = "allToolStripMenuItem2";
|
|
|
|
|
|
this.allToolStripMenuItem2.Size = new System.Drawing.Size(152, 22);
|
|
|
|
|
|
this.allToolStripMenuItem2.Text = "All";
|
|
|
|
|
|
this.allToolStripMenuItem2.Click += new System.EventHandler(this.removeAllToolStripMenuItem_Click);
|
|
|
|
|
|
//
|
|
|
|
|
|
// selectToolStripMenuItem1
|
|
|
|
|
|
//
|
|
|
|
|
|
this.selectToolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
|
this.allToolStripMenuItem3,
|
|
|
|
|
|
this.invertToolStripMenuItem,
|
|
|
|
|
|
this.noneToolStripMenuItem1});
|
|
|
|
|
|
this.selectToolStripMenuItem1.Name = "selectToolStripMenuItem1";
|
|
|
|
|
|
this.selectToolStripMenuItem1.Size = new System.Drawing.Size(152, 22);
|
|
|
|
|
|
this.selectToolStripMenuItem1.Text = "Select";
|
|
|
|
|
|
//
|
|
|
|
|
|
// allToolStripMenuItem3
|
|
|
|
|
|
//
|
|
|
|
|
|
this.allToolStripMenuItem3.Name = "allToolStripMenuItem3";
|
|
|
|
|
|
this.allToolStripMenuItem3.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.A)));
|
|
|
|
|
|
this.allToolStripMenuItem3.Size = new System.Drawing.Size(152, 22);
|
|
|
|
|
|
this.allToolStripMenuItem3.Text = "All";
|
|
|
|
|
|
//
|
|
|
|
|
|
// invertToolStripMenuItem
|
|
|
|
|
|
//
|
|
|
|
|
|
this.invertToolStripMenuItem.Name = "invertToolStripMenuItem";
|
|
|
|
|
|
this.invertToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
|
|
|
|
|
|
this.invertToolStripMenuItem.Text = "Invert";
|
|
|
|
|
|
//
|
|
|
|
|
|
// noneToolStripMenuItem1
|
|
|
|
|
|
//
|
|
|
|
|
|
this.noneToolStripMenuItem1.Name = "noneToolStripMenuItem1";
|
|
|
|
|
|
this.noneToolStripMenuItem1.Size = new System.Drawing.Size(152, 22);
|
|
|
|
|
|
this.noneToolStripMenuItem1.Text = "None";
|
|
|
|
|
|
//
|
|
|
|
|
|
// toolStripSeparator10
|
|
|
|
|
|
//
|
|
|
|
|
|
this.toolStripSeparator10.Name = "toolStripSeparator10";
|
|
|
|
|
|
this.toolStripSeparator10.Size = new System.Drawing.Size(149, 6);
|
|
|
|
|
|
//
|
|
|
|
|
|
// markToolStripMenuItem1
|
|
|
|
|
|
//
|
|
|
|
|
|
this.markToolStripMenuItem1.DropDown = this.contextMenuStripMarkDropdown;
|
|
|
|
|
|
this.markToolStripMenuItem1.Name = "markToolStripMenuItem1";
|
|
|
|
|
|
this.markToolStripMenuItem1.Size = new System.Drawing.Size(152, 22);
|
|
|
|
|
|
this.markToolStripMenuItem1.Text = "Mark";
|
|
|
|
|
|
//
|
|
|
|
|
|
// toolStripSeparator12
|
|
|
|
|
|
//
|
|
|
|
|
|
this.toolStripSeparator12.Name = "toolStripSeparator12";
|
|
|
|
|
|
this.toolStripSeparator12.Size = new System.Drawing.Size(149, 6);
|
|
|
|
|
|
//
|
|
|
|
|
|
// findToolStripMenuItem
|
|
|
|
|
|
//
|
|
|
|
|
|
this.findToolStripMenuItem.Name = "findToolStripMenuItem";
|
|
|
|
|
|
this.findToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.F)));
|
|
|
|
|
|
this.findToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
|
|
|
|
|
|
this.findToolStripMenuItem.Text = "Find";
|
|
|
|
|
|
//
|
|
|
|
|
|
// toolStripSeparator6
|
|
|
|
|
|
//
|
|
|
|
|
|
this.toolStripSeparator6.Name = "toolStripSeparator6";
|
|
|
|
|
|
this.toolStripSeparator6.Size = new System.Drawing.Size(6, 25);
|
|
|
|
|
|
//
|
|
|
|
|
|
// toolStripDropDownButton4
|
|
|
|
|
|
//
|
|
|
|
|
|
this.toolStripDropDownButton4.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
|
this.aboutToolStripMenuItem});
|
|
|
|
|
|
this.toolStripDropDownButton4.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
|
|
|
|
this.toolStripDropDownButton4.Name = "toolStripDropDownButton4";
|
|
|
|
|
|
this.toolStripDropDownButton4.Size = new System.Drawing.Size(41, 22);
|
|
|
|
|
|
this.toolStripDropDownButton4.Text = "&Help";
|
|
|
|
|
|
//
|
|
|
|
|
|
// aboutToolStripMenuItem
|
|
|
|
|
|
//
|
|
|
|
|
|
this.aboutToolStripMenuItem.Image = global::WinGridProxy.Properties.Resources.Help;
|
|
|
|
|
|
this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
|
|
|
|
|
|
this.aboutToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
|
|
|
|
|
|
this.aboutToolStripMenuItem.Text = "About";
|
|
|
|
|
|
this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutWinGridProxyToolStripMenuItem_Click);
|
2009-04-17 23:13:33 +00:00
|
|
|
|
//
|
2009-04-16 05:14:07 +00:00
|
|
|
|
// toolStripDropDownButton1
|
|
|
|
|
|
//
|
|
|
|
|
|
this.toolStripDropDownButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
|
|
|
|
|
|
this.toolStripDropDownButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
|
this.captureTrafficToolStripMenuItem,
|
|
|
|
|
|
this.toolStripSeparator1,
|
|
|
|
|
|
this.saveSessionsToolStripMenuItem,
|
|
|
|
|
|
this.loadSessionsToolStripMenuItem,
|
|
|
|
|
|
this.toolStripSeparator2,
|
|
|
|
|
|
this.exitToolStripMenuItem});
|
|
|
|
|
|
this.toolStripDropDownButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripDropDownButton1.Image")));
|
|
|
|
|
|
this.toolStripDropDownButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
|
|
|
|
this.toolStripDropDownButton1.Name = "toolStripDropDownButton1";
|
|
|
|
|
|
this.toolStripDropDownButton1.Size = new System.Drawing.Size(36, 22);
|
|
|
|
|
|
this.toolStripDropDownButton1.Text = "File";
|
|
|
|
|
|
//
|
|
|
|
|
|
// captureTrafficToolStripMenuItem
|
|
|
|
|
|
//
|
2009-04-17 10:02:16 +00:00
|
|
|
|
this.captureTrafficToolStripMenuItem.Checked = true;
|
|
|
|
|
|
this.captureTrafficToolStripMenuItem.CheckOnClick = true;
|
|
|
|
|
|
this.captureTrafficToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
|
2009-04-16 05:14:07 +00:00
|
|
|
|
this.captureTrafficToolStripMenuItem.Name = "captureTrafficToolStripMenuItem";
|
2009-04-17 10:02:16 +00:00
|
|
|
|
this.captureTrafficToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F12;
|
|
|
|
|
|
this.captureTrafficToolStripMenuItem.Size = new System.Drawing.Size(183, 22);
|
2009-04-16 05:14:07 +00:00
|
|
|
|
this.captureTrafficToolStripMenuItem.Text = "Capture Traffic";
|
|
|
|
|
|
//
|
|
|
|
|
|
// toolStripSeparator1
|
|
|
|
|
|
//
|
|
|
|
|
|
this.toolStripSeparator1.Name = "toolStripSeparator1";
|
2009-04-17 10:02:16 +00:00
|
|
|
|
this.toolStripSeparator1.Size = new System.Drawing.Size(180, 6);
|
2009-04-16 05:14:07 +00:00
|
|
|
|
//
|
|
|
|
|
|
// saveSessionsToolStripMenuItem
|
|
|
|
|
|
//
|
|
|
|
|
|
this.saveSessionsToolStripMenuItem.Name = "saveSessionsToolStripMenuItem";
|
2009-04-17 10:02:16 +00:00
|
|
|
|
this.saveSessionsToolStripMenuItem.Size = new System.Drawing.Size(183, 22);
|
2009-04-16 05:14:07 +00:00
|
|
|
|
this.saveSessionsToolStripMenuItem.Text = "Save Sessions";
|
|
|
|
|
|
//
|
|
|
|
|
|
// loadSessionsToolStripMenuItem
|
|
|
|
|
|
//
|
|
|
|
|
|
this.loadSessionsToolStripMenuItem.Name = "loadSessionsToolStripMenuItem";
|
2009-04-17 10:02:16 +00:00
|
|
|
|
this.loadSessionsToolStripMenuItem.Size = new System.Drawing.Size(183, 22);
|
2009-04-16 05:14:07 +00:00
|
|
|
|
this.loadSessionsToolStripMenuItem.Text = "Load Sessions";
|
|
|
|
|
|
//
|
|
|
|
|
|
// toolStripSeparator2
|
|
|
|
|
|
//
|
|
|
|
|
|
this.toolStripSeparator2.Name = "toolStripSeparator2";
|
2009-04-17 10:02:16 +00:00
|
|
|
|
this.toolStripSeparator2.Size = new System.Drawing.Size(180, 6);
|
2009-04-16 05:14:07 +00:00
|
|
|
|
//
|
|
|
|
|
|
// exitToolStripMenuItem
|
|
|
|
|
|
//
|
|
|
|
|
|
this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
|
2009-04-17 10:02:16 +00:00
|
|
|
|
this.exitToolStripMenuItem.Size = new System.Drawing.Size(183, 22);
|
2009-04-16 05:14:07 +00:00
|
|
|
|
this.exitToolStripMenuItem.Text = "Exit";
|
|
|
|
|
|
//
|
2009-04-17 00:48:52 +00:00
|
|
|
|
// toolStripDropDownButton2
|
|
|
|
|
|
//
|
|
|
|
|
|
this.toolStripDropDownButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
|
|
|
|
|
|
this.toolStripDropDownButton2.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
|
this.copyToolStripMenuItem,
|
|
|
|
|
|
this.removeToolStripMenuItem,
|
|
|
|
|
|
this.selectToolStripMenuItem,
|
|
|
|
|
|
this.toolStripSeparator3,
|
|
|
|
|
|
this.markToolStripMenuItem,
|
|
|
|
|
|
this.toolStripSeparator4,
|
|
|
|
|
|
this.findSessionToolStripMenuItem});
|
|
|
|
|
|
this.toolStripDropDownButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripDropDownButton2.Image")));
|
|
|
|
|
|
this.toolStripDropDownButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
|
|
|
|
this.toolStripDropDownButton2.Name = "toolStripDropDownButton2";
|
|
|
|
|
|
this.toolStripDropDownButton2.Size = new System.Drawing.Size(38, 22);
|
|
|
|
|
|
this.toolStripDropDownButton2.Text = "Edit";
|
|
|
|
|
|
//
|
|
|
|
|
|
// copyToolStripMenuItem
|
|
|
|
|
|
//
|
|
|
|
|
|
this.copyToolStripMenuItem.Name = "copyToolStripMenuItem";
|
2009-04-17 10:02:16 +00:00
|
|
|
|
this.copyToolStripMenuItem.Size = new System.Drawing.Size(182, 22);
|
2009-04-17 00:48:52 +00:00
|
|
|
|
this.copyToolStripMenuItem.Text = "Copy";
|
|
|
|
|
|
//
|
|
|
|
|
|
// removeToolStripMenuItem
|
|
|
|
|
|
//
|
|
|
|
|
|
this.removeToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
|
this.allToolStripMenuItem,
|
|
|
|
|
|
this.selectedToolStripMenuItem,
|
|
|
|
|
|
this.unselectedSessionsToolStripMenuItem});
|
|
|
|
|
|
this.removeToolStripMenuItem.Name = "removeToolStripMenuItem";
|
2009-04-17 10:02:16 +00:00
|
|
|
|
this.removeToolStripMenuItem.Size = new System.Drawing.Size(182, 22);
|
2009-04-17 00:48:52 +00:00
|
|
|
|
this.removeToolStripMenuItem.Text = "Remove";
|
|
|
|
|
|
//
|
|
|
|
|
|
// allToolStripMenuItem
|
|
|
|
|
|
//
|
|
|
|
|
|
this.allToolStripMenuItem.Name = "allToolStripMenuItem";
|
|
|
|
|
|
this.allToolStripMenuItem.Size = new System.Drawing.Size(182, 22);
|
|
|
|
|
|
this.allToolStripMenuItem.Text = "All";
|
|
|
|
|
|
//
|
|
|
|
|
|
// selectedToolStripMenuItem
|
|
|
|
|
|
//
|
|
|
|
|
|
this.selectedToolStripMenuItem.Name = "selectedToolStripMenuItem";
|
|
|
|
|
|
this.selectedToolStripMenuItem.Size = new System.Drawing.Size(182, 22);
|
|
|
|
|
|
this.selectedToolStripMenuItem.Text = "Selected Sessions";
|
|
|
|
|
|
//
|
|
|
|
|
|
// unselectedSessionsToolStripMenuItem
|
|
|
|
|
|
//
|
|
|
|
|
|
this.unselectedSessionsToolStripMenuItem.Name = "unselectedSessionsToolStripMenuItem";
|
|
|
|
|
|
this.unselectedSessionsToolStripMenuItem.Size = new System.Drawing.Size(182, 22);
|
|
|
|
|
|
this.unselectedSessionsToolStripMenuItem.Text = "Unselected Sessions";
|
2009-04-17 10:02:16 +00:00
|
|
|
|
//
|
|
|
|
|
|
// selectToolStripMenuItem
|
|
|
|
|
|
//
|
|
|
|
|
|
this.selectToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
|
this.allToolStripMenuItem1,
|
|
|
|
|
|
this.noneToolStripMenuItem,
|
|
|
|
|
|
this.invertSelectionsToolStripMenuItem});
|
|
|
|
|
|
this.selectToolStripMenuItem.Name = "selectToolStripMenuItem";
|
|
|
|
|
|
this.selectToolStripMenuItem.Size = new System.Drawing.Size(182, 22);
|
|
|
|
|
|
this.selectToolStripMenuItem.Text = "Select";
|
2009-04-17 00:48:52 +00:00
|
|
|
|
//
|
|
|
|
|
|
// allToolStripMenuItem1
|
|
|
|
|
|
//
|
|
|
|
|
|
this.allToolStripMenuItem1.Name = "allToolStripMenuItem1";
|
2009-04-17 10:02:16 +00:00
|
|
|
|
this.allToolStripMenuItem1.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.A)));
|
2009-04-17 00:48:52 +00:00
|
|
|
|
this.allToolStripMenuItem1.Size = new System.Drawing.Size(166, 22);
|
|
|
|
|
|
this.allToolStripMenuItem1.Text = "All";
|
2009-04-17 10:02:16 +00:00
|
|
|
|
this.allToolStripMenuItem1.Click += new System.EventHandler(this.allToolStripMenuItem1_Click);
|
2009-04-17 00:48:52 +00:00
|
|
|
|
//
|
|
|
|
|
|
// noneToolStripMenuItem
|
|
|
|
|
|
//
|
|
|
|
|
|
this.noneToolStripMenuItem.Name = "noneToolStripMenuItem";
|
|
|
|
|
|
this.noneToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
|
|
|
|
|
|
this.noneToolStripMenuItem.Text = "None";
|
2009-04-17 10:02:16 +00:00
|
|
|
|
this.noneToolStripMenuItem.Click += new System.EventHandler(this.noneToolStripMenuItem_Click);
|
2009-04-17 00:48:52 +00:00
|
|
|
|
//
|
|
|
|
|
|
// invertSelectionsToolStripMenuItem
|
|
|
|
|
|
//
|
|
|
|
|
|
this.invertSelectionsToolStripMenuItem.Name = "invertSelectionsToolStripMenuItem";
|
|
|
|
|
|
this.invertSelectionsToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
|
|
|
|
|
|
this.invertSelectionsToolStripMenuItem.Text = "Invert Selections";
|
2009-04-17 10:02:16 +00:00
|
|
|
|
this.invertSelectionsToolStripMenuItem.Click += new System.EventHandler(this.invertSelectionsToolStripMenuItem_Click);
|
2009-04-17 00:48:52 +00:00
|
|
|
|
//
|
|
|
|
|
|
// toolStripSeparator3
|
|
|
|
|
|
//
|
|
|
|
|
|
this.toolStripSeparator3.Name = "toolStripSeparator3";
|
2009-04-17 10:02:16 +00:00
|
|
|
|
this.toolStripSeparator3.Size = new System.Drawing.Size(179, 6);
|
2009-04-17 00:48:52 +00:00
|
|
|
|
//
|
|
|
|
|
|
// markToolStripMenuItem
|
|
|
|
|
|
//
|
2009-04-17 10:02:16 +00:00
|
|
|
|
this.markToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
|
this.redToolStripMenuItem,
|
|
|
|
|
|
this.goldToolStripMenuItem,
|
|
|
|
|
|
this.orangeToolStripMenuItem,
|
|
|
|
|
|
this.purpleToolStripMenuItem,
|
|
|
|
|
|
this.yellowToolStripMenuItem,
|
|
|
|
|
|
this.toolStripSeparator5,
|
|
|
|
|
|
this.removeToolStripMenuItem1});
|
2009-04-17 00:48:52 +00:00
|
|
|
|
this.markToolStripMenuItem.Name = "markToolStripMenuItem";
|
|
|
|
|
|
this.markToolStripMenuItem.Size = new System.Drawing.Size(182, 22);
|
|
|
|
|
|
this.markToolStripMenuItem.Text = "Mark";
|
|
|
|
|
|
//
|
2009-04-17 10:02:16 +00:00
|
|
|
|
// redToolStripMenuItem
|
|
|
|
|
|
//
|
|
|
|
|
|
this.redToolStripMenuItem.Name = "redToolStripMenuItem";
|
2009-04-17 23:13:33 +00:00
|
|
|
|
this.redToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
|
2009-04-17 10:02:16 +00:00
|
|
|
|
this.redToolStripMenuItem.Text = "Red";
|
|
|
|
|
|
this.redToolStripMenuItem.Click += new System.EventHandler(this.MarkColorToolStripMenuItem_Click);
|
|
|
|
|
|
//
|
|
|
|
|
|
// goldToolStripMenuItem
|
|
|
|
|
|
//
|
|
|
|
|
|
this.goldToolStripMenuItem.Name = "goldToolStripMenuItem";
|
2009-04-17 23:13:33 +00:00
|
|
|
|
this.goldToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
|
2009-04-17 10:02:16 +00:00
|
|
|
|
this.goldToolStripMenuItem.Text = "Gold";
|
|
|
|
|
|
this.goldToolStripMenuItem.Click += new System.EventHandler(this.MarkColorToolStripMenuItem_Click);
|
|
|
|
|
|
//
|
|
|
|
|
|
// orangeToolStripMenuItem
|
|
|
|
|
|
//
|
|
|
|
|
|
this.orangeToolStripMenuItem.Name = "orangeToolStripMenuItem";
|
2009-04-17 23:13:33 +00:00
|
|
|
|
this.orangeToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
|
2009-04-17 10:02:16 +00:00
|
|
|
|
this.orangeToolStripMenuItem.Text = "Orange";
|
|
|
|
|
|
this.orangeToolStripMenuItem.Click += new System.EventHandler(this.MarkColorToolStripMenuItem_Click);
|
|
|
|
|
|
//
|
|
|
|
|
|
// purpleToolStripMenuItem
|
|
|
|
|
|
//
|
|
|
|
|
|
this.purpleToolStripMenuItem.Name = "purpleToolStripMenuItem";
|
2009-04-17 23:13:33 +00:00
|
|
|
|
this.purpleToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
|
2009-04-17 10:02:16 +00:00
|
|
|
|
this.purpleToolStripMenuItem.Text = "Purple";
|
|
|
|
|
|
this.purpleToolStripMenuItem.Click += new System.EventHandler(this.MarkColorToolStripMenuItem_Click);
|
|
|
|
|
|
//
|
|
|
|
|
|
// yellowToolStripMenuItem
|
|
|
|
|
|
//
|
|
|
|
|
|
this.yellowToolStripMenuItem.Name = "yellowToolStripMenuItem";
|
2009-04-17 23:13:33 +00:00
|
|
|
|
this.yellowToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
|
2009-04-17 10:02:16 +00:00
|
|
|
|
this.yellowToolStripMenuItem.Text = "Yellow";
|
|
|
|
|
|
this.yellowToolStripMenuItem.Click += new System.EventHandler(this.MarkColorToolStripMenuItem_Click);
|
|
|
|
|
|
//
|
|
|
|
|
|
// toolStripSeparator5
|
|
|
|
|
|
//
|
|
|
|
|
|
this.toolStripSeparator5.Name = "toolStripSeparator5";
|
2009-04-17 23:13:33 +00:00
|
|
|
|
this.toolStripSeparator5.Size = new System.Drawing.Size(121, 6);
|
2009-04-17 10:02:16 +00:00
|
|
|
|
//
|
|
|
|
|
|
// removeToolStripMenuItem1
|
|
|
|
|
|
//
|
|
|
|
|
|
this.removeToolStripMenuItem1.Name = "removeToolStripMenuItem1";
|
2009-04-17 23:13:33 +00:00
|
|
|
|
this.removeToolStripMenuItem1.Size = new System.Drawing.Size(124, 22);
|
2009-04-17 10:02:16 +00:00
|
|
|
|
this.removeToolStripMenuItem1.Text = "Remove";
|
|
|
|
|
|
//
|
2009-04-17 00:48:52 +00:00
|
|
|
|
// toolStripSeparator4
|
|
|
|
|
|
//
|
|
|
|
|
|
this.toolStripSeparator4.Name = "toolStripSeparator4";
|
|
|
|
|
|
this.toolStripSeparator4.Size = new System.Drawing.Size(179, 6);
|
|
|
|
|
|
//
|
|
|
|
|
|
// findSessionToolStripMenuItem
|
|
|
|
|
|
//
|
|
|
|
|
|
this.findSessionToolStripMenuItem.Name = "findSessionToolStripMenuItem";
|
|
|
|
|
|
this.findSessionToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.F)));
|
|
|
|
|
|
this.findSessionToolStripMenuItem.Size = new System.Drawing.Size(182, 22);
|
|
|
|
|
|
this.findSessionToolStripMenuItem.Text = "Find Session";
|
|
|
|
|
|
//
|
|
|
|
|
|
// toolStripDropDownButton3
|
|
|
|
|
|
//
|
|
|
|
|
|
this.toolStripDropDownButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
|
|
|
|
|
|
this.toolStripDropDownButton3.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
|
this.saveToolStripMenuItem,
|
|
|
|
|
|
this.loadToolStripMenuItem});
|
|
|
|
|
|
this.toolStripDropDownButton3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripDropDownButton3.Image")));
|
|
|
|
|
|
this.toolStripDropDownButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
|
|
|
|
this.toolStripDropDownButton3.Name = "toolStripDropDownButton3";
|
|
|
|
|
|
this.toolStripDropDownButton3.Size = new System.Drawing.Size(49, 22);
|
|
|
|
|
|
this.toolStripDropDownButton3.Text = "Filters";
|
|
|
|
|
|
//
|
|
|
|
|
|
// saveToolStripMenuItem
|
|
|
|
|
|
//
|
|
|
|
|
|
this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
|
|
|
|
|
|
this.saveToolStripMenuItem.Size = new System.Drawing.Size(160, 22);
|
|
|
|
|
|
this.saveToolStripMenuItem.Text = "Save Selections";
|
|
|
|
|
|
//
|
|
|
|
|
|
// loadToolStripMenuItem
|
|
|
|
|
|
//
|
|
|
|
|
|
this.loadToolStripMenuItem.Name = "loadToolStripMenuItem";
|
|
|
|
|
|
this.loadToolStripMenuItem.Size = new System.Drawing.Size(160, 22);
|
|
|
|
|
|
this.loadToolStripMenuItem.Text = "Load Selections";
|
|
|
|
|
|
//
|
2009-04-17 23:13:33 +00:00
|
|
|
|
// toolStripButton1
|
2009-04-17 00:48:52 +00:00
|
|
|
|
//
|
2009-04-17 23:13:33 +00:00
|
|
|
|
this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
|
|
|
|
this.toolStripButton1.Image = global::WinGridProxy.Properties.Resources.Help;
|
|
|
|
|
|
this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
|
|
|
|
this.toolStripButton1.Name = "toolStripButton1";
|
|
|
|
|
|
this.toolStripButton1.Size = new System.Drawing.Size(29, 22);
|
|
|
|
|
|
this.toolStripButton1.Text = "toolStripButton1";
|
|
|
|
|
|
//
|
|
|
|
|
|
// aboutWinGridProxyToolStripMenuItem
|
|
|
|
|
|
//
|
|
|
|
|
|
this.aboutWinGridProxyToolStripMenuItem.Name = "aboutWinGridProxyToolStripMenuItem";
|
|
|
|
|
|
this.aboutWinGridProxyToolStripMenuItem.Size = new System.Drawing.Size(182, 22);
|
|
|
|
|
|
this.aboutWinGridProxyToolStripMenuItem.Text = "About WinGridProxy";
|
|
|
|
|
|
this.aboutWinGridProxyToolStripMenuItem.Click += new System.EventHandler(this.aboutWinGridProxyToolStripMenuItem_Click);
|
|
|
|
|
|
//
|
2009-04-18 04:21:51 +00:00
|
|
|
|
// timer1
|
2009-04-17 23:13:33 +00:00
|
|
|
|
//
|
2009-04-18 04:21:51 +00:00
|
|
|
|
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
|
2009-04-17 23:13:33 +00:00
|
|
|
|
//
|
2009-04-18 04:21:51 +00:00
|
|
|
|
// contextMenuStripSessions
|
|
|
|
|
|
//
|
|
|
|
|
|
this.contextMenuStripSessions.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
|
this.toolStripMenuItemAutoScroll,
|
|
|
|
|
|
this.toolStripSeparator13,
|
|
|
|
|
|
this.toolStripMenuItem1,
|
|
|
|
|
|
this.toolStripSeparator14,
|
|
|
|
|
|
this.packetNameToolStripMenuItem,
|
|
|
|
|
|
this.protocolToolStripMenuItem,
|
|
|
|
|
|
this.toolStripSeparator15,
|
|
|
|
|
|
this.findToolStripMenuItem1,
|
|
|
|
|
|
this.toolStripSeparator16,
|
|
|
|
|
|
this.markToolStripMenuItem2});
|
|
|
|
|
|
this.contextMenuStripSessions.Name = "contextMenuStripSessions";
|
|
|
|
|
|
this.contextMenuStripSessions.Size = new System.Drawing.Size(180, 160);
|
|
|
|
|
|
//
|
|
|
|
|
|
// toolStripMenuItemAutoScroll
|
|
|
|
|
|
//
|
|
|
|
|
|
this.toolStripMenuItemAutoScroll.CheckOnClick = true;
|
|
|
|
|
|
this.toolStripMenuItemAutoScroll.Name = "toolStripMenuItemAutoScroll";
|
|
|
|
|
|
this.toolStripMenuItemAutoScroll.Size = new System.Drawing.Size(179, 22);
|
|
|
|
|
|
this.toolStripMenuItemAutoScroll.Text = "Auto Scroll";
|
2009-04-17 23:13:33 +00:00
|
|
|
|
//
|
|
|
|
|
|
// listViewSessions
|
|
|
|
|
|
//
|
|
|
|
|
|
this.listViewSessions.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
|
|
|
|
|
this.columnHeaderCounter,
|
|
|
|
|
|
this.columnHeaderProtocol,
|
|
|
|
|
|
this.columnHeaderType,
|
|
|
|
|
|
this.columnHeaderSize,
|
|
|
|
|
|
this.columnHeaderUrl});
|
2009-04-18 04:21:51 +00:00
|
|
|
|
this.listViewSessions.ContextMenuStrip = this.contextMenuStripSessions;
|
2009-04-17 23:13:33 +00:00
|
|
|
|
this.listViewSessions.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
|
this.listViewSessions.FullRowSelect = true;
|
|
|
|
|
|
this.listViewSessions.GridLines = true;
|
|
|
|
|
|
this.listViewSessions.HideSelection = false;
|
|
|
|
|
|
this.listViewSessions.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
|
this.listViewSessions.Name = "listViewSessions";
|
|
|
|
|
|
this.listViewSessions.Size = new System.Drawing.Size(464, 428);
|
|
|
|
|
|
this.listViewSessions.SmallImageList = this.imageList1;
|
|
|
|
|
|
this.listViewSessions.TabIndex = 0;
|
|
|
|
|
|
this.listViewSessions.UseCompatibleStateImageBehavior = false;
|
|
|
|
|
|
this.listViewSessions.View = System.Windows.Forms.View.Details;
|
|
|
|
|
|
this.listViewSessions.ItemSelectionChanged += new System.Windows.Forms.ListViewItemSelectionChangedEventHandler(this.listViewSessions_ItemSelectionChanged);
|
|
|
|
|
|
//
|
|
|
|
|
|
// columnHeaderCounter
|
|
|
|
|
|
//
|
|
|
|
|
|
this.columnHeaderCounter.Text = "#";
|
2009-04-18 04:21:51 +00:00
|
|
|
|
this.columnHeaderCounter.Width = 54;
|
2009-04-17 23:13:33 +00:00
|
|
|
|
//
|
|
|
|
|
|
// columnHeaderProtocol
|
|
|
|
|
|
//
|
|
|
|
|
|
this.columnHeaderProtocol.Text = "Protocol";
|
|
|
|
|
|
this.columnHeaderProtocol.Width = 55;
|
|
|
|
|
|
//
|
|
|
|
|
|
// columnHeaderType
|
|
|
|
|
|
//
|
|
|
|
|
|
this.columnHeaderType.Text = "Packet Type";
|
|
|
|
|
|
this.columnHeaderType.Width = 139;
|
|
|
|
|
|
//
|
|
|
|
|
|
// columnHeaderSize
|
|
|
|
|
|
//
|
|
|
|
|
|
this.columnHeaderSize.Text = "Bytes";
|
|
|
|
|
|
//
|
|
|
|
|
|
// columnHeaderUrl
|
|
|
|
|
|
//
|
2009-04-18 04:21:51 +00:00
|
|
|
|
this.columnHeaderUrl.Text = "Host/Address";
|
2009-04-17 23:13:33 +00:00
|
|
|
|
this.columnHeaderUrl.Width = 312;
|
2009-04-17 00:48:52 +00:00
|
|
|
|
//
|
2009-04-18 04:21:51 +00:00
|
|
|
|
// toolStripSeparator13
|
|
|
|
|
|
//
|
|
|
|
|
|
this.toolStripSeparator13.Name = "toolStripSeparator13";
|
|
|
|
|
|
this.toolStripSeparator13.Size = new System.Drawing.Size(176, 6);
|
|
|
|
|
|
//
|
|
|
|
|
|
// toolStripMenuItem1
|
|
|
|
|
|
//
|
|
|
|
|
|
this.toolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
|
this.toolStripMenuItemRemoveThis,
|
|
|
|
|
|
this.toolStripMenuItem2,
|
|
|
|
|
|
this.removeAllProtocolToolStripMenuItem,
|
|
|
|
|
|
this.removeAllHostToolStripMenuItem});
|
|
|
|
|
|
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
|
|
|
|
|
|
this.toolStripMenuItem1.Size = new System.Drawing.Size(179, 22);
|
|
|
|
|
|
this.toolStripMenuItem1.Text = "Clear";
|
|
|
|
|
|
//
|
|
|
|
|
|
// toolStripMenuItemRemoveThis
|
|
|
|
|
|
//
|
|
|
|
|
|
this.toolStripMenuItemRemoveThis.Name = "toolStripMenuItemRemoveThis";
|
|
|
|
|
|
this.toolStripMenuItemRemoveThis.Size = new System.Drawing.Size(182, 22);
|
|
|
|
|
|
this.toolStripMenuItemRemoveThis.Text = "This Item";
|
|
|
|
|
|
//
|
|
|
|
|
|
// toolStripMenuItem2
|
|
|
|
|
|
//
|
|
|
|
|
|
this.toolStripMenuItem2.Name = "toolStripMenuItem2";
|
|
|
|
|
|
this.toolStripMenuItem2.Size = new System.Drawing.Size(182, 22);
|
|
|
|
|
|
this.toolStripMenuItem2.Text = "(Packet Type) Items";
|
|
|
|
|
|
//
|
|
|
|
|
|
// removeAllProtocolToolStripMenuItem
|
|
|
|
|
|
//
|
|
|
|
|
|
this.removeAllProtocolToolStripMenuItem.Name = "removeAllProtocolToolStripMenuItem";
|
|
|
|
|
|
this.removeAllProtocolToolStripMenuItem.Size = new System.Drawing.Size(182, 22);
|
|
|
|
|
|
this.removeAllProtocolToolStripMenuItem.Text = "(Protocol) Items";
|
|
|
|
|
|
//
|
|
|
|
|
|
// removeAllHostToolStripMenuItem
|
|
|
|
|
|
//
|
|
|
|
|
|
this.removeAllHostToolStripMenuItem.Name = "removeAllHostToolStripMenuItem";
|
|
|
|
|
|
this.removeAllHostToolStripMenuItem.Size = new System.Drawing.Size(182, 22);
|
|
|
|
|
|
this.removeAllHostToolStripMenuItem.Text = "To/From (Host)";
|
|
|
|
|
|
//
|
|
|
|
|
|
// toolStripSeparator14
|
|
|
|
|
|
//
|
|
|
|
|
|
this.toolStripSeparator14.Name = "toolStripSeparator14";
|
|
|
|
|
|
this.toolStripSeparator14.Size = new System.Drawing.Size(176, 6);
|
|
|
|
|
|
//
|
|
|
|
|
|
// packetNameToolStripMenuItem
|
|
|
|
|
|
//
|
|
|
|
|
|
this.packetNameToolStripMenuItem.Checked = true;
|
|
|
|
|
|
this.packetNameToolStripMenuItem.CheckOnClick = true;
|
|
|
|
|
|
this.packetNameToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
|
|
|
|
this.packetNameToolStripMenuItem.Name = "packetNameToolStripMenuItem";
|
|
|
|
|
|
this.packetNameToolStripMenuItem.Size = new System.Drawing.Size(179, 22);
|
|
|
|
|
|
this.packetNameToolStripMenuItem.Text = "Filter (Packet Type)";
|
|
|
|
|
|
//
|
|
|
|
|
|
// protocolToolStripMenuItem
|
|
|
|
|
|
//
|
|
|
|
|
|
this.protocolToolStripMenuItem.Checked = true;
|
|
|
|
|
|
this.protocolToolStripMenuItem.CheckOnClick = true;
|
|
|
|
|
|
this.protocolToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
|
|
|
|
this.protocolToolStripMenuItem.Name = "protocolToolStripMenuItem";
|
|
|
|
|
|
this.protocolToolStripMenuItem.Size = new System.Drawing.Size(179, 22);
|
|
|
|
|
|
this.protocolToolStripMenuItem.Text = "Filter (Protocol)";
|
|
|
|
|
|
//
|
|
|
|
|
|
// toolStripSeparator15
|
|
|
|
|
|
//
|
|
|
|
|
|
this.toolStripSeparator15.Name = "toolStripSeparator15";
|
|
|
|
|
|
this.toolStripSeparator15.Size = new System.Drawing.Size(176, 6);
|
|
|
|
|
|
//
|
|
|
|
|
|
// findToolStripMenuItem1
|
|
|
|
|
|
//
|
|
|
|
|
|
this.findToolStripMenuItem1.Name = "findToolStripMenuItem1";
|
|
|
|
|
|
this.findToolStripMenuItem1.Size = new System.Drawing.Size(179, 22);
|
|
|
|
|
|
this.findToolStripMenuItem1.Text = "Find";
|
|
|
|
|
|
//
|
|
|
|
|
|
// autoScrollSessionsToolStripMenuItem
|
|
|
|
|
|
//
|
|
|
|
|
|
this.autoScrollSessionsToolStripMenuItem.CheckOnClick = true;
|
|
|
|
|
|
this.autoScrollSessionsToolStripMenuItem.Name = "autoScrollSessionsToolStripMenuItem";
|
|
|
|
|
|
this.autoScrollSessionsToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
|
|
|
|
|
this.autoScrollSessionsToolStripMenuItem.Text = "Auto Scroll Sessions";
|
|
|
|
|
|
//
|
|
|
|
|
|
// toolStripSeparator16
|
|
|
|
|
|
//
|
|
|
|
|
|
this.toolStripSeparator16.Name = "toolStripSeparator16";
|
|
|
|
|
|
this.toolStripSeparator16.Size = new System.Drawing.Size(176, 6);
|
|
|
|
|
|
//
|
|
|
|
|
|
// markToolStripMenuItem2
|
|
|
|
|
|
//
|
|
|
|
|
|
this.markToolStripMenuItem2.DropDown = this.contextMenuStripMarkDropdown;
|
|
|
|
|
|
this.markToolStripMenuItem2.Name = "markToolStripMenuItem2";
|
|
|
|
|
|
this.markToolStripMenuItem2.Size = new System.Drawing.Size(179, 22);
|
|
|
|
|
|
this.markToolStripMenuItem2.Text = "Mark";
|
|
|
|
|
|
//
|
|
|
|
|
|
// contextMenuStripMarkDropdown
|
|
|
|
|
|
//
|
|
|
|
|
|
this.contextMenuStripMarkDropdown.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
|
this.redToolStripMenuItem2,
|
|
|
|
|
|
this.goldToolStripMenuItem2,
|
|
|
|
|
|
this.greenToolStripMenuItem1,
|
|
|
|
|
|
this.blueToolStripMenuItem1,
|
|
|
|
|
|
this.orangeToolStripMenuItem1,
|
|
|
|
|
|
this.toolStripSeparator17,
|
|
|
|
|
|
this.unmarkToolStripMenuItem});
|
|
|
|
|
|
this.contextMenuStripMarkDropdown.Name = "contextMenuStripMarkDropdown";
|
|
|
|
|
|
this.contextMenuStripMarkDropdown.Size = new System.Drawing.Size(122, 142);
|
|
|
|
|
|
//
|
|
|
|
|
|
// redToolStripMenuItem2
|
|
|
|
|
|
//
|
|
|
|
|
|
this.redToolStripMenuItem2.Name = "redToolStripMenuItem2";
|
|
|
|
|
|
this.redToolStripMenuItem2.Size = new System.Drawing.Size(121, 22);
|
|
|
|
|
|
this.redToolStripMenuItem2.Text = "Red";
|
|
|
|
|
|
this.redToolStripMenuItem2.Click += new System.EventHandler(this.MarkColorToolStripMenuItem_Click);
|
|
|
|
|
|
//
|
|
|
|
|
|
// greenToolStripMenuItem1
|
|
|
|
|
|
//
|
|
|
|
|
|
this.greenToolStripMenuItem1.Name = "greenToolStripMenuItem1";
|
|
|
|
|
|
this.greenToolStripMenuItem1.Size = new System.Drawing.Size(121, 22);
|
|
|
|
|
|
this.greenToolStripMenuItem1.Text = "Green";
|
|
|
|
|
|
this.greenToolStripMenuItem1.Click += new System.EventHandler(this.MarkColorToolStripMenuItem_Click);
|
|
|
|
|
|
//
|
|
|
|
|
|
// blueToolStripMenuItem1
|
|
|
|
|
|
//
|
|
|
|
|
|
this.blueToolStripMenuItem1.Name = "blueToolStripMenuItem1";
|
|
|
|
|
|
this.blueToolStripMenuItem1.Size = new System.Drawing.Size(121, 22);
|
|
|
|
|
|
this.blueToolStripMenuItem1.Text = "Blue";
|
|
|
|
|
|
this.blueToolStripMenuItem1.Click += new System.EventHandler(this.MarkColorToolStripMenuItem_Click);
|
|
|
|
|
|
//
|
|
|
|
|
|
// orangeToolStripMenuItem1
|
|
|
|
|
|
//
|
|
|
|
|
|
this.orangeToolStripMenuItem1.Name = "orangeToolStripMenuItem1";
|
|
|
|
|
|
this.orangeToolStripMenuItem1.Size = new System.Drawing.Size(121, 22);
|
|
|
|
|
|
this.orangeToolStripMenuItem1.Text = "Orange";
|
|
|
|
|
|
this.orangeToolStripMenuItem1.Click += new System.EventHandler(this.MarkColorToolStripMenuItem_Click);
|
|
|
|
|
|
//
|
|
|
|
|
|
// toolStripSeparator17
|
|
|
|
|
|
//
|
|
|
|
|
|
this.toolStripSeparator17.Name = "toolStripSeparator17";
|
|
|
|
|
|
this.toolStripSeparator17.Size = new System.Drawing.Size(118, 6);
|
|
|
|
|
|
//
|
|
|
|
|
|
// unmarkToolStripMenuItem
|
|
|
|
|
|
//
|
|
|
|
|
|
this.unmarkToolStripMenuItem.Name = "unmarkToolStripMenuItem";
|
|
|
|
|
|
this.unmarkToolStripMenuItem.Size = new System.Drawing.Size(121, 22);
|
|
|
|
|
|
this.unmarkToolStripMenuItem.Text = "Unmark";
|
|
|
|
|
|
//
|
|
|
|
|
|
// goldToolStripMenuItem2
|
|
|
|
|
|
//
|
|
|
|
|
|
this.goldToolStripMenuItem2.Name = "goldToolStripMenuItem2";
|
|
|
|
|
|
this.goldToolStripMenuItem2.Size = new System.Drawing.Size(121, 22);
|
|
|
|
|
|
this.goldToolStripMenuItem2.Text = "Gold";
|
|
|
|
|
|
this.goldToolStripMenuItem2.Click += new System.EventHandler(this.MarkColorToolStripMenuItem_Click);
|
|
|
|
|
|
//
|
|
|
|
|
|
// contextMenuStripCopy
|
|
|
|
|
|
//
|
|
|
|
|
|
this.contextMenuStripCopy.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
|
this.requestDataToolStripMenuItem,
|
|
|
|
|
|
this.responseDataToolStripMenuItem,
|
|
|
|
|
|
this.hostAddressToolStripMenuItem,
|
|
|
|
|
|
this.packetMessageTypeToolStripMenuItem});
|
|
|
|
|
|
this.contextMenuStripCopy.Name = "contextMenuStripCopy";
|
|
|
|
|
|
this.contextMenuStripCopy.Size = new System.Drawing.Size(191, 114);
|
|
|
|
|
|
//
|
|
|
|
|
|
// requestDataToolStripMenuItem
|
|
|
|
|
|
//
|
|
|
|
|
|
this.requestDataToolStripMenuItem.Name = "requestDataToolStripMenuItem";
|
|
|
|
|
|
this.requestDataToolStripMenuItem.Size = new System.Drawing.Size(190, 22);
|
|
|
|
|
|
this.requestDataToolStripMenuItem.Text = "Request Data";
|
|
|
|
|
|
//
|
|
|
|
|
|
// responseDataToolStripMenuItem
|
|
|
|
|
|
//
|
|
|
|
|
|
this.responseDataToolStripMenuItem.Name = "responseDataToolStripMenuItem";
|
|
|
|
|
|
this.responseDataToolStripMenuItem.Size = new System.Drawing.Size(190, 22);
|
|
|
|
|
|
this.responseDataToolStripMenuItem.Text = "Response Data";
|
|
|
|
|
|
//
|
|
|
|
|
|
// hostAddressToolStripMenuItem
|
|
|
|
|
|
//
|
|
|
|
|
|
this.hostAddressToolStripMenuItem.Name = "hostAddressToolStripMenuItem";
|
|
|
|
|
|
this.hostAddressToolStripMenuItem.Size = new System.Drawing.Size(190, 22);
|
|
|
|
|
|
this.hostAddressToolStripMenuItem.Text = "Host/Address";
|
|
|
|
|
|
//
|
|
|
|
|
|
// packetMessageTypeToolStripMenuItem
|
|
|
|
|
|
//
|
|
|
|
|
|
this.packetMessageTypeToolStripMenuItem.Name = "packetMessageTypeToolStripMenuItem";
|
|
|
|
|
|
this.packetMessageTypeToolStripMenuItem.Size = new System.Drawing.Size(190, 22);
|
|
|
|
|
|
this.packetMessageTypeToolStripMenuItem.Text = "Packet/Message Type";
|
|
|
|
|
|
//
|
2009-04-16 05:14:07 +00:00
|
|
|
|
// Form1
|
|
|
|
|
|
//
|
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
2009-04-17 00:48:52 +00:00
|
|
|
|
this.ClientSize = new System.Drawing.Size(1094, 509);
|
2009-04-16 05:14:07 +00:00
|
|
|
|
this.Controls.Add(this.toolStrip1);
|
|
|
|
|
|
this.Controls.Add(this.panel2);
|
|
|
|
|
|
this.Controls.Add(this.panelProxyConfig);
|
|
|
|
|
|
this.Name = "Form1";
|
|
|
|
|
|
this.Text = "WinGridProxy";
|
|
|
|
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
|
|
|
|
|
|
this.panelProxyConfig.ResumeLayout(false);
|
|
|
|
|
|
this.panelProxyConfig.PerformLayout();
|
|
|
|
|
|
this.panel2.ResumeLayout(false);
|
|
|
|
|
|
this.splitContainer1.Panel1.ResumeLayout(false);
|
|
|
|
|
|
this.splitContainer1.Panel2.ResumeLayout(false);
|
|
|
|
|
|
this.splitContainer1.ResumeLayout(false);
|
|
|
|
|
|
this.tabControl1.ResumeLayout(false);
|
|
|
|
|
|
this.tabPageSummary.ResumeLayout(false);
|
|
|
|
|
|
this.tabPageSummary.PerformLayout();
|
2009-04-17 00:48:52 +00:00
|
|
|
|
this.panel1.ResumeLayout(false);
|
|
|
|
|
|
this.groupBox2.ResumeLayout(false);
|
|
|
|
|
|
this.groupBox2.PerformLayout();
|
|
|
|
|
|
this.groupBox1.ResumeLayout(false);
|
|
|
|
|
|
this.groupBox1.PerformLayout();
|
2009-04-16 05:14:07 +00:00
|
|
|
|
this.tabPageFilters.ResumeLayout(false);
|
|
|
|
|
|
this.splitContainer2.Panel1.ResumeLayout(false);
|
2009-04-17 23:13:33 +00:00
|
|
|
|
this.splitContainer2.Panel1.PerformLayout();
|
2009-04-16 05:14:07 +00:00
|
|
|
|
this.splitContainer2.Panel2.ResumeLayout(false);
|
2009-04-17 23:13:33 +00:00
|
|
|
|
this.splitContainer2.Panel2.PerformLayout();
|
2009-04-16 05:14:07 +00:00
|
|
|
|
this.splitContainer2.ResumeLayout(false);
|
2009-04-16 16:25:47 +00:00
|
|
|
|
this.grpUDPFilters.ResumeLayout(false);
|
2009-04-18 04:21:51 +00:00
|
|
|
|
this.grpCapsFilters.ResumeLayout(false);
|
2009-04-16 05:14:07 +00:00
|
|
|
|
this.tabPageInspect.ResumeLayout(false);
|
2009-04-17 10:02:16 +00:00
|
|
|
|
this.splitContainer3.Panel1.ResumeLayout(false);
|
|
|
|
|
|
this.splitContainer3.Panel2.ResumeLayout(false);
|
|
|
|
|
|
this.splitContainer3.ResumeLayout(false);
|
|
|
|
|
|
this.tabControlInspectorRequest.ResumeLayout(false);
|
|
|
|
|
|
this.tabPage1.ResumeLayout(false);
|
|
|
|
|
|
this.tabPage2.ResumeLayout(false);
|
|
|
|
|
|
this.tabPage3.ResumeLayout(false);
|
|
|
|
|
|
this.tabPage3.PerformLayout();
|
|
|
|
|
|
this.statusStrip2.ResumeLayout(false);
|
|
|
|
|
|
this.statusStrip2.PerformLayout();
|
|
|
|
|
|
this.tabControlInspectorResponse.ResumeLayout(false);
|
2009-04-16 05:14:07 +00:00
|
|
|
|
this.tabPageInspectorRAW.ResumeLayout(false);
|
|
|
|
|
|
this.tabPageInspectorXML.ResumeLayout(false);
|
2009-04-17 00:48:52 +00:00
|
|
|
|
this.tabPageHexView.ResumeLayout(false);
|
|
|
|
|
|
this.tabPageHexView.PerformLayout();
|
|
|
|
|
|
this.statusStrip1.ResumeLayout(false);
|
|
|
|
|
|
this.statusStrip1.PerformLayout();
|
2009-04-16 05:14:07 +00:00
|
|
|
|
this.tabPageInject.ResumeLayout(false);
|
|
|
|
|
|
this.toolStrip1.ResumeLayout(false);
|
|
|
|
|
|
this.toolStrip1.PerformLayout();
|
2009-04-18 04:21:51 +00:00
|
|
|
|
this.contextMenuStripSessions.ResumeLayout(false);
|
|
|
|
|
|
this.contextMenuStripMarkDropdown.ResumeLayout(false);
|
|
|
|
|
|
this.contextMenuStripCopy.ResumeLayout(false);
|
2009-04-16 05:14:07 +00:00
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
this.PerformLayout();
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
|
|
private System.Windows.Forms.Panel panelProxyConfig;
|
|
|
|
|
|
private System.Windows.Forms.Label label3;
|
|
|
|
|
|
private System.Windows.Forms.Label label2;
|
|
|
|
|
|
private System.Windows.Forms.TextBox textBoxProxyPort;
|
|
|
|
|
|
private System.Windows.Forms.Button button1;
|
|
|
|
|
|
private System.Windows.Forms.Label label1;
|
|
|
|
|
|
private System.Windows.Forms.TextBox textBoxProxyListenIP;
|
|
|
|
|
|
private System.Windows.Forms.TextBox textBoxLoginURL;
|
|
|
|
|
|
private System.Windows.Forms.Panel panel2;
|
|
|
|
|
|
private System.Windows.Forms.SplitContainer splitContainer1;
|
2009-04-17 00:48:52 +00:00
|
|
|
|
private ListViewNoFlicker listViewSessions;
|
2009-04-16 05:14:07 +00:00
|
|
|
|
private System.Windows.Forms.TabControl tabControl1;
|
|
|
|
|
|
private System.Windows.Forms.TabPage tabPageSummary;
|
|
|
|
|
|
private System.Windows.Forms.TabPage tabPageFilters;
|
|
|
|
|
|
private System.Windows.Forms.SplitContainer splitContainer2;
|
2009-04-17 10:02:16 +00:00
|
|
|
|
private System.Windows.Forms.CheckedListBox checkedListBoxFiltersPackets;
|
2009-04-16 16:25:47 +00:00
|
|
|
|
private System.Windows.Forms.GroupBox grpUDPFilters;
|
2009-04-16 05:14:07 +00:00
|
|
|
|
private System.Windows.Forms.TabPage tabPageInject;
|
2009-04-17 10:02:16 +00:00
|
|
|
|
private System.Windows.Forms.RichTextBox richTextBoxInject;
|
2009-04-16 05:14:07 +00:00
|
|
|
|
private System.Windows.Forms.CheckBox checkBox1;
|
|
|
|
|
|
private System.Windows.Forms.Button button2;
|
2009-04-17 00:48:52 +00:00
|
|
|
|
private System.Windows.Forms.ColumnHeader columnHeaderCounter;
|
|
|
|
|
|
private System.Windows.Forms.ColumnHeader columnHeaderProtocol;
|
|
|
|
|
|
private System.Windows.Forms.ColumnHeader columnHeaderType;
|
|
|
|
|
|
private System.Windows.Forms.ColumnHeader columnHeaderUrl;
|
2009-04-16 05:14:07 +00:00
|
|
|
|
private System.Windows.Forms.ToolStrip toolStrip1;
|
|
|
|
|
|
private System.Windows.Forms.ToolStripDropDownButton toolStripDropDownButton1;
|
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem captureTrafficToolStripMenuItem;
|
|
|
|
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
|
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem saveSessionsToolStripMenuItem;
|
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem loadSessionsToolStripMenuItem;
|
|
|
|
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
|
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
|
|
|
|
|
|
private System.Windows.Forms.TabPage tabPageInspect;
|
2009-04-17 00:48:52 +00:00
|
|
|
|
private System.Windows.Forms.ColumnHeader columnHeaderSize;
|
2009-04-17 10:02:16 +00:00
|
|
|
|
private System.Windows.Forms.TabControl tabControlInspectorResponse;
|
2009-04-16 05:14:07 +00:00
|
|
|
|
private System.Windows.Forms.TabPage tabPageInspectorRAW;
|
|
|
|
|
|
private System.Windows.Forms.TabPage tabPageInspectorXML;
|
2009-04-17 10:02:16 +00:00
|
|
|
|
private System.Windows.Forms.RichTextBox richTextBoxRawLogResponse;
|
2009-04-16 05:14:07 +00:00
|
|
|
|
private System.Windows.Forms.Label label4;
|
2009-04-17 10:02:16 +00:00
|
|
|
|
private System.Windows.Forms.TreeView treeViewResponseXml;
|
2009-04-17 00:48:52 +00:00
|
|
|
|
private System.Windows.Forms.TabPage tabPageHexView;
|
|
|
|
|
|
private System.Windows.Forms.StatusStrip statusStrip1;
|
2009-04-17 10:02:16 +00:00
|
|
|
|
private Be.Windows.Forms.HexBox hexBoxResponse;
|
2009-04-17 00:48:52 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
|
|
|
|
|
|
private System.Windows.Forms.Button buttonInjectPacket;
|
|
|
|
|
|
private System.Windows.Forms.Label label10;
|
|
|
|
|
|
private System.Windows.Forms.Label label9;
|
|
|
|
|
|
private System.Windows.Forms.Label label8;
|
|
|
|
|
|
private System.Windows.Forms.Label label7;
|
|
|
|
|
|
private System.Windows.Forms.Label label6;
|
|
|
|
|
|
private System.Windows.Forms.Label label5;
|
|
|
|
|
|
private System.Windows.Forms.Panel panel1;
|
|
|
|
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
|
|
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
|
|
|
|
private System.Windows.Forms.Label labelCapsTotal;
|
|
|
|
|
|
private System.Windows.Forms.Label labelCapsOut;
|
|
|
|
|
|
private System.Windows.Forms.Label labelCapsIn;
|
|
|
|
|
|
private System.Windows.Forms.Label labelPacketsTotal;
|
|
|
|
|
|
private System.Windows.Forms.Label label1PacketsOut;
|
|
|
|
|
|
private System.Windows.Forms.Label labelPacketsIn;
|
|
|
|
|
|
private System.Windows.Forms.Timer timer1;
|
|
|
|
|
|
private System.Windows.Forms.ToolStripDropDownButton toolStripDropDownButton2;
|
|
|
|
|
|
private System.Windows.Forms.ImageList imageList1;
|
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem copyToolStripMenuItem;
|
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem removeToolStripMenuItem;
|
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem allToolStripMenuItem;
|
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem selectedToolStripMenuItem;
|
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem unselectedSessionsToolStripMenuItem;
|
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem selectToolStripMenuItem;
|
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem allToolStripMenuItem1;
|
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem noneToolStripMenuItem;
|
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem invertSelectionsToolStripMenuItem;
|
|
|
|
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
|
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem markToolStripMenuItem;
|
|
|
|
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
|
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem findSessionToolStripMenuItem;
|
|
|
|
|
|
private System.Windows.Forms.ToolStripDropDownButton toolStripDropDownButton3;
|
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem;
|
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem loadToolStripMenuItem;
|
|
|
|
|
|
private System.Windows.Forms.Button button3;
|
2009-04-17 10:02:16 +00:00
|
|
|
|
private System.Windows.Forms.SplitContainer splitContainer3;
|
|
|
|
|
|
private System.Windows.Forms.TabControl tabControlInspectorRequest;
|
|
|
|
|
|
private System.Windows.Forms.TabPage tabPage1;
|
|
|
|
|
|
private System.Windows.Forms.RichTextBox richTextBoxRawLogRequest;
|
|
|
|
|
|
private System.Windows.Forms.TabPage tabPage2;
|
|
|
|
|
|
private System.Windows.Forms.TreeView treeViewRequestXml;
|
|
|
|
|
|
private System.Windows.Forms.TabPage tabPage3;
|
|
|
|
|
|
private System.Windows.Forms.StatusStrip statusStrip2;
|
2009-04-18 04:21:51 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripStatusLabel toolStripLabelHexEditorRequest;
|
2009-04-17 10:02:16 +00:00
|
|
|
|
private Be.Windows.Forms.HexBox hexBoxRequest;
|
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem redToolStripMenuItem;
|
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem goldToolStripMenuItem;
|
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem orangeToolStripMenuItem;
|
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem purpleToolStripMenuItem;
|
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem yellowToolStripMenuItem;
|
|
|
|
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
|
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem removeToolStripMenuItem1;
|
2009-04-17 23:13:33 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripDropDownButton toolStripButton1;
|
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem aboutWinGridProxyToolStripMenuItem;
|
|
|
|
|
|
private System.Windows.Forms.CheckBox checkBox2;
|
|
|
|
|
|
private System.Windows.Forms.GroupBox grpCapsFilters;
|
|
|
|
|
|
private System.Windows.Forms.CheckedListBox checkedListBoxFiltersMessages;
|
2009-04-18 04:21:51 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripStatusLabel labelRequestHex;
|
|
|
|
|
|
private System.Windows.Forms.ToolStripStatusLabel labelResponseHex;
|
|
|
|
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator6;
|
|
|
|
|
|
private System.Windows.Forms.ToolStripDropDownButton toolStripDropDownButton4;
|
|
|
|
|
|
private System.Windows.Forms.ToolStripDropDownButton toolStripFileMenu;
|
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem captureToolStripMenuItem;
|
|
|
|
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator7;
|
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem loadSessionArchiveToolStripMenuItem;
|
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem saveSessionArchiveToolStripMenuItem;
|
|
|
|
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator8;
|
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem settingsToolStripMenuItem;
|
|
|
|
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator9;
|
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem1;
|
|
|
|
|
|
private System.Windows.Forms.ToolStripDropDownButton EditToolStripButton;
|
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem copyToolStripMenuItem1;
|
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem removeToolStripMenuItem2;
|
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem selectedToolStripMenuItem1;
|
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem unselectedToolStripMenuItem;
|
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem allToolStripMenuItem2;
|
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem selectToolStripMenuItem1;
|
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem allToolStripMenuItem3;
|
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem invertToolStripMenuItem;
|
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem noneToolStripMenuItem1;
|
|
|
|
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator10;
|
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem markToolStripMenuItem1;
|
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem;
|
|
|
|
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator12;
|
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem findToolStripMenuItem;
|
|
|
|
|
|
private System.Windows.Forms.ContextMenuStrip contextMenuStripSessions;
|
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemAutoScroll;
|
|
|
|
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator13;
|
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
|
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemRemoveThis;
|
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem2;
|
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem removeAllProtocolToolStripMenuItem;
|
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem removeAllHostToolStripMenuItem;
|
|
|
|
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator14;
|
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem packetNameToolStripMenuItem;
|
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem protocolToolStripMenuItem;
|
|
|
|
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator15;
|
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem findToolStripMenuItem1;
|
|
|
|
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator16;
|
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem markToolStripMenuItem2;
|
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem autoScrollSessionsToolStripMenuItem;
|
|
|
|
|
|
private System.Windows.Forms.ContextMenuStrip contextMenuStripMarkDropdown;
|
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem redToolStripMenuItem2;
|
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem goldToolStripMenuItem2;
|
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem greenToolStripMenuItem1;
|
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem blueToolStripMenuItem1;
|
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem orangeToolStripMenuItem1;
|
|
|
|
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator17;
|
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem unmarkToolStripMenuItem;
|
|
|
|
|
|
private System.Windows.Forms.ContextMenuStrip contextMenuStripCopy;
|
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem requestDataToolStripMenuItem;
|
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem responseDataToolStripMenuItem;
|
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem hostAddressToolStripMenuItem;
|
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem packetMessageTypeToolStripMenuItem;
|
2009-04-16 05:14:07 +00:00
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|