• 大小: 66KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-05-15
  • 语言: 其他
  • 标签:

资源简介

这个程序可以实现计算机网络的监控IP网络包的功能,适用于计算机网络课程的扩展学习,能够实时监控计算机内的流量包数据,可以作为一个计算机网络的小作业

资源截图

代码片段和文件信息

#include “stdafx.h“ 
#include “IPPackCap.h“ 
#include “IPNode.h“  
#ifdef _DEBUG #undef THIS_FILE 
static char THIS_FILE[]=__FILE__; 
#define new DEBUG_NEW 
#endif 
CIPNode::CIPNode(long sourceIP unsigned char proto) 

 m_lIPAdress = sourceIP; 
 m_lcount = 1;  
16 
 m_proto = proto; 
}  
CIPNode::~CIPNode() 

}  
long CIPNode::GetIPAddress() 

 return m_lIPAdress; 
}  
long CIPNode::GetCount() 

 return m_lcount; 

void CIPNode::AddCount() 

 m_lcount++; 
}  
unsigned char CIPNode::GetProtocol() 

 return m_proto; 


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

     文件     156672  2019-12-04 17:21  监控IP流量包\Debug\vc60.idb

     文件      36864  2019-12-04 17:21  监控IP流量包\Debug\vc60.pdb

     文件        572  2019-12-04 17:20  监控IP流量包\IPNode.cpp

     文件        682  2019-12-04 16:44  监控IP流量包\IPNode.h

     文件      13952  2019-12-04 17:06  监控IP流量包\IPPackCap.cpp

     文件       2666  2019-12-04 17:20  监控IP流量包\IPPackCapDlg.h

     文件       1376  2019-12-04 16:47  监控IP流量包\StatisticsList.cpp

     文件        727  2019-12-04 16:46  监控IP流量包\StatisticsList.h

     文件       1054  2019-12-04 17:15  监控IP流量包\stdafx.h

     文件       4745  2019-12-04 17:33  监控IP流量包\监控IP流量包.dsp

     文件        532  2019-12-04 16:42  监控IP流量包\监控IP流量包.dsw

     文件      41984  2019-12-04 17:33  监控IP流量包\监控IP流量包.ncb

     文件      49664  2019-12-04 17:33  监控IP流量包\监控IP流量包.opt

     文件       1916  2019-12-04 17:21  监控IP流量包\监控IP流量包.plg

     目录          0  2019-12-04 16:45  监控IP流量包\Debug

     目录          0  2019-12-04 17:33  监控IP流量包

----------- ---------  ---------- -----  ----

               313406                    16


评论

共有 条评论