This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

Tool for splitting voip calls to separate files

1

Hi,

I have to deal with very large pcap files which include many voip (h323, sip, isup) calls. Of course it takes a lot time to open these large files and find the correct call on a desktop computer. Is there a tool to create individual pcap files for each voip call from a large file ?

Thanks.

asked 12 Sep '11, 03:59

mrmrmrmr's gravatar image

mrmrmrmr
16113
accept rate: 0%

edited 12 Sep '11, 08:06

Bill%20Meier's gravatar image

Bill Meier ♦♦
3.2k1850


One Answer:

1

You can use Wireshark Lua to do this. Try this Lua script.

answered 12 Sep '11, 05:50

bstn's gravatar image

bstn
3751415
accept rate: 14%

Thanks. It seems that this example only covers SIP calls. Where can I find more examples ? maybe an H225 , Q931 , ISUP equivalent ?

Lua is something I didn't know. It seems we can make use of it, but I need to learn a lot.

(12 Sep '11, 08:09) mrmrmrmr

any other suggestions ?

(14 Sep '11, 22:42) mrmrmrmr