Changeset 901:7dad50f078fe
- Timestamp:
- 08/31/08 00:43:56
(4 months ago)
- Author:
- Phil <phil@secdev.org>
- Tags:
v2.0.0.7
- Message:
Release 2.0.0.7
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r899 |
r901 |
|
| 223 | 223 | extensions_paths: path or list of paths where extensions are to be looked for |
|---|
| 224 | 224 | """ |
|---|
| 225 | | version = "2.0.0.6 beta" |
|---|
| | 225 | version = "2.0.0.7 beta" |
|---|
| 226 | 226 | session = "" |
|---|
| 227 | 227 | interactive = False |
|---|
| r888 |
r901 |
|
| 38 | 38 | setup( |
|---|
| 39 | 39 | name = 'scapy', |
|---|
| 40 | | version = '2.0.0.6', |
|---|
| | 40 | version = '2.0.0.7', |
|---|
| 41 | 41 | packages=['scapy','scapy/arch', 'scapy/layers','scapy/asn1','scapy/tools','scapy/modules'], |
|---|
| 42 | 42 | scripts = ['bin/scapy','bin/UTscapy'], |
|---|