X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/3058667b3a45b00cce6c3fb182ba3566dc287e46..f1fa25bfefac7dd95768d949ef0ef232c4540331:/print-mpls.c diff --git a/print-mpls.c b/print-mpls.c index 67e974bb..319e8b21 100644 --- a/print-mpls.c +++ b/print-mpls.c @@ -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.10 2003-11-16 09:36:29 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;