]> 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 3192665490df17404d6592fa96268b1e487fb145..3393c7167895b7bc54d5e15400bacc9dd46c1581 100644 (file)
  * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  */
 
+#ifndef lint
+static const char rcsid[] _U_ =
+    "@(#) $Header: /tcpdump/master/tcpdump/print-arp.c,v 1.63 2003-11-16 09:36:12 guy Exp $ (LBL)";
+#endif
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #include "ethertype.h"
 #include "extract.h"                   /* must come after interface.h */
 
-#ifndef lint
-static const char rcsid[] _U_ =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-arp.c,v 1.62 2003-11-15 00:39:15 guy Exp $ (LBL)";
-#endif
 /*
  * Address Resolution Protocol.
  *