Skip to content

Commit a982a08

Browse files
Bumped version to 1.3.1.post4
Updated vendor constant enumerations at Sat Jan 20 10:10:19 UTC 2024. The following files have been changed: pcapkit/const/reg/apptype.py
1 parent a919dfb commit a982a08

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.post3'
126+
__version__ = '1.3.1.post4'

pcapkit/const/reg/apptype.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27818,6 +27818,9 @@ def __hash__(self) -> 'int':
2781827818
#: [N/A] Bender Communication Protocol
2781927819
bender: 'AppType' = -1, 'bender', TransportProtocol.get('undefined')
2782027820

27821+
#: [TCP] Beyond Identity Platform Authenticator S
27822+
beyondidentity: 'AppType' = -1, 'beyondidentity', TransportProtocol.get('tcp')
27823+
2782127824
#: [N/A] BuildForge Agent
2782227825
bfagent: 'AppType' = -1, 'bfagent', TransportProtocol.get('undefined')
2782327826

0 commit comments

Comments
 (0)