]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-icmp.c
Cut off "snapend" at the length of the IPv4 or IPv6 payload, so we don't
[tcpdump] / print-icmp.c
index a2b721abe2403e53e67b3e11450a1c725ed57d4b..083276eb66e5ef70f59ea7d13c07f74a96339e0f 100644 (file)
  * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  */
 
+#ifndef lint
+static const char rcsid[] _U_ =
+    "@(#) $Header: /tcpdump/master/tcpdump/print-icmp.c,v 1.75 2003-11-16 09:36:22 guy Exp $ (LBL)";
+#endif
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #include "addrtoname.h"
 #include "extract.h"                   /* must come after interface.h */
 
-#ifndef lint
-static const char rcsid[] _U_ =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-icmp.c,v 1.74 2003-11-15 00:39:24 guy Exp $ (LBL)";
-#endif
 #include "ip.h"
 #include "udp.h"
 #include "ipproto.h"