summaryrefslogtreecommitdiff
path: root/print-pptp.c
diff options
context:
space:
mode:
authorguy <guy>2001-10-31 08:54:31 +0000
committerguy <guy>2001-10-31 08:54:31 +0000
commit56993c0adf80a89fede0bb47e8c68f16a80be8e2 (patch)
treef6396e84645084c722306d22dcc1c56799254e76 /print-pptp.c
parent49237ba3be702bdc04568d5a71fb7df7aec2768c (diff)
downloadtcpdump-56993c0adf80a89fede0bb47e8c68f16a80be8e2.tar.gz
Small PPTP fix from Motonori Shindo.
Diffstat (limited to 'print-pptp.c')
-rw-r--r--print-pptp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/print-pptp.c b/print-pptp.c
index 331d9842..685c1c0d 100644
--- a/print-pptp.c
+++ b/print-pptp.c
@@ -24,7 +24,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/tcpdump/print-pptp.c,v 1.2 2001-03-17 04:41:50 itojun Exp $";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-pptp.c,v 1.3 2001-10-31 08:54:31 guy Exp $";
#endif
#ifdef HAVE_CONFIG_H
@@ -450,7 +450,7 @@ pptp_phy_chan_id_print(const u_int32_t *phy_chan_id)
static void
pptp_pkt_proc_delay_print(const u_int16_t *pkt_proc_delay)
{
- printf(" PHY_CHAN_ID(%u)", ntohs(*pkt_proc_delay));
+ printf(" PROC_DELAY(%u)", ntohs(*pkt_proc_delay));
}
static void