Loopback adapter opening has been completed successfully.
HNERR_MEM_ALLOC_ERROR
Memory for traffic processing is not allocated. This error may occur in case of insufficient system
resources.
HNERR_ADAPTER_THREAD_ERR
PSSDK internal thread creating error.
HNERR_TOO_BIG_PACKETS_POOL
Packets pool size set in the
LbAdpSetPacketPool property is too big
for this system.
Description:
Use LbAdpOpenAdapter to open the loopback adapter. After this function has been executed successfully you
can capture the traffic which the localhost is participating in, using the
OnTcpPacketReceive and
OnUdpPacketReceive event handlers and track
opening/closing of TCP sessions by OnConnect
and OnDisconnect event handlers.