Packet Sniffer SDK DLL Edition

HNFileAdapter :: Properties :: FAdpSetUseFastUserFilter

 Previous Next

Sets the status flag of the FastBPF using.

Syntax:

BOOL __stdcall FAdpSetUseFastUserFilter(HANDLE hFAdp, BOOL bUseFastBpf);

Parameters:

hFAdp

[in] HNFileAdapter object handle.

bUseFastBpf

[in] The new value of the status flag of the FastBPF using.

Return values:

If the function succeeds the return value will be the bUseFastBpf parameter value.

Description:

Use FAdpSetUseFastUserFilter to turn on/off FastBPF for the current CAP file.

See also:HNFileAdapter, FastBPF, FAdpGetUseFastUserFilter