]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-mpls.c
CARP: NDOize
[tcpdump] / print-mpls.c
index d97cce5278b4871cf31df384c8122d2b3a55d7a9..8862e4b0e97ec7a540ef517d76f292643ce24403 100644 (file)
  * SUCH DAMAGE.
  */
 
-#ifndef lint
-static const char rcsid[] _U_ =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-mpls.c,v 1.14 2005-07-05 09:38:19 hannes Exp $ (LBL)";
-#endif
-
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
@@ -41,7 +36,6 @@ static const char rcsid[] _U_ =
 #include <stdlib.h>
 #include <string.h>
 
-#include "addrtoname.h"
 #include "interface.h"
 #include "extract.h"                   /* must come after interface.h */
 #include "mpls.h"
@@ -147,7 +141,7 @@ mpls_print(const u_char *bp, u_int length)
                case 0x4f:
                        pt = PT_IPV4;
                        break;
-                               
+
                case 0x60:
                case 0x61:
                case 0x62: