Ask HN: Packet interceptor
What are the best network packet interceptor for Mac? I would like to know what is happening on my machine.
2 comments
Wireshark
tcpdump -i any -vv -nn -w - | strings. And let’s of course not forget sysdig. I believe they have a Mac version