Home | History | Annotate | only in /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump
Up to higher level directory
NameDateSize
bsd-comp.c08-Dec-200820.2K
CHANGES.top08-Dec-2008269
COPYING.top08-Dec-200817.6K
deflate.c08-Dec-20088.9K
INSTALL.top08-Dec-2008209
LICENSE.top08-Dec-20084.6K
LICENSE.top.descrip08-Dec-200816
Makefile08-Dec-20081.3K
Makefile.dist08-Dec-2008567
Makefile.top08-Dec-2008338
ppp-comp.h08-Dec-20085K
pppdump.1m08-Dec-20081.9K
pppdump.c08-Dec-200812.1K
README.top08-Dec-20081.1K
zlib.c08-Dec-2008152.7K
zlib.h08-Dec-200827.1K

README.top

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