pypcapkit 1.3.1.post22__cp38-none-any.whl → 1.3.1.post24__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/ftp/return_code.py +2 -2
- pcapkit/const/ipv6/routing.py +2 -2
- pcapkit/const/reg/apptype.py +2 -2
- {pypcapkit-1.3.1.post22.dist-info → pypcapkit-1.3.1.post24.dist-info}/METADATA +1 -1
- {pypcapkit-1.3.1.post22.dist-info → pypcapkit-1.3.1.post24.dist-info}/RECORD +10 -10
- {pypcapkit-1.3.1.post22.dist-info → pypcapkit-1.3.1.post24.dist-info}/WHEEL +1 -1
- {pypcapkit-1.3.1.post22.dist-info → pypcapkit-1.3.1.post24.dist-info}/LICENSE +0 -0
- {pypcapkit-1.3.1.post22.dist-info → pypcapkit-1.3.1.post24.dist-info}/entry_points.txt +0 -0
- {pypcapkit-1.3.1.post22.dist-info → pypcapkit-1.3.1.post24.dist-info}/top_level.txt +0 -0
pcapkit/__init__.py
CHANGED
pcapkit/const/ftp/return_code.py
CHANGED
@@ -177,8 +177,8 @@ class ReturnCode(IntEnum):
|
|
177
177
|
#: Requested file action was okay, completed.
|
178
178
|
CODE_250: 'ReturnCode' = 250, 'Requested file action was okay, completed.'
|
179
179
|
|
180
|
-
#: User name okay, password
|
181
|
-
CODE_331: 'ReturnCode' = 331, 'User name okay, password
|
180
|
+
#: User name okay, password needed.
|
181
|
+
CODE_331: 'ReturnCode' = 331, 'User name okay, password needed.'
|
182
182
|
|
183
183
|
#: No need account for login.
|
184
184
|
CODE_332: 'ReturnCode' = 332, 'No need account for login.'
|
pcapkit/const/ipv6/routing.py
CHANGED
@@ -33,10 +33,10 @@ class Routing(IntEnum):
|
|
33
33
|
#: Segment Routing Header (SRH) [:rfc:`8754`]
|
34
34
|
Segment_Routing_Header = 4
|
35
35
|
|
36
|
-
#: CRH-16 [
|
36
|
+
#: CRH-16 [:rfc:`9631`]
|
37
37
|
CRH_16 = 5
|
38
38
|
|
39
|
-
#: CRH-32 [
|
39
|
+
#: CRH-32 [:rfc:`9631`]
|
40
40
|
CRH_32 = 6
|
41
41
|
|
42
42
|
#: RFC3692-style Experiment 1 [:rfc:`4727`]
|
pcapkit/const/reg/apptype.py
CHANGED
@@ -28160,10 +28160,10 @@ class AppType(StrEnum):
|
|
28160
28160
|
#: [TCP] DNS Dynamic Update Service over TLS [:rfc:`6281`]
|
28161
28161
|
dns_update_tls: 'AppType' = -1, 'dns-update-tls', TransportProtocol.get('tcp')
|
28162
28162
|
|
28163
|
-
#: [TCP] DNS-
|
28163
|
+
#: [TCP] DNS-Based Service Discovery [RFC-ietf-dnssd-srp-25]
|
28164
28164
|
dnssd_srp: 'AppType' = -1, 'dnssd-srp', TransportProtocol.get('tcp')
|
28165
28165
|
|
28166
|
-
#: [TCP] DNS-
|
28166
|
+
#: [TCP] DNS-Based Service Discovery (TLS) [RFC-ietf-dnssd-srp-25]
|
28167
28167
|
dnssd_srp_tls: 'AppType' = -1, 'dnssd-srp-tls', TransportProtocol.get('tcp')
|
28168
28168
|
|
28169
28169
|
#: [N/A] Roar (Death of Productivity)
|
@@ -1,4 +1,4 @@
|
|
1
|
-
pcapkit/__init__.py,sha256=
|
1
|
+
pcapkit/__init__.py,sha256=VGY-F4gL-G8mfksgZOYjIt4mOPm7vRTiQhEUfn2MQAc,4098
|
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
|
@@ -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=
|
11
|
+
pcapkit/const/ftp/return_code.py,sha256=fA8bxXBf85nXmQYa4IT4CriCYnZ46zKt-eXCfhG9ico,11064
|
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
|
@@ -53,7 +53,7 @@ pcapkit/const/ipv6/option.py,sha256=b_jZPRLqTLGzFbFSuUB6Nkb6_w4BiO3eVWs19ofHVCU,
|
|
53
53
|
pcapkit/const/ipv6/option_action.py,sha256=imkDogX8I3sVqS3cCHgDc20n3Q_VWudimEjbV9tNFQU,1504
|
54
54
|
pcapkit/const/ipv6/qs_function.py,sha256=fvhFc8MdaZwtD6_NgCTR5NlKfQ4QUh5rEzecEnUn3BY,1447
|
55
55
|
pcapkit/const/ipv6/router_alert.py,sha256=tVD4Uv7RCCGuFYnkix4SDKujNMhXeUiQxvhZtpfEwtY,8830
|
56
|
-
pcapkit/const/ipv6/routing.py,sha256=
|
56
|
+
pcapkit/const/ipv6/routing.py,sha256=tR6i4irkLDqWjAwjNg0ZXno8c72loCTnVAhiAGXQB-I,2143
|
57
57
|
pcapkit/const/ipv6/seed_id.py,sha256=TtZaMyaXLhwLiB2rrakxWNIGeFv7lHchAy70C7F3YE0,1529
|
58
58
|
pcapkit/const/ipv6/smf_dpd_mode.py,sha256=UQZ0eSNBgYn3eRzuaiukXq5PYe8LFJw3VU9MvYRpERM,1689
|
59
59
|
pcapkit/const/ipv6/tagger_id.py,sha256=vxNOW6pwFrdduaYwVyAd0ZhwH_EfYsWCFdXDLq7u8vs,1633
|
@@ -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=hua4Ewul4xhjJiWCMMAvOupeG0YL2woK19sbcCj3sc8,1430802
|
121
121
|
pcapkit/const/reg/ethertype.py,sha256=6Xz-MugXqQMc8hUHmkMMK_zeeYlkJ1Ql9Jtek_e3j1g,26564
|
122
122
|
pcapkit/const/reg/linktype.py,sha256=WU5JvrvjuvWZbdcZaVrb5pGzUEFlS0aTNBZNXa-93Os,34895
|
123
123
|
pcapkit/const/reg/transtype.py,sha256=Y5Ytz6UOXrMHft3HXFRKS5JRZpCrlLi9XIzSh_2Gx1s,12888
|
@@ -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.post24.dist-info/LICENSE,sha256=KkKND5E2e1Z6CQvSLPc1lRBy4xPRed41AG6q1txotWk,1516
|
462
|
+
pypcapkit-1.3.1.post24.dist-info/METADATA,sha256=um7Kfhh9uAOnfkAlhgPVF2OCOTXHX3ANfmgnOsIlkmQ,7705
|
463
|
+
pypcapkit-1.3.1.post24.dist-info/WHEEL,sha256=cVxcB9AmuTcXqmwrtPhNK88dr7IR_b6qagTj0UvIEbY,91
|
464
|
+
pypcapkit-1.3.1.post24.dist-info/entry_points.txt,sha256=8tVaZ-N0S2t19ELoTEGq_OlC8-dSmd7dvNn-kMV3afY,100
|
465
|
+
pypcapkit-1.3.1.post24.dist-info/top_level.txt,sha256=KEssKRhG9ln3EOfGH-yi98HgI-MM9hOHy09QQP-fvk8,8
|
466
|
+
pypcapkit-1.3.1.post24.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|