登录
首页 » Others » Iris

Iris

于 2006-06-16 发布 文件大小:14KB
0 70
下载积分: 1 下载次数: 102

代码说明:

  此为网络抓包工具Iris抓包的全部过实验报告 请大家好好利用(this tool for capturing Packet Network Iris capturing Packet experiments on the full report please make good use)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • DevSearch
    1.局域网内设备IP搜索 2.发送广播包出去,同时启动侦听接收 3.支持局域网内跨网断搜索(1.IP search in local network 2.send broadcast packet, and receive request 3.support different gateway.)
    2015-08-19 11:58:11下载
    积分:1
  • Network programming on windows there is a more comprehensive on
    对windows网络编程技术有一个较为全面的讲述-Network programming on windows there is a more comprehensive on
    2022-03-11 11:25:42下载
    积分:1
  • 111186731IEEE_39bus_PI_Pooya_mask
    说明:  ieee 39 节点,用于电力系统网络测试(ieee 39-bus test system, used to test the electricity system)
    2020-06-16 05:00:01下载
    积分:1
  • ,入门书籍,供者从入门、掌握、熟悉的一本好书籍。...
    网络编程,入门书籍,供网络编者从入门、掌握、熟悉的一本好书籍。-Network programming, book entry for the network from entry editor, master, familiar with a good book.
    2023-04-14 06:40:03下载
    积分:1
  • C# pop3 邮件接收
    private void Connect_Click(object sender, System.EventArgs e)        {            //将光标置为等待状态            Cursor cr = Cursor.Current;            Cursor.Current = Cursors.WaitCursor;            String a ,b,c;              //用110端口新建POP3服务器连接            Server = new TcpClient(PopServer.Text, 110);            Status.Items.Clear();             try            {                //初始化                NetStrm = Server.GetStream();                RdStrm = new StreamReader(Server.GetStream());                Status.Items.Add(RdStrm.ReadLine());                 //登录服务器过程                Data = "USER " Username.Text CRLF;                szData = System.Text.Encoding.ASCII.GetBytes(Data.ToCharArray());                NetStrm.Write(szData, 0, szData.Length);                Status.Items.Add(RdStrm.ReadLine());                 Data = "PASS " Password.Text CRLF;                szData = System.Text.Encoding.ASCII.GetBytes(Data.ToCharArray());                NetStrm.Write(szData, 0, szData.Length);                Status.Items.Add(RdStrm.ReadLine());                 //向服务器发送STAT命令,从而取得邮箱的相关信息:邮件数量和大小                Data = "STAT" CRLF;                szData = System.Text.Encoding.ASCII.GetBytes(Data.ToCharArray());                NetStrm.Write(szData, 0, szData.Length);                //Status.Items.Add(RdStrm.ReadLine());                 //改变按钮的状态                Connect.Enabled = false;                Disconnect.Enabled = true;                Retrieve.Enabled = true;                 //将光标置回原来状态                Cursor.Current = cr;             }            catch (InvalidOperationException err)            {                Status.Items.Add("Error: " err.ToString());            }        }
    2014-11-02下载
    积分:1
  • first
    实现固定时隙分配的TDMA算法,有完整的节点和进程模型,用opnet实现(The TDMA algorithm for fixed slot allocation has a complete node and process model, which is implemented by opnet.)
    2021-02-08 15:09:54下载
    积分:1
  • CSharpTCP
    基于TCP的网络编程,用C#语言编写,实现客户端与服务器之间的通信(TCP-based network programming with C# language, the communication between the client and the server)
    2013-01-02 11:25:57下载
    积分:1
  • 关于录音机的
    关于网络录音机的网络源程序-network recorders on the network source
    2022-03-20 21:06:36下载
    积分:1
  • 利用rfc868协议对时
    利用rfc868协议编写网络对时程序-use rfc868 agreement on the preparation of procedural Network
    2022-02-01 14:24:04下载
    积分:1
  • 1. When initialization procedures, access to the dial
    1.初始化程序时候,获取本机的拨号连接 2.拨号时候,利用选择的拨号连接进行拨号 3.成功后提示connected.点击OK挂断. 4.注意程序中用户名和密码的设定.-1. When initialization procedures, access to the dial-up connections for the two. Dial-up, the choice of using dial-up connections for dial-up 3. After successful suggested connected. Click OK to hang up. 4. Attention proceedings user name and password set up.
    2023-04-08 04:05:03下载
    积分:1
  • 696524资源总数
  • 103930会员总数
  • 47今日下载