⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 pop3_detect.h

📁 VC++编写的类似Sniffer的网络数据包监听程序
💻 H
字号:
//---------------------------------------------------------------------------

#ifndef pop3_DetectH
#define pop3_DetectH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include "pop_scan.hpp"
//---------------------------------------------------------------------------
class TPop3_Detect : public TThread
{
private:
      int ip_index,user_index,pass_index;//
      int Err,Error_no;
      AnsiString email_str;
protected:
        void __fastcall Execute();
public:
         Tpop_scan *Fpop_scan;
        __fastcall TPop3_Detect(bool CreateSuspended);
        void __fastcall OnSendDetect(int Error);
        void __fastcall set_str();
        void __fastcall ThreadDone(TObject * Sender);
__published:

};
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -