Skip to content

Commit 31c7a3a

Browse files
Bumped version to 1.3.5.post16
Updated vendor constant enumerations at Sat May 3 10:05:31 UTC 2025. The following files have been changed: pcapkit/const/reg/apptype.py
1 parent cedefa0 commit 31c7a3a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

conda/build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2
1+
0

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.post15'
124+
__version__ = '1.3.5.post16'

pcapkit/const/reg/apptype.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,8 @@ def __hash__(self) -> 'int':
214214
#: - [UDP] any private mail system
215215
any_private_mail_system: 'AppType' = 24, 'any_private_mail_system', TransportProtocol.get('tcp') | TransportProtocol.get('udp')
216216

217-
#: - [TCP] Simple Mail Transfer [:rfc:`5321`]
218-
#: - [UDP] Simple Mail Transfer [:rfc:`5321`]
217+
#: - [TCP] Simple Mail Transfer [RFC-ietf-emailcore-rfc5321bis-43]
218+
#: - [UDP] Simple Mail Transfer [RFC-ietf-emailcore-rfc5321bis-43]
219219
smtp: 'AppType' = 25, 'smtp', TransportProtocol.get('tcp') | TransportProtocol.get('udp')
220220

221221
#: - [TCP] Unassigned

0 commit comments

Comments
 (0)