114 lines
2.6 KiB
HTML
114 lines
2.6 KiB
HTML
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<HTML><HEAD><TITLE>Man page of PPPDUMP</TITLE>
|
|
</HEAD><BODY>
|
|
<H1>PPPDUMP</H1>
|
|
Section: Maintenance Commands (8)<BR>Updated: 1 April 1999<BR><A HREF="#index">Index</A>
|
|
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
|
|
|
|
<A NAME="lbAB"> </A>
|
|
<H2>NAME</H2>
|
|
|
|
pppdump - convert PPP record file to readable format
|
|
<A NAME="lbAC"> </A>
|
|
<H2>SYNOPSIS</H2>
|
|
|
|
<B>pppdump</B>
|
|
|
|
[
|
|
<B>-h</B>
|
|
|
|
|
|
|
<B>-p</B>
|
|
|
|
[
|
|
<B>-d</B>
|
|
|
|
]] [
|
|
<B>-r</B>
|
|
|
|
] [
|
|
<B>-m </B><I>mru</I>
|
|
|
|
] [
|
|
<I>file </I>...
|
|
|
|
]
|
|
<BR>
|
|
|
|
<A NAME="lbAD"> </A>
|
|
<H2>DESCRIPTION</H2>
|
|
|
|
The
|
|
<B>pppdump</B>
|
|
|
|
utility converts the files written using the <I>record</I> option of
|
|
<B>pppd</B>
|
|
|
|
into a human-readable format. If one or more filenames are specified,
|
|
<B>pppdump</B>
|
|
|
|
will read each in turn; otherwise it will read its standard input. In
|
|
each case the result is written to standard output.
|
|
<P>
|
|
|
|
The options are as follows:
|
|
<DL COMPACT>
|
|
<DT id="1"><B>-h</B>
|
|
|
|
<DD>
|
|
Prints the bytes sent and received in hexadecimal. If neither this
|
|
option nor the <B>-p</B> option is specified, the bytes are printed as
|
|
the characters themselves, with non-printing and non-ASCII characters
|
|
printed as escape sequences.
|
|
<DT id="2"><B>-p</B>
|
|
|
|
<DD>
|
|
Collects the bytes sent and received into PPP packets, interpreting
|
|
the async HDLC framing and escape characters and checking the FCS
|
|
(frame check sequence) of each packet. The packets are printed as hex
|
|
values and as characters (non-printable characters are printed as
|
|
`.').
|
|
<DT id="3"><B>-d</B>
|
|
|
|
<DD>
|
|
With the <B>-p</B> option, this option causes
|
|
<B>pppdump</B>
|
|
|
|
to decompress packets which have been compressed with the BSD-Compress
|
|
or Deflate methods.
|
|
<DT id="4"><B>-r</B>
|
|
|
|
<DD>
|
|
Reverses the direction indicators, so that `sent' is printed for
|
|
bytes or packets received, and `rcvd' is printed for bytes or packets
|
|
sent.
|
|
<DT id="5"><B>-m </B><I>mru</I>
|
|
|
|
<DD>
|
|
Use <I>mru</I> as the MRU (maximum receive unit) for both directions of
|
|
the link when checking for over-length PPP packets (with the <B>-p</B>
|
|
option).
|
|
</DL>
|
|
<A NAME="lbAE"> </A>
|
|
<H2>SEE ALSO</H2>
|
|
|
|
<A HREF="/cgi-bin/man/man2html?8+pppd">pppd</A>(8)
|
|
<P>
|
|
|
|
<HR>
|
|
<A NAME="index"> </A><H2>Index</H2>
|
|
<DL>
|
|
<DT id="6"><A HREF="#lbAB">NAME</A><DD>
|
|
<DT id="7"><A HREF="#lbAC">SYNOPSIS</A><DD>
|
|
<DT id="8"><A HREF="#lbAD">DESCRIPTION</A><DD>
|
|
<DT id="9"><A HREF="#lbAE">SEE ALSO</A><DD>
|
|
</DL>
|
|
<HR>
|
|
This document was created by
|
|
<A HREF="/cgi-bin/man/man2html">man2html</A>,
|
|
using the manual pages.<BR>
|
|
Time: 00:06:15 GMT, March 31, 2021
|
|
</BODY>
|
|
</HTML>
|