Skip to content

Commit 55466fb

Browse files
Bumped version to 1.3.5.post9
Updated vendor constant enumerations at Sat Mar 1 10:04:57 UTC 2025. The following files have been changed: pcapkit/const/reg/apptype.py
1 parent 0a69636 commit 55466fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pcapkit/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,4 +121,4 @@
121121
]
122122

123123
#: version number
124-
__version__ = '1.3.5.post8'
124+
__version__ = '1.3.5.post9'

pcapkit/const/reg/apptype.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27945,7 +27945,7 @@ def __hash__(self) -> 'int':
2794527945
brski_proxy: 'AppType' = -1, 'brski-proxy', TransportProtocol.get('tcp')
2794627946

2794727947
#: [TCP] Bootstrapping Remote Secure Key Infrastructure registrar with CMP
27948-
#: capabilities according to the Lightweight CMP Profile (LCMPP, [RFC9483])
27948+
#: capabilities according to the Lightweight CMP Profile (LCMPP) [RFC9483]
2794927949
#: [RFC-ietf-anima-brski-ae-13]
2795027950
brski_reg_cmp: 'AppType' = -1, 'brski-reg-cmp', TransportProtocol.get('tcp')
2795127951

0 commit comments

Comments
 (0)