[][src]Module rawsock::pcap::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

PCapDll

Dynamic link library interface for pcap.so

PCapInterface

Equivalent of pcap_interf_t

PCapPacketHeader

Equivalent of C struct pcap_pkthdr

Enums

PCapDirection

Equivalent of pcap_direction_t #[repr(u32)]

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