pythonwiresharkpacket-snifferspacketswireshark-dissector

How Can I Download a Single Packet from Wireshark


I have this problem where I need to compare two packets and see if they are different. I am trying to write a python script to do this. However, to do this I think I need to download individual packets before I can compare them?


Solution

  • It's as simple as:

    File > Export Specified Packets..