summaryrefslogtreecommitdiff
path: root/print-udp.c
diff options
context:
space:
mode:
authorhannes <hannes>2004-06-06 19:20:03 +0000
committerhannes <hannes>2004-06-06 19:20:03 +0000
commit21480b97d89d0edebe1cb706503a9bee117bd9db (patch)
tree94e2b462bfd8434bffd705a783caf1fcdf4755f1 /print-udp.c
parentf8686bf2241754a3d9110ab6c6d89a9c53df85f4 (diff)
downloadtcpdump-21480b97d89d0edebe1cb706503a9bee117bd9db.tar.gz
add baseline LSP-PING support per draft-ietf-mpls-lsp-ping-05
Diffstat (limited to 'print-udp.c')
-rw-r--r--print-udp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/print-udp.c b/print-udp.c
index 97ad680d..8c3759ea 100644
--- a/print-udp.c
+++ b/print-udp.c
@@ -21,7 +21,7 @@
#ifndef lint
static const char rcsid[] _U_ =
- "@(#) $Header: /tcpdump/master/tcpdump/print-udp.c,v 1.131 2004-04-19 21:17:14 hannes Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-udp.c,v 1.132 2004-06-06 19:20:03 hannes Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
@@ -673,7 +673,7 @@ udp_print(register const u_char *bp, u_int length,
else if (ISPORT(LDP_PORT))
ldp_print((const u_char *)(up + 1), length);
else if (ISPORT(MPLS_LSP_PING_PORT))
- mpls_lsp_ping_print((const u_char *)(up + 1), length);
+ lspping_print((const u_char *)(up + 1), length);
else if (dport == BFD_CONTROL_PORT ||
dport == BFD_ECHO_PORT )
bfd_print((const u_char *)(up+1), length, dport);