summaryrefslogtreecommitdiff
path: root/print-fr.c
diff options
context:
space:
mode:
authorhannes <hannes>2005-11-04 07:16:58 +0000
committerhannes <hannes>2005-11-04 07:16:58 +0000
commit5aa9c17da2076cce2f417dbb4e75d595cae6af62 (patch)
tree7172bea278a0a224a7b22c4b2c8bbf979e878843 /print-fr.c
parent614d9bbd7f612730f32099e46775570a76d0f9cc (diff)
downloadtcpdump-5aa9c17da2076cce2f417dbb4e75d595cae6af62.tar.gz
add support for PPP over Frame-Relay
Diffstat (limited to 'print-fr.c')
-rw-r--r--print-fr.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/print-fr.c b/print-fr.c
index d0b85d12..90c328aa 100644
--- a/print-fr.c
+++ b/print-fr.c
@@ -21,7 +21,7 @@
#ifndef lint
static const char rcsid[] _U_ =
- "@(#)$Header: /tcpdump/master/tcpdump/print-fr.c,v 1.46 2005-08-23 03:15:32 guy Exp $ (LBL)";
+ "@(#)$Header: /tcpdump/master/tcpdump/print-fr.c,v 1.47 2005-11-04 07:16:58 hannes Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
@@ -302,6 +302,10 @@ fr_print(register const u_char *p, u_int length)
frf15_print(p, length);
break;
+ case NLPID_PPP:
+ ppp_print(p, length);
+ break;
+
default:
if (!eflag)
fr_hdr_print(length + hdr_len, addr_len,