⇤ ← Revision 1 as of 2007-07-12 12:47:47
Size: 1413
Comment:
|
← Revision 2 as of 2008-04-10 15:29:38 ⇥
Size: 1415
Comment: converted to 1.6 markup
|
Deletions are marked like this. | Additions are marked like this. |
Line 2: | Line 2: |
[[TableOfContents]] | <<TableOfContents>> |
Line 9: | Line 9: |
|| [http://netgroup-serv.polito.it/winpcap/ winpcap] || included || Windows || | || [[http://netgroup-serv.polito.it/winpcap/|winpcap]] || included || Windows || |
Contents
winpcap
Availability and IPv6 support
Name |
IPv6 support |
Supported operating systems |
included |
Windows |
Description
WinPcap is an architecture for packet capture and network analysis for the Win32 platforms. It includes a kernel-level packet filter, a low-level dynamic link library (packet.dll), and a high-level and system-independent library (wpcap.dll, based on libpcap version 0.5). The packet filter is a device driver that adds to Windows 95, Windows 98, Windows ME, Windows NT and Windows 2000 the ability to capture and send raw data from a network card, with the possibility to filter and store in a buffer the captured packets. Packet.dll is an API that can be used to access directly the functions of the packet driver, offering a programming interface independent from the Microsoft OS. Wpcap.dll exports a set of high level capture primitives that are compatible with libpcap, the famous UNIX capture library. These functions allow to capture packets in a way independent from the underlying network hardware and operating system.
Comments
Usage information
Categories
CategoryApps, CategoryAppstesting_and_monitoring