pypcapkit 1.3.1.post6__cp39-none-any.whl → 1.3.1.post7__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 +10 -1
- {pypcapkit-1.3.1.post6.dist-info → pypcapkit-1.3.1.post7.dist-info}/METADATA +1 -1
- {pypcapkit-1.3.1.post6.dist-info → pypcapkit-1.3.1.post7.dist-info}/RECORD +8 -8
- {pypcapkit-1.3.1.post6.dist-info → pypcapkit-1.3.1.post7.dist-info}/LICENSE +0 -0
- {pypcapkit-1.3.1.post6.dist-info → pypcapkit-1.3.1.post7.dist-info}/WHEEL +0 -0
- {pypcapkit-1.3.1.post6.dist-info → pypcapkit-1.3.1.post7.dist-info}/entry_points.txt +0 -0
- {pypcapkit-1.3.1.post6.dist-info → pypcapkit-1.3.1.post7.dist-info}/top_level.txt +0 -0
pcapkit/__init__.py
CHANGED
pcapkit/const/reg/apptype.py
CHANGED
@@ -26086,6 +26086,12 @@ class AppType(StrEnum):
|
|
26086
26086
|
#: - [UDP] icl-twobase10
|
26087
26087
|
icl_twobase10: 'AppType' = 25009, 'icl-twobase10', TransportProtocol.get('tcp') | TransportProtocol.get('udp')
|
26088
26088
|
|
26089
|
+
#: [TCP] IBM Db2 Client Interface - Encrypted
|
26090
|
+
db2c_tls: 'AppType' = 25100, 'db2c-tls', TransportProtocol.get('tcp')
|
26091
|
+
|
26092
|
+
#: [UDP] Reserved
|
26093
|
+
reserved_25100: 'AppType' = 25100, 'reserved', TransportProtocol.get('udp')
|
26094
|
+
|
26089
26095
|
#: [SCTP] RNSAP User Adaptation for Iurh
|
26090
26096
|
rna: 'AppType' = 25471, 'rna', TransportProtocol.get('sctp')
|
26091
26097
|
|
@@ -32237,7 +32243,10 @@ class AppType(StrEnum):
|
|
32237
32243
|
if 24923 <= value <= 24999:
|
32238
32244
|
#: [N/A] Unassigned
|
32239
32245
|
return extend_enum(cls, 'unassigned_%d' % value, value, 'unassigned', TransportProtocol.get('undefined'))
|
32240
|
-
if 25010 <= value <=
|
32246
|
+
if 25010 <= value <= 25099:
|
32247
|
+
#: [N/A] Unassigned
|
32248
|
+
return extend_enum(cls, 'unassigned_%d' % value, value, 'unassigned', TransportProtocol.get('undefined'))
|
32249
|
+
if 25101 <= value <= 25470:
|
32241
32250
|
#: [N/A] Unassigned
|
32242
32251
|
return extend_enum(cls, 'unassigned_%d' % value, value, 'unassigned', TransportProtocol.get('undefined'))
|
32243
32252
|
if 25472 <= value <= 25575:
|
@@ -1,4 +1,4 @@
|
|
1
|
-
pcapkit/__init__.py,sha256=
|
1
|
+
pcapkit/__init__.py,sha256=rWV3ev_skm7fAWeF-gagvbvaqxmDZe1TiXOu5D2wyKA,4097
|
2
2
|
pcapkit/__main__.py,sha256=pckITFrDzzXCXPM_r03AAhvpGyqFWdwyKDkGRZENiv4,6313
|
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=Id0d2_EHdssz5q03tFEf2BEoojq5I5QUb0bY4l5yANg,1430054
|
121
121
|
pcapkit/const/reg/ethertype.py,sha256=Ie2rI6rEC6Us05jtK-hHkrzad6ecTSktK56tLn52TfQ,26732
|
122
122
|
pcapkit/const/reg/linktype.py,sha256=waebkNbqjfQTn7kySBmUCoVYNxWYL33pZxPcJurmrnE,36784
|
123
123
|
pcapkit/const/reg/transtype.py,sha256=ulnDwzkZ6WmCpusfsSoBwiT-WROPbDQZNFAX3caM0lo,12910
|
@@ -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.1.
|
462
|
-
pypcapkit-1.3.1.
|
463
|
-
pypcapkit-1.3.1.
|
464
|
-
pypcapkit-1.3.1.
|
465
|
-
pypcapkit-1.3.1.
|
466
|
-
pypcapkit-1.3.1.
|
461
|
+
pypcapkit-1.3.1.post7.dist-info/LICENSE,sha256=KkKND5E2e1Z6CQvSLPc1lRBy4xPRed41AG6q1txotWk,1516
|
462
|
+
pypcapkit-1.3.1.post7.dist-info/METADATA,sha256=xLt3Bf3tk3Zzv3nBgIXQZ5WErn-a_WXgb0RVxYIRL9g,7704
|
463
|
+
pypcapkit-1.3.1.post7.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
464
|
+
pypcapkit-1.3.1.post7.dist-info/entry_points.txt,sha256=8tVaZ-N0S2t19ELoTEGq_OlC8-dSmd7dvNn-kMV3afY,100
|
465
|
+
pypcapkit-1.3.1.post7.dist-info/top_level.txt,sha256=KEssKRhG9ln3EOfGH-yi98HgI-MM9hOHy09QQP-fvk8,8
|
466
|
+
pypcapkit-1.3.1.post7.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|