Changeset 877:433f9b9f8ea0
- Timestamp:
- 08/17/08 16:37:27
(5 months ago)
- Author:
- Phil <phil@secdev.org>
- Tags:
v2.0.0.5
- Message:
Release 2.0.0.5 beta
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r863 |
r877 |
|
| 223 | 223 | extensions_paths: path or list of paths where extensions are to be looked for |
|---|
| 224 | 224 | """ |
|---|
| 225 | | version = "2.0.0.4 beta" |
|---|
| | 225 | version = "2.0.0.5 beta" |
|---|
| 226 | 226 | session = "" |
|---|
| 227 | 227 | stealth = "not implemented" |
|---|
| r863 |
r877 |
|
| 38 | 38 | setup( |
|---|
| 39 | 39 | name = 'scapy', |
|---|
| 40 | | version = '2.0.0.4', |
|---|
| | 40 | version = '2.0.0.5', |
|---|
| 41 | 41 | packages=['scapy','scapy/layers','scapy/asn1','scapy/tools','scapy/modules'], |
|---|
| 42 | 42 | scripts = ['bin/scapy','bin/UTscapy'], |
|---|