资源简介
设计一个专用的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个文件信息
相关资源
- 基于qt的一款sip抓包工具
- 计算机网络实验报告 VOIP PJSIP
- Building Telephony Systems with OpenSIPS - Sec
- Introduction to the Theory of Computation 3rd
- sipp使用案例及说明
- 海康sip信令抓包
- 完美的 SIP 软电话
- 一个SIP协议栈的实现源码
- 广西版全国版f460 sip V2.30
- 中兴光猫 F660 电信版升级文件
- PJSUA开发文档(中文)
- Lumisoft SIP 使用时一些问题的修正(附
- 计算理论导引 Michael Sipser著
- VoIP压力测试工具WinSIP及注册机
- JsSIP demo
- eXosip_v4.1.0开发手册
- VOIP SIP实验报告
- 超好用取色器 Sip,免激活
- Introduction to the Theory of Computation 3rd
- sip协议(中文版)
- WinSip 破解版
- GB28281之sip协议
- 高清版本SPAD SiPM 激光雷达sensor 技术简
- 在阿里云上搭建opensips服务器
- sip揭秘,SIP经典书籍中文版
- GB28181调试服务器
- asterisk for windows
- vs2015编译通过的pjproject-2.8
- F650A_SIP_V2.0.0P1T3.bin.zip
- sip原理与应用高清版
评论
共有 条评论