Changeset 936:86518fb3c5ad
- Timestamp:
- 10/01/08 18:56:50
(2 months ago)
- Author:
- Phil <phil@secdev.org>
- Tags:
v2.0.0.10
- Message:
Release 2.0.0.10
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r926 |
r936 |
|
| 265 | 265 | extensions_paths: path or list of paths where extensions are to be looked for |
|---|
| 266 | 266 | """ |
|---|
| 267 | | version = "2.0.0.9 beta" |
|---|
| | 267 | version = "2.0.0.10 beta" |
|---|
| 268 | 268 | session = "" |
|---|
| 269 | 269 | interactive = False |
|---|
| r926 |
r936 |
|
| 38 | 38 | setup( |
|---|
| 39 | 39 | name = 'scapy', |
|---|
| 40 | | version = '2.0.0.9', |
|---|
| | 40 | version = '2.0.0.10', |
|---|
| 41 | 41 | packages=['scapy','scapy/arch', 'scapy/layers','scapy/asn1','scapy/tools','scapy/modules'], |
|---|
| 42 | 42 | scripts = ['bin/scapy','bin/UTscapy'], |
|---|