fix an example in the manpage.
from debian; inputs jmc@, "looks good" claudio@
This commit is contained in:
parent
77582bc7f8
commit
aa2d0da917
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2007/05/05 14:23:18 claudio Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2007/05/08 12:47:06 aanriot Exp $
|
||||
|
||||
COMMENT= "powerful interactive packet manipulation in python"
|
||||
|
||||
DISTNAME= scapy-1.1.1
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
CATEGORIES= net
|
||||
|
||||
HOMEPAGE= http://secdev.org/projects/scapy/
|
||||
|
12
net/scapy/patches/patch-scapy_1
Normal file
12
net/scapy/patches/patch-scapy_1
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-scapy_1,v 1.1 2007/05/08 12:47:06 aanriot Exp $
|
||||
--- scapy.1.orig Tue May 8 10:55:07 2007
|
||||
+++ 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
|
Loading…
Reference in New Issue
Block a user