Skip to content

Commit aba50ff

Browse files
Bumped version to 1.3.1.post10
Updated vendor constant enumerations at Sat Apr 13 10:09:06 UTC 2024. The following files have been changed: pcapkit/const/reg/apptype.py
1 parent 565a760 commit aba50ff

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

conda/build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2
1+
0

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.post9'
126+
__version__ = '1.3.1.post10'

pcapkit/const/reg/apptype.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28144,6 +28144,12 @@ def __hash__(self) -> 'int':
2814428144
#: [TCP] DNS Dynamic Update Service over TLS [:rfc:`6281`]
2814528145
dns_update_tls: 'AppType' = -1, 'dns-update-tls', TransportProtocol.get('tcp')
2814628146

28147+
#: [TCP] DNS-SD Service Registration [RFC-ietf-dnssd-srp-25]
28148+
dnssd_srp: 'AppType' = -1, 'dnssd-srp', TransportProtocol.get('tcp')
28149+
28150+
#: [TCP] DNS-SD Service Registration (TLS) [RFC-ietf-dnssd-srp-25]
28151+
dnssd_srp_tls: 'AppType' = -1, 'dnssd-srp-tls', TransportProtocol.get('tcp')
28152+
2814728153
#: [N/A] Roar (Death of Productivity)
2814828154
dop: 'AppType' = -1, 'dop', TransportProtocol.get('undefined')
2814928155

0 commit comments

Comments
 (0)