Changeset 849:5d5e592d89cd
- Timestamp:
- 07/29/08 15:20:43
(5 months ago)
- Author:
- Phil <phil@secdev.org>
- Tags:
v2.0.0.2
- Message:
Release 2.0.0.2 beta
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r846 |
r849 |
|
| 199 | 199 | extensions_paths: path or list of paths where extensions are to be looked for |
|---|
| 200 | 200 | """ |
|---|
| 201 | | version = "2.0.0.1 alpha" |
|---|
| | 201 | version = "2.0.0.2 beta" |
|---|
| 202 | 202 | session = "" |
|---|
| 203 | 203 | stealth = "not implemented" |
|---|
| r848 |
r849 |
|
| 38 | 38 | setup( |
|---|
| 39 | 39 | name = 'Scapy', |
|---|
| 40 | | version = '2.0.0.1', |
|---|
| | 40 | version = '2.0.0.2', |
|---|
| 41 | 41 | packages=['scapy','scapy/layers','scapy/asn1','scapy/tools','scapy/modules'], |
|---|
| 42 | 42 | scripts = ['bin/scapy','bin/UTscapy'], |
|---|