Skip to content

Commit 5fc0390

Browse files
authored
v1.9.8 release (#637)
1 parent 24f99f4 commit 5fc0390

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

docs/changelog.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## 1.9.8
4+
**[2022-08-17]**
5+
- Fixed endianness issues in PCAPNG, Loopback
6+
- Improved MPLS unpacking to include IPv6
7+
- Fixed unpacking of multiple records in TLS messages
8+
- Updated docstrings for multiples modules
9+
- Fixed a long-standing issue where serializing IP would change its length
10+
- Fixed IEEE 802.11 Beacon byte ordering
11+
- Graceful handling of PCAPNG option comment UTF-8 decoding errors
12+
- Added support for PCAPNG Packet Block
13+
- Added modpcap reader support
14+
315
## 1.9.7.2
416
**[2021-08-16]**
517
- Fixed performance regression (https://github.com/kbandla/dpkt/issues/611)

dpkt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
__author_email__ = ''
88
__license__ = 'BSD-3-Clause'
99
__url__ = 'https://github.com/kbandla/dpkt'
10-
__version__ = '1.9.7.2'
10+
__version__ = '1.9.8'
1111

1212
from .dpkt import *
1313

0 commit comments

Comments
 (0)