]> 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 848b0a3a6768529e4c143a17b0a9fb95e999eb82..083276eb66e5ef70f59ea7d13c07f74a96339e0f 100644 (file)
@@ -20,8 +20,8 @@
  */
 
 #ifndef lint
-static const char rcsid[] =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-icmp.c,v 1.72 2003-05-15 16:58:04 hannes Exp $ (LBL)";
+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
@@ -39,6 +39,7 @@ static const char rcsid[] =
 
 #include "ip.h"
 #include "udp.h"
+#include "ipproto.h"
 
 /*
  * Interface Control Message Protocol Definitions.