#!/bin/sh
#
# cleanup tcptrace output for regression
# mostly just remove output that I don't EXPECT to be the same
#
grep -v "elapsed wallclock" | grep -v "Ostermann's tcptrace -- version"
