We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 274b280 commit 90c976dCopy full SHA for 90c976d
scapy.py
@@ -21,6 +21,9 @@
21
22
#
23
# $Log: scapy.py,v $
24
+# Revision 1.0.5.20 2006/12/12 15:33:25 pbi
25
+# - changed default conf.checkIPID value to 0
26
+#
27
# Revision 1.0.5.19 2006/12/12 15:32:59 pbi
28
# - added ESNinfo tag to Dot11Elt()
29
@@ -1787,7 +1790,7 @@
1787
1790
1788
1791
from __future__ import generators
1789
1792
-RCSID="$Id: scapy.py,v 1.0.5.19 2006/12/12 15:32:59 pbi Exp $"
1793
+RCSID="$Id: scapy.py,v 1.0.5.20 2006/12/12 15:33:25 pbi Exp $"
1794
1795
VERSION = RCSID.split()[2]+"beta"
1796
@@ -11759,7 +11762,7 @@ class Conf(ConfClass):
11759
11762
session = ""
11760
11763
stealth = "not implemented"
11761
11764
iface = get_working_if()
- checkIPID = 1
11765
+ checkIPID = 0
11766
checkIPsrc = 1
11767
checkIPaddr = 1
11768
check_TCPerror_seqack = 0
0 commit comments