openbsd-ports/net/scapy/patches/patch-doc_scapy_1
sthen f1f2f30877 Update scapy to 2.0.1 from new maintainer Jonathan Armani with a little
help from me. The IPv6 features provided by scapy6 are integrated (still
some problems with them, but working well enough) so pkgpath/conflict
markers are set to replace an existing scapy6 installation.

ok wcmaier@ "if it works go for it" claudio@
2009-10-01 16:28:49 +00:00

13 lines
451 B
Plaintext

$OpenBSD: patch-doc_scapy_1,v 1.1 2009/10/01 16:28:49 sthen Exp $
--- doc/scapy.1.orig Tue May 8 10:55:07 2007
+++ doc/scapy.1 Tue May 8 10:58:07 2007
@@ -66,7 +66,7 @@ Just run \fBscapy\fP and try the following commands in
.LP
Test the robustness of a network stack with invalid packets:
.nf
-sr(IP(dst="172.16.1.1", ihl=2, options="\verb$\x02$", version=3)/ICMP())
+sr(IP(dst="172.16.1.1", ihl=2, options="0x02", version=3)/ICMP())
.fi
.LP