Closed gilles0606 closed 2 years ago
Hi @gilles0606
Command line expression is only matched against initial dialog message to determine if the whole dialog must be filtered.
I you want to match on any dialog message, use Payload filtering available in filters screen (press 'F') in call list window.
Regards!
Cool. Work fine... two small sub-questions
1) is it possible to pass a Payload filtering in command line ?
like sngrep -I 100.pcap265 -c -payload_filetring "cause=1;"
2) Is it possible in command line to convert a pcap to sip text ? an equivalent to save all dialogs to .txt
THANKS THANKS THANKS
Hi!
echo set filter.payload "cause=1;" > /tmp/config
sngrep -I 100.pcap265 -f /tmp/config
ngrep -pqt -Wbyline -I 100.pcap265
Regards
THANKS
hello,
i do :
sngrep -I 100.pcap265 -c "cause=1"
in the pcap there are calls with in BYE "Reason: q.850;cause=1" but sngrep can't find them
the match expression is only for the INVITE content ?
how to match on all messages ? or on BYE message ?
Thanks