-
客户端从终端接受键盘数据并把数据发送至服务端
服务端把客户端发送过来的数据执行并把结果发送至客户端
客户端和服务端数据发送增加数据包头,进行打包操作...
客户端从终端接受键盘数据并把数据发送至服务端
服务端把客户端发送过来的数据执行并把结果发送至客户端
客户端和服务端数据发送增加数据包头,进行打包操作-The client from the terminal to accept the keyboard data and the data sent to the server
Server to the client to send the data over the implementation and the results sent to the client
Client and server data transmission to increase the data header, for packaging operations
- 2022-02-15 07:37:12下载
- 积分:1
-
一个完整的抓包及分析程序,对于掌握sniffer技术以及数据包结构的程序开发都非常有好处,文件好不好,请大家评论.这是有关书籍光盘里的源码:)...
一个完整的抓包及分析程序,对于掌握sniffer技术以及数据包结构的程序开发都非常有好处,文件好不好,请大家评论.这是有关书籍光盘里的源码:)-A complete capture and analysis procedures for the master packet sniffer technology and structure are very good developers, good documentation, please comment. This is the book CD-ROM source code :)
- 2023-07-26 11:55:04下载
- 积分:1
-
solaris 2.x网络包监听程序
solaris 2.x网络包监听程序 -solaris 2.x sniffer
- 2023-01-17 12:30:03下载
- 积分:1
-
LAN monitoring procedures, monitoring the network is a good example
网卡监听程序,是网络监听的一个很好的实例-LAN monitoring procedures, monitoring the network is a good example
- 2022-07-21 20:08:24下载
- 积分: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
-
实现网络嗅探器,输出监测信息,监测局域网信息
实现网络嗅探器,输出监测信息,监测局域网信息
-Realize network sniffer, output monitoring information, monitoring LAN Information
- 2022-07-26 04:56:56下载
- 积分:1
-
基于winpcap的嗅探器 网络技术课的实验作业
基于winpcap的嗅探器 网络技术课的实验作业
-based on the Sniffer network technology operations of Experiment
- 2022-10-02 23:55:03下载
- 积分:1
-
前面GetPacketNT.zip编译运行时要用到的通用库
前面GetPacketNT.zip编译运行时要用到的通用库- Front when GetPacketNT.zip translation movement must use
general storehouse
- 2022-03-10 18:12:15下载
- 积分:1
-
tracert跟踪程序,该诊断实用程序通过向目的地发送具有不同生存时间 (TTL) 的 Internet 控制信息协议 (ICMP) 回应报文,以确定至目的地的...
tracert跟踪程序,该诊断实用程序通过向目的地发送具有不同生存时间 (TTL) 的 Internet 控制信息协议 (ICMP) 回应报文,以确定至目的地的路由。-tracert tracking program, the diagnostic utility to the destination by sending a different time to live (TTL) of the Internet Control Message Protocol (ICMP) response message to determine the route to the destination.
- 2022-04-01 07:01:47下载
- 积分:1
-
使用ARP协议获取局域网内活动主机物理地址
Ethernet是目前使用广泛的局域网,基于802.3协议,主机之间的通信是通过网络适配器上唯一的MAC地址来完...
使用ARP协议获取局域网内活动主机物理地址
Ethernet是目前使用广泛的局域网,基于802.3协议,主机之间的通信是通过网络适配器上唯一的MAC地址来完成。
本次任务基于ARP协议编写程序,实现获取本局域网内所有活动主机的MAC地址与IP地址的映射列表的功能。
在使用Winpcap第三方开发包的基础上,程序自身实现ARP数据包的封装,并利用Winpcap的相关函数实现ARP包的发送、接受和解析工作。显示局域网内活动主机MAC地址和IP地址对应关系。
-Get the host by using the arp
- 2023-05-11 09:35:03下载
- 积分:1