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

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

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

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

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

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

  7. 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 that can …

  8. WinPcap · Links

    Pcap.Net http://pcapdotnet.codeplex.com/ PerformaSure http://www.sitraka.com/performasure/ PingPlotter http://www.pingplotter.com/ PromiScan …

  9. Remote Capture - WinPcap

    FreeBSD: the first time you call the pcap_stat(), the function takes several seconds to return. Therefore, programs like Analyzer seem to hang up for 20-30 seconds at the beginning of the capture (if this is …

  10. WinPcap: pcap_pkthdr Struct Reference

    Detailed Description Header of a packet in the dump file. Each packet in the dump file is prepended with this generic header. This gets around the problem of different headers for different packet interfaces. …