Packet Sniffer SDK VCL Edition

HNLBAdapter :: Methods :: RemoveAllUdpPortFilters

 Previous Next

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

Syntax:

procedure RemoveAllUdpPortFilters();

Description:

Use RemoveAllUdpPortFilters to remove all rules for tracking data transmitted by UDP for local OS set by AddFilterUdpPort 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 is set to TRUE, any new data transmission by UDP will be ignored.
See also:HNLBAdapter, RemoveFilterUdpPort, AddFilterUdpPort