X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/570cdb3f162ad9b62ebb02f86ef8ab9618e9ffcd..6a0627fbadb35cce3cfb7800bd3f5177cd51e8f3:/print-isoclns.c diff --git a/print-isoclns.c b/print-isoclns.c index c3eb4419..f134ed7a 100644 --- a/print-isoclns.c +++ b/print-isoclns.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] _U_ = - "@(#) $Header: /tcpdump/master/tcpdump/print-isoclns.c,v 1.123 2004-10-18 12:34:36 hannes Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/tcpdump/print-isoclns.c,v 1.124 2004-10-19 15:27:55 hannes Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -528,6 +528,10 @@ void isoclns_print(const u_int8_t *p, u_int length, u_int caplen) break; #endif + case NLPID_PPP: + ppp_print(p+1, length-1); + break; + default: (void)printf(", length: %u", length); if (caplen > 1)