summaryrefslogtreecommitdiff
path: root/pppdump
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>1999-04-01 11:44:55 +0000
committerPaul Mackerras <paulus@samba.org>1999-04-01 11:44:55 +0000
commit5018cc2da57e555b620750f33dce6b1c964e612a (patch)
tree193ebf7855f3ee0c2ef158f30fc6b3d80387cfdf /pppdump
parentcde2830f103bd3ad372b0e33263d589ad7db88e2 (diff)
downloadppp-5018cc2da57e555b620750f33dce6b1c964e612a.tar.gz
add man page for pppdump and add it to the list of things
to be installed on linux, sol2, svr4, sunos4
Diffstat (limited to 'pppdump')
-rw-r--r--pppdump/Makefile.linux (renamed from pppdump/Makefile)3
-rw-r--r--pppdump/Makefile.sol221
-rw-r--r--pppdump/Makefile.sunos421
-rw-r--r--pppdump/Makefile.svr421
-rw-r--r--pppdump/pppdump.862
5 files changed, 128 insertions, 0 deletions
diff --git a/pppdump/Makefile b/pppdump/Makefile.linux
index 2532fac..69e018a 100644
--- a/pppdump/Makefile
+++ b/pppdump/Makefile.linux
@@ -10,3 +10,6 @@ clean:
rm -f pppdump $(OBJS) *~
install:
+ mkdir -p $(BINDIR) $(MANDIR)/man8
+ install -s -c pppdump $(BINDIR)
+ install -c -m 444 pppdump.8 $(MANDIR)/man8 \ No newline at end of file
diff --git a/pppdump/Makefile.sol2 b/pppdump/Makefile.sol2
new file mode 100644
index 0000000..042b4d5
--- /dev/null
+++ b/pppdump/Makefile.sol2
@@ -0,0 +1,21 @@
+#
+# pppdump Makefile for SVR4 systems
+# $Id: Makefile.sol2,v 1.1 1999/04/01 11:44:54 paulus Exp $
+#
+
+include ../svr4/Makedefs
+
+CFLAGS= $(COPTS) -I../include/net
+OBJS = pppdump.o bsd-comp.o deflate.o zlib.o
+
+all: pppdump
+
+pppdump: $(OBJS)
+ $(CC) -o pppdump $(OBJS)
+
+clean:
+ rm -f pppdump *~
+
+install:
+ $(INSTALL) -f $(BINDIR) pppdump
+ $(INSTALL) -m 444 -f $(MANDIR)/man8 pppdump.8
diff --git a/pppdump/Makefile.sunos4 b/pppdump/Makefile.sunos4
new file mode 100644
index 0000000..6f2581f
--- /dev/null
+++ b/pppdump/Makefile.sunos4
@@ -0,0 +1,21 @@
+#
+# pppstats makefile
+# $Id: Makefile.sunos4,v 1.1 1999/04/01 11:44:55 paulus Exp $
+#
+
+include ../sunos4/Makedefs
+
+OBJS = pppdump.o bsd-comp.o deflate.o zlib.o
+CFLAGS = $(COPTS) -I../include/net
+
+all: pppdump
+
+pppdump: $(OBJS)
+ $(CC) -o pppdump $(OBJS)
+
+clean:
+ rm -f pppdump $(OBJS) *~
+
+install: pppdump
+ $(INSTALL) -c pppdump $(BINDIR)/pppdump
+ $(INSTALL) -c -m 444 pppdump.8 $(MANDIR)/man8/pppdump.8
diff --git a/pppdump/Makefile.svr4 b/pppdump/Makefile.svr4
new file mode 100644
index 0000000..15a4f2f
--- /dev/null
+++ b/pppdump/Makefile.svr4
@@ -0,0 +1,21 @@
+#
+# pppdump Makefile for SVR4 systems
+# $Id: Makefile.svr4,v 1.1 1999/04/01 11:44:55 paulus Exp $
+#
+
+include ../svr4/Makedefs
+
+CFLAGS= $(COPTS) -I../include/net
+OBJS = pppdump.o bsd-comp.o deflate.o zlib.o
+
+all: pppdump
+
+pppdump: $(OBJS)
+ $(CC) -o pppdump $(OBJS)
+
+clean:
+ rm -f pppdump *~
+
+install:
+ $(INSTALL) -f $(BINDIR) pppdump
+ $(INSTALL) -m 444 -f $(MANDIR)/man8 pppdump.8
diff --git a/pppdump/pppdump.8 b/pppdump/pppdump.8
new file mode 100644
index 0000000..49b6c4b
--- /dev/null
+++ b/pppdump/pppdump.8
@@ -0,0 +1,62 @@
+.\" @(#) $Id: pppdump.8,v 1.1 1999/04/01 11:44:55 paulus Exp $
+.TH PPPDUMP 8 "1 April 1999"
+.SH NAME
+pppdump \- convert PPP record file to readable format
+.SH SYNOPSIS
+.B pppdump
+[
+.B -h
+|
+.B -p
+[
+.B -d
+]] [
+.B -r
+] [
+.B -m \fImru
+] [
+.I file \fR...
+]
+.ti 12
+.SH DESCRIPTION
+The
+.B pppdump
+utility converts the files written using the \fIrecord\fR option of
+.B pppd
+into a human-readable format. If one or more filenames are specified,
+.B pppdump
+will read each in turn; otherwise it will read its standard input. In
+each case the result is written to standard output.
+.PP
+The options are as follows:
+.TP
+.B -h
+Prints the bytes sent and received in hexadecimal. If neither this
+option nor the \fB-p\fR option is specified, the bytes are printed as
+the characters themselves, with non-printing and non-ASCII characters
+printed as escape sequences.
+.TP
+.B -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
+`.').
+.TP
+.B -d
+With the \fB-p\fR option, this option causes
+.B pppdump
+to decompress packets which have been compressed with the BSD-Compress
+or Deflate methods.
+.TP
+.B -r
+Reverses the direction indicators, so that `sent' is printed for
+bytes or packets received, and `rcvd' is printed for bytes or packets
+sent.
+.TP
+.B -m \fImru
+Use \fImru\fR as the MRU (maximum receive unit) for both directions of
+the link when checking for over-length PPP packets (with the \fB-p\fR
+option).
+.SH SEE ALSO
+pppd(8)