sipcapture / sipgrep

SIPGREP: Display and Troubleshoot SIP signaling over IP networks in console
http://www.sipcapture.org
GNU General Public License v3.0
165 stars 46 forks source link

Listen on all interfaces #8

Closed michaelkeuter closed 10 years ago

michaelkeuter commented 10 years ago

Hi Alexandr,

is it possible, that sipgrep could listen on all available interfaces (e.g. "-d all")?

Michael

Update: I tried "sipgrep -d any", which gives me this error:

interface: any filter: (ip or ip6) and ( portrange 5060-5061) fatal: unsupported interface type 113

Linux 3.2.62, lipcap 1.4.0

adubovikov commented 10 years ago

Hi Michael,

sure. Just use -d any

Wbr, Alexandr

On Mon, Sep 8, 2014 at 1:45 PM, michaelkeuter notifications@github.com wrote:

Hi Alexandr,

is it possible, that sipgrep could listen on all available interfaces (e.g. "-d all")?

Michael

— Reply to this email directly or view it on GitHub https://github.com/adubovikov/sipgrep/issues/8.

adubovikov commented 10 years ago

heh, looks like the github dont' send email updates :-)

so, can you please do:

grep -R DLT_LINUX_SLL /usr/include/

and show the result here.

Wbr, Alexandr

On Mon, Sep 8, 2014 at 4:02 PM, Alexandr Dubovikov < alexandr.dubovikov@gmail.com> wrote:

Hi Michael,

sure. Just use -d any

Wbr, Alexandr

On Mon, Sep 8, 2014 at 1:45 PM, michaelkeuter notifications@github.com wrote:

Hi Alexandr,

is it possible, that sipgrep could listen on all available interfaces (e.g. "-d all")?

Michael

— Reply to this email directly or view it on GitHub https://github.com/adubovikov/sipgrep/issues/8.

adubovikov commented 10 years ago

i think you have two pcap.h in your system. please run the ./configure --with-pcap-includes=/usr/include/pcap and check if it works after.

michaelkeuter commented 10 years ago

Hi Alex,

great, the ./configure command did it!