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
I tried from the a github repository :
https://github.com/sipcapture/sipgrep/
and followed by the instructions :
But when I am trying to
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.
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 packageI 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
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.