Home:ALL Converter>Detecting VoIP Calls from command line - Wireshark

Detecting VoIP Calls from command line - Wireshark

Ask Time:2014-01-15T20:23:22         Author:user3197944

Json Formatter

I'm using Wireshark to sniff the network and detect the VoIP calls. Detected VoIP calls can be seen from GUI (Telephony->VoIP Calls).

Now I want to get this list from command line. I searched through wireshark documents, but couldn't find a command to do that.

I'm using the commands like

tshark -r myFile -R "sip.CSeq.method eq INVITE"

from this topic : Filtering VoIP calls with tshark

Is there a command to show that voip call list from command line, or do i have to parse the outputs and create my own list? Do you suggest any other tool to do that?

Any help would be greatly appreciated.

Author:user3197944,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/21137348/detecting-voip-calls-from-command-line-wireshark
yy