Skip to content

Commit daf2bf6

Browse files
Bumped version to 1.3.1.post25
Updated vendor constant enumerations at Sat Sep 14 10:04:56 UTC 2024. The following files have been changed: pcapkit/const/reg/apptype.py
1 parent 7527d2f commit daf2bf6

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
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
@@ -123,4 +123,4 @@
123123
]
124124

125125
#: version number
126-
__version__ = '1.3.1.post24'
126+
__version__ = '1.3.1.post25'

pcapkit/const/reg/apptype.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28459,6 +28459,9 @@ def __hash__(self) -> 'int':
2845928459
#: [TCP] An application to communicate with other
2846028460
hola: 'AppType' = -1, 'hola', TransportProtocol.get('tcp')
2846128461

28462+
#: [TCP] Home Assistant
28463+
home_assistant: 'AppType' = -1, 'home-assistant', TransportProtocol.get('tcp')
28464+
2846228465
#: [N/A] iTunes Home Sharing
2846328466
home_sharing: 'AppType' = -1, 'home-sharing', TransportProtocol.get('undefined')
2846428467

0 commit comments

Comments
 (0)