Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Aug 2008 17:04:17 GMT
From:      Rui Paulo <rpaulo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 148014 for review
Message-ID:  <200808211704.m7LH4HMv067834@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=148014

Change 148014 by rpaulo@rpaulo_epsilon on 2008/08/21 17:04:10

	Add initial man page.

Affected files ...

.. //depot/projects/soc2008/rpaulo-tcpad/tcpad.1#2 edit

Differences ...

==== //depot/projects/soc2008/rpaulo-tcpad/tcpad.1#2 (text+ko) ====

@@ -1,0 +1,63 @@
+.\"
+.\" Copyright (c) 2008 Rui Paulo <rpaulo@FreeBSD.org>
+.\" All rights reserved.
+.\"
+.\" Redistribution and use in source and binary forms, with or without
+.\" modification, are permitted provided that the following conditions
+.\" are met:
+.\" 1. Redistributions of source code must retain the above copyright
+.\"    notice, this list of conditions and the following disclaimer.
+.\" 2. Redistributions in binary form must reproduce the above copyright
+.\"    notice, this list of conditions and the following disclaimer in the
+.\"    documentation and/or other materials provided with the distribution.
+.\"
+.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+.\" DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
+.\" INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+.\" (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+.\" SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
+.\" STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
+.\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+.\" POSSIBILITY OF SUCH DAMAGE.
+.\"
+.\" $P4: //depot/projects/soc2008/rpaulo-tcpad/tcpad.1#2 $
+.\"
+.Dd August 21, 2008
+.Dt TCPAD 1
+.Os
+.Sh NAME
+.Nm tcpad
+.Nd TCP Anomaly Detector
+.Sh SYNOPSIS
+.Nm
+.Op Fl p
+.Op Fl r Ar file
+.Op Fl i Ar interface
+.Op Fl s Ar snaplen
+.Sh DESCRIPTION
+.Nm
+is an utility to monitor TCP packets in the wire and detect bugs in TCP
+stacks. It works by creating virtual TCP stacks for each TCP endpoint.
+When an error is found,
+.Nm
+dumps all the packets related to that connection to a
+.Xr pcap 3
+file along with a text file describing the problem and the virtual TCP stack
+state.
+.Pp
+The more astute reader may have already noticed that
+.Nm
+borrows its command line parameters from
+.Xr tcpdump 1 .
+.Sh SEE ALSO
+.Xr tcpdump 1 ,
+.Xr pcap 3
+.Sh HISTORY
+The
+.Nm
+project was first developed as part of Google Summer of Code 2008.
+.Sh AUTHORS
+.An Rui Paulo Aq rpaulo@FreeBSD.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808211704.m7LH4HMv067834>