资源列表
PacketCapture
- PacketCapture的源码,抓包捕包程序-PacketCapture source code, Ethereal packet capture program
Net_Monitor
- 网络数据包监听器并对所截获的数据包进行解析。-Listener as well as network data packets intercepted by the packet parsing.
winsock
- 一个WINSOCK小例子 初接触网络编程的可以-A small example of the early network of contacts WINSOCK programming can look at
PacketSnifferSourceCodeInVB6
- Packet Sniffer source code.
ArpSpoofWithoutWincap
- 非常好的arp欺骗的源代码程序,与其它arpspoof的不同之处在于它自带网络驱动模块,无需winpacp包的支持即可独立运行.稍作修改即可实现更加高级的功能. -Very good arp spoofing the source code program, and other arpspoof difference is that it comes with the network driver module, without the support of winpacp package
1
- this is a source code for developing and sending icmp(internet control message protocol) packets
ARP
- this is a source code for sending arp type packets
SnifferHandbook
- Sniffer学习手册 一本学习Sniffer的很经典的学习文档-Sniffer learning manuals to learn a very classic study Sniffer Document
ppt
- 这是三个ppt,是关于网络攻击与防范的,ipconfig.ppt,ping.ppt,-ipconfig.ppt,ping.ppt,
Simon_Sniffer
- Simon Sniffer v0.1.2.基于winpcap 4.02实现了局域网嗅探功能,并基于此,可以截获共享式局域网内的飞信消息。程序运行需要安装winpcap 4.02以上版本。VC++6.0开发。内有详细开发文档。-Simon Sniffer is based on Winpcap 4.02 to capture and analyse packets in LAN. And it can also capture message of Fetion.
attachments_2009_11_17
- voice recognition project on home application
MyFramer
- Ethernet帧的封装与解析 帧的封装:用户输入任意一段信息,以回车作为结束。然后程序将这段信息作为帧的数据字段封装到数据帧中。并相应填充帧的其他字段。 帧的解析:从用户输入的文件中读取帧,并对其进行解析。通过重新计算CRC-8校验和,判断该帧是否会被接受。最终在终端输出帧的相关信息。 -Ethernet Frame CRC-8