I want to get all traffic on an embedded system, using tcpdump. I will send those files via sftp or ssh to my server.
Can it happen, that tcpdump "sees" the transfer of the pcap files to my server? This would result in a unwanted recursive transfer loop.
Is there a way to just save the metadata of the connection without saving the pcap data again? Or do I have to filter out the connection? If you, what would be the easiest way?
I need to see 100% of the traffic in those the dumps.