我想使用 scapy 创建一个新层。我创建了一个新图层,但是当我将其发送到另一台计算机时,它丢失了,Wireshark 也无法识别它。我怎么解决这个问题?
class OMER(Packet): name = "OMER" fields_desc = [StrLenField("Omer", "", None)]
python network-protocols layer scapy python-3.x
layer ×1
network-protocols ×1
python ×1
python-3.x ×1
scapy ×1