• 大小: 3.89MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-11-05
  • 语言: 其他
  • 标签: SIP  

资源简介

设计一个专用的SIP协议抓包工具,能截获网络中流过的SIP数据包,并且根据数据包的特征画出SIP通信的流程图。

资源截图

代码片段和文件信息

// MainFrm.cpp : implementation of the CMainframe class
//

#include “stdafx.h“
#include “moniter.h“

#include “MainFrm.h“
#include “View1.h“
#include “MoniterView.h“


#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif


/////////////////////////////////////////////////////////////////////////////
// CMainframe

IMPLEMENT_DYNCREATE(CMainframe CframeWnd)

BEGIN_MESSAGE_MAP(CMainframe CframeWnd)
//{{AFX_MSG_MAP(CMainframe)
ON_WM_CREATE()
ON_WM_TIMER()
//}}AFX_MSG_MAP
END_MESSAGE_MAP()

static UINT indicators[] =
{
ID_SEPARATOR           // status line indicator
ID_INDICATOR_CAPS
ID_INDICATOR_NUM
ID_INDICATOR_SCRL
};

/////////////////////////////////////////////////////////////////////////////
// CMainframe construction/destruction

CMainframe::CMainframe()
{
// TODO: add member initialization code here

}

CMainframe::~CMainframe()
{
}

int CMainframe::OnCreate(LPCREATESTRUCT lpCreateStruct)
{
extern CMoniterApp theApp;
if (CframeWnd::OnCreate(lpCreateStruct) == -1)
return -1;

if (!m_wndToolBar.CreateEx(this TBstyle_FLAT WS_CHILD | WS_VISIBLE | CBRS_TOP
| CBRS_GRIPPER | CBRS_TOOLTIPS | CBRS_FLYBY | CBRS_SIZE_DYNAMIC) ||
!m_wndToolBar.LoadToolBar(IDR_MAINframe))
{
TRACE0(“Failed to create toolbar\n“);
return -1;      // fail to create
}

if (!m_wndStatusBar.Create(this) ||
!m_wndStatusBar.SetIndicators(indicators
  sizeof(indicators)/sizeof(UINT)))
{
TRACE0(“Failed to create status bar\n“);
return -1;      // fail to create
}

// TODO: Delete these three lines if you don‘t want the toolbar to
//  be dockable
m_wndToolBar.EnableDocking(CBRS_ALIGN_ANY);
EnableDocking(CBRS_ALIGN_ANY);
DockControlBar(&m_wndToolBar);

InitMenu();

m_hIcons[0]=LoadIcon(AfxGetInstanceHandle()MAKEINTRESOURCE(IDI_ICON1));
m_hIcons[1]=LoadIcon(theApp.m_hInstanceMAKEINTRESOURCE(IDI_ICON2));
m_hIcons[2]=LoadIcon(AfxGetApp()->m_hInstanceMAKEINTRESOURCE(IDI_ICON3));
    
SetClassLong(m_hWndGCL_HICON(LONG)m_hIcons[0]);
SetTimer(11000NULL);
return 0;
}

BOOL CMainframe::PreCreateWindow(CREATESTRUCT& cs)
{
if( !CframeWnd::PreCreateWindow(cs) )
return FALSE;
// TODO: Modify the Window class or styles here by modifying
//  the CREATESTRUCT cs


return TRUE;
}

/////////////////////////////////////////////////////////////////////////////
// CMainframe diagnostics

#ifdef _DEBUG
void CMainframe::AssertValid() const
{
CframeWnd::AssertValid();
}

void CMainframe::Dump(CDumpContext& dc) const
{
CframeWnd::Dump(dc);
}

#endif //_DEBUG

/////////////////////////////////////////////////////////////////////////////
// CMainframe message handlers


BOOL CMainframe::OnCreateClient(LPCREATESTRUCT lpcs CCreateContext* pContext) 
{
// TODO: Add your specialized code here and/or call the base class

CRect rect;
GetWindowRect(&rect); 
//创建一个静态分栏窗口,分为

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       3434  2010-06-15 11:54  复件 moniter\moniter.clw

     文件       4335  2010-04-18 17:24  复件 moniter\ReadMe.txt

     文件       1367  2010-04-18 17:24  复件 moniter\moniter.h

     文件       1054  2010-04-18 17:24  复件 moniter\StdAfx.h

     文件        209  2010-04-18 17:24  复件 moniter\StdAfx.cpp

     文件       1486  2010-04-18 17:24  复件 moniter\moniterDoc.h

     文件       1762  2010-04-18 17:24  复件 moniter\moniterDoc.cpp

     文件     189440  2010-06-15 11:54  复件 moniter\moniter.ncb

     文件        248  2010-06-15 11:54  复件 moniter\moniter.plg

     文件       1078  2010-04-18 17:25  复件 moniter\sdi.ico

     文件       5694  2010-05-27 20:42  复件 moniter\moniter.dsp

     文件       4793  2010-04-27 22:04  复件 moniter\moniter.cpp

     文件      14821  2010-06-04 10:10  复件 moniter\moniter.rc

     文件      56832  2010-06-15 11:54  复件 moniter\moniter.opt

     文件       1813  2010-05-19 20:55  复件 moniter\SockHelper.h

     文件        522  2010-04-18 17:30  复件 moniter\moniter.dsw

     文件       4598  2010-05-21 23:08  复件 moniter\MainFrm.cpp

     文件       7579  2010-05-31 22:48  复件 moniter\SockHelper.cpp

     文件       2309  2010-06-04 10:05  复件 moniter\View1.h

     文件       7056  2010-04-21 11:21  复件 moniter\SockSupport.h

     文件       1169  2002-11-09 08:44  复件 moniter\SockSupport.cpp

     文件        870  2010-04-21 11:20  复件 moniter\mstcpip.h

     文件       1383  2010-05-26 21:31  复件 moniter\SipMessage.h

     文件       1364  2010-05-26 22:06  复件 moniter\Resource.h

    ..A.SH.      6144  2010-06-08 22:47  复件 moniter\Thumbs.db

     文件      64260  2010-06-04 10:10  复件 moniter\moniter.aps

     文件       1689  2010-04-29 16:43  复件 moniter\MainFrm.h

     文件        399  2010-04-18 17:24  复件 moniter\res\moniter.rc2

     文件       1078  2010-04-18 17:24  复件 moniter\res\moniterDoc.ico

     文件       1078  2010-04-18 17:24  复件 moniter\res\moniter.ico

............此处省略47个文件信息

评论

共有 条评论