*/
#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.11 2004-06-06 19:20:04 hannes Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
trunc:
printf("[|MPLS]");
}
-
-/*
- * draft-ietf-mpls-lsp-ping-02.txt
- */
-void
-mpls_lsp_ping_print(const u_char *pptr, u_int length)
-{
- printf("UDP, LSP-PING, length: %u", length);
- if (vflag >1)
- print_unknown_data(pptr,"\n\t ", length);
-}