pypcapkit 1.2.1.post2__cp39-none-any.whl → 1.2.1.post3__cp39-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 +7 -1
- {pypcapkit-1.2.1.post2.dist-info → pypcapkit-1.2.1.post3.dist-info}/METADATA +1 -1
- {pypcapkit-1.2.1.post2.dist-info → pypcapkit-1.2.1.post3.dist-info}/RECORD +8 -8
- {pypcapkit-1.2.1.post2.dist-info → pypcapkit-1.2.1.post3.dist-info}/LICENSE +0 -0
- {pypcapkit-1.2.1.post2.dist-info → pypcapkit-1.2.1.post3.dist-info}/WHEEL +0 -0
- {pypcapkit-1.2.1.post2.dist-info → pypcapkit-1.2.1.post3.dist-info}/entry_points.txt +0 -0
- {pypcapkit-1.2.1.post2.dist-info → pypcapkit-1.2.1.post3.dist-info}/top_level.txt +0 -0
pcapkit/__init__.py
CHANGED
pcapkit/const/reg/apptype.py
CHANGED
@@ -22429,6 +22429,12 @@ class AppType(StrEnum):
|
|
22429
22429
|
#: [UDP] Asymmetric Extended Route Optimization (AERO) [:rfc:`6706`]
|
22430
22430
|
aero: 'AppType' = 8060, 'aero', TransportProtocol.get('udp')
|
22431
22431
|
|
22432
|
+
#: [TCP] Nikatron Device Protocol
|
22433
|
+
nikatron_dev: 'AppType' = 8061, 'nikatron-dev', TransportProtocol.get('tcp')
|
22434
|
+
|
22435
|
+
#: [UDP] Reserved
|
22436
|
+
reserved_8061: 'AppType' = 8061, 'reserved', TransportProtocol.get('udp')
|
22437
|
+
|
22432
22438
|
#: [TCP] Toad BI Application Server
|
22433
22439
|
toad_bi_appsrvr: 'AppType' = 8066, 'toad-bi-appsrvr', TransportProtocol.get('tcp')
|
22434
22440
|
|
@@ -31211,7 +31217,7 @@ class AppType(StrEnum):
|
|
31211
31217
|
if 8045 <= value <= 8050:
|
31212
31218
|
#: [N/A] Unassigned
|
31213
31219
|
return extend_enum(cls, 'unassigned_%d' % value, value, 'unassigned', TransportProtocol.get('undefined'))
|
31214
|
-
if
|
31220
|
+
if 8062 <= value <= 8065:
|
31215
31221
|
#: [N/A] Unassigned
|
31216
31222
|
return extend_enum(cls, 'unassigned_%d' % value, value, 'unassigned', TransportProtocol.get('undefined'))
|
31217
31223
|
if 8068 <= value <= 8069:
|
@@ -1,4 +1,4 @@
|
|
1
|
-
pcapkit/__init__.py,sha256=
|
1
|
+
pcapkit/__init__.py,sha256=4t9RNj3OgkLa2QZYQDkGj5UeXVmcXH_TBp26820OFkI,4097
|
2
2
|
pcapkit/__main__.py,sha256=pckITFrDzzXCXPM_r03AAhvpGyqFWdwyKDkGRZENiv4,6313
|
3
3
|
pcapkit/all.py,sha256=FA9cbzTEdLGDOGkpG8Vn3mIQ9i8etkZS_XVVPFUkTp4,6676
|
4
4
|
pcapkit/const/__init__.py,sha256=XpEr66hXmBpBofS5aHiTZXTG8VZlxU7xy0BNXBKCi1Q,3266
|
@@ -116,7 +116,7 @@ pcapkit/const/pcapng/record_type.py,sha256=4rZytbhhF6u5SPvQ8ew3jx4OhN_rwDQG3I4Jl
|
|
116
116
|
pcapkit/const/pcapng/secrets_type.py,sha256=n_662aowLtqA25ilbdG6BWb2rYmrdBJt79_SISzfJkw,1578
|
117
117
|
pcapkit/const/pcapng/verdict_type.py,sha256=_jEkN0g6CX-DGshAj-lUiZjiwdK7Fqou2pnzgZ-WyIk,1476
|
118
118
|
pcapkit/const/reg/__init__.py,sha256=xKABPHwDQ0diN2sFA7hkw42FNsb6tx294XemEjTs2g8,1469
|
119
|
-
pcapkit/const/reg/apptype.py,sha256=
|
119
|
+
pcapkit/const/reg/apptype.py,sha256=wgJRC91rRreUixsqFnUr5bs4-9OHyQiOKqgicA_2mx8,1427066
|
120
120
|
pcapkit/const/reg/ethertype.py,sha256=I20cURGAhfySQRpH2mzcomdbvqfLGtGlsxSN8DFYX_c,26564
|
121
121
|
pcapkit/const/reg/linktype.py,sha256=9LJZCajfWstifj7vQBmOY_kK9cCMYmObG8ZhDKcc8YI,37484
|
122
122
|
pcapkit/const/reg/transtype.py,sha256=7ZQOWFNGP8toBNRko0NuNih-sh3oo5RgIWBIKFb9bRQ,12872
|
@@ -456,9 +456,9 @@ pcapkit/vendor/tcp/mp_tcp_option.py,sha256=fLtttA2-p3qXRcP-1kI3gA-08F0bhCCgVQTLi
|
|
456
456
|
pcapkit/vendor/tcp/option.py,sha256=8-0kq6GTKFCjHjxnDU3T-IUvjp5XA7MiCr2BN_aDonI,2958
|
457
457
|
pcapkit/vendor/vlan/__init__.py,sha256=qvLktJ0yuoZokas6-_ZGwMJOzbujSCM8pZHQ9jjTegU,674
|
458
458
|
pcapkit/vendor/vlan/priority_level.py,sha256=xVu6M-Ys4pft5I-qPCCxM-KfnMAUnZppD2qPO9gPkVE,2961
|
459
|
-
pypcapkit-1.2.1.
|
460
|
-
pypcapkit-1.2.1.
|
461
|
-
pypcapkit-1.2.1.
|
462
|
-
pypcapkit-1.2.1.
|
463
|
-
pypcapkit-1.2.1.
|
464
|
-
pypcapkit-1.2.1.
|
459
|
+
pypcapkit-1.2.1.post3.dist-info/LICENSE,sha256=KkKND5E2e1Z6CQvSLPc1lRBy4xPRed41AG6q1txotWk,1516
|
460
|
+
pypcapkit-1.2.1.post3.dist-info/METADATA,sha256=t221k32dHHcNu_lcf4ZDtFkxfH5MCAyQn9t1M6Cl0M8,7671
|
461
|
+
pypcapkit-1.2.1.post3.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
|
462
|
+
pypcapkit-1.2.1.post3.dist-info/entry_points.txt,sha256=8tVaZ-N0S2t19ELoTEGq_OlC8-dSmd7dvNn-kMV3afY,100
|
463
|
+
pypcapkit-1.2.1.post3.dist-info/top_level.txt,sha256=KEssKRhG9ln3EOfGH-yi98HgI-MM9hOHy09QQP-fvk8,8
|
464
|
+
pypcapkit-1.2.1.post3.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|