mirror of https://github.com/secdev/scapy.git
Release 0.9.15
This commit is contained in:
parent
6012d0901a
commit
59137e478f
5
scapy.py
5
scapy.py
|
@ -22,6 +22,9 @@
|
|||
|
||||
#
|
||||
# $Log: scapy.py,v $
|
||||
# Revision 0.9.15.1 2003/10/02 15:24:29 pbi
|
||||
# Release 0.9.15
|
||||
#
|
||||
# Revision 0.9.14.8 2003/10/02 15:16:26 pbi
|
||||
# - small fix for p0f_base
|
||||
# - lazy loading for p0f, queso and nmap knowledge databases
|
||||
|
@ -285,7 +288,7 @@
|
|||
|
||||
from __future__ import generators
|
||||
|
||||
RCSID="$Id: scapy.py,v 0.9.14.8 2003/10/02 15:16:26 pbi Exp $"
|
||||
RCSID="$Id: scapy.py,v 0.9.15.1 2003/10/02 15:24:29 pbi Exp $"
|
||||
|
||||
VERSION = RCSID.split()[2]+"beta"
|
||||
|
||||
|
|
Loading…
Reference in New Issue