-
网络嗅探器,适用于ipv4协议。获取源地址,目标地址,主机名及数据包...
网络嗅探器,适用于ipv4协议。获取源地址,目标地址,主机名及数据包-network sniffer, applicable to ipv4 agreement. Access to the source address, destination address, host name and data packets
- 2022-06-15 06:24:54下载
- 积分:1
-
使用Raw Socket抓取IP包 使用本程序后,可以监听到网络中的所有数据,只要稍微修改一下,网络中明文传输的“帐号...
使用Raw Socket抓取IP包 使用本程序后,可以监听到网络中的所有数据,只要稍微修改一下,网络中明文传输的“帐号-密码”就都呈现在你眼前了!-Raw Socket crawling using IP packet using this procedure, you can listen to the network all the data, as long as the slightly changed a bit, specifically transmission network " account- the password" on both the front of your eyes now!
- 2023-04-04 14:30:03下载
- 积分:1
-
getting the data via other application and send that to the web.
把大智慧软件的数据及时更新到网站(http)上,供其它人共享,商业程序,只有核心代码,不含界面,各位兄弟见谅。-getting the data via other application and send that to the web.
- 2022-02-06 08:16:29下载
- 积分:1
-
achieved a socket based asynchronous communication model code, can good learning...
实现了一个基于socket异步通讯模式的代码,可以很好的学习VC中socket通讯的处理机制。-achieved a socket based asynchronous communication model code, can good learning VC socket communication mechanism.
- 2022-01-23 10:54:20下载
- 积分:1
-
本程序是一个关于如何获取网卡地址的小程序,简单实用。
本程序是一个关于如何获取网卡地址的小程序,简单实用。-this is a procedure on how to access the LAN addresses small procedures, simple and practical.
- 2022-03-20 06:37:50下载
- 积分:1
-
it is a very good learning material for the VC learner, including VC network com...
这是个最好的学习VC网络编程的好资料,里面对VC网络通信,视频音频的网络实现,非常适合想学习网络通信的朋友-it is a very good learning material for the VC learner, including VC network communication,video and audio.
- 2023-06-08 18:40:03下载
- 积分:1
-
multi
多点路由地图查询-multi-point routing maps
- 2022-03-17 13:31:31下载
- 积分:1
-
一个不错的网络拨号程序!
用vc6开发的,相当不错,在win2000,xp上编译通过!...
一个不错的网络拨号程序!
用vc6开发的,相当不错,在win2000,xp上编译通过!-a good network of dial-up procedures! With vc6 development, which is pretty good, WIN2000, xp compiled through!
- 2022-04-17 21:20:02下载
- 积分:1
-
简单的windows网络编程实现IP地址与主机名的转换
简单的windows网络编程实现IP地址与主机名的转换-A simple programming windows network IP address and host name of the conversion
- 2023-05-16 17:35:03下载
- 积分:1
-
P2P c++ sdk
P2P dll c++ ,
static emReturnType SetAppType(emAppType AppType);//设置程序类型,服务器emAppType_Server或者客户端emAppType_Client
static emReturnType SetClientCallback(IMsgCallback *pMsgCallback);//设置回调类,回调类继承IMsgCallback接口
static emReturnType Startup();//开启网络
static emReturnType Cleanup();//关闭网络
//Server 以下函数是服务器调用
static emReturnType BeginService(unsigned short nPort);//如果是服务器,调用该函数开启服务,nPort:端口号
static emReturnType EndService();//服务器退出的时候,调用该函数关闭服务
//Client 以下函数是客户端调用
static emReturnType Logon(LOGONINFO* pLogonInfo);//函数登录服务器。pLogonInfo:登录信息,详细见P2PHeaderDef.h->LOGONINFO
static emReturnType Logout();//登出服务器
static emReturnType ConnectAnchor(CLIENTINFO* pClientInfo);//连接主播,该函数是用户调用
static emReturnType SendP2PMSG(CLIENTINFO* pClientInfo, char* pszMsg, int nMsgLen);//发送P2P消息,pClientInfo,要发送的客户信息,如果是用户,则pClientI
- 2022-02-03 19:54:38下载
- 积分:1