Skip to content

Commit 0b8e441

Browse files
Bumped version to 1.3.1.post6
Updated vendor constant enumerations at Sat Feb 24 10:11:15 UTC 2024. The following files have been changed: pcapkit/const/reg/apptype.py
1 parent e1e86af commit 0b8e441

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

conda/build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2
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.post5'
126+
__version__ = '1.3.1.post6'

pcapkit/const/reg/apptype.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27652,6 +27652,9 @@ def __hash__(self) -> 'int':
2765227652
#: [UDP] ASCOM Alpaca Device Discovery
2765327653
alpacadiscovery: 'AppType' = -1, 'alpacadiscovery', TransportProtocol.get('udp')
2765427654

27655+
#: [UDP] Device discovery for Amazon
27656+
amazon_expiscor: 'AppType' = -1, 'amazon-expiscor', TransportProtocol.get('udp')
27657+
2765527658
#: [UDP] Ambarella Cameras
2765627659
amba_cam: 'AppType' = -1, 'amba-cam', TransportProtocol.get('udp')
2765727660

@@ -29344,6 +29347,9 @@ def __hash__(self) -> 'int':
2934429347
#: [N/A] PTP Initiation Request Protocol
2934529348
ptp_req: 'AppType' = -1, 'ptp-req', TransportProtocol.get('undefined')
2934629349

29350+
#: [TCP] Network service for Pulsar messaging and data sharing mobile app
29351+
pulsar: 'AppType' = -1, 'pulsar', TransportProtocol.get('tcp')
29352+
2934729353
#: [N/A] Protocol used for puzzle games
2934829354
puzzle: 'AppType' = -1, 'puzzle', TransportProtocol.get('undefined')
2934929355

0 commit comments

Comments
 (0)