pypcapkit 1.3.1.dev3__cp38-none-any.whl → 1.3.1.dev5__cp38-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 -8
- pcapkit/py.typed +0 -0
- {pypcapkit-1.3.1.dev3.dist-info → pypcapkit-1.3.1.dev5.dist-info}/METADATA +1 -1
- {pypcapkit-1.3.1.dev3.dist-info → pypcapkit-1.3.1.dev5.dist-info}/RECORD +9 -8
- {pypcapkit-1.3.1.dev3.dist-info → pypcapkit-1.3.1.dev5.dist-info}/WHEEL +1 -1
- {pypcapkit-1.3.1.dev3.dist-info → pypcapkit-1.3.1.dev5.dist-info}/LICENSE +0 -0
- {pypcapkit-1.3.1.dev3.dist-info → pypcapkit-1.3.1.dev5.dist-info}/entry_points.txt +0 -0
- {pypcapkit-1.3.1.dev3.dist-info → pypcapkit-1.3.1.dev5.dist-info}/top_level.txt +0 -0
pcapkit/__init__.py
CHANGED
pcapkit/const/reg/apptype.py
CHANGED
@@ -1306,9 +1306,9 @@ class AppType(StrEnum):
|
|
1306
1306
|
#: - [UDP] Shrinkwrap
|
1307
1307
|
shrinkwrap: 'AppType' = 358, 'shrinkwrap', TransportProtocol.get('tcp') | TransportProtocol.get('udp')
|
1308
1308
|
|
1309
|
-
#: - [TCP]
|
1310
|
-
#: - [UDP]
|
1311
|
-
|
1309
|
+
#: - [TCP] Reserved
|
1310
|
+
#: - [UDP] Reserved
|
1311
|
+
reserved_359: 'AppType' = 359, 'reserved', TransportProtocol.get('tcp') | TransportProtocol.get('udp')
|
1312
1312
|
|
1313
1313
|
#: - [TCP] scoi2odialog
|
1314
1314
|
#: - [UDP] scoi2odialog
|
@@ -24467,11 +24467,9 @@ class AppType(StrEnum):
|
|
24467
24467
|
#: - [UDP] Blocks
|
24468
24468
|
blocks: 'AppType' = 10288, 'blocks', TransportProtocol.get('tcp') | TransportProtocol.get('udp')
|
24469
24469
|
|
24470
|
-
#: [TCP]
|
24471
|
-
|
24472
|
-
|
24473
|
-
#: [UDP] Reserved
|
24474
|
-
reserved_10321: 'AppType' = 10321, 'reserved', TransportProtocol.get('udp')
|
24470
|
+
#: - [TCP] Reserved
|
24471
|
+
#: - [UDP] Reserved
|
24472
|
+
reserved_10321: 'AppType' = 10321, 'reserved', TransportProtocol.get('tcp') | TransportProtocol.get('udp')
|
24475
24473
|
|
24476
24474
|
#: [UDP] BalanceNG session table synchronization protocol
|
24477
24475
|
bngsync: 'AppType' = 10439, 'bngsync', TransportProtocol.get('udp')
|
@@ -27832,6 +27830,10 @@ class AppType(StrEnum):
|
|
27832
27830
|
#: [N/A] Big Bang Mancala
|
27833
27831
|
bigbangmancala: 'AppType' = -1, 'bigbangmancala', TransportProtocol.get('undefined')
|
27834
27832
|
|
27833
|
+
#: - [TCP] BioSonics Echosounders
|
27834
|
+
#: - [UDP] BioSonics Echosounders
|
27835
|
+
biosonics: 'AppType' = -1, 'biosonics', TransportProtocol.get('tcp') | TransportProtocol.get('udp')
|
27836
|
+
|
27835
27837
|
#: [TCP] Data transfer service
|
27836
27838
|
bitflit: 'AppType' = -1, 'bitflit', TransportProtocol.get('tcp')
|
27837
27839
|
|
@@ -28005,6 +28007,9 @@ class AppType(StrEnum):
|
|
28005
28007
|
#: [N/A] Corroboree Server
|
28006
28008
|
corroboree: 'AppType' = -1, 'corroboree', TransportProtocol.get('undefined')
|
28007
28009
|
|
28010
|
+
#: [TCP] Computer Op System Information Report
|
28011
|
+
cosir: 'AppType' = -1, 'cosir', TransportProtocol.get('tcp')
|
28012
|
+
|
28008
28013
|
#: - [TCP] Service for coviot branded devices
|
28009
28014
|
#: - [UDP] Service for coviot branded devices
|
28010
28015
|
coviot: 'AppType' = -1, 'coviot', TransportProtocol.get('tcp') | TransportProtocol.get('udp')
|
@@ -30021,6 +30026,9 @@ class AppType(StrEnum):
|
|
30021
30026
|
#: [TCP] Vogel's TV mount control
|
30022
30027
|
tvm: 'AppType' = -1, 'tvm', TransportProtocol.get('tcp')
|
30023
30028
|
|
30029
|
+
#: [TCP] Discovery for Twiline systems
|
30030
|
+
twiline_disc: 'AppType' = -1, 'twiline-disc', TransportProtocol.get('tcp')
|
30031
|
+
|
30024
30032
|
#: [TCP] detect sanitary product
|
30025
30033
|
twinlevel: 'AppType' = -1, 'twinlevel', TransportProtocol.get('tcp')
|
30026
30034
|
|
pcapkit/py.typed
ADDED
File without changes
|
@@ -1,6 +1,7 @@
|
|
1
|
-
pcapkit/__init__.py,sha256=
|
1
|
+
pcapkit/__init__.py,sha256=X3VphbsyQki4qI3GotmTOXMwCTeG_8b8nMmvy6PqmA4,4096
|
2
2
|
pcapkit/__main__.py,sha256=pckITFrDzzXCXPM_r03AAhvpGyqFWdwyKDkGRZENiv4,6313
|
3
3
|
pcapkit/all.py,sha256=6G7rVFlajYk98F5vCYcLOw-CkXdEw4C2zAwnTgU0asU,6679
|
4
|
+
pcapkit/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
4
5
|
pcapkit/const/__init__.py,sha256=XpEr66hXmBpBofS5aHiTZXTG8VZlxU7xy0BNXBKCi1Q,3266
|
5
6
|
pcapkit/const/arp/__init__.py,sha256=07sDWsRJ5ku_G1Cc-aBpJOrfdjSx6j4OpYadhMLAMwY,963
|
6
7
|
pcapkit/const/arp/hardware.py,sha256=0VJr0oAyuX5LDWe-pnsaGISoYiqzK0JMql2khFU9tLg,4338
|
@@ -116,7 +117,7 @@ pcapkit/const/pcapng/record_type.py,sha256=4rZytbhhF6u5SPvQ8ew3jx4OhN_rwDQG3I4Jl
|
|
116
117
|
pcapkit/const/pcapng/secrets_type.py,sha256=n_662aowLtqA25ilbdG6BWb2rYmrdBJt79_SISzfJkw,1578
|
117
118
|
pcapkit/const/pcapng/verdict_type.py,sha256=_jEkN0g6CX-DGshAj-lUiZjiwdK7Fqou2pnzgZ-WyIk,1476
|
118
119
|
pcapkit/const/reg/__init__.py,sha256=xKABPHwDQ0diN2sFA7hkw42FNsb6tx294XemEjTs2g8,1469
|
119
|
-
pcapkit/const/reg/apptype.py,sha256=
|
120
|
+
pcapkit/const/reg/apptype.py,sha256=b9AZq4FlAoc_DnlIpgZIQQOGG3LdhcNq1h4n31jlYiE,1428525
|
120
121
|
pcapkit/const/reg/ethertype.py,sha256=Ie2rI6rEC6Us05jtK-hHkrzad6ecTSktK56tLn52TfQ,26732
|
121
122
|
pcapkit/const/reg/linktype.py,sha256=kQlEMX-MrKbYpeAMk_ClRI_McEedVmSeDnExnO58tHg,37477
|
122
123
|
pcapkit/const/reg/transtype.py,sha256=w7FgjN3uDm8G3MS8EkQr7_DDN-fannqXcMrF0iIyPIs,12888
|
@@ -457,9 +458,9 @@ pcapkit/vendor/tcp/mp_tcp_option.py,sha256=f6_-VMoQFnhuEbxs17Q1rp6JjFSLXGK3w1K2v
|
|
457
458
|
pcapkit/vendor/tcp/option.py,sha256=p05DrOt2m0QCf4gjLJzRshQRvaWxmt2PIzsv2UMjsa8,3043
|
458
459
|
pcapkit/vendor/vlan/__init__.py,sha256=qvLktJ0yuoZokas6-_ZGwMJOzbujSCM8pZHQ9jjTegU,674
|
459
460
|
pcapkit/vendor/vlan/priority_level.py,sha256=xVu6M-Ys4pft5I-qPCCxM-KfnMAUnZppD2qPO9gPkVE,2961
|
460
|
-
pypcapkit-1.3.1.
|
461
|
-
pypcapkit-1.3.1.
|
462
|
-
pypcapkit-1.3.1.
|
463
|
-
pypcapkit-1.3.1.
|
464
|
-
pypcapkit-1.3.1.
|
465
|
-
pypcapkit-1.3.1.
|
461
|
+
pypcapkit-1.3.1.dev5.dist-info/LICENSE,sha256=KkKND5E2e1Z6CQvSLPc1lRBy4xPRed41AG6q1txotWk,1516
|
462
|
+
pypcapkit-1.3.1.dev5.dist-info/METADATA,sha256=tDihacTKqIf3ro3GZnA76I-wObAIxnbFBzi-9N42Kzg,7703
|
463
|
+
pypcapkit-1.3.1.dev5.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
464
|
+
pypcapkit-1.3.1.dev5.dist-info/entry_points.txt,sha256=8tVaZ-N0S2t19ELoTEGq_OlC8-dSmd7dvNn-kMV3afY,100
|
465
|
+
pypcapkit-1.3.1.dev5.dist-info/top_level.txt,sha256=KEssKRhG9ln3EOfGH-yi98HgI-MM9hOHy09QQP-fvk8,8
|
466
|
+
pypcapkit-1.3.1.dev5.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|