Name Date Size

.. 2012-09-27 22:35:37 5

bsd-comp.c 2012-09-27 22:35:37 20.2 KiB

CHANGES.top 2012-09-27 22:35:37 269

COPYING.top 2012-09-27 22:35:37 17.6 KiB

deflate.c 2012-09-27 22:35:37 8.9 KiB

INSTALL.top 2012-09-27 22:35:37 209

LICENSE.top 2012-09-27 22:35:37 4.6 KiB

Makefile 2012-09-27 22:35:37 1.4 KiB

Makefile.dist 2012-09-27 22:35:37 567

Makefile.top 2012-09-27 22:35:37 338

ppp-comp.h 2012-09-27 22:35:37 5 KiB

pppdump.1m 2012-09-27 22:35:37 1.9 KiB

pppdump.c 2012-09-27 22:35:37 12.1 KiB

README.top 2012-09-27 22:35:37 1.1 KiB

THIRDPARTYLICENSE.descrip 2012-09-27 22:35:37 16

zlib.c 2012-09-27 22:35:37 152.7 KiB

zlib.h 2012-09-27 22:35:37 27.1 KiB

README.top

ident "%Z%%M% %I% %E% SMI"
Copyright (c) 2000 by Sun Microsystems, Inc.
All rights reserved.
These are GNU utilities that can be used with the Solaris version of
PPP. They provide optional features and are not needed for normal
operation.
The pppdump utility reads files produced by the pppd "record" option
and produces human-readable output. This can be useful when debugging
problems with the kernel data compression modules, but is otherwise
generally not as useful as the debugging features already built into
pppd.
The minconn.so plugin sets a minimum initial connect time when the
"idle" option is used.
The passprompt.so plugin allows PAP to be used with external prompting
programs, such as xprompt. This allows the password to be supplied
interactively, in much the same manner as on PCs.
To build, simply type "make". Depending on how your system is
configured, you may need to specify the compiler to use, like this:
% make CC=/usr/local/bin/gcc
To install, you will need to be root (or at least have write
permission to the /etc/ppp/plugins, /usr/bin, and /usr/share/man/man1m
directories).
# make install