pypcapkit 1.3.5.post21__cp310-none-any.whl → 1.3.5.post22__cp310-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/ipv6/option.py +1 -2
- pcapkit/const/ipv6/router_alert.py +1 -1
- {pypcapkit-1.3.5.post21.dist-info → pypcapkit-1.3.5.post22.dist-info}/METADATA +1 -1
- {pypcapkit-1.3.5.post21.dist-info → pypcapkit-1.3.5.post22.dist-info}/RECORD +9 -9
- {pypcapkit-1.3.5.post21.dist-info → pypcapkit-1.3.5.post22.dist-info}/WHEEL +0 -0
- {pypcapkit-1.3.5.post21.dist-info → pypcapkit-1.3.5.post22.dist-info}/entry_points.txt +0 -0
- {pypcapkit-1.3.5.post21.dist-info → pypcapkit-1.3.5.post22.dist-info}/licenses/LICENSE +0 -0
- {pypcapkit-1.3.5.post21.dist-info → pypcapkit-1.3.5.post22.dist-info}/top_level.txt +0 -0
pcapkit/__init__.py
CHANGED
pcapkit/const/ipv6/option.py
CHANGED
@@ -36,8 +36,7 @@ class Option(IntEnum):
|
|
36
36
|
#: Tunnel Encapsulation Limit [:rfc:`2473`]
|
37
37
|
Tunnel_Encapsulation_Limit = 0x04
|
38
38
|
|
39
|
-
#: Router Alert (DEPRECATED for New Protocols) [:rfc:`2711`][
|
40
|
-
#: deprecate-router-alert-13]
|
39
|
+
#: Router Alert (DEPRECATED for New Protocols) [:rfc:`2711`][:rfc:`9805`]
|
41
40
|
Router_Alert = 0x05
|
42
41
|
|
43
42
|
#: Quick-Start [:rfc:`4782`][RFC Errata 2034]
|
@@ -261,6 +261,6 @@ class RouterAlert(IntEnum):
|
|
261
261
|
#: Unassigned
|
262
262
|
return extend_enum(cls, 'Unassigned_%d' % value, value)
|
263
263
|
if 65503 <= value <= 65534:
|
264
|
-
#: Reserved [
|
264
|
+
#: Reserved [:rfc:`9805`]
|
265
265
|
return extend_enum(cls, 'Reserved_%d' % value, value)
|
266
266
|
return super()._missing_(value)
|
@@ -1,4 +1,4 @@
|
|
1
|
-
pcapkit/__init__.py,sha256=
|
1
|
+
pcapkit/__init__.py,sha256=u6a6pvkyqQL3q3QIZmjtCP2zCq1KQW_qK5hq9pEbONY,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
|
@@ -49,10 +49,10 @@ pcapkit/const/ipv4/tos_thr.py,sha256=OdgGe1kN_XLbo5VDmLh3DKI58Nrz1MhwFVChFYt70xI
|
|
49
49
|
pcapkit/const/ipv4/ts_flag.py,sha256=RKrmdR-bX0jh2SwyG45Fmoa6jfxj55IIKRocPHCSpHw,1418
|
50
50
|
pcapkit/const/ipv6/__init__.py,sha256=SFIuEU94lAbuT-DRqcKsCLQ2Ij3-FDWRwPneVRFtvPg,2819
|
51
51
|
pcapkit/const/ipv6/extension_header.py,sha256=w-kwZuS2KuEmEWtWv16KdNi52t5WRUf0riN_rTvL3Yc,1869
|
52
|
-
pcapkit/const/ipv6/option.py,sha256=
|
52
|
+
pcapkit/const/ipv6/option.py,sha256=J__wlJVB7XLKDVjox3_y6W_oF-b2i18oW5uzmUzdVpA,3811
|
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
|
-
pcapkit/const/ipv6/router_alert.py,sha256=
|
55
|
+
pcapkit/const/ipv6/router_alert.py,sha256=RfNjlUJofhVFdlm45khC2T8C20YOf--eIgJ8DfDre8A,8788
|
56
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
|
@@ -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.
|
462
|
-
pypcapkit-1.3.5.
|
463
|
-
pypcapkit-1.3.5.
|
464
|
-
pypcapkit-1.3.5.
|
465
|
-
pypcapkit-1.3.5.
|
466
|
-
pypcapkit-1.3.5.
|
461
|
+
pypcapkit-1.3.5.post22.dist-info/licenses/LICENSE,sha256=KkKND5E2e1Z6CQvSLPc1lRBy4xPRed41AG6q1txotWk,1516
|
462
|
+
pypcapkit-1.3.5.post22.dist-info/METADATA,sha256=rX-M-4NUz4zuufYFZpgZddFIZZlEfenFzQbHxZczlOE,7754
|
463
|
+
pypcapkit-1.3.5.post22.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
464
|
+
pypcapkit-1.3.5.post22.dist-info/entry_points.txt,sha256=8tVaZ-N0S2t19ELoTEGq_OlC8-dSmd7dvNn-kMV3afY,100
|
465
|
+
pypcapkit-1.3.5.post22.dist-info/top_level.txt,sha256=KEssKRhG9ln3EOfGH-yi98HgI-MM9hOHy09QQP-fvk8,8
|
466
|
+
pypcapkit-1.3.5.post22.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|