This commit is contained in:
Andrea Bontempi 2012-10-12 10:48:31 +02:00
commit 65af38e7d4

View file

@ -239,6 +239,7 @@ int main ( int argc, char **argv ) {
}
cout << dumper ( libDump::encodeHexText( packet, header.len ), header.ts.tv_sec, header.ts.tv_usec );
cout.flush();
if ( maxpacket!=numeric_limits<int>::max() ) maxpacket--;
}