-
Delphi版的winpcap pas单元!!! 本站抢先发布!!! 以后用delphi的朋友再也不用去翻译C++的winpcap的H了 数据格式和函数都做好了...
Delphi版的winpcap pas单元!!! 本站抢先发布!!! 以后用delphi的朋友再也不用去翻译C++的winpcap的H了 数据格式和函数都做好了 直接调用即可-Delphi version of winpcap pas unit!!! The first to publish this site!!! After using delphi friends no longer have to go to translation C++ The WinPcap the H data format and functions are a direct call to do a good job
- 2022-05-12 12:17:39下载
- 积分:1
-
一个局域网的超级软件,可以查找共享的资源,不用通过windows来查找,直接可以应用...
一个局域网的超级软件,可以查找共享的资源,不用通过windows来查找,直接可以应用-a super LAN software, you can share resources, not through windows to locate, can be applied directly
- 2022-03-21 21:51:09下载
- 积分:1
-
需要实现的功能目标是:
1. 网卡、适配器的显示和选择
2. 获取局域网内活动主机
3. 数据包的接收
4. 数据包的解析
5. 选择活动主...
需要实现的功能目标是:
1. 网卡、适配器的显示和选择
2. 获取局域网内活动主机
3. 数据包的接收
4. 数据包的解析
5. 选择活动主机列表中一个或多个主机
6. 捕获数据包并进行概要信息显示
7. 显示IP流量统计信息
-Need to achieve functional objectives are: 1. Card, adapter display and option 2. Activities within the LAN hosts to obtain 3. Packet reception 4. Packet parsing 5. Select list of active hosts one or more hosts 6. Capture data packets and carry out summary information display 7. Show IP Traffic Statistics
- 2023-05-11 06:40:03下载
- 积分:1
-
论文
论文-papers
- 2022-07-01 12:57:06下载
- 积分:1
-
CVE
CVE-1999-0514 描述的 udp fraggle 攻击的代码 ,VC++源代码-CVE-1999-0514 described in udp fraggle attack code, VC++ Source code
- 2022-12-08 17:35:03下载
- 积分:1
-
CAN网络与IP网络通信
void Task_Server(void *pdata) { SOCKET* s; int ei; //存放返回值的变量 int RecvCnt=0; //接收数据个数 uint8 RecvBuff[200]; //接收缓冲区 uint8 RecvBuffP=0; uint8 CanSUCCESS=0; struct sockaddr serveraddr,clientaddr; //sockaddr 结构体由协议栈类型、IP和端口组成 uint32 regaddrBYTE; serveraddr.sin_family = 0; //协议栈类型 serveraddr.sin_addr[0] = MCU_IP[0]; //四位IP地址 serveraddr.sin_addr[1] = MCU_IP[1]; serveraddr.sin_addr[2] = MCU_IP[2]; serveraddr.sin_addr[3] = MCU_IP[3]; serveraddr.sin_port = 4000; //服务器本地端口 s = socket(AF_INET,SOCK_STREAM,TCP_
- 2022-06-02 01:16:17下载
- 积分:1
-
lan monitor software of the one university
某大学网络监控软件 纯VB 编写 很好的例子-lan monitor software of the one university
- 2023-02-26 02:40:03下载
- 积分:1
-
早期http://music.jschina.com.cn的音乐不让下载,我就编了这个东西,批量获取网址再拿FlashGet下。现在好像它开放下载了,软件也该进...
早期http://music.jschina.com.cn的音乐不让下载,我就编了这个东西,批量获取网址再拿FlashGet下。现在好像它开放下载了,软件也该进博物馆了啊。但是软件的思想应该还青春永驻。有兴趣的研究一下?-early http://music.jschina.com.cn not download music, I on the allocation of this thing, volume access to the website under FlashGet redistributed. It now appears open downloaded, the software into a museum ah. However, the software should also worth thinking. Interest in the study?
- 2022-05-19 17:06:25下载
- 积分:1
-
本文工作的大部分工作地址和子网掩码在网络中进行计算…
本作品批量对文件中IP地址与子网掩码计算出它所在的网络网络范围。-The bulk of the paper work IP address and subnet mask to calculate it in the network of networks.
- 2022-08-16 08:07:12下载
- 积分:1
-
一个非常简单的基于MFC单文档结构的LAN包信息监视器,仅仅 实现了非常简单的功能,留待大家进一步扩展。该应用基于NT/2000/xp下的NDIS Packet...
一个非常简单的基于MFC单文档结构的LAN包信息监视器,仅仅 实现了非常简单的功能,留待大家进一步扩展。该应用基于NT/2000/xp下的NDIS Packet Driver,所以你在运行它之前必须添加该包驱动程序-a very simple MFC single document based on the structure of the LAN packet information monitors, only achieved a very simple function, we leave it to further expand. The application based on the NDIS NT/2000/xp Packet Driver, so you run it must be added before the packet drivers
- 2022-07-09 17:33:27下载
- 积分:1