标签: python scapy
是否可以在scapy中添加数据包编号作为新图层? 例如: 伪代码:
for i in range(0,10): packet = packet number/Ether()/IP()/"payload" send(packet)