Phil
|
ab494228d7
|
Release 2.0.0.3 beta
|
2008-08-10 21:21:16 +02:00 |
Phil
|
6ed86650fa
|
Reintroduced lsc() command
|
2008-08-10 20:22:17 +02:00 |
Phil
|
51765faf79
|
Changed ls() to take advantage of conf.layers
|
2008-08-10 19:17:49 +02:00 |
Phil
|
d4d86e9cbf
|
Added doc folder and manpage
|
2008-08-10 18:46:34 +02:00 |
Phil
|
54044508db
|
Fixed loglevel
|
2008-08-10 02:58:34 +02:00 |
Phil
|
d351405798
|
Reworked main.py, added ~/scapy_prestart.py loading, added load_module/layer()
|
2008-08-10 02:40:18 +02:00 |
Phil
|
169af6fc8a
|
Ability to choose which layers to load
|
2008-08-10 02:36:39 +02:00 |
Phil
|
c50dfdd2b9
|
Changed Gnuplot's 'with' parameter into 'with_'. Need Gnuplot 1.8. (ticket #47)
|
2008-07-30 15:06:26 +02:00 |
Phil
|
ccbe3b7e75
|
Removed deprecated APIs
Changes introduced at f4590b70c916, 7d54b4bab41d and 2ca14f7e5bdb
|
2008-07-29 18:07:22 +02:00 |
Phil
|
ac7ec4b083
|
Added tag v2.0.0.2 for changeset 5d5e592d89cd
|
2008-07-29 15:21:18 +02:00 |
Phil
|
1a261739db
|
Release 2.0.0.2 beta
|
2008-07-29 15:20:43 +02:00 |
Phil
|
1123fedadc
|
Added setup.py
|
2008-07-29 15:18:17 +02:00 |
Phil
|
be0f1bdb1a
|
Small reorganisation of executables
--HG--
rename : UTscapy.py => bin/UTscapy
rename : scapy.py => bin/scapy
|
2008-07-28 16:13:01 +02:00 |
Phil
|
3e4ead4b7b
|
Add banners
|
2008-07-28 16:13:01 +02:00 |
Phil
|
975544c154
|
Removed lsc() command
|
2008-07-28 16:13:00 +02:00 |
Phil
|
9a22635aa9
|
Adapted M. Saitoh patch to use correct loopback interface name on *BSD
|
2008-07-28 16:13:00 +02:00 |
Phil
|
db02b5649d
|
Added UTscapy tool
|
2008-07-28 16:13:00 +02:00 |
Phil
|
ab592d6450
|
Improved SourceIPField mangement of set of IP
|
2008-07-28 16:13:00 +02:00 |
Phil
|
43843b2689
|
Added packet.route()
|
2008-07-28 16:13:00 +02:00 |
Phil
|
1a67eb8a9d
|
Created a NetCache and Neighbour object to abstract link layer address resolution
|
2008-07-28 16:13:00 +02:00 |
Phil
|
7c79ad9da0
|
Moved Dot11 specific fields to dot11.py
|
2008-07-28 16:13:00 +02:00 |
Phil
|
89c6369c20
|
Moved l2 specific fields to l2.py
|
2008-07-28 16:13:00 +02:00 |
Phil
|
79c378b0c2
|
Fix comment
|
2008-07-28 16:13:00 +02:00 |
Phil
|
b8c59cc82c
|
Fixed ARPPingResult constructor
|
2008-07-28 16:13:00 +02:00 |
Phil
|
1174a1c72a
|
Remove fields.py dependency on packet.py
|
2008-07-28 16:13:00 +02:00 |
Phil
|
b26fe5984b
|
Moved PacketList.timeskew_graph() method to layers/inet.py
|
2008-07-28 16:13:00 +02:00 |
Phil
|
4e96f7e5c5
|
Import stuff again
|
2008-07-28 16:13:00 +02:00 |
Phil
|
fa4bf0208c
|
Moved Dot11PacketList, ARPingResult and TracerouteResult to (resp.) layers/l2 and layers/inet
|
2008-07-28 16:13:00 +02:00 |
Phil
|
0b617b35bb
|
Moved AS resolvers to their own file
--HG--
rename : scapy/plist.py => scapy/as_resolvers.py
|
2008-07-28 16:13:00 +02:00 |
Phil
|
027cb106dd
|
Fixed conf.ASN1_default_codec initialization
|
2008-07-28 16:13:00 +02:00 |
Phil
|
3c31c86b8f
|
Fixed import dependency between config.py, themes.py and arch.py
|
2008-07-28 16:13:00 +02:00 |
Phil
|
aaa3a7de8f
|
Moved ARP cache db to conf.arp_cache
|
2008-07-07 19:07:41 +02:00 |
Phil
|
ddf8525dc0
|
Had autorun import scapy.all by default
|
2008-07-07 19:04:00 +02:00 |
Phil
|
09f73e19b8
|
Removed method in double in ASN1F_SEQUENCE_OF
|
2008-07-07 18:18:54 +02:00 |
Phil
|
5c6b1ce778
|
Sanitized cyclic dependency between plist.py and sendrecv.py
|
2008-07-28 16:13:00 +02:00 |
Phil
|
e02f12feef
|
Fixed imports
|
2008-07-03 19:07:34 +02:00 |
Phil
|
9eefb56d29
|
Removed useless main() in error.py
|
2008-07-07 16:15:09 +02:00 |
Phil
|
36869f465f
|
Moved warning() into error.py
|
2008-07-07 16:14:09 +02:00 |
Phil
|
33c3b1a112
|
Moved base classes into base_classes.py to avoid some cycly dependency problems
|
2008-07-28 16:13:00 +02:00 |
Phil
|
736a34bc43
|
Restricted conf lines representation to 76 characters per line.
|
2008-07-02 17:07:05 +02:00 |
Phil
|
2a36ad4be9
|
Changed modules importation to use the "all" module
|
2008-07-02 17:05:24 +02:00 |
Phil
|
d496fa6b46
|
Added "all" module for scapy and scapy.layers
|
2008-07-01 17:46:30 +02:00 |
Phil
|
7303a9e373
|
Fixed imports for layers
|
2008-07-01 17:45:51 +02:00 |
Phil
|
20feccbcae
|
Moved core asn1 logic to asn1 subpackage
--HG--
rename : scapy/asn1.py => scapy/asn1/asn1.py
rename : scapy/ber.py => scapy/asn1/ber.py
rename : scapy/mib.py => scapy/asn1/mib.py
|
2008-07-01 15:29:45 +02:00 |
Phil
|
dfb4b1c470
|
Moved conf initailisation for modules inside their respective modules
|
2008-06-23 18:29:55 +02:00 |
Phil
|
3702409789
|
Moved unneccessary code into modules directory
* * *
Added __init__ to modules
--HG--
rename : scapy/geoip.py => scapy/modules/geoip.py
rename : scapy/nmap.py => scapy/modules/nmap.py
rename : scapy/p0f.py => scapy/modules/p0f.py
rename : scapy/queso.py => scapy/modules/queso.py
rename : scapy/voip.py => scapy/modules/voip.py
|
2008-06-23 17:17:12 +02:00 |
Phil
|
0cd950d482
|
Made imports be relative
|
2008-06-23 14:51:54 +02:00 |
Phil
|
50209bda87
|
Added layer registration to conf.layers
|
2008-06-20 19:22:38 +02:00 |
Phil
|
88683fc3fe
|
Added tag v2.0.0.1-alpha for changeset eb61b4363c97
|
2008-06-20 19:03:20 +02:00 |
Phil
|
98aeca02f8
|
Moved version definition to config.py. Changed version to 2.0.0.1 alpha.
|
2008-06-20 19:02:55 +02:00 |