On Friday 20 January 2012, Olivier wrote: > Which tool would you then pick read or analyse those ISDN, Q.SIG, SS7 > pcap files ? > I took quick look at Wireshark capabilities but I'm still not sure > about its relevance.
Once you have got some data in a simple text file, not much beats awk for making sense of it. It's one of the standard Unix text processing utilities; it's so necessary, some distros put it in /bin aot /usr/bin; and if you've never used it before, once you start using it, you'll wonder how you ever lived without it. Read the manpage and search online for more information. -- AJS Answers come *after* questions. -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
