diff options
Diffstat (limited to 'comms/snooper')
-rw-r--r-- | comms/snooper/Makefile | 23 | ||||
-rw-r--r-- | comms/snooper/distinfo | 1 | ||||
-rw-r--r-- | comms/snooper/pkg-comment | 1 | ||||
-rw-r--r-- | comms/snooper/pkg-descr | 25 | ||||
-rw-r--r-- | comms/snooper/pkg-message | 2 | ||||
-rw-r--r-- | comms/snooper/pkg-plist | 3 |
6 files changed, 55 insertions, 0 deletions
diff --git a/comms/snooper/Makefile b/comms/snooper/Makefile new file mode 100644 index 0000000..5fe3879 --- /dev/null +++ b/comms/snooper/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: snooper +# Date created: 4 May 1997 +# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org> +# +# $Id: Makefile,v 1.1.1.1 1997/05/20 06:11:15 asami Exp $ +# + +DISTNAME= snooper.970212 +PKGNAME= snooper-970212 +CATEGORIES= comms +MASTER_SITES= ftp://ftp.foretune.co.jp/pub/tools/snooper/ + +MAINTAINER= itojun.itojun.org + +WRKSRC= ${WRKDIR}/snooper/build +HAS_CONFIGURE= yes + +post-install: + ${MKDIR} ${PREFIX}/share/doc/snooper + ${INSTALL_DATA} ${WRKSRC}/../README ${PREFIX}/share/doc/snooper + ${CAT} ${PKGDIR}/MESSAGE + +.include <bsd.port.mk> diff --git a/comms/snooper/distinfo b/comms/snooper/distinfo new file mode 100644 index 0000000..4f2341e --- /dev/null +++ b/comms/snooper/distinfo @@ -0,0 +1 @@ +MD5 (snooper.970212.tar.gz) = e36941bf4d019220b3bd41d7a0991cc7 diff --git a/comms/snooper/pkg-comment b/comms/snooper/pkg-comment new file mode 100644 index 0000000..49fb15c --- /dev/null +++ b/comms/snooper/pkg-comment @@ -0,0 +1 @@ +serial line protocol analyzer (need two serial interfaces) diff --git a/comms/snooper/pkg-descr b/comms/snooper/pkg-descr new file mode 100644 index 0000000..1f5226b --- /dev/null +++ b/comms/snooper/pkg-descr @@ -0,0 +1,25 @@ +snooper - serial line snooping tool + The tool is for snooping communication between two devices + that communicate with RS232C serial line. + +Machine configuration + There are 3 machines/modems to take part in the configuration. + We will denote those machines as follows: + partyA a computer + partyB computer/modem/digi-cam/whatever + console The computer you are using to snoop + the communication between A and B. + + Say, you would like to snoop the following configuration. + partyA ---cableAB--- partyB + In that case you should connect "console" between partyA and + cableAB, as follows: + partyA ---cableX--- console ---cableAB--- party B + cableX must be cross-cable (a cable to connect two computers). + +Command-line options + % snooper [-options] dev0 dev1 + -bBAUD specifies baud rate. + -u don't use uucp locking (questionable option) + dev0 name of serial device 0. + dev1 name of serial device 1. diff --git a/comms/snooper/pkg-message b/comms/snooper/pkg-message new file mode 100644 index 0000000..f97b90e --- /dev/null +++ b/comms/snooper/pkg-message @@ -0,0 +1,2 @@ +snooper has been installed. +Documents can be found at: /usr/local/share/doc/snooper diff --git a/comms/snooper/pkg-plist b/comms/snooper/pkg-plist new file mode 100644 index 0000000..7fefb37 --- /dev/null +++ b/comms/snooper/pkg-plist @@ -0,0 +1,3 @@ +bin/snooper +share/doc/snooper/README +@dirrm share/doc/snooper |