![]() |
TCPScanDoneLib() |
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
| Protected Function |
Declared in: TCPPortScannerStealth.h |
Declaration
virtual void TCPScanDoneLib(
BOOL bError);
DescriptionScan is done (for library)
Function Body
try
{
//Do we have a sniffer?
if (m_pSniffer)
{
//Stop the sniffer
m_pSniffer->Stop();
//Delete it from it's thread
m_pSniffer->DeleteSocketFromThread();
//Remove it
m_pSniffer=NULL;
}
//Delete the thread
delete m_pThread;
m_pThread=NULL;
}
ERROR_HANDLER("TCPScanDoneLib")
See Also
This web site was generated
using Surveyor V4.50.811.1. Click
here
for more information. |
Site content copyright © 2003 Komodia LTD.. See the About page for additional notices. This page last updated: 24 Feb 2003. |