Release 0.9.11

This commit is contained in:
pbi 2003-04-22 12:38:16 +00:00
parent 2b7dfe90e5
commit 877f04cc43
1 changed files with 4 additions and 1 deletions

View File

@ -22,6 +22,9 @@
#
# $Log: scapy.py,v $
# Revision 0.9.11.1 2003/04/22 14:38:16 pbi
# Release 0.9.11
#
# Revision 0.9.10.8 2003/04/22 14:37:32 pbi
# - fixed bug in getmacbyip() using dnet module
# - deactivated getmacbyip() using dnet module because it did not resolve unknown IPs
@ -177,7 +180,7 @@
from __future__ import generators
RCSID="$Id: scapy.py,v 0.9.10.8 2003/04/22 14:37:32 pbi Exp $"
RCSID="$Id: scapy.py,v 0.9.11.1 2003/04/22 14:38:16 pbi Exp $"
VERSION = RCSID.split()[2]+"beta"