Packet Sniffer SDK DLL Edition

HNLBAdapter :: Methods

 Previous Next

Please see HNLBAdapter functions short descriptions below:

LbAdpAddFilterTcpPort

Set the rule for tracking of re-created TCP sessions for local OS.

LbAdpAddFilterUdpPort

Set the rule for tracking of data transmitted by UDP for local OS.

LbAdpCloseAdapter

Closes the loopback adapter, stops receiving of the local traffic and sessions tracking.

LbAdpCreate

Creates an HNLBAdapter object.

LbAdpDestroy

Destroys the HNLBAdapter object.

LbAdpGetAcceptCount

Returns the number of the packets passed by the user-settable packet filter.

LbAdpGetLostCount

Returns the number of the packets lost by the PSSDK internal driver.

LbAdpGetOpenTime

Returns the time of the latest opening of the loopback adapter.

LbAdpGetProcessCount

Returns the number of the packets transferred to the application.

LbAdpGetProcessFileByID

Returns the exefile name by the process identifier (PID).

LbAdpGetProcessNameByID

Returns the process name by the process identifier (PID).

LbAdpGetRecvCount

Returns the number of the packets received by the Packet Sniffer SDK internal driver from OS.

LbAdpGetRejectCount

Returns the number of packets rejected by the user-settable packet filter.

LbAdpOpenAdapter

Opens loopback adapter for TCP/UDP traffic capturing and tracking of TCP sessions.

LbAdpRemoveAllTcpPortFilters

Remove all rules for tracking of re-created TCP sessions for local OS.

LbAdpRemoveAllUdpPortFilters

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

LbAdpRemoveFilterTcpPort

Remove the rule for tracking of re-created TCP sessions for local OS.

LbAdpRemoveFilterUdpPort

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

LbAdpUpdateUserStatistics

Updates the user-settable filter statistics synchronously.