Skip to content

Commit 665b007

Browse files
Bumped version to 1.3.1.post8
Updated vendor constant enumerations at Sat Mar 23 10:05:01 UTC 2024. The following files have been changed: pcapkit/const/reg/apptype.py
1 parent ab8a21c commit 665b007

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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.post7'
126+
__version__ = '1.3.1.post8'

pcapkit/const/reg/apptype.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11979,9 +11979,9 @@ def __hash__(self) -> 'int':
1197911979
#: - [UDP] Indura Collector
1198011980
indura: 'AppType' = 3156, 'indura', TransportProtocol.get('tcp') | TransportProtocol.get('udp')
1198111981

11982-
#: - [TCP] CCC Listener Port
11983-
#: - [UDP] CCC Listener Port
11984-
e3consultants: 'AppType' = 3157, 'e3consultants', TransportProtocol.get('tcp') | TransportProtocol.get('udp')
11982+
#: - [TCP] LSA Communicator
11983+
#: - [UDP] LSA Communicator
11984+
lsa_comm: 'AppType' = 3157, 'lsa-comm', TransportProtocol.get('tcp') | TransportProtocol.get('udp')
1198511985

1198611986
#: - [TCP] SmashTV Protocol
1198711987
#: - [UDP] SmashTV Protocol

0 commit comments

Comments
 (0)