Skip to content

Commit

Permalink
Bumped version to 1.3.5.post6
Browse files Browse the repository at this point in the history
Updated vendor constant enumerations at Sat Jan 18 10:04:52 UTC 2025. The following files
have been changed: pcapkit/const/reg/apptype.py
  • Loading branch information
github-actions[bot] committed Jan 18, 2025
1 parent 463c6bc commit 1cbff34
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conda/build
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1
0
2 changes: 1 addition & 1 deletion pcapkit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,4 +121,4 @@
]

#: version number
__version__ = '1.3.5.post5'
__version__ = '1.3.5.post6'
3 changes: 3 additions & 0 deletions pcapkit/const/reg/apptype.py
Original file line number Diff line number Diff line change
Expand Up @@ -29298,6 +29298,9 @@ def __hash__(self) -> 'int':
#: - [UDP] Local and remote file transfers
payload_app: 'AppType' = -1, 'payload-app', TransportProtocol.get('tcp') | TransportProtocol.get('udp')

#: [TCP] Peblar EV charger
pblr: 'AppType' = -1, 'pblr', TransportProtocol.get('tcp')

#: [N/A] Horowitz Key Protocol (HKP)
pgpkey_hkp: 'AppType' = -1, 'pgpkey-hkp', TransportProtocol.get('undefined')

Expand Down

0 comments on commit 1cbff34

Please sign in to comment.