Skip to content

Commit 1b05750

Browse files
Bumped version to 1.3.1.post5
Updated vendor constant enumerations at Sat Jan 27 10:05:00 UTC 2024. The following files have been changed: pcapkit/const/reg/apptype.py
1 parent 45ab672 commit 1b05750

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

pcapkit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,4 +123,4 @@
123123
]
124124

125125
#: version number
126-
__version__ = '1.3.1.post4'
126+
__version__ = '1.3.1.post5'

pcapkit/const/reg/apptype.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20636,7 +20636,7 @@ def __hash__(self) -> 'int':
2063620636
#: [:rfc:`6773`]
2063720637
dccp_udp: 'AppType' = 6511, 'dccp-udp', TransportProtocol.get('udp')
2063820638

20639-
#: [TCP] NETCONF over TLS [:rfc:`7589`]
20639+
#: [TCP] NETCONF over TLS [:rfc:`7589`][RFC-ietf-netconf-over-tls13-04]
2064020640
netconf_tls: 'AppType' = 6513, 'netconf-tls', TransportProtocol.get('tcp')
2064120641

2064220642
#: [UDP] Reserved
@@ -28903,6 +28903,9 @@ def __hash__(self) -> 'int':
2890328903
#: [UDP] Thread Mesh Commissioning
2890428904
meshcop: 'AppType' = -1, 'meshcop', TransportProtocol.get('udp')
2890528905

28906+
#: [UDP] Thread Mesh Commissioning Ephemeral-key
28907+
meshcop_e: 'AppType' = -1, 'meshcop-e', TransportProtocol.get('udp')
28908+
2890628909
#: [N/A] Mental Ray for Maya
2890728910
mi_raysat: 'AppType' = -1, 'mi-raysat', TransportProtocol.get('undefined')
2890828911

0 commit comments

Comments
 (0)