ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Ethereal-dev: Re: [Ethereal-dev] SS7 ISUP

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <gharris@xxxxxxxxx>
Date: Thu, 15 Jul 2004 00:29:24 -0700
On Wed, Jul 14, 2004 at 10:17:22PM +0200, Willem Dekker wrote:
> What our company (mBalance) is doing is the following. 
> Tap the packet from the ss7 stack (lowest level possible), write it to a file. 
> Then have a small perl script to convert this to the pcap format.

Why not either

	1) write to the file in pcap format

or

	2) contribute code to Ethereal to read the format you're writing

and avoid the Perl script step entirely?