]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Small PPTP fix from Motonori Shindo.
authorguy <guy>
Wed, 31 Oct 2001 08:54:31 +0000 (08:54 +0000)
committerguy <guy>
Wed, 31 Oct 2001 08:54:31 +0000 (08:54 +0000)
print-pptp.c

index 331d9842d2e5f198e476bf4f5e6ac447f80e908f..685c1c0d3fd117fc614034bfa4f73a3e01b20455 100644 (file)
@@ -24,7 +24,7 @@
 
 #ifndef lint
 static const char rcsid[] = 
 
 #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
 #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)
 {
 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
 }
 
 static void