File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change 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
1212from .dpkt import *
1313
You can’t perform that action at this time.
0 commit comments