Packet Sniffer SDK DLL Edition

HNLBAdapter :: Methods :: LbAdpRemoveAllUdpPortFilters

 Previous Next

Remove all rules for tracking data transmitted by UDP for local OS.

Syntax:

VOID __stdcall LbAdpRemoveAllUdpPortFilters(HANDLE hLbAdp);

Parameters:

hLbAdp

[in] HNLBAdapter object handle.

Description:

Use LbAdpRemoveAllUdpPortFilters to remove all rules for tracking data transmitted by UDP for local OS set by LbAdpAddFilterUdpPort function.

Using of filtration rules for data transmitted by UDP allows to track only necessary ones, that dramatically increases the application performance and reliability.

If all rules are removed, but the flag HNLBAdapter.UseUdpPortFilters [Get/Set] is set to TRUE, any new data transmission by UDP will be ignored.
See also:HNLBAdapter, LbAdpAddFilterUdpPort