Follow simple steps to install fprobe on Mac
Package Information:
Name: fprobe
Use: fprobe and fprobe-ulog are NetFlow probes. fprobe – libpcap-based tool that collect network traffic data and emit it as NetFlow flows towards the specified collector.
URL: https://sourceforge.net/projects/fprobe/
Installation Steps:
- Open Terminal.
- Run the following command
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install fprobe using brew
brew install fprobe
fprobe is ready to use now!