About 4,300 results
Open links in new tab
  1. 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 …

  2. WinPcap

    Flags defined in the pcap_open() function. Sampling methods defined in the pcap_setsampling() function. Authentication methods supported by the RPCAP protocol

  3. WinPcap: pcap.h File Reference

    pcap_get_airpcap_handle (pcap_t *p) Returns the AirPcap handler associated with an adapter. This handler can be used to change the wireless-related settings of the CACE Technologies …

  4. 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, …

  5. Opening an adapter and capturing the packets - WinPcap

    pcap_loop() is enough for the purpose of this sample, while pcap_dispatch() is normally used in a more complex program. Both of these functions have a callback parameter, packet_handler, …

  6. 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 …

  7. Exported functions - WinPcap

    Create a pcap_t structure without starting a capture. pcap_open_dead() is used for creating a pcap_t structure to use when calling the other functions in libpcap. It is typically used when just …

  8. 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 …

  9. Obtaining advanced information about installed devices - WinPcap

    Additionally, pcap_findalldevs_ex() can also return remote adapters and a list of pcap files that are located in a given local folder. The following sample provides an ifprint() function that prints the …

  10. Features - WinPcap

    Jul 1, 2008 · Free.WinPcap is released under the BSD open source licence.This means that you have total freedom to modify and use it with your application, even if it's commercial.