pypcapkit 1.3.5.post18__pp39-none-any.whl → 1.3.5.post19__pp39-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
@@ -121,4 +121,4 @@ __all__ = [
121
121
  ]
122
122
 
123
123
  #: version number
124
- __version__ = '1.3.5.post18'
124
+ __version__ = '1.3.5.post19'
@@ -190,9 +190,9 @@ class ReturnCode(IntEnum):
190
190
  #: Username okay, password okay. Challenge is ". . . . ".
191
191
  CODE_336: 'ReturnCode' = 336, 'Username okay, password okay.'
192
192
 
193
- #: Service available, closing control connection. This may be a reply to any
194
- #: command if the service knows it must shut down.
195
- CODE_421: 'ReturnCode' = 421, 'Service available, closing control connection.'
193
+ #: Service NOT available, closing control connection. This may be a reply to
194
+ #: any command if the service knows it must shut down.
195
+ CODE_421: 'ReturnCode' = 421, 'Service NOT available, closing control connection.'
196
196
 
197
197
  #: Can't open data connection.
198
198
  CODE_425: 'ReturnCode' = 425, "Can't open data connection."
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pypcapkit
3
- Version: 1.3.5.post18
3
+ Version: 1.3.5.post19
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=aZYHFc-dfiNfVKkpO_zLTsrN0dm4ZDtOlaf29ZjKLqk,4026
1
+ pcapkit/__init__.py,sha256=ilXb1LVLbjCcQuP9ncpd9iLmfa7cr9-IJGikCdyxlgc,4026
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
@@ -8,7 +8,7 @@ pcapkit/const/arp/hardware.py,sha256=0VJr0oAyuX5LDWe-pnsaGISoYiqzK0JMql2khFU9tLg
8
8
  pcapkit/const/arp/operation.py,sha256=HfqBJaBAmhpulxMq0SqwOs59KSAF9-2eGQrqkOspSAU,3124
9
9
  pcapkit/const/ftp/__init__.py,sha256=ICFUj-uRyoMU7tOTUqPwE1tiKc9b71fLcbCgi9iPACs,936
10
10
  pcapkit/const/ftp/command.py,sha256=TD9lnr2neKI3rU2ZEhNLHS9fT5NMiPQXVpxeaGx5ML4,12361
11
- pcapkit/const/ftp/return_code.py,sha256=RCWgoATNecn8wplDXf4vDPBT9xTkxQFpFuNteoJpTTg,11076
11
+ pcapkit/const/ftp/return_code.py,sha256=CDdcZYLC_hehkR2XjFmmmazkIVAcBHMZoeChpgULCPA,11084
12
12
  pcapkit/const/hip/__init__.py,sha256=cfC7fg9VhuoWAaeQQJ5x_EO1dA5TbscTdkr3jZ-Xluc,5583
13
13
  pcapkit/const/hip/certificate.py,sha256=00sHuIZ-tA3uAUlnSUgYSCl8tt5Lj-14Qb3CHpdm4Tc,2081
14
14
  pcapkit/const/hip/cipher.py,sha256=ZI0QnP_RPlPW7SQvUC3J-lk-b3kjdtbZLbUT8XUNJNc,1695
@@ -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.post18.dist-info/licenses/LICENSE,sha256=KkKND5E2e1Z6CQvSLPc1lRBy4xPRed41AG6q1txotWk,1516
462
- pypcapkit-1.3.5.post18.dist-info/METADATA,sha256=-giyzo2b4uClGNrzNSvj_0brI4rbEBv_F3-9wDpIjoc,7754
463
- pypcapkit-1.3.5.post18.dist-info/WHEEL,sha256=zaaOINJESkSfm_4HQVc5ssNzHCPXhJm0kEUakpsEHaU,91
464
- pypcapkit-1.3.5.post18.dist-info/entry_points.txt,sha256=8tVaZ-N0S2t19ELoTEGq_OlC8-dSmd7dvNn-kMV3afY,100
465
- pypcapkit-1.3.5.post18.dist-info/top_level.txt,sha256=KEssKRhG9ln3EOfGH-yi98HgI-MM9hOHy09QQP-fvk8,8
466
- pypcapkit-1.3.5.post18.dist-info/RECORD,,
461
+ pypcapkit-1.3.5.post19.dist-info/licenses/LICENSE,sha256=KkKND5E2e1Z6CQvSLPc1lRBy4xPRed41AG6q1txotWk,1516
462
+ pypcapkit-1.3.5.post19.dist-info/METADATA,sha256=NfP0TVav1ZFMOsLUOivfptTqoPJITZXv2QwTpIEnmoA,7754
463
+ pypcapkit-1.3.5.post19.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
464
+ pypcapkit-1.3.5.post19.dist-info/entry_points.txt,sha256=8tVaZ-N0S2t19ELoTEGq_OlC8-dSmd7dvNn-kMV3afY,100
465
+ pypcapkit-1.3.5.post19.dist-info/top_level.txt,sha256=KEssKRhG9ln3EOfGH-yi98HgI-MM9hOHy09QQP-fvk8,8
466
+ pypcapkit-1.3.5.post19.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.8.0)
2
+ Generator: setuptools (80.9.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5