亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? capturedisplay.cs

?? 一個抓包工具
?? CS
?? 第 1 頁 / 共 2 頁
字號:
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;

namespace MyClasses
{

	public class CaptureDisplay : System.Windows.Forms.Form
	{
		private System.Windows.Forms.GroupBox GrpBoxCapture;
		private System.Windows.Forms.Label LblTotal;
		private System.Windows.Forms.Label LblTotalCount;
		private System.Windows.Forms.Label LblTotalPct;
		private System.Windows.Forms.Label LblSCPT;
		private System.Windows.Forms.Label LblSCPTCount;
		private System.Windows.Forms.Label LblTCP;
		private System.Windows.Forms.Label LblSCPTPct;
		private System.Windows.Forms.Label LblTCPCount;
		private System.Windows.Forms.Label LblTCPPct;
		private System.Windows.Forms.Label LblUDP;
		private System.Windows.Forms.Label LblUDPPct;
		private System.Windows.Forms.Label LblICMP;
		private System.Windows.Forms.Label LblUDPCount;
		private System.Windows.Forms.Label LblICMPPct;
		private System.Windows.Forms.Label LblICMPCount;
		private System.Windows.Forms.Label LblOSPF;
		private System.Windows.Forms.Label LblARP;
		private System.Windows.Forms.Label LblOSPFCount;
		private System.Windows.Forms.Label LblARPCount;
		private System.Windows.Forms.Label LblOSPFPct;
		private System.Windows.Forms.Label LblARPPct;
		private System.Windows.Forms.Label LblGRE;
		private System.Windows.Forms.Label LblGRECount;
		private System.Windows.Forms.Label LblNetBIOS;
		private System.Windows.Forms.Label LblGREPct;
		private System.Windows.Forms.Label LblNetBIOSCount;
		private System.Windows.Forms.Label LblNetBIOSPct;
		private System.Windows.Forms.Label LblIPX;
		private System.Windows.Forms.Label LblIPXPct;
		private System.Windows.Forms.Label LblIPXCount;
		private System.Windows.Forms.Label LblVINESCount;
		private System.Windows.Forms.Label LblVINES;
		private System.Windows.Forms.Label LblVINESPct;
		private System.Windows.Forms.Label LblOther;
		private System.Windows.Forms.Label LblOtherPct;
		private System.Windows.Forms.Label LblOtherCount;
		private System.Windows.Forms.GroupBox GrpBoxRunningTime;
		private System.Windows.Forms.Label LblRunningTime;
		private System.Windows.Forms.Button BtnStop;

		private System.ComponentModel.Container components = null;

		public CaptureDisplay()
		{

			InitializeComponent();


		}


