X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/74bb4ee159b105b333421688f1de6f42d115e803..1ee09c1510704191a14df4eb914dba3d5dc9ab58:/print-ntp.c diff --git a/print-ntp.c b/print-ntp.c index fd5143bc..f9b65b25 100644 --- a/print-ntp.c +++ b/print-ntp.c @@ -25,7 +25,7 @@ #ifndef lint static const char rcsid[] _U_ = - "@(#) $Header: /tcpdump/master/tcpdump/print-ntp.c,v 1.40 2004-01-28 14:34:50 hannes Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/tcpdump/print-ntp.c,v 1.41 2004-01-28 14:54:50 hannes Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -82,9 +82,6 @@ ntp_print(register const u_char *cp, u_int length) int mode, version, leapind; bp = (struct ntpdata *)cp; - /* Note funny sized packets */ - if (length != sizeof(struct ntpdata)) - (void)printf(" [len=%d]", length); TCHECK(bp->status);