]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-null.c
Use "len", not "payload_len", as we step through the packet; use
[tcpdump] / print-null.c
index f0c246d64d038852c4071f41e7ab93abe579cf88..e8af2196cd4cc36475ef08f0b220f6958996c6c0 100644 (file)
@@ -20,8 +20,8 @@
  */
 
 #ifndef lint
-static const char rcsid[] =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-null.c,v 1.49 2003-05-22 16:52:38 hannes Exp $ (LBL)";
+static const char rcsid[] _U_ =
+    "@(#) $Header: /tcpdump/master/tcpdump/print-null.c,v 1.51 2003-11-16 09:36:30 guy Exp $ (LBL)";
 #endif
 
 #ifdef HAVE_CONFIG_H