Skip to content

Commit 1cbff34

Browse files
Bumped version to 1.3.5.post6
Updated vendor constant enumerations at Sat Jan 18 10:04:52 UTC 2025. The following files have been changed: pcapkit/const/reg/apptype.py
1 parent 463c6bc commit 1cbff34

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
@@ -121,4 +121,4 @@
121121
]
122122

123123
#: version number
124-
__version__ = '1.3.5.post5'
124+
__version__ = '1.3.5.post6'

pcapkit/const/reg/apptype.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29298,6 +29298,9 @@ def __hash__(self) -> 'int':
2929829298
#: - [UDP] Local and remote file transfers
2929929299
payload_app: 'AppType' = -1, 'payload-app', TransportProtocol.get('tcp') | TransportProtocol.get('udp')
2930029300

29301+
#: [TCP] Peblar EV charger
29302+
pblr: 'AppType' = -1, 'pblr', TransportProtocol.get('tcp')
29303+
2930129304
#: [N/A] Horowitz Key Protocol (HKP)
2930229305
pgpkey_hkp: 'AppType' = -1, 'pgpkey-hkp', TransportProtocol.get('undefined')
2930329306

0 commit comments

Comments
 (0)