Can somebody tells me how to use tcpdump to filter out udp or tcp traffic on a specific source and destination ip and save the output into a csv file? Its not necessary a csv file if I can convert the pcap file into a csv by using an etl tool.
Also I am interested in a 100ms time resolution when I collect the data, can I do it with tcpdump?
Thanks.