Home
Main website
Display Sidebar
Hide Ads
Recent Changes
View Source:
pppdump(8)
Edit
PageHistory
Diff
Info
LikePages
PPPDUMP !!!PPPDUMP NAME SYNOPSIS DESCRIPTION SEE ALSO ---- !!NAME pppdump - convert PPP record file to readable format !!SYNOPSIS __pppdump__ [[ __-h__ | __-p__ [[ __-d__ ]] [[ __-r__ ] [[ __-m__ ''mru'' ] [[ ''file'' ... ] !!DESCRIPTION The __pppdump__ utility converts the files written using the ''record'' option of __pppd__ into a human-readable format. If one or more filenames are specified, __pppdump__ will read each in turn; otherwise it will read its standard input. In each case the result is written to standard output. The options are as follows: __-h__ Prints the bytes sent and received in hexadecimal. If neither this option nor the __-p__ option is specified, the bytes are printed as the characters themselves, with non-printing and non-ASCII characters printed as escape sequences. __-p__ 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 `.'). __-d__ With the __-p__ option, this option causes __pppdump__ to decompress packets which have been compressed with the BSD-Compress or Deflate methods. __-r__ Reverses the direction indicators, so that `sent' is printed for bytes or packets received, and `rcvd' is printed for bytes or packets sent. __-m__ ''mru'' Use ''mru'' as the MRU (maximum receive unit) for both directions of the link when checking for over-length PPP packets (with the __-p__ option). !!SEE ALSO pppd(8) ----
2 pages link to
pppdump(8)
:
pppd(8)
Man8p
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.