Changeset 859:35732154f342
- Timestamp:
- 08/10/08 21:21:16
(5 months ago)
- Author:
- Phil <phil@secdev.org>
- Tags:
v2.0.0.3
- Message:
Release 2.0.0.3 beta
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r858 |
r859 |
|
| 223 | 223 | extensions_paths: path or list of paths where extensions are to be looked for |
|---|
| 224 | 224 | """ |
|---|
| 225 | | version = "2.0.0.2 beta" |
|---|
| | 225 | version = "2.0.0.3 beta" |
|---|
| 226 | 226 | session = "" |
|---|
| 227 | 227 | stealth = "not implemented" |
|---|
| r856 |
r859 |
|
| 38 | 38 | setup( |
|---|
| 39 | 39 | name = 'Scapy', |
|---|
| 40 | | version = '2.0.0.2', |
|---|
| | 40 | version = '2.0.0.3', |
|---|
| 41 | 41 | packages=['scapy','scapy/layers','scapy/asn1','scapy/tools','scapy/modules'], |
|---|
| 42 | 42 | scripts = ['bin/scapy','bin/UTscapy'], |
|---|