| Hi all, I have multiple trace files all beginning with the prefix "trace1_" and I would like to read all these files, apply a filter on them and write the filtered packets into another pcap file. I've tried both reading from trace1* and listing all the filenames after the -r option, but I keep getting syntax error. Can I read multiple files in tcpdump and if so, how? Thank you. |