Skip to content

Commit f6604fc

Browse files
Bumped version to 1.3.5.post7
Updated vendor constant enumerations at Sat Jan 25 10:04:47 UTC 2025. The following files have been changed: pcapkit/const/reg/apptype.py
1 parent 1cbff34 commit f6604fc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.post6'
124+
__version__ = '1.3.5.post7'

pcapkit/const/reg/apptype.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -12479,7 +12479,7 @@ def __hash__(self) -> 'int':
1247912479

1248012480
#: - [TCP] Net Assistant
1248112481
#: - [UDP] Net Assistant
12482-
apple_remote_desktop: 'AppType' = 3283, 'apple remote desktop (net assistant)', TransportProtocol.get('tcp') | TransportProtocol.get('udp')
12482+
net_assistant: 'AppType' = 3283, 'net-assistant', TransportProtocol.get('tcp') | TransportProtocol.get('udp')
1248312483

1248412484
#: - [TCP] 4Talk
1248512485
#: - [UDP] 4Talk
@@ -14060,7 +14060,7 @@ def __hash__(self) -> 'int':
1406014060

1406114061
#: - [TCP] Newton Dock
1406214062
#: - [UDP] Newton Dock
14063-
escale: 'AppType' = 3679, 'escale (newton dock)', TransportProtocol.get('tcp') | TransportProtocol.get('udp')
14063+
newton_dock: 'AppType' = 3679, 'newton-dock', TransportProtocol.get('tcp') | TransportProtocol.get('udp')
1406414064

1406514065
#: - [TCP] NPDS Tracker
1406614066
#: - [UDP] NPDS Tracker

0 commit comments

Comments
 (0)