安裝中文字典英文字典辭典工具!
安裝中文字典英文字典辭典工具!
|
- 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 bypassing the protocol stack, and including kernel-level packet filtering, a network statistics engine and support for remote packet capture WinPcap consists of a driver that extends the operating system
- 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 BPF usage, without necessarily having called pcap_open ()
- 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
- Handling offline dump files - WinPcap
The file is opened with pcap_open_offline (), then the usual pcap_loop () is used to sequence through the packets As you can see, reading packets from an offline capture is nearly identical to receiving them from a physical interface
- WinPcap: pcap_file_header Struct Reference
The documentation for this struct was generated from the following file: incs pcap h
- 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
- 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 Definition at line 126 of file incs pcap h
- WinPcap: pcap. h File Reference
pcap h File Reference #include <pcap-stdinc h> #include <net bpf h> #include <stdio h> Go to the source code of this file
|
|
|