-
用C语言实现的一套网络抓包库,支持多个系统平台,如Windows, Linux等。...
用C语言实现的一套网络抓包库,支持多个系统平台,如Windows, Linux等。-using the C language for capturing Packet networks, systems support multiple platforms, such as Windows, Linux, etc..
- 2022-01-23 10:55:33下载
- 积分:1
-
libnids 1.25 源码及安装脚本
====================
libnids-1.25
====================
1. What is libnids ?
------------------------
Libnids is a library that provides a functionality of one of NIDS
(Network Intrusion Detection System) components, namely E-component. It means
that libnids code watches all local network traffic, cooks received datagrams
a bit (quite a bit ;)), and provides convenient informa
- 2022-07-03 18:11:59下载
- 积分:1
-
IP layer and the data transceiver, I listed here in a few key parts.
一位网友问及IP层数据收发的方法,我在这里列出关键的几个部分。-IP layer and the data transceiver, I listed here in a few key parts.
- 2023-04-04 13:00:04下载
- 积分: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
-
lscanport2.0beta版(局域网扫描机器)的源代码,读取短,乐…
LScanPort2.0beta版(局域网机器扫描)源代码,研读之,学习之。-LScanPort2.0beta version (LAN scanning machines) source code, read the short, learning.
- 2022-06-15 13:57:42下载
- 积分:1
-
绝对经典的东西!不下是你一生中最大的损失!!应用层截包方案与实现(修订).rar...
绝对经典的东西!不下是你一生中最大的损失!!应用层截包方案与实现(修订).rar-absolute classic things! Your life is no less than the biggest loss! ! Application-layer packet cut programs and the realization (Amendment). Rar
- 2022-09-14 10:50:02下载
- 积分:1
-
一个网络监听程序监听局域网内所有的网络数据包 能够分析数据包的内容...
一个网络监听程序监听局域网内所有的网络数据包 能够分析数据包的内容-a network monitoring procedures LAN monitoring all network data packets to analyze the contents of data packets
- 2022-05-14 05:27:40下载
- 积分:1
-
eavesdropping, the use of java development.
网络监听程序,使用java开发。-eavesdropping, the use of java development.
- 2022-09-20 11:30:02下载
- 积分:1
-
瑞士军刀nc.exe源码,网络编程需要的是特别的…
瑞士军刀NC.exe源码,对于需要网络编程的人特别的有用.-Swiss army knife NC.exe source, the need for network programming are particularly useful.
- 2023-06-26 10:25:03下载
- 积分:1
-
Sniffer原理及开源代码,包含几个文档的说明,源码,简单易懂!...
Sniffer原理及开源代码,包含几个文档的说明,源码,简单易懂!-Sniffer principle and the open source code, contains several documents that source, easy-to-read!
- 2022-11-26 11:50:03下载
- 积分:1