I want to have tcpdump write raw packet data into a file and display packet analysis in standard output as the packets are captured (by analysis I mean the lines it displays nor
tcpdump ${ARGS} & PID=$! tcpdump ${ARGS} -w ${filename} kill $PID