Skip to content

Commit

Permalink
Bumped version to 1.3.1.post6
Browse files Browse the repository at this point in the history
Updated vendor constant enumerations at Sat Feb 24 10:11:15 UTC 2024. The following files
have been changed: pcapkit/const/reg/apptype.py
  • Loading branch information
github-actions[bot] committed Feb 24, 2024
1 parent e1e86af commit 0b8e441
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conda/build
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2
0
2 changes: 1 addition & 1 deletion pcapkit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,4 @@
]

#: version number
__version__ = '1.3.1.post5'
__version__ = '1.3.1.post6'
6 changes: 6 additions & 0 deletions pcapkit/const/reg/apptype.py
Original file line number Diff line number Diff line change
Expand Up @@ -27652,6 +27652,9 @@ def __hash__(self) -> 'int':
#: [UDP] ASCOM Alpaca Device Discovery
alpacadiscovery: 'AppType' = -1, 'alpacadiscovery', TransportProtocol.get('udp')

#: [UDP] Device discovery for Amazon
amazon_expiscor: 'AppType' = -1, 'amazon-expiscor', TransportProtocol.get('udp')

#: [UDP] Ambarella Cameras
amba_cam: 'AppType' = -1, 'amba-cam', TransportProtocol.get('udp')

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

#: [TCP] Network service for Pulsar messaging and data sharing mobile app
pulsar: 'AppType' = -1, 'pulsar', TransportProtocol.get('tcp')

#: [N/A] Protocol used for puzzle games
puzzle: 'AppType' = -1, 'puzzle', TransportProtocol.get('undefined')

Expand Down

0 comments on commit 0b8e441

Please sign in to comment.