]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-mpls.c
Use "len", not "payload_len", as we step through the packet; use
[tcpdump] / print-mpls.c
index 7161b7b3bce00186f727b151f01b93506e2ef70f..1335a1b24341892d6969972df01b3622ef22f897 100644 (file)
@@ -27,8 +27,8 @@
  */
 
 #ifndef lint
-static const char rcsid[] =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-mpls.c,v 1.8 2003-05-22 16:52:38 hannes Exp $ (LBL)";
+static const char rcsid[] _U_ =
+    "@(#) $Header: /tcpdump/master/tcpdump/print-mpls.c,v 1.8.2.2 2003-11-16 08:51:34 guy Exp $ (LBL)";
 #endif
 
 #ifdef HAVE_CONFIG_H