登录
首页 » c » 原始套接字测试,组装自己的链路层包

原始套接字测试,组装自己的链路层包

于 2022-10-01 发布 文件大小:279.37 kB
0 100
下载积分: 2 下载次数: 1

代码说明:

原始套接字实现的简单抓包,以及利用原始套接字测试链路层的通信,有说明文档,有代码注释

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

发表评论

0 个回复

  • matrixssl-3-1-2-open
    embedded SSL client source
    2020-07-24 08:58:42下载
    积分:1
  • 可变分区
    说明:  可变分区,一个很重要的操作系统原代码,很详细的拉,个人下载参考参考。(Variable Division, a very important source operating system, a very detailed and pulling personal information. Download.)
    2006-01-10 20:58:02下载
    积分:1
  • C# 显示DataGridView控件中选定的单元格、行和列
    Visual C#显示选择的DataGridView单元格,获取DataGridView控件中选定的单元格、行和列,测试前请连接好数据库,实现此功能核心代码如下:   if (customersDataGridView.AreAllCellsSelected(true))   {    MessageBox.Show("所有单元格已经被选择!", "信息提示",MessageBoxButtons.OK);   }   else   {    System.Text.StringBuilder MyInfo =new System.Text.StringBuilder();    for (int i = 0;    i < MyCount; i++)    {    MyInfo.Append("行号: ");    MyInfo.Append(customersDataGridView.SelectedCells[i].RowIndex.ToString());    MyInfo.Append(", 列号: ");    MyInfo.Append(customersDataGridView.SelectedCells[i].ColumnIndex.ToString());    MyInfo.Append(", 单元格值: ");    MyInfo.Append(customersDataGridView.SelectedCells[i].Value.ToString());    MyInfo.Append(Environment.NewLine);    }    MyInfo.Append("一共选择了: " + MyCount.ToString()+"个单元格");    MessageBox.Show(MyInfo.ToString(), "信息提示", MessageBoxButtons.OK);   }
    2022-03-18 13:11:05下载
    积分:1
  • linux平台下的EthernetIP协议解析程序
    这是有关linux平台下的EthernetIP协议解析程序,详细的注释行让你快速了解协议解析的流程,模版性很强
    2022-05-21 17:03:50下载
    积分:1
  • csharpwinform_huoche
    C#,Winform,三层架构,火车票查询。适合想了解三层架构的人士。(C#,winform)
    2010-01-26 00:58:34下载
    积分:1
  • LSM22
    nonlinear least squares algorithms in C/C++
    2010-04-16 17:00:35下载
    积分:1
  • 88w8686-Datasheet-and-linux-code
    Mavell 88w8686的datasheet及linux code下载(88w8686 datasheet and linux code)
    2012-09-04 10:44:20下载
    积分:1
  • MV-S88E6095_decrypted
    Marvell交换机解决方案,88E6095提供8个百兆光电复用口和3个千兆光电复用口。比较好的配置方案,给有帮助的朋友(8 FE+ 3 GE Stackable Ethernet Switch with QoS and 802.1Q)
    2013-11-26 10:44:49下载
    积分:1
  • 图书馆借书管理系统
    实现图书馆教师、学生借还书的简单管理,学生需先输入登录账号登录系统(To realize the simple management of library teachers and students to borrow books, students must first enter the login account to log in to the system.)
    2019-04-07 20:38:34下载
    积分:1
  • MongoDB调用所需要DLL CSharpDriver-1.10.1
    说明:  MongoDB调用所需要DLL,包含增删改查,也可以批量处理(The DLL required for MongoDB calls, including add, delete, and change checks, can also be processed in batches.)
    2020-06-22 06:20:01下载
    积分:1
  • 696518资源总数
  • 106174会员总数
  • 31今日下载