can't find "sipgrep" packet for capture SIP packets

Hello Everyone,

I don't know if this is the right place to ask about installing ports issue or not, but I really confused.

I am trying to install some packets to capture SIP packets, I could install and use ngrep(8) and sngrep(8) without any issue,
but ngrep(8) and sngrep(8) don't show the "unsuccessfully logs" so we were using "sipgrep(8)" I tried to install it but
# pkg install sipgrep >> but I couldn't find the package
I tried from the a github repository :
https://github.com/sipcapture/sipgrep/
and followed by the instructions :
Code:
Clone from GIT:
cd /usr/src
git clone https://github.com/sipcapture/sipgrep.git

Build and Install:
cd sipgrep
./build.sh (optional)
./configure
make && make install
But when I am trying to make && make install >>the output is no package to install.

does anyone know how to solve this problem because I really really need sipgrep(8)"?
Maybe the name of the packet has been changed or something I don't know, and if there is any similar tools I can try I will be more than thankful.

sorry for the long post.
Thanks in advance.
 
Don't use /usr/src, that's where the FreeBSD sources live.

but I couldn't find the package
There is no package for it because no-one has ported it yet. There needs to be a port made for it first. Ports are done by the community, people like you that have a need for a certain tool. Ports are all created voluntarily, nobody is getting paid to port applications to FreeBSD. So if you want it you're going to need to put some effort into it. Or find someone willing and able to do it for you.

 
Back
Top