]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Commented out a 0-length structure that is not used.
authorgianluca <gianluca>
Thu, 13 Sep 2007 17:34:20 +0000 (17:34 +0000)
committergianluca <gianluca>
Thu, 13 Sep 2007 17:34:20 +0000 (17:34 +0000)
print-icmp.c

index ea15e8d3452ec85c082003f27d740ad6642ca1bb..c5a28f43b1e495f3a2b33050ed129495976f3c06 100644 (file)
@@ -21,7 +21,7 @@
 
 #ifndef lint
 static const char rcsid[] _U_ =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-icmp.c,v 1.81.2.4 2006-12-12 14:33:20 hannes Exp $ (LBL)";
+    "@(#) $Header: /tcpdump/master/tcpdump/print-icmp.c,v 1.81.2.5 2007-09-13 17:34:20 gianluca Exp $ (LBL)";
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -300,8 +300,10 @@ struct icmp_ext_t {
     u_int8_t icmp_ext_data[1];
 };
 
+/*
 struct icmp_mpls_ext_common_header_t {
 };
+*/
 
 struct icmp_mpls_ext_object_header_t {
     u_int8_t length[2];