mirror of https://github.com/secdev/scapy.git
Release 0.9.10
This commit is contained in:
parent
e228482493
commit
ba6feeb32d
6
scapy.py
6
scapy.py
|
@ -22,10 +22,6 @@
|
||||||
|
|
||||||
#
|
#
|
||||||
# $Log: scapy.py,v $
|
# $Log: scapy.py,v $
|
||||||
# Revision 0.9.9.15 2003/04/14 15:42:47 pbi
|
|
||||||
# - added L3pcapListenSocket
|
|
||||||
# - fixed L3ListenSocket to use ETH_P_ALL instead of ETH_P_IP by default
|
|
||||||
#
|
|
||||||
# Revision 0.9.10.1 2003/04/14 15:43:45 pbi
|
# Revision 0.9.10.1 2003/04/14 15:43:45 pbi
|
||||||
# Release 0.9.10
|
# Release 0.9.10
|
||||||
#
|
#
|
||||||
|
@ -152,7 +148,7 @@
|
||||||
|
|
||||||
from __future__ import generators
|
from __future__ import generators
|
||||||
|
|
||||||
RCSID="$Id: scapy.py,v 0.9.9.15 2003/04/14 15:42:47 pbi Exp $"
|
RCSID="$Id: scapy.py,v 0.9.10.1 2003/04/14 15:43:45 pbi Exp $"
|
||||||
|
|
||||||
VERSION = RCSID.split()[2]+"beta"
|
VERSION = RCSID.split()[2]+"beta"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue