xxxx18一60岁hd中国/日韩女同互慰一区二区/西西人体扒开双腿无遮挡/日韩欧美黄色一级片 - 色护士精品影院www

  • 大小: 0.05M
    文件類型: .7z
    金幣: 1
    下載: 0 次
    發(fā)布日期: 2021-03-27
  • 語言: C#
  • 標(biāo)簽: c#??

資源簡(jiǎn)介


基于C#實(shí)現(xiàn)的簡(jiǎn)單網(wǎng)絡(luò)嗅探器源碼,可以抓到本機(jī)上滿足指定IP地址的數(shù)據(jù)包,分析源,目的IP地址,源,目的端口,基礎(chǔ)協(xié)議類型以及16進(jìn)制包數(shù)據(jù),對(duì)于學(xué)習(xí)C#和TCP/IP很有幫助。

資源截圖

代碼片段和文件信息

using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Threading.Tasks;
using?System.Windows.Forms;
using?System.Management;
using?System.Threading;
using?System.Net.Sockets;???

namespace?Sniffer
{
????public?partial?class?MainForm?:?Form
????{
????????public?MainForm()
????????{
????????????InitializeComponent();
????????}

????????//框架視圖加載時(shí)的操作
????????private?void?Sniffer_Load(object?sender?EventArgs?e)
????????{

????????????//Columns:控件中顯示的所有列標(biāo)題的集合(需要View設(shè)置位Details)
????????????lvSniffInfo.Columns.Add(“協(xié)議“?60?System.Windows.Forms.HorizontalAlignment.Center);
????????????lvSniffInfo.Columns.Add(“源地址“?100?System.Windows.Forms.HorizontalAlignment.Center);
????????????lvSniffInfo.Columns.Add(“目的地址“?100?System.Windows.Forms.HorizontalAlignment.Center);
????????????lvSniffInfo.Columns.Add(“源端口“?60?System.Windows.Forms.HorizontalAlignmen

評(píng)論

共有 條評(píng)論