您的位置:首页 > 其它

udp socket

2017-07-07 08:59 106 查看
其实服务器和客户端没有实质区别,都是端而已。
发消息就是互相senddata即可。

过滤IP
ip.dst == 192.168.3.6
ip.src == 192.168.3.6
ip.addr == 192.168.3.6

过滤端口
tcp.port == 80
udp.port == 5555

过滤mac
eth.dst==48-a1-95-4c-f6-be
eth.addr==48-a1-95-4c-f6-be
eth.src==48-a1-95-4c-f6-be

包长度过滤
udp.length == 56

http模式过滤
http.request.method == GET
http.request.method == POST
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: