Hi,
I found one small bug in print-pptp.c (sorry, it was my fault). I
enclosed a patch to fix it.
BTW, how about the patch I posted about a week ago to clean up
print-l2tpc? It may look a big change, but the decoding output is
exactly the same as before (with few exceptions; i.e. one bug fix and
one new AVP support).
Regards,
=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=
+----+----+
|.. .| | Motonori Shindo
|_~__| |
| .. |~~_~| Sr. Systems Engineer
| . | | CoSine Communications Inc.
+----+----+
C o S i n e e-mail: [EMAIL PROTECTED]
Communications
=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=
Index: print-pptp.c
===================================================================
RCS file: /tcpdump/master/tcpdump/print-pptp.c,v
retrieving revision 1.2
diff -u -r1.2 print-pptp.c
--- print-pptp.c 2001/03/17 04:41:50 1.2
+++ print-pptp.c 2001/10/31 07:13:50
@@ -450,7 +450,7 @@
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