Installing ngrep on the CentOS 6.7


How to install ngrep on CentOS :

ngrep is not added to default repository, We need to add epel repo
sudo yum install epel-release
Then update the cache using following command.
yum update
Now Install the ngrep.
yum install ngrep

Example Usage :

Using ngrep to capture the SIP traffic.
ngrep -Wbyline port 5060 -d any -q

Note: Here i am using default SIP port 5060.

Venkatesh

Hi Guys, I am Venkatesh. I am a programmer and an Open Source enthusiast. I write about programming and technology on this blog.

You may also like...

Leave a Reply