Skip to content

Commit 0a6a52e

Browse files
Bumped version to 1.3.5.post34
Updated vendor constant enumerations at Sat Nov 15 10:06:06 UTC 2025. The following files have been changed: pcapkit/const/reg/apptype.py
1 parent 8953722 commit 0a6a52e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

conda/build

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

pcapkit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,4 +121,4 @@
121121
]
122122

123123
#: version number
124-
__version__ = '1.3.5.post33'
124+
__version__ = '1.3.5.post34'

pcapkit/const/reg/apptype.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16717,11 +16717,11 @@ def __hash__(self) -> 'int':
1671716717
#: [UDP] SmallChat
1671816718
smallchat: 'AppType' = 4412, 'smallchat', TransportProtocol.get('udp')
1671916719

16720-
#: [TCP] AVI Systems NMS
16721-
avi_nms: 'AppType' = 4413, 'avi-nms', TransportProtocol.get('tcp')
16720+
#: [TCP] FORTÉ Vision Monitoring platform
16721+
vision_mon: 'AppType' = 4413, 'vision-mon', TransportProtocol.get('tcp')
1672216722

16723-
#: [UDP] AVI Systems NMS
16724-
avi_nms_disc: 'AppType' = 4413, 'avi-nms-disc', TransportProtocol.get('udp')
16723+
#: [UDP] FORTÉ Vision Monitoring platform
16724+
vision_mon_disc: 'AppType' = 4413, 'vision-mon-disc', TransportProtocol.get('udp')
1672516725

1672616726
#: [TCP] Updog Monitoring and Status Framework
1672716727
updog: 'AppType' = 4414, 'updog', TransportProtocol.get('tcp')

0 commit comments

Comments
 (0)