Packet Sniffer SDK DLL Edition

HNLBAdapter :: Properties :: LbAdpSetUserFilterActive

 Previous Next

Sets the status flag of the user-settable packet filter using.

Syntax:

BOOL __stdcall LbAdpSetUserFilterActive(HANDLE hLbAdp, BOOL bActiveBpf);

Parameters:

hLbAdp

[in] HNLBAdapter object handle.

bActiveBpf

[in] The new value of the status flag of the user-settable packet filter using.

Return values:

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

Description:

Use UserFilterActive with UserFilter property to control the traffic filtering process.

UserFilterActive property may be used in the Ethernet emulation mode only (see HNLBAdapter.EthEmulation[Get/Set]).
See also:HNLBAdapter, LbAdpGetUserFilter, LbAdpSetUserFilter