1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
|
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 $
|