📜  如何在 scapy 中创建 icmp 数据包 - 任何代码示例

📅  最后修改于: 2022-03-11 14:55:52.950000             🧑  作者: Mango

代码示例1
packet = IP(dst=host)/ICMP()