-
分析ethereal抓取网络数据包,分析ethereal抓取网络数据包。
分析ethereal抓取网络数据包,分析ethereal抓取网络数据包。-Analysis of ethereal crawl network packets, analyzing network packets ethereal crawl.
- 2023-08-03 05:00:02下载
- 积分:1
-
一个很不不错的多线程网络爬虫程序。。。。
源码清晰,并且速度还不错...
一个很不不错的多线程网络爬虫程序。。。。
源码清晰,并且速度还不错-A very good procedures for multi-threaded network reptiles. . . . Clear source, and the speed was not bad
- 2023-08-08 08:35:03下载
- 积分: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
-
最大流实现程序,很好用,希望和大家分享
最大流实现程序,很好用,希望和大家分享-To achieve maximum flow process, very good, and would like to share ~ ~
- 2022-01-22 12:36:18下载
- 积分:1
-
一个简单的sniffer实例程序,对于理解winsocket有帮助。
一个简单的sniffer实例程序,对于理解winsocket有帮助。-a simple example sniffers procedures for understanding winsocket help.
- 2022-03-26 05:32:34下载
- 积分:1
-
一个很好的网络嗅探器
一个很优秀的网络嗅探器-a very good network sniffers
- 2022-01-25 23:59:46下载
- 积分:1
-
从网站上读取html文件,并显示,对于网络变成有一定作用
从网站上读取html文件,并显示,对于网络变成有一定作用-read from the Web site html documents, and shows that the network has become a role
- 2023-07-31 16:20:03下载
- 积分:1
-
监听snmp包的程序
监听snmp包的程序 -Monitor snmp packets
- 2022-02-02 20:51:01下载
- 积分:1
-
Snort最新源代码
snort有三种工作模式:嗅探器、数据包记录器、网络入侵检测系统。嗅探器模式仅仅是从网络上读取数据包并作为连续不断的流显示在终端上。数据包记录器模式把数据包记录到硬盘上。网路入侵检测模式是最复杂的,而且是可配置的。我们可以让snort分析网络数据流以匹配用户定义的一些规则,并根据检测结果采取一定的动作
- 2023-05-17 16:30: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