当前位置:首页 » 软件开发
开发技术指南» 文章正文
    引言: 在从 IPv4 到 IPv6 的升级过程中,有不少函数发生了变化。
 

 

 ·破解收费网站全攻略    »显示摘要«
    摘要:不要用它攻击国内合法网站,否则后果自负!!!谈到破解,当然需要一个工具,在这方面我们不得不承认国外的破解工具胜过国货 我以前用过流光等一些hacker工具。在破解网站的能力上十分有限。所以我在这里向 大家推荐一个破解工具 accessdiver v4.92 汉化版 (下载谈到破解,当然需要一个工具,在这方面我们不得不承认国外的破解工具胜过国货 我以前用过流光等一些hacker工具。在破解网站的能力......
    摘要:没有想到各了这么长时间,越来越多的人需要这个东西了.但是fq改了blog和个人服务器的设置后就再也不能下载了.原先的地址:http://my.chinaunix.net/wanghao/network/configfreeradiusforlinux.pdf当时我的笔记本也没有了这个文档.但是最近找到了.非常感谢fq他没有把我过去写的东西给删除.如果是真的没有了我就麻烦了:)下载地址:config......


[原创]Winpcap中IPv6与IPv4编程中Winsock的版本和兼容问题(附录)
在从 ipv4 到 ipv6 的升级过程中,有不少函数发生了变化.新版的 winpcap 正在慢慢地从 ipv4 向 ipv6 迁移.在这个过程中,有不少函数已经被废弃.旧的例程在新版的 winpcap 下无法使用,这其中也包括了一些著名的基于 winpcap/libpcap 的软件.比如 windump 与 snort for windows.作者在编程过程中收集了相关的资料,提出了解决方法.本文是该问题的参考附录.

本文包括了微软公司对 winsock 编程时可能发生的ipv4与ipv6的兼容问题的解释说明.

数据结构差异参考 【程序编程相关:去除默认共享

http://msdn.microsoft.com/library/default.html?url=/library/en-us/winsock/winsock/changing_data_structures_2.html 【推荐阅读:木马的检测、清除与防范

changing data structures 【扩展信息:phpMyAdmin 2.6 傻瓜设置4

platform sdk: windows sockets 2

when adding ipv6 functionality, you must ensure that your application defines properly sized data structures. the size of an ipv6 address is much larger than an ipv4 address. structures that are hard-coded to handle the size of an ipv4 address when storing an ip address will cause problems in your application, and must be modified.

best practice

the best approach to ensuring that your structures are properly sized is to use the sockaddr_storage structure. the sockaddr_storage structure is agnostic to ip address version. when the sockaddr_storage structure is used to store ip addresses, ipv4 and ipv6 addresses can be properly handled with one code base.

the following example, which is an excerpt taken from the server.c file found in appendix b, identifies an appropriate use of the sockaddr_storage structure. notice that the structure, when used properly as this example shows, gracefully handles either an ipv4 or ipv6 address.


...   下一页
    摘要: mozilla基金会已经发布了一个新版本的firefox浏览器和mozilla程序组件,已修补其中的几处严重安全漏洞。新版firefox、mozilla堵上严重安全漏洞 mozilla基金会已经发布了一个新版本的firefox浏览器和mozilla程序组件,已修补其中的几处严重安全漏洞。 如先前报道所说,这两个升级版本分别为——firefox 1.0.3 和 mozilla 1.7.7,在其中修......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE