码迷,mamicode.com
首页 >  
搜索关键字:packet    ( 1385个结果
python 抓包与解包
我使用的环境为:Windows10、python3.6、scapy 2.4.0 一、基本知识 Sniff方法定义: sniff(filter="",iface="any", prn=function, count=N) filter的规则使用 Berkeley Packet Filter (BPF) ...
分类:编程语言   时间:2020-02-19 12:48:41    阅读次数:93
Socket
什么是TCP/IP、UDP? TCP/IP(Transmission Control Protocol/Internet Protocol)即传输控制协议/网间协议,是一个工业标准的协议集,它是为广域网(WANs)设计的。UDP(User Data Protocol,用户数据报协议)是与TCP相对应 ...
分类:其他好文   时间:2020-02-17 23:45:35    阅读次数:64
MYSQL服务启动不了
前提: 本地导出MYSQL的一个数据脚本.sql, 有50M大小的,想传到服务器上后再服务器上再导入, 结果在服务器上出现 ‘ server has gone away ’ 的错误,网上搜索后修改my.ini文件里的 max_allowed_packet = 40M, 修改后保存, 进服务里重新启动 ...
分类:数据库   时间:2020-02-15 15:05:50    阅读次数:82
ovs flow操作
[root@kunpeng82 ovs]# ovs-ofctl dump-flows s1 cookie=0x0, duration=432.489s, table=0, n_packets=1, n_bytes=70, in_port="s1_p1" actions=output:"s1_p1" ...
分类:其他好文   时间:2020-02-14 18:30:26    阅读次数:111
2019护网杯baby_forensic
题目名称:baby_forensic题目描述:can you catch the flag?附件:“data.7z” 2019护网杯初赛的一道取证题,比赛时没做出来,赛后又研究了一下。 获取profile的类型,因为不同的系统数据结构不一样,所以需要用--profile=来指定。 这里自动猜解可能的 ...
分类:其他好文   时间:2020-02-09 11:14:09    阅读次数:333
dnat & snat
67 static struct nf_hook_ops nf_nat_ipv4_ops[] __read_mostly = { 68 /* Before packet filtering, change destination */ 69 { 70 .hook = iptable_nat_ipv4 ...
分类:其他好文   时间:2020-02-08 19:18:14    阅读次数:82
com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure
com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure The last packet sent successfully to the server was 0 milliseconds a ...
分类:数据库   时间:2020-02-04 11:05:13    阅读次数:91
avcodec_send_packet函数解析
avcodec_send_packet(AVCodecContext *avctx, const AVPacket *avpkt): 1)将原始数据包作为解码器的输入 2)该函数在内部会复制AVCodecContext的相关字段(具体有哪些字段,起什么用,俺也不知道。。。),这些字段会影响每个包的解 ...
分类:其他好文   时间:2020-01-28 09:26:23    阅读次数:416
java基础---22. 发红包案例
1 题目 2 思路 3 代码事项 用户类 子类:群主类 调用 ...
分类:编程语言   时间:2020-01-27 22:22:11    阅读次数:101
he last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. at sun.reflect.Native ...
分类:其他好文   时间:2020-01-25 18:17:32    阅读次数:135
1385条   上一页 1 ... 9 10 11 12 13 ... 139 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!