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

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

資源簡介


基于C#實現的簡單網絡嗅探器源碼,可以抓到本機上滿足指定IP地址的數據包,分析源,目的IP地址,源,目的端口,基礎協議類型以及16進制包數據,對于學習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();
????????}

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

????????????//Columns:控件中顯示的所有列標題的集合(需要View設置位Details)
????????????lvSniffInfo.Columns.Add(“協議“?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

評論

共有 條評論