How doing the diff between two pcap file and store de results
I want to compare the difference between two pcap files and store the difference in another pcap file I used the command files and when I want to open the result file I had a problem with wireshark because its format is not undertood by this later. Here is my command:
diff -ua file1.pcap file2.pcap > file3.pcap
Any help please ?