		protected override void Dispose( bool disposing )
		{
			if( disposing )
			{
				if(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()
		{
			this.GrpBoxCapture = new System.Windows.Forms.GroupBox();
			this.LblTotal = new System.Windows.Forms.Label();
			this.LblTotalCount = new System.Windows.Forms.Label();
			this.LblTotalPct = new System.Windows.Forms.Label();
			this.LblSCPT = new System.Windows.Forms.Label();
			this.LblSCPTCount = new System.Windows.Forms.Label();
			this.LblTCP = new System.Windows.Forms.Label();
			this.LblSCPTPct = new System.Windows.Forms.Label();
			this.LblTCPCount = new System.Windows.Forms.Label();
			this.LblTCPPct = new System.Windows.Forms.Label();
			this.LblUDP = new System.Windows.Forms.Label();
			this.LblUDPPct = new System.Windows.Forms.Label();
			this.LblICMP = new System.Windows.Forms.Label();
			this.LblUDPCount = new System.Windows.Forms.Label();
			this.LblICMPPct = new System.Windows.Forms.Label();
			this.LblICMPCount = new System.Windows.Forms.Label();
			this.LblOSPF = new System.Windows.Forms.Label();
			this.LblARP = new System.Windows.Forms.Label();
			this.LblOSPFCount = new System.Windows.Forms.Label();
			this.LblARPCount = new System.Windows.Forms.Label();
			this.LblOSPFPct = new System.Windows.Forms.Label();
			this.LblARPPct = new System.Windows.Forms.Label();
			this.LblGRE = new System.Windows.Forms.Label();
			this.LblGRECount = new System.Windows.Forms.Label();
			this.LblNetBIOS = new System.Windows.Forms.Label();
			this.LblGREPct = new System.Windows.Forms.Label();
			this.LblNetBIOSCount = new System.Windows.Forms.Label();
			this.LblNetBIOSPct = new System.Windows.Forms.Label();
			this.LblIPX = new System.Windows.Forms.Label();
			this.LblIPXPct = new System.Windows.Forms.Label();
			this.LblIPXCount = new System.Windows.Forms.Label();
			this.LblVINESCount = new System.Windows.Forms.Label();
			this.LblVINES = new System.Windows.Forms.Label();
			this.LblVINESPct = new System.Windows.Forms.Label();
			this.LblOther = new System.Windows.Forms.Label();
			this.LblOtherPct = new System.Windows.Forms.Label();
			this.LblOtherCount = new System.Windows.Forms.Label();
			this.GrpBoxRunningTime = new System.Windows.Forms.GroupBox();
			this.LblRunningTime = new System.Windows.Forms.Label();
			this.BtnStop = new System.Windows.Forms.Button();
			this.GrpBoxCapture.SuspendLayout();
			this.GrpBoxRunningTime.SuspendLayout();
			this.SuspendLayout();
			// 
			// GrpBoxCapture
			// 
			this.GrpBoxCapture.Controls.AddRange(new System.Windows.Forms.Control[] {
																						this.LblOtherCount,
																						this.LblOtherPct,
																						this.LblOther,
																						this.LblVINESPct,
																						this.LblVINES,
																						this.LblVINESCount,
																						this.LblIPXCount,
																						this.LblIPXPct,
																						this.LblIPX,
																						this.LblNetBIOSPct,
																						this.LblNetBIOSCount,
																						this.LblGREPct,
																						this.LblNetBIOS,
																						this.LblGRECount,
																						this.LblGRE,
																						this.LblARPPct,
																						this.LblOSPFPct,
																						this.LblARPCount,
																						this.LblOSPFCount,
																						this.LblARP,
																						this.LblOSPF,
																						this.LblICMPCount,
																						this.LblICMPPct,
																						this.LblUDPCount,
																						this.LblICMP,
																						this.LblUDPPct,
																						this.LblUDP,
																						this.LblTCPPct,
																						this.LblTCPCount,
																						this.LblSCPTPct,
																						this.LblTCP,
																						this.LblSCPTCount,
																						this.LblSCPT,
																						this.LblTotalPct,
																						this.LblTotalCount,
																						this.LblTotal});
			this.GrpBoxCapture.Location = new System.Drawing.Point(8, 8);
			this.GrpBoxCapture.Name = "GrpBoxCapture";
			this.GrpBoxCapture.Size = new System.Drawing.Size(328, 312);
			this.GrpBoxCapture.TabIndex = 0;
			this.GrpBoxCapture.TabStop = false;
			this.GrpBoxCapture.Text = "   Captured Frames   ";
			// 
			// LblTotal
			// 
			this.LblTotal.AutoSize = true;
			this.LblTotal.Location = new System.Drawing.Point(16, 24);
			this.LblTotal.Name = "LblTotal";
			this.LblTotal.Size = new System.Drawing.Size(29, 13);
			this.LblTotal.TabIndex = 0;
			this.LblTotal.Text = "Total";
			// 
			// LblTotalCount
			// 
			this.LblTotalCount.AutoSize = true;
			this.LblTotalCount.Location = new System.Drawing.Point(120, 24);
			this.LblTotalCount.Name = "LblTotalCount";
			this.LblTotalCount.Size = new System.Drawing.Size(10, 13);
			this.LblTotalCount.TabIndex = 1;
			this.LblTotalCount.Text = "0";
			// 
			// LblTotalPct
			// 
			this.LblTotalPct.AutoSize = true;
			this.LblTotalPct.Location = new System.Drawing.Point(232, 24);
			this.LblTotalPct.Name = "LblTotalPct";
			this.LblTotalPct.Size = new System.Drawing.Size(53, 13);
			this.LblTotalPct.TabIndex = 2;
			this.LblTotalPct.Text = "( 0.00 % )";
			// 
			// LblSCPT
			// 
			this.LblSCPT.AutoSize = true;
			this.LblSCPT.Location = new System.Drawing.Point(16, 48);
			this.LblSCPT.Name = "LblSCPT";
			this.LblSCPT.Size = new System.Drawing.Size(34, 13);
			this.LblSCPT.TabIndex = 3;
			this.LblSCPT.Text = "SCTP";
			// 
			// LblSCPTCount
			// 
			this.LblSCPTCount.AutoSize = true;
			this.LblSCPTCount.Location = new System.Drawing.Point(120, 48);
			this.LblSCPTCount.Name = "LblSCPTCount";
			this.LblSCPTCount.Size = new System.Drawing.Size(10, 13);
			this.LblSCPTCount.TabIndex = 4;
			this.LblSCPTCount.Text = "0";
			// 
			// LblTCP
			// 
			this.LblTCP.AutoSize = true;
			this.LblTCP.Location = new System.Drawing.Point(16, 72);
			this.LblTCP.Name = "LblTCP";
			this.LblTCP.Size = new System.Drawing.Size(27, 13);
			this.LblTCP.TabIndex = 5;
			this.LblTCP.Text = "TCP";
			// 
			// LblSCPTPct
			// 
			this.LblSCPTPct.AutoSize = true;
			this.LblSCPTPct.Location = new System.Drawing.Point(232, 48);
			this.LblSCPTPct.Name = "LblSCPTPct";
			this.LblSCPTPct.Size = new System.Drawing.Size(53, 13);
			this.LblSCPTPct.TabIndex = 6;
			this.LblSCPTPct.Text = "( 0.00 % )";
			// 
			// LblTCPCount
			// 
			this.LblTCPCount.AutoSize = true;
			this.LblTCPCount.Location = new System.Drawing.Point(120, 72);
			this.LblTCPCount.Name = "LblTCPCount";
			this.LblTCPCount.Size = new System.Drawing.Size(10, 13);
			this.LblTCPCount.TabIndex = 7;
			this.LblTCPCount.Text = "0";
			// 
			// LblTCPPct
			// 
			this.LblTCPPct.AutoSize = true;
			this.LblTCPPct.Location = new System.Drawing.Point(232, 72);
			this.LblTCPPct.Name = "LblTCPPct";
			this.LblTCPPct.Size = new System.Drawing.Size(53, 13);
			this.LblTCPPct.TabIndex = 8;
			this.LblTCPPct.Text = "( 0.00 % )";
			// 
			// LblUDP
			// 
			this.LblUDP.AutoSize = true;
			this.LblUDP.Location = new System.Drawing.Point(16, 96);
			this.LblUDP.Name = "LblUDP";
			this.LblUDP.Size = new System.Drawing.Size(28, 13);
			this.LblUDP.TabIndex = 9;
			this.LblUDP.Text = "UDP";
			// 
			// LblUDPPct
			// 
			this.LblUDPPct.AutoSize = true;
			this.LblUDPPct.Location = new System.Drawing.Point(232, 96);
			this.LblUDPPct.Name = "LblUDPPct";
			this.LblUDPPct.Size = new System.Drawing.Size(53, 13);
			this.LblUDPPct.TabIndex = 10;
			this.LblUDPPct.Text = "( 0.00 % )";
			this.LblUDPPct.Click += new System.EventHandler(this.LblUDPPct_Click);
			// 
			// LblICMP
			// 
			this.LblICMP.AutoSize = true;
			this.LblICMP.Location = new System.Drawing.Point(16, 120);
			this.LblICMP.Name = "LblICMP";
			this.LblICMP.Size = new System.Drawing.Size(32, 13);
			this.LblICMP.TabIndex = 11;
			this.LblICMP.Text = "ICMP";
			// 

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
久久久久久久久久久久久女国产乱| 日韩精品一区在线| 国产91高潮流白浆在线麻豆 | 欧美日韩精品欧美日韩精品一综合| 国产精品一区二区三区网站| 久久电影网电视剧免费观看| 久久久久久久久蜜桃| 91精品综合久久久久久| 欧美视频三区在线播放| 在线成人av影院| 日韩欧美一区二区久久婷婷| 欧美精品一区男女天堂| 久久精品视频免费观看| 国产精品欧美久久久久无广告| 自拍偷自拍亚洲精品播放| 夜夜精品视频一区二区| 午夜天堂影视香蕉久久| 看国产成人h片视频| 国产麻豆午夜三级精品| 97精品国产露脸对白| 欧美视频中文一区二区三区在线观看| 欧美色图激情小说| 日韩一区二区精品| 欧美激情一区二区在线| 亚洲一区二区三区在线播放| 蜜桃视频在线一区| 成熟亚洲日本毛茸茸凸凹| 精品国产乱码久久久久久浪潮| 精品美女被调教视频大全网站| 亚洲国产精品成人综合| 亚洲亚洲精品在线观看| 狠狠色综合播放一区二区| 成人免费观看av| 欧美日韩国产a| 国产精品麻豆网站| 亚洲成人三级小说| 播五月开心婷婷综合| 91精品国产丝袜白色高跟鞋| 国产精品丝袜久久久久久app| 亚洲一二三区在线观看| 99亚偷拍自图区亚洲| 日韩欧美国产综合在线一区二区三区| 国产精品久久久久久久久久免费看| 天天色综合成人网| av一区二区三区四区| 精品三级在线看| 亚洲图片欧美一区| av欧美精品.com| 日韩一级黄色片| 亚洲小少妇裸体bbw| 99精品国产热久久91蜜凸| 日韩精品一区二区三区视频在线观看 | 日韩欧美色综合网站| 亚洲欧洲综合另类在线| 成人免费视频视频| 欧美大片一区二区三区| 亚洲国产成人高清精品| 91麻豆国产在线观看| 欧美国产精品久久| 激情综合色综合久久综合| 欧美一区二区日韩| 亚洲国产精品一区二区久久恐怖片 | 日本久久一区二区三区| 国产日产精品一区| 国内精品久久久久影院一蜜桃| 欧美精品在线观看播放| 亚洲少妇最新在线视频| 91在线码无精品| 国产精品久久久久久久久久久免费看| 国产精品一区二区91| 久久综合资源网| 国产一区在线观看视频| 久久精品一级爱片| 激情图片小说一区| 欧美大度的电影原声| 麻豆91在线看| 精品久久久网站| 国内精品国产成人国产三级粉色| 日韩一级免费观看| 精品中文字幕一区二区小辣椒| 日韩视频在线你懂得| 日韩国产一区二| 欧美一区二区女人| 国内精品国产三级国产a久久| 国产欧美日韩亚州综合| 成人午夜私人影院| 亚洲精品欧美二区三区中文字幕| 色激情天天射综合网| 亚洲成人av免费| 精品国产伦一区二区三区免费| 国产资源在线一区| 中文字幕永久在线不卡| 欧美特级限制片免费在线观看| 亚洲成人自拍网| 欧美va亚洲va在线观看蝴蝶网| 国产精品一区二区久激情瑜伽 | 欧美日韩1区2区| 久久99蜜桃精品| 国产精品毛片久久久久久| 在线一区二区观看| 美国十次综合导航| 国产精品午夜电影| 在线观看网站黄不卡| 久久国产精品99久久久久久老狼 | 亚洲电影在线免费观看| 亚洲精品在线观看网站| 成人精品电影在线观看| 亚洲第一成年网| 亚洲国产精品成人久久综合一区 | 国产成人av资源| 一区二区三区四区精品在线视频| 日韩一区二区三区观看| 成人美女视频在线观看| 午夜精品一区在线观看| 国产欧美一区二区精品久导航 | 久久99精品一区二区三区| 亚洲免费大片在线观看| 精品三级在线观看| 在线观看国产日韩| 国产一区二区三区免费看| 亚洲综合激情另类小说区| 久久伊99综合婷婷久久伊| 欧美日韩精品一区二区三区四区 | 国精产品一区一区三区mba桃花 | 国产日韩在线不卡| 88在线观看91蜜桃国自产| 99精品国产一区二区三区不卡| 精品一区二区三区不卡| 午夜视黄欧洲亚洲| 一区二区三区波多野结衣在线观看| 欧美精品一区二区三区很污很色的 | 日韩区在线观看| 在线一区二区三区四区| 成人av动漫网站| 国产精品原创巨作av| 免费看欧美女人艹b| 日韩精品午夜视频| 亚洲成人资源在线| 亚洲综合精品自拍| 夜夜精品浪潮av一区二区三区| 国产精品女主播在线观看| 2024国产精品| 精品成人私密视频| 日韩一区二区三区视频| 制服丝袜一区二区三区| 欧美天堂一区二区三区| 欧美亚洲动漫制服丝袜| 91激情五月电影| 日本丶国产丶欧美色综合| 91麻豆视频网站| 色婷婷国产精品久久包臀| 色94色欧美sute亚洲线路一ni | 久久精品久久99精品久久| 丝袜国产日韩另类美女| 日本中文字幕不卡| 美洲天堂一区二卡三卡四卡视频| 蜜臀av性久久久久蜜臀av麻豆| 激情小说欧美图片| 国产精品亚洲一区二区三区妖精 | 亚洲电影第三页| 亚洲va欧美va人人爽| 日韩成人一级片| 国内精品伊人久久久久av影院| 国产成人亚洲综合a∨婷婷图片| 国产成人免费av在线| 成人成人成人在线视频| 91香蕉视频污| 欧美精品第1页| 久久综合色播五月| 国产精品欧美久久久久无广告| 亚洲精品国产精华液| 日本美女一区二区三区视频| 国产麻豆精品在线观看| 99久久精品国产麻豆演员表| 欧美在线看片a免费观看| 欧美精品亚洲一区二区在线播放| 2019国产精品| 精品一区二区在线看| 一本大道久久a久久综合婷婷| 欧美久久久久免费| 中文字幕一区视频| 精品一区二区av| 在线电影院国产精品| 亚洲猫色日本管| 国产成人精品亚洲777人妖| 欧美精品三级在线观看| 亚洲色图另类专区| 本田岬高潮一区二区三区| 国产亚洲综合色| 国产激情精品久久久第一区二区 | 欧美日韩大陆在线| 亚洲免费观看视频| 成人黄色在线视频| 中文字幕精品—区二区四季| 国产又黄又大久久| 精品成a人在线观看| 久草精品在线观看| 久久夜色精品国产欧美乱极品| 国产一区二区按摩在线观看| 欧美xxxxxxxx|