About 50 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 network packets …

  2. 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, along with …

  3. 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 packets.

  4. Using WinPcap in your programs

    Include the file pcap.h at the beginning of every source file that uses the functions exported by library. If your program uses Win32 specific functions of WinPcap, remember to include WPCAP among the …

  5. WinPcap: pcap.h File Reference

    Flushes the output buffer to the ``savefile,'' so that any packets written with pcap_dump () but not yet written to the ``savefile'' will be written. -1 is returned on error, 0 on success.

  6. WinPcap

    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, along with …

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

  8. Exported functions - WinPcap

    pcap_compile_nopcap () is similar to pcap_compile () except that instead of passing a pcap structure, one passes the snaplen and linktype explicitly. It is intended to be used for compiling filters for direct …

  9. Interpreting the packets - WinPcap

    For simplicity and before starting the capture, we check the MAC layer with pcap_datalink () to make sure that we are dealing with an Ethernet network. This way we can be sure that the MAC header is …

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