[][src]Module rawsock::wpcap::dll

Contains definitions of C-structures and functions. This is basicly the equivalent of C language header.

Modules

helpers

Code hat helps you use the original DLL API.

Structs

BpfProgram

Equivalent of the bpf_program C struct

PCapInterface

Equivalent of pcap_interf_t

PCapPacketHeader

Equivalent of C struct pcap_pkthdr

PCapSendQueue

Equivalent of C struct pcap_sendqueue_t

PCapStat

Equivalent of C pcap_stat

WPCapDll

Dynamic load library interface for wpcap.dll

Enums

PCapDumper

Raw PCap duper handle - created only to allow construction of pointers.

PCapHandle

Raw PCap handle - created only to allow construction of pointers.

Constants

SUCCESS

Value returned by pcap library to indicate successful operation.

Type Definitions

PCapHandler