Ethereal-users: Re: Re: [Ethereal-users] Capturing ATM over T1

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

Date: Thu, 26 Jun 2003 18:03:39 +0200
Ian Schorr wrote:
> Niksun distributes a modified version of Ethereal as part of their 
> "NetXperts" package.  Can this version read these types of files?  If 
> so, I suspect that their released source code for modified Ethereal 
> (http://www.niksun.com/index.php?id=314) would already contain code to 
> interpret/dissect the data.

Extract from Readme.NIKSUN (0.9.4 versin):


"Following files are added to the Ethereal source to support decode of NIKSUN formats.

packet-atmn.{c,h} - this is a dissector for ATM over T1.
packet-frelayn.{c,h} - this is a dissector for Frame Relay over T1.
packet-ncserial.{c,h} - this is a dissector for Serial Cisco over T1.
packet-nppp.{c,h} - this is a dissector for PPP over T1.
packet-wf.{c,h} - this is a dissector for Serial WellFleet.

The following file was modified to allow calls to the dissectors above if NIKSUN DLT is 
encountered.
wiretap/libpcap.c - the Following DLTs are added 

	WTAP_ENCAP_FRELAYN
	WTAP_ENCAP_PPPN
	WTAP_ENCAP_CSERIALN
	WTAP_ENCAP_ATMN
	WTAP_ENCAP_BAY_PPP

Please find the source code at http://www.niksun.com/products/ethereal.html";