forked from kbandla/dpkt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc conversions over to github.io/markdown
- Loading branch information
1 parent
3c0d9d4
commit a7a8264
Showing
7 changed files
with
35 additions
and
279 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,23 @@ | ||
# Changelog | ||
|
||
## 1.9.5 | ||
**[2021-02-07]** | ||
|
||
- New example showing how to process truncated DNS packets (examples/print_dns_truncated.py). | ||
- Corrected typo in BGP.notification attribute. | ||
- BGP.Update.Attribute.MPReachNLRI.SNPA now inherits from dpkt.Packet. | ||
- Byteorder is now specified when packing GRE optional fields. | ||
- \#517: Improvement to Radiotap class, supporting multi-byte and misaligned flags fields. Endianness is now enforced. | ||
- Github issue template added for bug reporting. | ||
- Compliance with flake8 formatting. | ||
- asn1.py::utctime method now returns time in UTC, instead of local. | ||
- Allow multiple InterfaceDescriptionBlocks with pcapng.Writer. | ||
- SCTP decoder DATA chunk padding aligned to 4-bytes, and improved handling of .data field. | ||
- IEEE80211 DELBA frame now works on big and little-endian architectures. | ||
- Introduce compat.ntole which converts from network byte order to little-endian byte order, regardless of host endianness. | ||
- Ethernet class now attempts to unpack the padding and trailer if present. | ||
- Added anonymous property to cipher suites, which returns True if the cipher suite starts with 'anon'. | ||
- Added pfs (Perfect Forward Secrecy) and aead (Authenticated Encryption with Additional Data) properties to cipher suites. | ||
- Added old CHACHA20-POLY1305 related cipher suites to TLS CipherSuite list. | ||
- Remove redundant num_compression_methods from TLSClientHello | ||
- Testing improved from 90% coverage to over 99%. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,3 @@ | ||
# Development plans | ||
|
||
## Current plans | ||
|
||
- Be Awesome | ||
|
||
## Future plans | ||
|
||
- Maintain the Awesome | ||
TBD: Insert Stuff Here |
This file was deleted.
Oops, something went wrong.