]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-ntp.c
Use "len", not "payload_len", as we step through the packet; use
[tcpdump] / print-ntp.c
index 6be68be1697b2072f7d97c998ee2653dade0cc9a..b4ab2ffee51fedc1777dafa8fee510a62c229af5 100644 (file)
@@ -24,8 +24,8 @@
  */
 
 #ifndef lint
-static const char rcsid[] =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-ntp.c,v 1.37 2003-08-01 01:18:24 fenner Exp $ (LBL)";
+static const char rcsid[] _U_ =
+    "@(#) $Header: /tcpdump/master/tcpdump/print-ntp.c,v 1.39 2003-11-16 09:36:30 guy Exp $ (LBL)";
 #endif
 
 #ifdef HAVE_CONFIG_H