Skip to content

Commit 90c976d

Browse files
author
pbi
committedDec 12, 2006
- changed default conf.checkIPID value to 0
1 parent 274b280 commit 90c976d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed
 

‎scapy.py

+5-2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121

2222
#
2323
# $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+
#
2427
# Revision 1.0.5.19 2006/12/12 15:32:59 pbi
2528
# - added ESNinfo tag to Dot11Elt()
2629
#
@@ -1787,7 +1790,7 @@
17871790

17881791
from __future__ import generators
17891792

1790-
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 $"
17911794

17921795
VERSION = RCSID.split()[2]+"beta"
17931796

@@ -11759,7 +11762,7 @@ class Conf(ConfClass):
1175911762
session = ""
1176011763
stealth = "not implemented"
1176111764
iface = get_working_if()
11762-
checkIPID = 1
11765+
checkIPID = 0
1176311766
checkIPsrc = 1
1176411767
checkIPaddr = 1
1176511768
check_TCPerror_seqack = 0

0 commit comments

Comments
 (0)