Install Packet Sniffer tcpurify On Mac
What is “tcpurify” Package?
Packet sniffer/capture program
For more details: https://web.archive.org/web/20140203210616/irg.cs.ohiou.edu/~eblanton/tcpurify/
Installation
- Open Terminal by pressing
command+space
then type terminal and hitEnter
key. - Install homebrew first.
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install tcpurify.
brew install tcpurify
Now, use tcpurify!