View Single Post
  #9   (View Single Post)  
Old 8th April 2009
IdOp's Avatar
IdOp IdOp is offline
Too dumb for a smartphone
 
Join Date: May 2008
Location: twisting on the daemon's fork(2)
Posts: 1,027
Default

@ bsdnewbie999: Sorry if my post seemed too cryptic; maybe it's a language problem.

My suggestion was to replace this

Code:
echo $(tcpdump -r $ANSWER -o -ttt -vv -e -n) > $OUTPUT
with this:


Code:
tcpdump -r $ANSWER -o -ttt -vv -e -n > $OUTPUT
I hope that works for ya.
Reply With Quote