Ethereal-users: [Ethereal-users] Joining two ethereal files

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

From: "Narayan Sharma" <narayans@xxxxxxxxxxxxxx>
Date: Fri, 17 May 2002 15:12:24 +0530
Hello everybody,
                      Does anybody know, is it possible to concatenate two seperate ethereal capture files into one. I badly want to join two individual capture files. On my part, I tried this one,
Say I want to join files A and B
#touch C
#cat A > C
#cat B >> C
 
But this is giving the error- Ethereal file seems to be corrupted, while opening the file C. Any other way to do it?
Any help on this would be great.
Thanks and Regards,
Narayan Sharma