pypcapkit 1.3.5.post15__cp312-none-any.whl → 1.3.5.post17__cp312-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.post15'
124
+ __version__ = '1.3.5.post17'
@@ -214,8 +214,8 @@ class AppType(StrEnum):
214
214
  #: - [UDP] any private mail system
215
215
  any_private_mail_system: 'AppType' = 24, 'any_private_mail_system', TransportProtocol.get('tcp') | TransportProtocol.get('udp')
216
216
 
217
- #: - [TCP] Simple Mail Transfer [:rfc:`5321`]
218
- #: - [UDP] Simple Mail Transfer [:rfc:`5321`]
217
+ #: - [TCP] Simple Mail Transfer [RFC-ietf-emailcore-rfc5321bis-43]
218
+ #: - [UDP] Simple Mail Transfer [RFC-ietf-emailcore-rfc5321bis-43]
219
219
  smtp: 'AppType' = 25, 'smtp', TransportProtocol.get('tcp') | TransportProtocol.get('udp')
220
220
 
221
221
  #: - [TCP] Unassigned
@@ -148,8 +148,7 @@ class LinkType(IntEnum):
148
148
  #: the packet, e.g. signal strength and channel for 802.11 packets.
149
149
  TZSP = 128
150
150
 
151
- #: [``DLT_ARCNET_LINUX``] Reserved for ARCNET Data Packets with Linux
152
- #: encapsulation.
151
+ #: [``DLT_ARCNET_LINUX``] ARCnet Data Packets with Linux encapsulation.
153
152
  ARCNET_LINUX = 129
154
153
 
155
154
  #: [``DLT_JUNIPER_MLPPP``] Juniper Networks private data link type.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pypcapkit
3
- Version: 1.3.5.post15
3
+ Version: 1.3.5.post17
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=MDb-rEQDcuD_cH45janDMUU9Ox7qUGxG7ab8pi4IeWY,4026
1
+ pcapkit/__init__.py,sha256=6q-i7whGY4FE_WlQH9AkbjV-cmFy18sOhv1AmJah6Fk,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
@@ -117,9 +117,9 @@ 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=OhjHqk7xP3-8CgjXxX9L97PTssMAHwsNHoggTliL4FA,1434077
120
+ pcapkit/const/reg/apptype.py,sha256=K-tLpz6ORS_xIfnJvd_p9MEZr72ZWfYZA_7ProPYTr0,1434119
121
121
  pcapkit/const/reg/ethertype.py,sha256=6Xz-MugXqQMc8hUHmkMMK_zeeYlkJ1Ql9Jtek_e3j1g,26564
122
- pcapkit/const/reg/linktype.py,sha256=FPvSyVKT4s0zeyl9JGIVnNOr_0Pc8VPxZM4O2cZILqA,23128
122
+ pcapkit/const/reg/linktype.py,sha256=0xjvfYGuVbHCFhsQyaQy_GVBPfgG-hRPm3cUFbKsfhw,23108
123
123
  pcapkit/const/reg/transtype.py,sha256=quUphafWvhgSJYulKmhBtb3h4vqiE9qyHWPAt0tWPBs,13019
124
124
  pcapkit/const/tcp/__init__.py,sha256=PSTSxmdKt5l4NBsXq4m8x6dELWqOSNQxAuWePqTNAw8,1494
125
125
  pcapkit/const/tcp/checksum.py,sha256=0SSu5WD2_BcN6CYnIMI0AoToDBFTcVrxOYNzGinm7kE,1524
@@ -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.post15.dist-info/licenses/LICENSE,sha256=KkKND5E2e1Z6CQvSLPc1lRBy4xPRed41AG6q1txotWk,1516
462
- pypcapkit-1.3.5.post15.dist-info/METADATA,sha256=ilQBWpwd2f9R6IVdsWaicWur5QqPwGIjeTU8Qpi9iF8,7754
463
- pypcapkit-1.3.5.post15.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
464
- pypcapkit-1.3.5.post15.dist-info/entry_points.txt,sha256=8tVaZ-N0S2t19ELoTEGq_OlC8-dSmd7dvNn-kMV3afY,100
465
- pypcapkit-1.3.5.post15.dist-info/top_level.txt,sha256=KEssKRhG9ln3EOfGH-yi98HgI-MM9hOHy09QQP-fvk8,8
466
- pypcapkit-1.3.5.post15.dist-info/RECORD,,
461
+ pypcapkit-1.3.5.post17.dist-info/licenses/LICENSE,sha256=KkKND5E2e1Z6CQvSLPc1lRBy4xPRed41AG6q1txotWk,1516
462
+ pypcapkit-1.3.5.post17.dist-info/METADATA,sha256=RVaRcXLZO1e3fZSPv_Ad0PtnnsbRWk197xMqo0ZRXho,7754
463
+ pypcapkit-1.3.5.post17.dist-info/WHEEL,sha256=Nw36Djuh_5VDukK0H78QzOX-_FQEo6V37m3nkm96gtU,91
464
+ pypcapkit-1.3.5.post17.dist-info/entry_points.txt,sha256=8tVaZ-N0S2t19ELoTEGq_OlC8-dSmd7dvNn-kMV3afY,100
465
+ pypcapkit-1.3.5.post17.dist-info/top_level.txt,sha256=KEssKRhG9ln3EOfGH-yi98HgI-MM9hOHy09QQP-fvk8,8
466
+ pypcapkit-1.3.5.post17.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (78.1.0)
2
+ Generator: setuptools (80.7.1)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5