Hi Brian, currently it's a simple perl script which greps all Q931 hexdumps from FS logfile converting them to a TPKT packet, and writing those to a separate local file (wireshark's text2pcap file format). This 1st step is easy to put right into FS ozmod_isdn debug code. The 2nd step is to convert the new file into a .pcap file with adding TCP/IP dummy packet in front of each TPKT packet. This is done via test2pcap. This .pcap file is ready to be decoded by wireshark.
I put both steps into a little shell script and added a 3rd step to get those .pcap file emailed from the Server to my Desktop. regards helmut Brian West schrieb: > Any automated way of doing this? Open a Jira on it.. it would be neat > to be able to save the q931 into a pcap file.... maybe libpcap can help? > > /b _______________________________________________ Freeswitch-users mailing list [email protected] http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org
