-
首先安装Winpcap。
需要添加libnids,winpcap头文件与lib库。
若不需生成。exe,直接用Debug中的。exe即可。...
首先安装Winpcap。
需要添加libnids,winpcap头文件与lib库。
若不需生成。exe,直接用Debug中的。exe即可。-First install the Winpcap. Need to add libnids, winpcap header files and lib library. If do not need to generate. exe, the direct use of Debug. exe to.
- 2023-04-25 09:40:03下载
- 积分:1
-
win2000下的IP数据包监视程序,需要ip helper api才能编译
win2000下的IP数据包监视程序,需要ip helper api才能编译-win2000 IP data packet monitor program, needs ip
helper api to be able to translate
- 2022-05-13 12:33:04下载
- 积分:1
-
网络安全sniff 诱探源码
网络安全sniff 诱探源码 -network security source sniff lured Exploration
- 2022-01-26 04:14:44下载
- 积分:1
-
网络中获取对方的网络设置,进行有效的网络资源管理,用vc程序实现,经典奉送。...
网络中获取对方的网络设置,进行有效的网络资源管理,用vc程序实现,经典奉送。-network access to each other"s network configuration, the effective management of network resources using vc program, classic bottle.
- 2022-03-22 04:48:31下载
- 积分: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
-
纳斯特
Nast - Network Analyzer Sniffer Tool,网络分析嗅探工具,c++语言。-Nast- Sniffer Network Analyzer Tool, Sniffer network analysis tool, c language.
- 2022-07-08 19:46:55下载
- 积分:1
-
FreeBSD上的一个sniffer程序
FreeBSD上的一个sniffer程序-FreeBSD sniffer procedure
- 2022-04-20 18:39:09下载
- 积分: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
-
用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
-
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