openbsd-ports/net/scapy/patches/patch-doc_scapy_1
armani e0dc60b4c3 Update to 2.1.0, change my email address and integrate 2 patches from
Laurent Ghigonis, one to properly detect the mac address and the other to close
the bpf after use (You don't need to create 40 bpf anymore), thanks !

ok sthen@
2010-10-05 09:18:05 +00:00

13 lines
454 B
Plaintext

$OpenBSD: patch-doc_scapy_1,v 1.2 2010/10/05 09:18:05 armani Exp $
--- doc/scapy.1.orig Sun Mar 8 13:35:08 2009
+++ doc/scapy.1 Mon Oct 4 07:38:02 2010
@@ -100,7 +100,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