summaryrefslogtreecommitdiff
path: root/usr.sbin/ipsend
diff options
context:
space:
mode:
authorEric Jackson <ericj@cvs.openbsd.org>2000-08-23 03:13:35 +0000
committerEric Jackson <ericj@cvs.openbsd.org>2000-08-23 03:13:35 +0000
commit146e9b145e6ead12a9d4340858fef4395afd07f1 (patch)
treebd66b9151e0bb352962b94e44dfcfa1df1203934 /usr.sbin/ipsend
parent13514424ffe8fbadee88905de73dd6f71ea9d12b (diff)
mdoc'ify
Diffstat (limited to 'usr.sbin/ipsend')
-rw-r--r--usr.sbin/ipsend/ipresend/ipresend.11
-rw-r--r--usr.sbin/ipsend/ipsend/ipsend.1150
2 files changed, 67 insertions, 84 deletions
diff --git a/usr.sbin/ipsend/ipresend/ipresend.1 b/usr.sbin/ipsend/ipresend/ipresend.1
index 96633a6089a..e153ea856e6 100644
--- a/usr.sbin/ipsend/ipresend/ipresend.1
+++ b/usr.sbin/ipsend/ipresend/ipresend.1
@@ -1,3 +1,4 @@
+./" $OpenBSD: ipresend.1,v 1.8 2000/08/23 03:13:33 ericj Exp $
.Dd October 9, 1999
.Dt IPRESEND 1
.Os
diff --git a/usr.sbin/ipsend/ipsend/ipsend.1 b/usr.sbin/ipsend/ipsend/ipsend.1
index f97dab2dbfb..d12e33beadd 100644
--- a/usr.sbin/ipsend/ipsend/ipsend.1
+++ b/usr.sbin/ipsend/ipsend/ipsend.1
@@ -1,110 +1,92 @@
-.\" $OpenBSD: ipsend.1,v 1.3 1999/10/07 06:35:49 ericj Exp $
-.TH IPSEND 1
-.SH NAME
-ipsend \- sends IP packets
-.SH SYNOPSIS
-.B ipsend
-[
-.B \-dITUv
-] [
-.B \-i
-<interface>
-] [
-.B \-f
-<\fIoffset\fP>
-] [
-.B \-g
-<\fIgateway\fP>
-] [
-.B \-m
-<\fIMTU\fP>
-] [
-.B \-o
-<\fIoption\fP>
-] [
-.B \-P
-<protocol>
-] [
-.B \-s
-<\fIsource\fP>
-] [
-.B \-t
-<\fIdest. port\fP>
-] [
-.B \-w
-<\fIwindow\fP>
-] <destination> [TCP-flags]
-.SH DESCRIPTION
-.PP
-\fBipsend\fP can be compiled in two ways. The first is used to send one-off
+.\" $OpenBSD: ipsend.1,v 1.4 2000/08/23 03:13:34 ericj Exp $
+.Dd August 22, 2000
+.Dt IPSEND 1
+\!\" Originally by Darren Reed <darrenr@cyber.com.au>
+.Os
+.Sh NAME
+.Nm ipsend
+.Nd sends IP packets
+.Sh SYNOPSIS
+.Nm ipsend
+.Op Ar dITUv
+.Op Ar i interface
+.Op Ar f offset
+.Op Ar g gateway
+.Op Ar m MTU
+.Op Ar o option
+.Op Ar P protocol
+.Op Ar s source
+.Op Ar t dest port
+.Op Ar w window
+.Op destination
+.Op TCP-flags
+.Sh DESCRIPTION
+.Pp
+.Nm
+can be compiled in two ways. The first is used to send one-off
packets to a destination host, using command line options to specify various
-attributes present in the headers. The \fIdestination\fP must be given as
-the last command line option, except for when TCP flags are specified as
-a combination of A, S, F, U, P and R, last.
-.PP
+attributes present in the headers. The
+destination
+must be given as the last command line option, except for when TCP flags
+are specified as a combination of A, S, F, U, P and R, last.
+.Pp
The other way it may be compiled, with DOSOCKET defined, is to allow an
attempt at making a TCP connection using a with ipsend resending the SYN
packet as per the command line options.
-.SH OPTIONS
-.TP
-.BR \-d
+.Sh OPTIONS
+.Pp
+The options are as follows:
+.Bl -tag -width Ds
+.It Fl d
enable debugging mode.
-.TP
-.BR \-f \0<offset>
-The \fI-f\fP allows the IP offset field in the IP header to be set to an
-arbitrary value, which can be specified in decimal or hexadecimal.
-.TP
-.BR \-g \0<gateway>
+.It Fl f Ar offset
+allows the IP offset field in the IP header to be set to an arbitrary
+value, which can be specified in decimal or hexadecimal.
+.It Fl g Ar gateway
Specify the hostname of the gateway through which to route packets. This
is required whenever the destination host isn't directly attached to the
same network as the host from which you're sending.
-.TP
-.BR \-i \0<interface>
+.It Fl i Ar interface
Set the interface name to be the name supplied.
-.TP
-.TP
-.BR \-m \0<MTU>
+.It Fl m Ar MTU
Specify the MTU to be used when sending out packets. This option allows you
to set a fake MTU, allowing the simulation of network interfaces with small
MTU's without setting them so.
-.TP
-.BR \-o \0<option>
+.It Fl o Ar option
Specify options to be included at the end of the IP header. An EOL option
is automatically appended and need not be given. If an option would also
have data associated with it (source as an IP# for a lsrr option), then
this will not be initialised.
-.TP
-.BR \-s \0<source>
+.It Fl s Ar source
Set the source address in the packet to that provided - maybe either a
-hostname or IP#.
-.TP
-.BR \-t \0<dest. port>
+hostname or IP number.
+.It Fl t Ar dest.port
Set the destination port for TCP/UDP packets.
-.TP
-.BR \-w \0<window>
+.It Fl w Ar window
Set the window size for TCP packets.
-.TP
-.B \-I
+.It Fl I
Set the protocol to ICMP.
-.TP
-.B \-P <protocol>
+.It Fl P
Set the protocol to the value given. If the parameter is a name, the name
-is looked up in the \fI/etc/protocols\fP file.
-.TP
-.B \-T
+is looked up in the
+.Pa /etc/protocols
+file.
+.It Fl T
Set the protocol to TCP.
-.TP
-.B \-U
+.It Fl U
Set the protocol to UDP.
-.TP
-.BR \-d
+.It Fl v
enable verbose mode.
-.DT
-.SH SEE ALSO
-ipsend(1), ipresend(1), iptest(1), protocols(4), bpf(4)
-.SH DIAGNOSTICS
-.PP
+.El
+.Sh SEE ALSO
+.Xr ipsend 1
+.Xr ipresend 1
+.Xr iptest 1
+.Xr protocols 4
+.Xr bpf 4
+.Sh DIAGNOSTICS
+.Pp
Needs to be run as root.
-.SH BUGS
-.PP
+.Sh BUGS
+.Pp
If you find any, please send email to me at darrenr@cyber.com.au