-
众所周知
基于使用RawSocket无法实现监听本机发送的数据
本代码实现了 基于SPI监听所发送数据的功能...
众所周知
基于使用RawSocket无法实现监听本机发送的数据
本代码实现了 基于SPI监听所发送数据的功能 -As we all know can not be achieved based on the use of eavesdropping RawSocket send the local data of the code based on the SPI to monitor the function of sending data
- 2022-07-08 03:09:49下载
- 积分:1
-
自动检测网络状况,当网络闲置时自动关机,可根据实际情况选择关机条件。...
自动检测网络状况,当网络闲置时自动关机,可根据实际情况选择关机条件。-Automatically detects network conditions, when the network shuts down automatically when idle, according to the actual situation may choose to shut down conditions.
- 2023-06-16 12:40:03下载
- 积分:1
-
View network traffic code, fully graphical, user
查看网络流量的代码,完全图形化,方便用户查看-View network traffic code, fully graphical, user-friendly view
- 2023-05-17 02:55:04下载
- 积分:1
-
简单的ftp软件,实现基本的功能,开发环境vb6.0
简单的ftp软件,实现基本的功能,开发环境vb6.0-Simple ftp software to realize the basic functions, development environment VB6.0
- 2022-03-24 06:12:31下载
- 积分:1
-
此示例将向您展示如何使用WebBrowser控件和如何禁用R.
This sample will show you how to use the WebBrowser Control and how to disable right click context menu for browser s window. Requires installed Internet Explorer 3.xx or Internet Explorer 4.xx. Works with both versions. This sample works with All version of VB5.
- 2023-06-04 03:15:03下载
- 积分:1
-
用c++编写的一个简单的网络聊天程序,能实现局域网的聊天
用c++编写的一个简单的网络聊天程序,能实现局域网的聊天-Using c++ written in a simple network chat program, to achieve LAN chat
- 2023-08-18 20:50:05下载
- 积分:1
-
一个简单的UDP发送程序,可以帮助大家了解TNMUDP控件的使用。快速入门而已!...
一个简单的UDP发送程序,可以帮助大家了解TNMUDP控件的使用。快速入门而已!-a simple UDP this procedure could help us all understand TNMUDP control use. Quick Start!
- 2023-08-22 16:40:03下载
- 积分:1
-
易语言聊天,易语言版聊天室
易语言聊天,易语言版聊天室-Yi language chat
- 2023-06-18 03:00:03下载
- 积分:1
-
Windows NDIS driver development
WINDOWS驱动NDIS开发-Windows NDIS driver development
- 2022-04-07 20:45:03下载
- 积分:1
-
使用方法:
首先安装winpacp驱动,发送的时候可以选择ARP的TYPE。如果是ARP请求报文,则只要输入要问的IP地址,如果是ARP应答报文则要输入发送...
使用方法:
首先安装winpacp驱动,发送的时候可以选择ARP的TYPE。如果是ARP请求报文,则只要输入要问的IP地址,如果是ARP应答报文则要输入发送端的IP以及对方询问MAC地址对应的IP地址。
最后的发送速度可选参数为:(大小写敏感)
fast----------最快
hear---------每60MS一个包(比较适合结合SNIFFER做监听)
slowhear---每500MS一个包
auto---------每1秒一个包
slow---------每2秒个包
-Usage: First, install the driver winpacp, send when ARP can choose the TYPE. If the ARP request message, the question as long as the input to the IP address, if the ARP response packet will have to enter the sending end of the IP and MAC address of the other asked whether the corresponding IP address. The final optional parameter for sending speed: (case sensitive) fast fastest hear- a packet every 60ms (SNIFFER make more suitable combination of monitor) slowhear- every 500ms a packet auto- every one seconds a packet slow- every two seconds of packet
- 2022-01-24 12:52:46下载
- 积分:1