Ethereal-dev: Re: [Ethereal-dev] Trying to add new format file

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

From: Gilbert Ramirez <gilbertr@xxxxxxxxx>
Date: Wed, 17 Nov 2004 09:14:09 -0600
LIke I've said before, if the file you're reading is an hex-dump text
file, then your easiest option is to try to convert it to a pcap file
using text2pcap, a program that comes with ethereal. text2pcap has a
lot of options, but if the hexdump format cannot be read by text2pcap,
another option is to write a small program to convert your hexdump
format to a format that *is* readable by text2pcap. I did this for a
netscreen hexdump file... see tools/netscreen2dump.py in the ethereal
SVN repository ( I don't think it's in 0.10.7)

--gilbert


On 17 Nov 2004 13:52:31 -0000, harsha ss <harsha.ss@xxxxxxxxxxxxxx> wrote:
> 
> 
>    
>  Hi all,
>    I am using the ethereal 0.10.7 version on linux machine.
>    I want the ethereal to read the file of different format with a mix of
> the ascii and hex message.Ethereal gives unknown format to read such files.
> Please any one give suggetion to read such files and display the file
> contents in the ethereal window.
>  
>  regards
>    Harsha 
> 
>  
> _______________________________________________
> Ethereal-dev mailing list
> Ethereal-dev@xxxxxxxxxxxx
> http://www.ethereal.com/mailman/listinfo/ethereal-dev
> 
> 
>