Hacker News new | ask | show | jobs
Ask HN: Packet interceptor
2 points by leahcim 2701 days ago
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