随笔分类 -  网络

摘要:http://blog.sina.com.cn/s/blog_4b9eab320102vme0.html https://www.ibm.com/developerworks/cn/linux/l-linux-networking-stack/ 阅读全文
posted @ 2018-04-16 09:08 chencesc 阅读(101) 评论(0) 推荐(0)
摘要:http://www.cnblogs.com/jingzhishen/p/4895473.html 阅读全文
posted @ 2016-09-27 16:14 chencesc 阅读(149) 评论(0) 推荐(0)
摘要:#include #include #include #include #include int Base64Decode(const char *in, char* out, int out_length) { int i, v; static const uint8_t decodeMap[] = { 0x3e, 0xff, 0xf... 阅读全文
posted @ 2016-09-27 15:56 chencesc 阅读(393) 评论(0) 推荐(0)
摘要:ubuntu 安装wireshark sudo apt-get install wireshark 中间弹出提示框选yes 实例教程 http://wenku.baidu.com/view/bdb0e34433687e21ae45a907.html 使用fileter 过滤包 protocol di 阅读全文
posted @ 2016-09-27 15:49 chencesc 阅读(127) 评论(0) 推荐(0)