]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-mpls.c
add tracefiles for infinite loop testing
[tcpdump] / print-mpls.c
index 67e974bb36122790f8b490786384e9c7bb5f7633..1335a1b24341892d6969972df01b3622ef22f897 100644 (file)
@@ -27,8 +27,8 @@
  */
 
 #ifndef lint
-static const char rcsid[] =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-mpls.c,v 1.7 2003-05-08 15:05:41 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
@@ -168,7 +168,7 @@ mpls_print(const u_char *bp, u_int length)
                     case 0x83:
                        if (vflag>0) {
                             printf("\n\t");
-                            isoclns_print(p, length - (p - bp), length - (p - bp), NULL, NULL);
+                            isoclns_print(p, length - (p - bp), length - (p - bp));
                            }
                        else printf(", OSI, length: %u",length);
                         break;