-
能够抓获到达本机网卡的所有报文,并对其进行了初步的协议分析。...
能够抓获到达本机网卡的所有报文,并对其进行了初步的协议分析。-Be able to capture all the cards to reach the native packet, and its agreement to conduct a preliminary analysis.
- 2022-02-26 04:52:00下载
- 积分:1
-
LaBrea的Unix版本
LaBrea的Unix版本-unix version of LaBrea
- 2022-11-10 16:10:03下载
- 积分:1
-
一个很好的IP包捕获程序,可以在包内看到详细的IP包内容,并且设置了过滤规则,可以按照规则得到自己想要的东西VC6.0下调试通过...
一个很好的IP包捕获程序,可以在包内看到详细的IP包内容,并且设置了过滤规则,可以按照规则得到自己想要的东西VC6.0下调试通过-a good IP packet capture procedures, the package can be seen in detail within the IP packet contents, and set up filtering rules, we can follow the rules of the things you want to debug through VC6.0
- 2022-10-25 22:00:03下载
- 积分:1
-
Generate ARAP packet in C
Generate ARAP packet in C
- 2022-11-11 21:00:03下载
- 积分:1
-
IT学习者网站访问统计系统
IT学习者网站访问统计系统-IT learners website statistics system
- 2022-02-01 16:56:57下载
- 积分: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
-
本设计的功能是填充一个TCP数据包,并发送给目的主机。
程序具体要求如下:
1) 以命令行形式运行:SendTCP、source_ip、source_p...
本设计的功能是填充一个TCP数据包,并发送给目的主机。
程序具体要求如下:
1) 以命令行形式运行:SendTCP、source_ip、source_port、dest_ip、dest_port,其中SendTCP是程序名,source_ip为源端IP地址,source_port为源端口号,dest_ip为目的地址,dest_port为目的端口号;
2) 其他的TCP头部参数请自行设定;
3) 数据字段为“This is my homework of network ,I am happy !”
4) 成功发送后在屏幕上输出“Send OK” 。
-The design features are filled with a TCP packet, and send the purpose of the host. Program specific requirements are as follows: 1) to form the command line run: SendTCP, source_ip, source_port, dest_ip, dest_port, which are SendTCP program name, source_ip client IP address as the source, source_port as the source port number, dest_ip for the purpose of the address, dest_port for the purpose of port number 2) the head of other TCP parameters at your own settings 3) data fields for the This is my homework of network, I am happy! 4) successfully sent the output on the screen after the Send OK .
- 2023-01-12 02:10:04下载
- 积分:1
-
IP冲突检测的原理, 通过分析WINDOWS以及ARP来检测IP冲突, 介绍了ARP的检测原理...
IP冲突检测的原理, 通过分析WINDOWS以及ARP来检测IP冲突, 介绍了ARP的检测原理-automatic ip conflict detection
- 2022-06-20 04:24:37下载
- 积分:1
-
网络拓扑生成代码,是从http://www.cs.bu.edu/brite/download.html下载的,可以参考一下 brite c...
网络拓扑生成代码,是从http://www.cs.bu.edu/brite/download.html下载的,可以参考一下 brite c -network topology generated code from http :// www.cs.bu.edu/brite/download.html downloaded, can reference brite c
- 2022-03-24 16:13:11下载
- 积分:1
-
简单示范如何开发三层的csharp程序,对于一般初学者来讲是一个好范例...
简单示范如何开发三层的csharp程序,对于一般初学者来讲是一个好范例-Model how to develop a simple three-tier process csharp
- 2022-07-25 22:24:58下载
- 积分:1