发布时间:2014-12-30 17:00:44
本文主要内容:SYN Cookie的原理,以及它的内核实现。内核版本:3.6Author:zhangskd @ csdn blog SYN Flood 下面这段介绍引用自[1].SYN Flood是一种非常危险而常见的Dos攻击方式。到目前为止,能够有效防范SYN Flood攻击的手段并不多,SYN Cookie就是其中最著名的一种。&.........【阅读全文】
发布时间:2014-12-30 13:34:53
struct ethhdr、ether_header、iphdr、tcphdr、udphdr 结构************************eth的结构**************************************struct ethhdr {unsigned char h_dest[ETH_ALEN];unsigned char h_source[ETH_ALEN];__be16 h_proto;} __attribute__((packed));struct ether_header{u_int8_t ether.........【阅读全文】