-
网络数据包帧监听程序,
网络数据包帧听程序,大家不要用来干坏事啊。- The network data packet frame listens to the procedure,
everybody do not have to use for to do the misdemeanor.
- 2022-05-26 16:35:46下载
- 积分:1
-
voip检测程序,能够在windows or linux运行
voip检测程序,能够在windows or linux运行-This is a voip detecting program,ti can run in windows or linux.
- 2022-01-20 23:23:28下载
- 积分:1
-
windows下的,一个网络嗅探器的源码,有一定的借鉴价值,可以构写自己的嗅探器了...
windows下的,一个网络嗅探器的源码,有一定的借鉴价值,可以构写自己的嗅探器了-under the windows, a network sniffer the source code for a certain reference value can write their own structure with a sniffer
- 2022-03-24 19:55:23下载
- 积分: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
-
可以获取DNS的源代码!
简单的界面,良好的程序,适合初学者分析学习!...
可以获取DNS的源代码!
简单的界面,良好的程序,适合初学者分析学习!-DNS can get the source code! Simple interface, good procedures, suitable for beginners and analysis of learning!
- 2022-04-20 23:26:32下载
- 积分:1
-
network monitor 能够在windows or linux运行
network monitor 能够在windows or linux运行-This is a network monitor program,it can run in windows or linux.
- 2022-03-26 08:34:50下载
- 积分:1
-
捕获并、分析数据包并显示其内容源程序程序
捕获并、分析数据包并显示其内容源程序程序-Capture and analyze packets and display the contents of the source code program
- 2022-01-31 18:41:33下载
- 积分: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
-
获取110端口和80端口用户名和口令
获取110端口和80端口用户名和口令-Access to 110 ports and 80-port user name and password
- 2023-06-27 11:15:03下载
- 积分:1
-
ASP.NET 3.5入门经典的Csharp源代码
ASP.NET 3.5入门经典的Csharp源代码-Getting Started with ASP.NET 3.5 source code for the classic Csharp
- 2022-01-25 17:26:15下载
- 积分:1