pypcapkit 1.3.1.post2__cp310-none-any.whl → 1.3.1.post4__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 CHANGED
@@ -123,4 +123,4 @@ __all__ = [
123
123
  ]
124
124
 
125
125
  #: version number
126
- __version__ = '1.3.1.post2'
126
+ __version__ = '1.3.1.post4'
@@ -3051,14 +3051,16 @@ class AppType(StrEnum):
3051
3051
  reserved_914: 'AppType' = 914, 'reserved', TransportProtocol.get('tcp')
3052
3052
 
3053
3053
  #: [UDP] Routing in Fat Trees Link Information Elements (TEMPORARY - registered
3054
- #: 2023-02-17, expires 2024-02-17) [draft-ietf-rift-rift-16]
3054
+ #: 2023-02-17, extension registered 2024-01-12, expires 2025-02-17) [draft-
3055
+ #: ietf-rift-rift-16]
3055
3056
  rift_lies: 'AppType' = 914, 'rift-lies', TransportProtocol.get('udp')
3056
3057
 
3057
3058
  #: [TCP] Reserved
3058
3059
  reserved_915: 'AppType' = 915, 'reserved', TransportProtocol.get('tcp')
3059
3060
 
3060
3061
  #: [UDP] Routing in Fat Trees Topology Information Elements (TEMPORARY -
3061
- #: registered 2023-02-17, expires 2024-02-17) [draft-ietf-rift-rift-16]
3062
+ #: registered 2023-02-17, extension registered 2024-01-12, expires 2025-02-17)
3063
+ #: [draft-ietf-rift-rift-16]
3062
3064
  rift_ties: 'AppType' = 915, 'rift-ties', TransportProtocol.get('udp')
3063
3065
 
3064
3066
  #: [TCP] BIND9 remote name daemon controller
@@ -27816,6 +27818,9 @@ class AppType(StrEnum):
27816
27818
  #: [N/A] Bender Communication Protocol
27817
27819
  bender: 'AppType' = -1, 'bender', TransportProtocol.get('undefined')
27818
27820
 
27821
+ #: [TCP] Beyond Identity Platform Authenticator S
27822
+ beyondidentity: 'AppType' = -1, 'beyondidentity', TransportProtocol.get('tcp')
27823
+
27819
27824
  #: [N/A] BuildForge Agent
27820
27825
  bfagent: 'AppType' = -1, 'bfagent', TransportProtocol.get('undefined')
27821
27826
 
@@ -376,7 +376,7 @@ class TransType(IntEnum):
376
376
  #: IPX in IP [CJ Lee]
377
377
  IPX_in_IP = 111
378
378
 
379
- #: Virtual Router Redundancy Protocol [:rfc:`5798`]
379
+ #: Virtual Router Redundancy Protocol [RFC-ietf-rtgwg-vrrp-rfc5798bis-18]
380
380
  VRRP = 112
381
381
 
382
382
  #: PGM Reliable Transport Protocol [Tony Speakman]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pypcapkit
3
- Version: 1.3.1.post2
3
+ Version: 1.3.1.post4
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=ZhrhbffWukH3NXeYqkcfp7M4rKmoSXUPubYFZC_5tNw,4097
1
+ pcapkit/__init__.py,sha256=bUXYxCztHTwOcVHJOn3To9J566OWoTgCXo2nDT3_Ir8,4097
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
@@ -117,10 +117,10 @@ 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=qwYJ_KB2ryKyj7LZWMppe9cqPabnPWBoLnZU9enmnEY,1428989
120
+ pcapkit/const/reg/apptype.py,sha256=VGJHVRtYRoa-XT7Ca43i-ymDTex1RNqxlqFdsn3j91M,1429208
121
121
  pcapkit/const/reg/ethertype.py,sha256=Ie2rI6rEC6Us05jtK-hHkrzad6ecTSktK56tLn52TfQ,26732
122
122
  pcapkit/const/reg/linktype.py,sha256=waebkNbqjfQTn7kySBmUCoVYNxWYL33pZxPcJurmrnE,36784
123
- pcapkit/const/reg/transtype.py,sha256=w7FgjN3uDm8G3MS8EkQr7_DDN-fannqXcMrF0iIyPIs,12888
123
+ pcapkit/const/reg/transtype.py,sha256=ulnDwzkZ6WmCpusfsSoBwiT-WROPbDQZNFAX3caM0lo,12910
124
124
  pcapkit/const/tcp/__init__.py,sha256=PSTSxmdKt5l4NBsXq4m8x6dELWqOSNQxAuWePqTNAw8,1494
125
125
  pcapkit/const/tcp/checksum.py,sha256=0SSu5WD2_BcN6CYnIMI0AoToDBFTcVrxOYNzGinm7kE,1524
126
126
  pcapkit/const/tcp/flags.py,sha256=hTsqWViSxku-j8zsbP3274UxNIeNsBF4ZJAyAXMQnRs,1740
@@ -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.post2.dist-info/LICENSE,sha256=KkKND5E2e1Z6CQvSLPc1lRBy4xPRed41AG6q1txotWk,1516
462
- pypcapkit-1.3.1.post2.dist-info/METADATA,sha256=7GaTV_nXUED-xnzvaOahE4Os5EhJhWH0ni7CNFOcxuY,7704
463
- pypcapkit-1.3.1.post2.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
464
- pypcapkit-1.3.1.post2.dist-info/entry_points.txt,sha256=8tVaZ-N0S2t19ELoTEGq_OlC8-dSmd7dvNn-kMV3afY,100
465
- pypcapkit-1.3.1.post2.dist-info/top_level.txt,sha256=KEssKRhG9ln3EOfGH-yi98HgI-MM9hOHy09QQP-fvk8,8
466
- pypcapkit-1.3.1.post2.dist-info/RECORD,,
461
+ pypcapkit-1.3.1.post4.dist-info/LICENSE,sha256=KkKND5E2e1Z6CQvSLPc1lRBy4xPRed41AG6q1txotWk,1516
462
+ pypcapkit-1.3.1.post4.dist-info/METADATA,sha256=A1XKeD5w6UG0FpxXumenK-Hs93-XYBr-L8Uy3q_Q2hM,7704
463
+ pypcapkit-1.3.1.post4.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
464
+ pypcapkit-1.3.1.post4.dist-info/entry_points.txt,sha256=8tVaZ-N0S2t19ELoTEGq_OlC8-dSmd7dvNn-kMV3afY,100
465
+ pypcapkit-1.3.1.post4.dist-info/top_level.txt,sha256=KEssKRhG9ln3EOfGH-yi98HgI-MM9hOHy09QQP-fvk8,8
466
+ pypcapkit-1.3.1.post4.dist-info/RECORD,,