If you just want plain ascii text, then use "tethereal -x > somefile" to get the captured packets in HEX dump format. If you want the full decoded text output use "tethereal -V > somefile".
There is also an OpenSource JAVA library for decoding capture files. Its a java library for reading in various capture file formats where you can do the decoding yourself or use the default decoder to do the decoding as well. Depending at what level of coding you want to work on. http://jnetstream.sf.net Cheers, mark... > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of > [EMAIL PROTECTED] > Sent: Tuesday, March 02, 2004 5:49 AM > To: [EMAIL PROTECTED] > Subject: [Ethereal-users] capture files > > > Hi, > > is there a possibility to capture packets into a .txt-file or something > compareable? > > What I actually need, is to find a way to read in the captured > informations by java- or c++-commands, so I need a capture-file where the > informations are not encrypted and I can extract them from this file. > > Greetings, > > Tobi. > > _______________________________________________ > Ethereal-users mailing list > [EMAIL PROTECTED] > http://www.ethereal.com/mailman/listinfo/ethereal-users > _______________________________________________ Ethereal-users mailing list [EMAIL PROTECTED] http://www.ethereal.com/mailman/listinfo/ethereal-users
