
WinPcap - Home
For many years, WinPcap has been recognized as the industry-standard tool for link-layer network access in Windows environments, allowing applications to capture and transmit …
WinPcap Documentation
Introduction. This Manual describes the programming interface and the source code of WinPcap. It provides detailed descriptions of the functions and structures exported to programmers, …
WinPcap · Documentation
Manuals. The WinPcap manual and tutorial: inside this manual you will find the documentation of the WinPcap API, a tutorial that will explain how to use the WinPcap functions with several …
Sending Packets - WinPcap
While pcap_sendpacket() offers a simple and immediate way to send a single packet, send queues provides an advanced, powerful and optimized mechanism to send a collection of …
WinPcap · Download
2021年3月28日 · WinPcap Has Ceased Development. We recommend Npcap. The WinPcap project has ceased development and WinPcap and WinDump are no longer maintained.
Filtering the traffic - WinPcap
The functions used to filter packets are pcap_compile() and pcap_setfilter(). pcap_compile() takes a string containing a high-level Boolean (filter) expression and produces a low-level byte code …
WinPcap · Developer Resources
2013年3月3日 · Older Versions. Older versions of the WinPcap Developer's Pack and Source Code are still available in the archive. Documentation Manuals. The WinPcap manual and …
Gathering Statistics on the network traffic - WinPcap
This can be done with pcap_setmode(). In particular, MODE_STAT must be used as the mode argument of this function. With statistical mode, making an application that monitors the TCP …
WinPcap: pcap_if Struct Reference
PCAP_IF_ interface flags. Currently the only possible flag is PCAP_IF_LOOPBACK, that is set if the interface is a loopback interface. Definition at line 153 of file incs/pcap.h.
Filtering expression syntax - WinPcap
wpcap filters are based on a declarative predicate syntax. A filter is an ASCII string containing a filtering expression. pcap_compile() takes the expression and translates it in a program for the …