接收来自客户端的UDP数据包

问题描述 投票:-1回答:1

我正在使用python和scapy,我需要从具有scapy的客户端接收数据包,我不知道该怎么做,帮助吗?

python server udp scapy packet-sniffers
1个回答
0
投票

您可以参考下面的代码示例,应该会对您有所帮助:https://www.programcreek.com/python/example/81628/scapy.all.UDP

© www.soinside.com 2019 - 2024. All rights reserved.