We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a69636 commit 55466fbCopy full SHA for 55466fb
pcapkit/__init__.py
@@ -121,4 +121,4 @@
121
]
122
123
#: version number
124
-__version__ = '1.3.5.post8'
+__version__ = '1.3.5.post9'
pcapkit/const/reg/apptype.py
@@ -27945,7 +27945,7 @@ def __hash__(self) -> 'int':
27945
brski_proxy: 'AppType' = -1, 'brski-proxy', TransportProtocol.get('tcp')
27946
27947
#: [TCP] Bootstrapping Remote Secure Key Infrastructure registrar with CMP
27948
- #: capabilities according to the Lightweight CMP Profile (LCMPP, [RFC9483])
+ #: capabilities according to the Lightweight CMP Profile (LCMPP) [RFC9483]
27949
#: [RFC-ietf-anima-brski-ae-13]
27950
brski_reg_cmp: 'AppType' = -1, 'brski-reg-cmp', TransportProtocol.get('tcp')
27951
0 commit comments