From daf2bf61bcc8f75f3d9195f15e1a1833143d0eee Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 14 Sep 2024 10:04:56 +0000 Subject: [PATCH] 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 --- conda/build | 2 +- pcapkit/__init__.py | 2 +- pcapkit/const/reg/apptype.py | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/conda/build b/conda/build index 56a6051ca..c22708346 100644 --- a/conda/build +++ b/conda/build @@ -1 +1 @@ -1 \ No newline at end of file +0 \ No newline at end of file diff --git a/pcapkit/__init__.py b/pcapkit/__init__.py index ea3bfa0e7..270f95d45 100644 --- a/pcapkit/__init__.py +++ b/pcapkit/__init__.py @@ -123,4 +123,4 @@ ] #: version number -__version__ = '1.3.1.post24' +__version__ = '1.3.1.post25' diff --git a/pcapkit/const/reg/apptype.py b/pcapkit/const/reg/apptype.py index ccdc5151b..5780ef732 100644 --- a/pcapkit/const/reg/apptype.py +++ b/pcapkit/const/reg/apptype.py @@ -28459,6 +28459,9 @@ def __hash__(self) -> 'int': #: [TCP] An application to communicate with other hola: 'AppType' = -1, 'hola', TransportProtocol.get('tcp') + #: [TCP] Home Assistant + home_assistant: 'AppType' = -1, 'home-assistant', TransportProtocol.get('tcp') + #: [N/A] iTunes Home Sharing home_sharing: 'AppType' = -1, 'home-sharing', TransportProtocol.get('undefined')