ssh Port tunneling

摘要: SSH can also be used to tunnel portsCreate a local port that connects to a remote host through aSSH connection to another host ssh ­L 12345:localhos... 阅读全文
posted @ 2011-08-07 11:21 Tonystz 阅读(129) 评论(0) 推荐(0) 编辑

netif_receive_skb 函数注解

摘要: //当网络设备收到网络数据包时,最终会在软件中断环境里调用此函数 int netif_receive_skb(struct sk_buff *skb) { //ptype_all 用于sniffer这样的程序 // 发送一份拷贝给这些注册的sniffer程序 list_for... 阅读全文
posted @ 2011-08-05 18:17 Tonystz 阅读(704) 评论(0) 推荐(0) 编辑

linux kernel 处理网络数据包流程

摘要: 阅读全文
posted @ 2011-08-05 16:40 Tonystz 阅读(153) 评论(0) 推荐(0) 编辑

linux kernel map

摘要: Linux kernel map 阅读全文
posted @ 2011-08-05 14:02 Tonystz 阅读(85) 评论(0) 推荐(0) 编辑