Install tcptrace To Analyze tcpdump Output
What is “tcptrace” Package?
Analyze tcpdump output
For more details: http://www.tcptrace.org/
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 tcptrace.
brew install tcptrace
Now, use tcptrace!