Sniffer.h
资源名称:MSSniffer.zip [点击查看]
上传用户:benyan892
上传日期:2010-01-28
资源大小:158k
文件大小:0k
源码类别:
网络截获/分析
开发平台:
Visual C++
- // Sniffer.h : main header file for the PROJECT_NAME application
- //
- #pragma once
- #ifndef __AFXWIN_H__
- #error include 'stdafx.h' before including this file for PCH
- #endif
- #include "resource.h" // main symbols
- // CSnifferApp:
- // See Sniffer.cpp for the implementation of this class
- //
- class CSnifferApp : public CWinApp
- {
- public:
- CSnifferApp();
- // Overrides
- public:
- virtual BOOL InitInstance();
- // Implementation
- DECLARE_MESSAGE_MAP()
- };
- extern CSnifferApp theApp;