码迷,mamicode.com
首页 > Windows程序 > 详细

winpcap和libpcap

时间:2014-10-10 15:35:14      阅读:278      评论:0      收藏:0      [点我收藏+]

标签:style   color   io   os   ar   for   strong   sp   on   

winpcap和libpcap


winpcap

windows packet capture

WinPcap is the industry-standard tool for link-layer network access in Windows environments: it allows applications to capture and transmit network packets bypassing the protocol stack, and has additional useful features, including kernel-level packet filtering, a network statistics(统计) engine and support for remote packet capture.


WinPcap consists of a driver, that extends the operating system to provide low-level network access, and a library that is used to easily access the low-level network layers. This library also contains the Windows version of the well known libpcap Unix API.


Thanks to its set of features, WinPcap is the packet capture and filtering engine of many open source and commercial network tools, including protocol analyzers, network monitors, network intrusion detection systems, sniffers, traffic generators and network testers. Some of these networking tools, like Wireshark, Nmap, Snort, ntop are known and used throughout the networking community.


Winpcap.org is also the home of ??WinDump, the Windows version of the popular tcpdump tool??. WinDump can be used to watch, diagnose and save to disk network traffic according to various complex rules.


libpcap

libpcap, a portable(轻便的) C/C++ library for network traffic capture.


tcpdump

tcpdump, a powerful command-line packet analyzer


=====END=====


winpcap和libpcap

标签:style   color   io   os   ar   for   strong   sp   on   

原文地址:http://my.oschina.net/xinxingegeya/blog/325612

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!