PERFORCE change 148014 for review
Rui Paulo
rpaulo at FreeBSD.org
Thu Aug 21 17:04:17 UTC 2008
http://perforce.freebsd.org/chv.cgi?CH=148014
Change 148014 by rpaulo at 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 at 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 at FreeBSD.org
More information about the p4-projects
mailing list