Ethereal-users: [Ethereal-users] ASCII Dump?

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

From: Luke <secureboot@xxxxxxxxx>
Date: Wed, 16 Nov 2005 11:21:19 -0500
Here's the situtation I have:
I need to capture Kerberos packets, and dump them to a file, ASN.1 decoded, in ASCII format.

Ethereal/Tethereal displays/dissects them quite well, and quite correctly, so I was hoping to use tethereal for the job.

Is there any way to do this? Somehow use, without modifying the code, the ASN.1 decoding and libpcap capture to let ethereal dump this to a file? From reading the docs, it doesn't seem like ASCII is a supported output format...

I just can't have any other formatting information in there - it either needs to be hex or ASCII packets outputted, one per line.

In other words, take what I see from a byte-by-byte breakdown while I'm in ethereal, and dump it to a file - it just has to be ASN.1 decoded.

Any thoughts/suggestions?

Thanks