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 CHANGED
@@ -123,4 +123,4 @@ __all__ = [
123
123
  ]
124
124
 
125
125
  #: version number
126
- __version__ = '1.2.1.post2'
126
+ __version__ = '1.2.1.post3'
@@ -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 8061 <= value <= 8065:
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,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pypcapkit
3
- Version: 1.2.1.post2
3
+ Version: 1.2.1.post3
4
4
  Summary: PyPCAPKit: comprehensive network packet analysis library
5
5
  Author-email: Jarry Shaw <jarryshaw@icloud.com>
6
6
  Maintainer: Jarry Shaw
@@ -1,4 +1,4 @@
1
- pcapkit/__init__.py,sha256=y5LRc2Kenn9VTPkU8Qz-eEn_jBY48UH2QCf0aQZJyws,4097
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=9e9DIaRsHrY6h4b-DQkhrxW_Dqs2SSR6nQpGxyBDnv4,1426845
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.post2.dist-info/LICENSE,sha256=KkKND5E2e1Z6CQvSLPc1lRBy4xPRed41AG6q1txotWk,1516
460
- pypcapkit-1.2.1.post2.dist-info/METADATA,sha256=qh4UGiLLoK_4gTo3z9_OSZRcx56TC251TVCN6NC7g8c,7671
461
- pypcapkit-1.2.1.post2.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
462
- pypcapkit-1.2.1.post2.dist-info/entry_points.txt,sha256=8tVaZ-N0S2t19ELoTEGq_OlC8-dSmd7dvNn-kMV3afY,100
463
- pypcapkit-1.2.1.post2.dist-info/top_level.txt,sha256=KEssKRhG9ln3EOfGH-yi98HgI-MM9hOHy09QQP-fvk8,8
464
- pypcapkit-1.2.1.post2.dist-info/RECORD,,
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,,