資源簡介
C++ 網絡監聽工具(提高篇-實例564).zip
代碼片段和文件信息
//?SniffApp.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“SniffApp.h“
#include?“SniffAppDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CSniffAppApp
BEGIN_MESSAGE_MAP(CSniffAppApp?CWinApp)
//{{AFX_MSG_MAP(CSniffAppApp)
//?NOTE?-?the?ClassWizard?will?add?and?remove?mapping?macros?here.
//????DO?NOT?EDIT?what?you?see?in?these?blocks?of?generated?code!
//}}AFX_MSG
ON_COMMAND(ID_HELP?CWinApp::onhelp)
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
//?CSniffAppApp?construction
CSniffAppApp::CSniffAppApp()
{
//?TODO:?add?construc
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????3615??2007-05-08?08:52??SniffApp\ReadMe.txt
?????文件?????????823??2007-05-08?08:52??SniffApp\resource.h
?????文件????????1156??2007-05-08?08:52??SniffApp\SniffApp.clw
?????文件????????2175??2007-05-08?08:52??SniffApp\SniffApp.cpp
?????文件????????4279??2007-05-08?08:52??SniffApp\SniffApp.dsp
?????文件?????????541??2007-05-08?08:52??SniffApp\SniffApp.dsw
?????文件????????1427??2007-05-08?08:52??SniffApp\SniffApp.h
?????文件???????48640??2013-11-27?14:58??SniffApp\SniffApp.opt
?????文件????????5454??2007-05-08?08:52??SniffApp\SniffApp.rc
?????文件????????9218??2007-05-08?08:52??SniffApp\SniffAppDlg.cpp
?????文件????????3632??2007-05-08?08:52??SniffApp\SniffAppDlg.h
?????文件?????????210??2007-05-08?08:52??SniffApp\StdAfx.cpp
?????文件????????1054??2007-05-08?08:52??SniffApp\StdAfx.h
?????文件????????2238??2007-05-08?08:52??SniffApp\res\After?NoNetworkHD.ico
?????文件????????1078??2007-05-08?08:52??SniffApp\res\SniffApp.ico
?????文件?????????400??2007-05-08?08:52??SniffApp\res\SniffApp.rc2
- 上一篇:C++ 通過計算機名稱獲取IP地址
- 下一篇:C++ 套接字的斷開重連
評論
共有 條評論