How to install Ngrep?

Started by ddoke, April 14, 2018, 06:47:08 PM

Previous topic - Next topic
Hello!
Is there an easy way to install Ngrep? Seems there is no official port.

Thanks!

Like any other tool that is not available -> compile it by yourself. You can find the instructions here:
https://github.com/jpr5/ngrep/blob/master/INSTALL#L45

Please note that make on FreeBSD and Linux are different. You may have to install gmake and use that instead of make.