Adam had to remind me of this:
sudo tcpdump -i en0 -s 0 port 80
Of course tcpdump
can only tell us what other machines the computer is talking to, not what the conversation is. That requires a sniffer like Wireshark.
Adam had to remind me of this:
sudo tcpdump -i en0 -s 0 port 80
Of course tcpdump
can only tell us what other machines the computer is talking to, not what the conversation is. That requires a sniffer like Wireshark.