]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-arp.c
Use "len", not "payload_len", as we step through the packet; use
[tcpdump] / print-arp.c
index cee7946989651a9634d4d64f9399b9e8f759ae56..476bd9bd16d7767c8332d5eab00c67c3af4bc155 100644 (file)
@@ -20,8 +20,8 @@
  */
 
 #ifndef lint
-static const char rcsid[] =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-arp.c,v 1.61 2003-01-25 23:27:09 guy Exp $ (LBL)";
+static const char rcsid[] _U_ =
+    "@(#) $Header: /tcpdump/master/tcpdump/print-arp.c,v 1.61.2.2 2003-11-16 08:51:10 guy Exp $ (LBL)";
 #endif
 
 #ifdef HAVE_CONFIG_H