-
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
-
北京大学网络信息安全课件,段云所教授写.在这里和大家分享....
北京大学网络信息安全课件,段云所教授写.在这里和大家分享.-Beijing University of network information security courseware, of the cloud was taught. Here we share.
- 2022-08-07 01:23:19下载
- 积分:1
-
ARP包的捕获分析(基于Libpcap下)
ARP包的捕获分析(基于Libpcap下)-ARP packet capture analysis (based on the next Libpcap)
- 2023-06-16 21:55:03下载
- 积分:1
-
一个简单的工具,用来监听和分析在客户端和服务器之间通过TCP连接传送的数据...
一个简单的工具,用来监听和分析在客户端和服务器之间通过TCP连接传送的数据-a simple tool to be used for monitoring and analysis of the client and server through TCP connection between the transmission of data
- 2022-03-24 10:02:05下载
- 积分:1
-
这是一个全球网站排名的查询工具,包含了生成可执行程序和全部源代码...
这是一个全球网站排名的查询工具,包含了生成可执行程序和全部源代码-This is a global ranking of the site query tool includes the production of all executables and source code
- 2022-06-19 15:56:54下载
- 积分: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
-
最大流实现程序,很好用,希望和大家分享
最大流实现程序,很好用,希望和大家分享-To achieve maximum flow process, very good, and would like to share ~ ~
- 2022-01-22 12:36:18下载
- 积分:1
-
lscanport2.0beta版(局域网扫描机器)的源代码,读取短,乐…
LScanPort2.0beta版(局域网机器扫描)源代码,研读之,学习之。-LScanPort2.0beta version (LAN scanning machines) source code, read the short, learning.
- 2022-06-15 13:57:42下载
- 积分: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
-
SharpPcap是pcap,C #实施。
SharpPCap is a PCAP that is implemented in C#.
- 2022-03-25 07:41:44下载
- 积分:1