I am not shore if this is posible or not but what I am trying to do is combine two tcpdump files into one file so that when I read the one file it has the content of the first and second file that I made how I am making the files it by running tcpdump -n -w test1 then afer stoping that run. I restarted it with tcpdump -n -w test2 then after a minute or so I have to 10 MB files. So what I am looking for is a way to compine test1 and test2 to make test3 and have a 20 MB file when done. I have tried cating the two files into one file by running cat test1 test2 >> test3 this makes I file the right size but when I run the test3 through tcpdump with the -r flag it errors out about half way through with (truncated dump file) I have also tried tcpdump -n -r test1 -r test2 -w test3 but that just makes a copy of test2 to test3
Please send your responce to [EMAIL PROTECTED] thanks for your time v/r Derek Podoll - This is the TCPDUMP announcement list. It is archived at http://www.tcpdump.org/lists/announce/maillist.html To unsubscribe use mailto:[EMAIL PROTECTED]?body=unsubscribe
