Packet Sniffer SDK DLL Edition

HNLBAdapter :: Methods :: LbAdpRemoveFilterUdpPort

 Previous Next

Remove the rule for tracking data transmitted by UDP for local OS.

Syntax:

VOID __stdcall LbAdpRemoveFilterUdpPort(HANDLE hLbAdp, USHORT Port);

Parameters:

hLbAdp

[in] HNLBAdapter object handle.

Port

[in] UDP port number, for which the data is transmitted.

Description:

Use LbAdpRemoveFilterUdpPort to remove the rule 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.

Use LbAdpRemoveAllUdpPortFilters to remove ALL such rules at once.
See also:HNLBAdapter, LbAdpAddFilterUdpPort, LbAdpRemoveAllUdpPortFilters