scapy.py
2008-04-23 Improved mib parsing a bit
2008-03-07 Transform non-string objects into strings in StrFields() (ticket #95)
2008-03-02 Added PPP HDLC framing detection
2008-03-02 Added some layer bonds for PPP
2008-03-02 * * *
2008-03-02 Added x509 certificates support
2008-03-02 Added ZuluTime volatile value (ex: 080301224920Z)
2008-03-01 Added ASN1F_field.is_empty() method
2008-02-29 Other ASN1 tweaks
2008-02-26 Added ASN1 printable, UTC time, bit strings, and some tweaks.
2008-02-26 Fixed extra-referencing in __builtins__ that prevented GC and destructors calls
2008-02-26 Improved PcapWriter
2008-02-22 Added L2TP header
2008-02-22 Improved PPP IPCP option decoding
2008-02-21 Added PPP IPCP support
2008-02-21 Added PPP protocol field text description
2008-02-21 Fixed load_extension() error management
2008-02-21 Added PPP linktype management
2008-02-12 Made setattr/delattr on fields consistent with getattr, i.e. work on payloads
2008-02-11 Added IEEEFloatField and IEEEDoubleField
2008-02-11 Explicitely close super-sockets in srp() and sniff()
2008-02-11 Do not display conditional fields that are not present in show() and repr()
2008-02-11 Handle None value in ICMPTimeStampField.i2repr()
2008-02-10 Fixed color theme use in __sr_loop() (D. Loss, ticket #71)
2008-02-10 Fixed missing interface binding in L3PacketSocket
2008-02-10 Updated obsolete pcap exception (pcap.pcapc.EXCEPTION -> Exception) (G. Valadon, ticket #87)
2008-02-10 Added verbose parameter (from D. Loss, ticket #73)
2008-01-13 Fixed traceroute filters (ticket #69, patch from P. Lalet)
2008-01-13 Adapted ICMP fields for other ICMP timestamps (inspired from patch from ticket #49)
2008-01-11 Inline doc fix
2007-12-28 Added code already run into StopAutorun exception
2007-12-06 Moved a part of the Packet.__iter__() inner loop into new Packet.clone_with() method
2007-12-04 Added StopAutorun exception and code managing it
2007-12-04 Catch SystemExit exception in autorun commands
2007-11-23 imported patch load_extension_tweaks
2007-11-23 Removed forgotted print
2007-10-23 Improved dhcpd()
2007-10-20 Changed PacketList statistics ordering (ticket #58)
2007-10-20 Add RandDHCPOptions (part of ticket #41)
2007-10-20 Made DHCPOptionsField robust to garbage
2007-10-18 Added arguments check to RandChoice
2007-10-17 Added load_extension() function and conf.extensions_path
2007-10-15 Release 1.2.0.2
2007-10-15 Merge
2007-10-13 Avoid zombie children if interrupted in sndrcv()
2007-10-10 Made child in sndrcv() reports packets sent times to parent
2007-10-10 Fixed Rand*() to use correct range values for randseq()
2007-09-14 Initialize received packets' .time attribute with accurate timestamp
2007-10-10 Added a Packet.sent_time attribute and attempted to set it as precisely as possible
2007-09-14 Added randseq() function to guarantee unicity of numbers drawn from a sequence
2007-10-09 Added 802.11 QoS support (L.F. Meiners)
2007-09-24 Release 1.2.0.1
2007-09-24 Have TFTP_RRQ_server understand TFTP blksize option
2007-09-24 Fix TFTP_RRQ_server timeout typo
2007-09-24 Fix TFTP_WRQ_server: case insensitive blksize option recognition
2007-09-24 Add ability for TFTP RRQ server to serve from a directory
2007-09-24 Add timeout reemission to TFTP_WRQ_server
2007-09-24 Fix Automaton timeout managmement
2007-09-14 Release 1.2.0
2007-09-14 Fix FlagsField.i2repr() for tuples and lists