pypcapkit 1.3.5.post5__cp313-none-any.whl → 1.3.5.post9__cp313-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pcapkit/__init__.py +1 -1
- pcapkit/const/reg/apptype.py +16 -9
- {pypcapkit-1.3.5.post5.dist-info → pypcapkit-1.3.5.post9.dist-info}/METADATA +1 -1
- {pypcapkit-1.3.5.post5.dist-info → pypcapkit-1.3.5.post9.dist-info}/RECORD +8 -8
- {pypcapkit-1.3.5.post5.dist-info → pypcapkit-1.3.5.post9.dist-info}/WHEEL +1 -1
- {pypcapkit-1.3.5.post5.dist-info → pypcapkit-1.3.5.post9.dist-info}/LICENSE +0 -0
- {pypcapkit-1.3.5.post5.dist-info → pypcapkit-1.3.5.post9.dist-info}/entry_points.txt +0 -0
- {pypcapkit-1.3.5.post5.dist-info → pypcapkit-1.3.5.post9.dist-info}/top_level.txt +0 -0
pcapkit/__init__.py
CHANGED
pcapkit/const/reg/apptype.py
CHANGED
@@ -124,13 +124,13 @@ class AppType(StrEnum):
|
|
124
124
|
#: - [UDP] TCP Port Service Multiplexer
|
125
125
|
tcpmux: 'AppType' = 1, 'tcpmux', TransportProtocol.get('tcp') | TransportProtocol.get('udp')
|
126
126
|
|
127
|
-
#: - [TCP]
|
128
|
-
#: - [UDP]
|
129
|
-
|
127
|
+
#: - [TCP] Reserved
|
128
|
+
#: - [UDP] Reserved
|
129
|
+
reserved_2: 'AppType' = 2, 'reserved', TransportProtocol.get('tcp') | TransportProtocol.get('udp')
|
130
130
|
|
131
|
-
#: - [TCP]
|
132
|
-
#: - [UDP]
|
133
|
-
|
131
|
+
#: - [TCP] Reserved
|
132
|
+
#: - [UDP] Reserved
|
133
|
+
reserved_3: 'AppType' = 3, 'reserved', TransportProtocol.get('tcp') | TransportProtocol.get('udp')
|
134
134
|
|
135
135
|
#: - [TCP] Unassigned
|
136
136
|
#: - [UDP] Unassigned
|
@@ -12479,7 +12479,7 @@ class AppType(StrEnum):
|
|
12479
12479
|
|
12480
12480
|
#: - [TCP] Net Assistant
|
12481
12481
|
#: - [UDP] Net Assistant
|
12482
|
-
|
12482
|
+
net_assistant: 'AppType' = 3283, 'net-assistant', TransportProtocol.get('tcp') | TransportProtocol.get('udp')
|
12483
12483
|
|
12484
12484
|
#: - [TCP] 4Talk
|
12485
12485
|
#: - [UDP] 4Talk
|
@@ -14060,7 +14060,7 @@ class AppType(StrEnum):
|
|
14060
14060
|
|
14061
14061
|
#: - [TCP] Newton Dock
|
14062
14062
|
#: - [UDP] Newton Dock
|
14063
|
-
|
14063
|
+
newton_dock: 'AppType' = 3679, 'newton-dock', TransportProtocol.get('tcp') | TransportProtocol.get('udp')
|
14064
14064
|
|
14065
14065
|
#: - [TCP] NPDS Tracker
|
14066
14066
|
#: - [UDP] NPDS Tracker
|
@@ -27945,7 +27945,7 @@ class AppType(StrEnum):
|
|
27945
27945
|
brski_proxy: 'AppType' = -1, 'brski-proxy', TransportProtocol.get('tcp')
|
27946
27946
|
|
27947
27947
|
#: [TCP] Bootstrapping Remote Secure Key Infrastructure registrar with CMP
|
27948
|
-
#: capabilities according to the Lightweight CMP Profile (LCMPP
|
27948
|
+
#: capabilities according to the Lightweight CMP Profile (LCMPP) [RFC9483]
|
27949
27949
|
#: [RFC-ietf-anima-brski-ae-13]
|
27950
27950
|
brski_reg_cmp: 'AppType' = -1, 'brski-reg-cmp', TransportProtocol.get('tcp')
|
27951
27951
|
|
@@ -28039,6 +28039,10 @@ class AppType(StrEnum):
|
|
28039
28039
|
#: [N/A] ElectraStar media centre control protocol
|
28040
28040
|
com_ocs_es_mcc: 'AppType' = -1, 'com-ocs-es-mcc', TransportProtocol.get('undefined')
|
28041
28041
|
|
28042
|
+
#: - [TCP] Management Utility/Compression Process
|
28043
|
+
#: - [UDP] Management Utility/Compression Process
|
28044
|
+
compressnet: 'AppType' = -1, 'compressnet', TransportProtocol.get('tcp') | TransportProtocol.get('udp')
|
28045
|
+
|
28042
28046
|
#: [UDP] DNS SRV service for smarthome server
|
28043
28047
|
conecube: 'AppType' = -1, 'conecube', TransportProtocol.get('udp')
|
28044
28048
|
|
@@ -29298,6 +29302,9 @@ class AppType(StrEnum):
|
|
29298
29302
|
#: - [UDP] Local and remote file transfers
|
29299
29303
|
payload_app: 'AppType' = -1, 'payload-app', TransportProtocol.get('tcp') | TransportProtocol.get('udp')
|
29300
29304
|
|
29305
|
+
#: [TCP] Peblar EV charger
|
29306
|
+
pblr: 'AppType' = -1, 'pblr', TransportProtocol.get('tcp')
|
29307
|
+
|
29301
29308
|
#: [N/A] Horowitz Key Protocol (HKP)
|
29302
29309
|
pgpkey_hkp: 'AppType' = -1, 'pgpkey-hkp', TransportProtocol.get('undefined')
|
29303
29310
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
pcapkit/__init__.py,sha256=
|
1
|
+
pcapkit/__init__.py,sha256=LMqkzho3wwDN52fJYclrDduYQNDiX3xbRTgxz8XiONI,4025
|
2
2
|
pcapkit/__main__.py,sha256=G3rJrhCwkxlxOa04zwRJ4mq4G1k8JYWES3JnsaeMDe4,6415
|
3
3
|
pcapkit/all.py,sha256=6G7rVFlajYk98F5vCYcLOw-CkXdEw4C2zAwnTgU0asU,6679
|
4
4
|
pcapkit/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -117,7 +117,7 @@ pcapkit/const/pcapng/record_type.py,sha256=4rZytbhhF6u5SPvQ8ew3jx4OhN_rwDQG3I4Jl
|
|
117
117
|
pcapkit/const/pcapng/secrets_type.py,sha256=n_662aowLtqA25ilbdG6BWb2rYmrdBJt79_SISzfJkw,1578
|
118
118
|
pcapkit/const/pcapng/verdict_type.py,sha256=_jEkN0g6CX-DGshAj-lUiZjiwdK7Fqou2pnzgZ-WyIk,1476
|
119
119
|
pcapkit/const/reg/__init__.py,sha256=xKABPHwDQ0diN2sFA7hkw42FNsb6tx294XemEjTs2g8,1469
|
120
|
-
pcapkit/const/reg/apptype.py,sha256=
|
120
|
+
pcapkit/const/reg/apptype.py,sha256=VSSXcCUjJ15CGIbqa434KUwMNvRbAyKzsXwwCM4rEZc,1433257
|
121
121
|
pcapkit/const/reg/ethertype.py,sha256=6Xz-MugXqQMc8hUHmkMMK_zeeYlkJ1Ql9Jtek_e3j1g,26564
|
122
122
|
pcapkit/const/reg/linktype.py,sha256=k7SNbH6tfp1NpG9LDiUkfTdF1-7tyhM8u7hiKKHJ4Jo,33981
|
123
123
|
pcapkit/const/reg/transtype.py,sha256=quUphafWvhgSJYulKmhBtb3h4vqiE9qyHWPAt0tWPBs,13019
|
@@ -458,9 +458,9 @@ pcapkit/vendor/tcp/mp_tcp_option.py,sha256=f6_-VMoQFnhuEbxs17Q1rp6JjFSLXGK3w1K2v
|
|
458
458
|
pcapkit/vendor/tcp/option.py,sha256=p05DrOt2m0QCf4gjLJzRshQRvaWxmt2PIzsv2UMjsa8,3043
|
459
459
|
pcapkit/vendor/vlan/__init__.py,sha256=qvLktJ0yuoZokas6-_ZGwMJOzbujSCM8pZHQ9jjTegU,674
|
460
460
|
pcapkit/vendor/vlan/priority_level.py,sha256=xVu6M-Ys4pft5I-qPCCxM-KfnMAUnZppD2qPO9gPkVE,2961
|
461
|
-
pypcapkit-1.3.5.
|
462
|
-
pypcapkit-1.3.5.
|
463
|
-
pypcapkit-1.3.5.
|
464
|
-
pypcapkit-1.3.5.
|
465
|
-
pypcapkit-1.3.5.
|
466
|
-
pypcapkit-1.3.5.
|
461
|
+
pypcapkit-1.3.5.post9.dist-info/LICENSE,sha256=KkKND5E2e1Z6CQvSLPc1lRBy4xPRed41AG6q1txotWk,1516
|
462
|
+
pypcapkit-1.3.5.post9.dist-info/METADATA,sha256=uhBWrlOoJuq84pL33MGMKYDe59qyZb6NGRo5DGpddaA,7731
|
463
|
+
pypcapkit-1.3.5.post9.dist-info/WHEEL,sha256=jB7zZ3N9hIM9adW7qlTAyycLYW9npaWKLRzaoVcLKcM,91
|
464
|
+
pypcapkit-1.3.5.post9.dist-info/entry_points.txt,sha256=8tVaZ-N0S2t19ELoTEGq_OlC8-dSmd7dvNn-kMV3afY,100
|
465
|
+
pypcapkit-1.3.5.post9.dist-info/top_level.txt,sha256=KEssKRhG9ln3EOfGH-yi98HgI-MM9hOHy09QQP-fvk8,8
|
466
|
+
pypcapkit-1.3.5.post9.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|