[Tcpick-project] Removing Data From Stdout
Status: Beta
Brought to you by:
duskdruid
From: Blake H. <ur...@gm...> - 2007-12-12 19:37:36
|
Is there a way to dump .dat data files but only monitor session start-up and tear down as it is sent to STDOUT? In other words, I don't want to see data, only session establish or teardown on STDOUT.. I'm using grep -v to remove those entries now, is there a better way? I considered running multiple tcpick sessions, but that seems overkill. tcpick -i eth1 -n -C -F2 -wRub |grep -v -E "\([0-9]*\)" Am I missing an option that can do this? Thanks, Blake Hartstein |