09 2017 档案
摘要:sk_buff 摘自:http://www.cnblogs.com/tzh36/p/5424564.html 目录 1 sk_buff介绍 2 sk_buff组成 3 struct sk_buff 结构体 4 sk_buff成员变量 4.1 Layout布局 4.2 General通用 4.3 Fe
阅读全文
摘要:int skb_copy_bits(const struct sk_buff *skb, int offset, void *to, int len); int skb_store_bits(const struct sk_buff *skb, int offset, void *from, int
阅读全文
摘要:skb详细解析【转】 摘自:http://blog.chinaunix.net/uid-30035229-id-4883992.html 在自己的模块发送函数中,需要对skb进行重新构造和别的一些操作。在网上看到一个写的还可以的,粘过来,就不自己写了,估计这个哥们也是看<Understanding
阅读全文
摘要:TCP:WireShark分析,序列号Seq和确认号Ack http://blog.csdn.net/liubaoxyz/article/details/49949439 转载自 http://blog.csdn.net/a19881029/article/details/38091243 序列号为
阅读全文
摘要:OpenCPN介绍及编译 OpenCPN是一个航海应用软件系统,采用wxWidgets界面框架,支持OpenGL,可以跨平台运行在Windows , Linux , Mac电脑上。 OpenCPN是一个自由软件工程,遵从GPLv2协议开放源代码,支持S57矢量格式BSBv3栅格格式海图;CM93矢量
阅读全文
摘要:VNC协议分析 摘自: http://blog.csdn.net/forever_feng/article/details/4703088 简介 VNC(Virtual Network Computing)是基于RFB(Remote Frame Buffer)协议进行通信的,是一个基于平台无关的简单
阅读全文
摘要:摘自:https://zhidao.baidu.com/question/1949169099296473348.html
阅读全文
摘要:摘自:http://www.cnblogs.com/kerrycode/p/3315793.html Ubuntu安装vnc+gnome的xstartup配置 http://www.cnblogs.com/burningroy/p/3591649.html Log 1 安装vncserver并且在x
阅读全文
摘要:让Windows可以远程访问Linux系统桌面 http://jingyan.baidu.com/article/d8072ac47b810eec95cefde8.html linux系统下,11款常见远程桌面控… http://blog.csdn.net/guo8113/article/detai
阅读全文