John Oliver wrote: > I redirected the output of tcpdump to an ASCII text file, but Wireshark > doesn't like that. How can I capture traffic with tcpdump in a format > that Wireshark will understand?
By using the "-w" flag. (That's also how you capture traffic with tcpdump in a format that tcpdump will understand, and that some other free and commercial tools will understand. It's libpcap format, the same format that Wireshark/TShark uses.) _______________________________________________ Wireshark-users mailing list [email protected] http://www.wireshark.org/mailman/listinfo/wireshark-users
