Bug is used to tap a stream socket.  It is useful for tracing communication 
between a server and its clients.  The communication between server and
client is maintained while transcripts of all communication lines are taken.

There is a man page (bug.1), a source file (bug.c) and this file (README)
included in this archive.  No Makefile is necessary, since to "make" it, all
you do is:
    cc -o bug bug.c

You need to be running a BSD or BSD-derived system (since it examines sockets).
It has been tested under SunOS 4.0.3

If you don't like my MARK, you can change it by changing the lines
#define MARK
and
#define MARKLEN
to your own values.

I'd be interested in hearing what people have to say and what they use 'bug'
for.  I hope I haven't re-invented the wheel.  Bugs/Comments/Questions/Hate 
Mail to me,

Matthew Merzbacher	ARPA:	matthew@CS.UCLA.EDU
	  		UUCP:	...!{uunet|rutgers|ucbvax}!cs.ucla.edu!matthew
