Skip to content

Commit

Permalink
v1.9.8 release (#637)
Browse files Browse the repository at this point in the history
  • Loading branch information
obormot committed Aug 18, 2022
1 parent 24f99f4 commit 5fc0390
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 1.9.8
**[2022-08-17]**
- Fixed endianness issues in PCAPNG, Loopback
- Improved MPLS unpacking to include IPv6
- Fixed unpacking of multiple records in TLS messages
- Updated docstrings for multiples modules
- Fixed a long-standing issue where serializing IP would change its length
- Fixed IEEE 802.11 Beacon byte ordering
- Graceful handling of PCAPNG option comment UTF-8 decoding errors
- Added support for PCAPNG Packet Block
- Added modpcap reader support

## 1.9.7.2
**[2021-08-16]**
- Fixed performance regression (https://github.com/kbandla/dpkt/issues/611)
Expand Down
2 changes: 1 addition & 1 deletion dpkt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
__author_email__ = ''
__license__ = 'BSD-3-Clause'
__url__ = 'https://github.com/kbandla/dpkt'
__version__ = '1.9.7.2'
__version__ = '1.9.8'

from .dpkt import *

Expand Down

0 comments on commit 5fc0390

Please sign in to comment.