Viewing 2 posts - 16 through 17 (of 17 total)
  • Author
    Posts
  • #39861
    Alastair
    Participant

    Good morning Diego

    after a bit of googling i found a solution:

    replace – if scapy_packet.haslayer(scapy.Raw):
    with – if scapy.Raw in scapy_packet and scapy.TCP in scapy_packet:

    works absolutely fine now. thanks for all your assistance

    #39909
    Diego PérezDiego Pérez
    Moderator

    Hi Alastair!

    Cool you got it!
    Diego

Viewing 2 posts - 16 through 17 (of 17 total)
  • You must be logged in to reply to this topic.