We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c83994 commit f048e59Copy full SHA for f048e59
CHANGES
docs/changelog.md
@@ -40,4 +40,4 @@
40
- Added pfs (Perfect Forward Secrecy) and aead (Authenticated Encryption with Additional Data) properties to cipher suites.
41
- Added old CHACHA20-POLY1305 related cipher suites to TLS CipherSuite list.
42
- Remove redundant num_compression_methods from TLSClientHello
43
-- Testing improved from 90% coverage to over 99%.
+- Testing improved from 90% coverage to over 99%.
dpkt/__init__.py
@@ -7,7 +7,7 @@
7
__author_email__ = ''
8
__license__ = 'BSD-3-Clause'
9
__url__ = 'https://github.com/kbandla/dpkt'
10
-__version__ = '1.9.6'
+__version__ = '1.9.7.1'
11
12
from .dpkt import *
13
0 commit comments