summaryrefslogtreecommitdiffstats
path: root/scripts/external_libs/dpkt-1.8.6/CHANGES
blob: a5f05121a01073af1518ce02095499402bfe9595 (plain)
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
dpkg-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 $