Packet Sniffer SDK DLL Edition

PSSDK Events

 Previous Next

Please see PSSDK events short descriptions below:

HNFN_CFGCHANGE

Fires when the network adapter configuration changes.

HNFN_ASYNCREQUEST

Fires immediately after asynchronous NDIS request completed.

HNFN_ASYNCSEND

Occurs immediately after the asynchronous packet sending has been completed.

HNFN_BPF_ERROR_HANDLER

Tracks possible errors in BPF program during the compilation.

HNFN_DELETEITEMS

Tracks the releasing of the queue resources.

HNFN_LBCONNECT

Fires on the new TCP session is created.

HNFN_LBDISCONNECT

Fires when TCP session is closed.

HNFN_LBTCPPKTRECEIVE

Fires when an application receives or sends TCP data.

HNFN_LBUDPPKTRECEIVE

Fires when an application receives or sends UDP data.

HNFN_PKTRECEIVE

Occurs immediately after a packet has been received by the network adapter.

HNFN_PKTSRECEIVE

Occurs immediately after a packet has been received by the network adapter.

HNFN_STATECHANGE

Occurs when the network adapter state has been changed.

HNFN_STATISTICS

Fires when network adapter statistics has been updated asynchronously.

HNFN_TCPCLIENT

Fires immediately after receiving of data sent by client.

HNFN_TCPCLOSE

Fires immediately after stopping tracking a session by HNTcpManager object.

HNFN_TCPCONNECT

Fires immediately after successful establishing of TCP connection.

HNFN_TCPCREATE

Fires on the new TCP session is registered by HNTcpManager object.

HNFN_TCPDELETE

Fires immediately before deletion of HNTcpSession object.

HNFN_TCPRETURN

Fired immediately after releasing a packet for further using.

HNFN_TCPSERVER

Fires immediately after receiving of data sent by server.

HNFN_THREADBEGIN

Tracks the creating of the internal component thread.

HNFN_THREADEND

Tracks the closing of the internal component thread.