revision 1.157
date: 2007-01-17 17:55:01 +0000; author: hannes; state: Exp; lines: +2 -2
from Kevin Steves <
[email protected]>:
format the ttl field not with heading whitespaces for ttl < 100 and ttl < 10
#ifndef lint
static const char rcsid[] _U_ =
- "@(#) $Header: /tcpdump/master/tcpdump/print-ip.c,v 1.149.2.7 2007-01-17 14:09:38 hannes Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-ip.c,v 1.149.2.8 2007-01-29 20:57:47 guy Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
}
if (ipds->ip->ip_ttl >= 1)
- (void)printf(", ttl %3u", ipds->ip->ip_ttl);
+ (void)printf(", ttl %u", ipds->ip->ip_ttl);
/*
* for the firewall guys, print id, offset.