X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/3a8496e3db3229001ee69e5b761bf8b55b6a5ef9..1f4fe57314dd15decb63a2ee58ca85e6e91784af:/print-icmp.c diff --git a/print-icmp.c b/print-icmp.c index c87d2f4a..36bff6a4 100644 --- a/print-icmp.c +++ b/print-icmp.c @@ -21,7 +21,7 @@ #ifndef lint static const char rcsid[] _U_ = - "@(#) $Header: /tcpdump/master/tcpdump/print-icmp.c,v 1.86 2007-08-09 18:53:26 hannes Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/tcpdump/print-icmp.c,v 1.87 2007-09-13 17:42:31 guy Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -300,9 +300,6 @@ 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]; u_int8_t class_num;