The FreeBSD Ports Archive
FreeBSD comms : snooper4>
Serial line protocol analyzer (need two serial interfaces)
The snooper is a serial line snooping tool used for snooping communication
between two devices that communicate with an RS232C serial line.
An typical machine configuration involving three computers is:
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.
http://www.alaskaparadise.com/freebsd/
|
snooper history
v. 1.19
date: 2007/06/14 22:30:58; author: beech; state: Exp; lines: +1 -1
- Update maintainer address.
v. 1.18
date: 2007/01/21 20:53:08; author: itetcu; state: Exp; lines: +2 -2
- Added mirror (unreliable master site)
- pass maintainership to submitter
PR: ports/108187
Submitted by: Beech Rintoul
v. 1.17
date: 2005/04/09 00:30:21; author: leeym; state: Exp; lines: +12 -0
- remove .depend to unbreak this port
- wrap DOCSDIR with NOPORTDOCS
v. 1.16
date: 2005/03/20 19:14:18; author: vs; state: Exp; lines: +3 -9
Cleanup:
- Use PLIST_FILES
- Avoid excessive Makefile-patching
v. 1.15
date: 2005/02/20 08:28:14; author: krion; state: Exp; lines: +1 -2
Readd MASTER_SITES since it's available again.
PR: ports/77764
Submitted by: Sam Lawrance
v. 1.14
date: 2003/10/26 07:49:24; author: linimon; state: Exp; lines: +2 -1
Per distfile survey, remove mastersite that expired in October 2002.
v. 1.13
date: 2003/02/20 16:57:39; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.12
date: 2002/11/10 16:45:19; author: lioux; state: Exp; lines: +0 -2
o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
v. 1.11
date: 2002/11/06 22:44:11; author: adamw; state: Exp; lines: +3 -1
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
v. 1.10
date: 2001/01/23 07:55:03; author: kevlo; state: Exp; lines: +14 -8
- Support CFLAGS properly
- HAS_CONFIGURE -> GNU_CONFIGURE
- Support NOPORTDOCS
PR: 24543
Submitted by: Ports Fury
v. 1.9
date: 2001/01/09 05:57:01; author: itojun; state: Exp; lines: +2 -2
drop myself from MAINTAINER. too many KAME platforms to support,
to little time...
v. 1.8
date: 2000/04/08 23:22:39; author: mharo; state: Exp; lines: +4 -4
update with the new PORTNAME/PORTVERSION variables
v. 1.7
date: 2000/01/29 20:01:39; author: mharo; state: Exp; lines: +2 -2
fix some pkg/MESSAGE stuff
v. 1.6
date: 1999/12/02 03:24:21; author: itojun; state: Exp; lines: +4 -4
use lateset version. prior versions contain uucp{un,}lock() which uses
sprintf() in insecure manner (may subject to buffer overflow, like xmindpath
in magicpoint).
If you really care, I can mark them BROKEN until they are confirmed to be safe.
v. 1.5
date: 1999/08/25 05:12:39; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.4
date: 1999/08/22 21:04:25; author: hoek; state: Exp; lines: +2 -1
Add version required. Bootstrap it to the current version.
v. 1.3
date: 1998/08/13 09:20:41; author: itojun; state: Exp; lines: +3 -3
upgrade original distribution to 980813.
v. 1.2
date: 1997/05/25 18:34:39; author: max; state: Exp; lines: +2 -2
Fix typo in the MAINTAINER field.
PR: 3679
Submitted by: sanpei@yy.cs.keio.ac.jp
v. 1.1
date: 1997/05/20 06:23:49; author: asami; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1997/05/20 06:23:49; author: asami; state: Exp; lines: +0 -0
Re-import this to comms. Sorry!
=============================================================================
|
| |

|