in reply to Re: Autoflush fails
in thread Autoflush fails
Thanks for your reply. What I want is to flush the results of "sudo /usr/sbin/tcpdump -i $Interface host $Multicast 2>/dev/null |" to TCPDump. I tried "$| = 1" but it didn't work either. Any suggestion I can make the while loop to print the traffic at once? I tried the sudo command in a bash shell and I can see the results right away. However, the output of the sudo tcpdump feeding to TCPDump is batched in my Perl program. This causes the rest of the codes(removed here) to fail.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Autoflush fails
by Anonymous Monk on May 31, 2012 at 04:09 UTC | |
by sophate (Beadle) on May 31, 2012 at 04:23 UTC | |
by Anonymous Monk on May 31, 2012 at 05:31 UTC |