Release 0.9.17

This commit is contained in:
pbi 2004-07-26 17:52:55 +00:00
parent 6851160066
commit f6f3d11f47
1 changed files with 4 additions and 1 deletions

View File

@ -21,6 +21,9 @@
# #
# $Log: scapy.py,v $ # $Log: scapy.py,v $
# Revision 0.9.17.1 2004/07/26 19:52:55 pbi
# Release 0.9.17
#
# Revision 0.9.16.18 2004/07/26 19:50:16 pbi # Revision 0.9.16.18 2004/07/26 19:50:16 pbi
# - added ScapyPcapWriter class (William McVey) # - added ScapyPcapWriter class (William McVey)
# #
@ -409,7 +412,7 @@
from __future__ import generators from __future__ import generators
RCSID="$Id: scapy.py,v 0.9.16.18 2004/07/26 19:50:16 pbi Exp $" RCSID="$Id: scapy.py,v 0.9.17.1 2004/07/26 19:52:55 pbi Exp $"
VERSION = RCSID.split()[2]+"beta" VERSION = RCSID.split()[2]+"beta"