Skip to content
Lorenzo Mangani edited this page Mar 29, 2014 · 10 revisions

Welcome to the sipgrep wiki!

Requirements:

  • libpcap
  • libpcre

On Debian/Ubuntu: sudo apt-get install libpcap-dev libpcre3-dev

On CentOS/RHEL: sudo apt-get install libpcap-devel pcre-devel

Installation

Clone from GIT:

cd /usr/src

git clone https://github.com/adubovikov/sipgrep.git

Build and Install:

cd sipgrep

./build.sh

./configure

make && make install

Run:

sipgrep -h

Clone this wiki locally