What changes when tcpdump is given -w capture.pcap?
tcpdump
-w capture.pcap
It saves only the human-readable terminal summaries as plain text.
It writes captured packet data in PCAP format instead of printing the usual packet summaries.
It reads packets from an existing capture file.
It captures only web traffic.