mirror of https://github.com/kbandla/dpkt.git
75 lines
2.3 KiB
Plaintext
75 lines
2.3 KiB
Plaintext
dpkt-1.9.0:
|
|
- add support for Python 3.4, 3.5. Python 2.6 and 2.7 are still supported.
|
|
|
|
dpkt-1.8:
|
|
- fix a typo in vrrp.py
|
|
- fix IPv4 and IPv6 packet to correctly handle zero payload length
|
|
- store cipher_suite as int in TLSServerHello to allow app-specific messages
|
|
- improve SSL parsing
|
|
|
|
dpkt-1.7:
|
|
- handle dynamic imports from py2exe/freeze.py/zipped egg
|
|
packages, from plotnikoff
|
|
- decode Ethernet MPLS labels, Cisco ISL VLAN tags, 802.2 LLC fields
|
|
- handle multiply-defined HTTP headers from simdream
|
|
- add IPv6 extension header support (minus ESP) from Owen Stephens
|
|
- add radiotap module from Timur Alperovich
|
|
- add IEEE80211 module from Jon Oberheide
|
|
- add RFB module from Jon Oberheide
|
|
- fix IP6 checksum to include options
|
|
- rename 'as' to 'asn' field in BGP header
|
|
- fix transport-layer checksum in IP6
|
|
- handle improper TCP header offset
|
|
- fix SSL typo
|
|
- handle malformed ICMP headers
|
|
- added RX module from Jon Oberheide
|
|
- fixed loopback module IP/IP6 decoding
|
|
- set transport-layer (TCP, UDP) checksum in IP
|
|
- MRT module fixes
|
|
- fix pcap.Writer timestamp calculation
|
|
|
|
dpkt-1.6:
|
|
- DNS RR packing fixed
|
|
- added STUN, H.225, TPKT, NTP, RIP, Diameter, SCTP,
|
|
BGP, and MRT modules from Jon Oberheide
|
|
- new dpkt.NeedData exception
|
|
|
|
dpkt-1.5:
|
|
- IP6 checksum fix
|
|
- __getitem__() interface to Packet (e.g. ip['src'] == ip.src)
|
|
- faster Ethernet, IP, PPP module loading
|
|
- support any endianness capture file in pcap module,
|
|
and export a pypcap-compatible Reader
|
|
- additional CDP definitions
|
|
- replaced rtp module with the grugq's version
|
|
- added QQ module from Robert Stone
|
|
- added gzip module
|
|
- added PPPoE module
|
|
- added RADIUS module
|
|
|
|
dpkt-1.4:
|
|
- fix IP checksum bug on i386, caught by Thomas Taranowski
|
|
|
|
dpkt-1.3:
|
|
- autoload IP, Ethernet dispatch tables
|
|
- IP6 bugfixes from Tim Newsham
|
|
- additional DHCP definitions from Tim Yardley
|
|
- HTTP bugfixes and abstraction (see SIP)
|
|
- RPC bugfixes
|
|
- added pypcap-compatible PcapReader
|
|
- added Linux libpcap "cooked" capture module
|
|
- added preliminary SSL module
|
|
- added SIP module
|
|
- added SCCP module
|
|
- added RTP module
|
|
- added Portmap module
|
|
|
|
dpkt-1.2:
|
|
- changed license from GPL to BSD
|
|
- added DTP module
|
|
- added HTTP module
|
|
- added DNS RR decodes
|
|
- added enough PPP to decode PPTP GRE encapsulation
|
|
|
|
# $Id: CHANGES 379 2006-07-27 05:23:19Z dugsong $
|