- May
- 13,215
- 180
WINDUMP.EXE is a network monitor (packet sniffer). I use it to produce console output like this.
I see the output right away, that is, as soon as the packet arrives.
I want to pipe to "TPIPE /replace" to pick certain data from each line. But when I do that, I don't see any output until I terminate WINDUMP with Ctrl-C. This is unlike, for example, piping to GREP.EXE which shows me the output immediately.
Can I get TPIPE to show me the output right away?
Code:
windump: listening on \Device\NPF_{ED1ECC20-450A-4ABC-9C82-188211DAE7F6}
11:19:21.442540 IP 61.36.172.93.53680 > 72.230.84.149.1433: tcp 0
11:21:10.141435 IP 77.72.82.80.59801 > 72.230.84.149.4147: tcp 0
11:22:17.461848 IP 74.194.6.5.55649 > 72.230.84.149.2222: tcp 0
11:22:26.598176 IP 5.188.62.25.49605 > 72.230.84.149.8545: tcp 0
I want to pipe to "TPIPE /replace" to pick certain data from each line. But when I do that, I don't see any output until I terminate WINDUMP with Ctrl-C. This is unlike, for example, piping to GREP.EXE which shows me the output immediately.
Can I get TPIPE to show me the output right away?