-
网络中获取对方的网络设置,进行有效的网络资源管理,用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
-
数据包分析 数据包分析 数据包分析
æ•°æ®åŒ…åˆ†æž æ•°æ®åŒ…åˆ†æž æ•°æ®åŒ…分æž-Analysis of the data packet packet packet analysis analysis analysis of the data packet packet analysis
- 2023-05-21 23:40:03下载
- 积分:1
-
Proteus7最新元件库及仿真实例 (解压.rarProteus7最新元件库及仿真实例(解压.rar...
Proteus7最新元件库及仿真实例 (解压.rarProteus7最新元件库及仿真实例(解压.rar-Proteus7 the latest example of libraries and simulation (decompression. RarProteus7 the latest example of libraries and simulation (decompression. Rar
- 2022-10-21 22:50:03下载
- 积分:1
-
- 2022-05-30 02:06:52下载
- 积分:1
-
共享以太网:在共享网络环境中,所有的主机都连接到同一条总线并且与其他的主机竞争带宽。这意味着在这样的环境中,发给某个主机的数据包也会被其它所有的机器收到。因此在...
共享以太网:在共享网络环境中,所有的主机都连接到同一条总线并且与其他的主机竞争带宽。这意味着在这样的环境中,发给某个主机的数据包也会被其它所有的机器收到。因此在这样的环境中,任何设置成混杂模式的主机,将可以捕获发送给其它主机的数据包,从而窃听网络上的所有通信。 -Ethernet sharing : sharing network environment, all of the hosts connected to a bus with other mainframe competition bandwidth. This means that in such an environment, to a host of data packets will be all other machines received. In such an environment, any set pattern of mixed mainframe, will be sent to the capture of other mainframe data packets, thereby tapping on the network for all communications.
- 2022-02-16 07:58:52下载
- 积分:1
-
数据包捕获函数库
libpcap-0.7.1.tar.gz
- 2022-03-15 01:46:02下载
- 积分:1
-
网络流量监控,统计当前网络的输入流量和输出流量。
网络流量监控,统计当前网络的输入流量和输出流量。-Network traffic monitoring, statistics on current network traffic input and output flow.
- 2022-05-16 10:28:34下载
- 积分:1
-
Tracert程序
Tracert(跟踪路由)是路由跟踪实用程序,用于确定 IP 数据报访问目标所采取的路径。Tracert 命令用 IP 生存时间 (TT...
Tracert程序
Tracert(跟踪路由)是路由跟踪实用程序,用于确定 IP 数据报访问目标所采取的路径。Tracert 命令用 IP 生存时间 (TTL) 字段和 ICMP 错误消息来确定从一个主机到网络上其他主机的路由。
本程序利用RAW Socket实现Tracert程序。Tracert程序在具体实现时,是令其向目的主机发送一个ICMP回显请求消息,并重复递增IP头部TTL字段的值。刚开始的时候TTL等于1,这样当数据报抵达途中的第一个路由器时,TTL值就被减为0,导致发生超时错误,因为该路由器生成一份ICMP差错报文返回给源主机。随后,主机将数据报的TTL值递增1,以便IP报文能到达下一个路由器,并由下一路由器生成ICMP超时差错报文返回给源主机。不断重复这个过程,直到数据报达到最终的目的主机,此时目的主机将返回ICMP回显应答消息。这样,源主机只需对返回的每一份ICMP报文进行解析处理,就可以掌握数据报从源主机到达目的主机途中所经过的路由器信息。
本程序为控制台程序-Tracert using WinSocket
- 2023-05-23 15:50:04下载
- 积分:1
-
需要实现的功能目标是:
1. 网卡、适配器的显示和选择
2. 获取局域网内活动主机
3. 数据包的接收
4. 数据包的解析
5. 选择活动主...
需要实现的功能目标是:
1. 网卡、适配器的显示和选择
2. 获取局域网内活动主机
3. 数据包的接收
4. 数据包的解析
5. 选择活动主机列表中一个或多个主机
6. 捕获数据包并进行概要信息显示
7. 显示IP流量统计信息
-Need to achieve functional objectives are: 1. Card, adapter display and option 2. Activities within the LAN hosts to obtain 3. Packet reception 4. Packet parsing 5. Select list of active hosts one or more hosts 6. Capture data packets and carry out summary information display 7. Show IP Traffic Statistics
- 2023-05-11 06:40:03下载
- 积分:1