pypcapkit 1.3.5.post24__cp39-none-any.whl → 1.3.5.post27__cp39-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.post24'
124
+ __version__ = '1.3.5.post27'
@@ -28178,6 +28178,9 @@ class AppType(StrEnum):
28178
28178
  #: [N/A] EyeHome
28179
28179
  difi: 'AppType' = -1, 'difi', TransportProtocol.get('undefined')
28180
28180
 
28181
+ #: [TCP] Digital Electricity Transmitter
28182
+ digitalelectric: 'AppType' = -1, 'digitalelectric', TransportProtocol.get('tcp')
28183
+
28181
28184
  #: [N/A] DisConnect Peer to Peer Game Protocol
28182
28185
  disconnect: 'AppType' = -1, 'disconnect', TransportProtocol.get('undefined')
28183
28186
 
@@ -29482,6 +29485,9 @@ class AppType(StrEnum):
29482
29485
  #: [N/A] Rakket Client Protocol
29483
29486
  rakket: 'AppType' = -1, 'rakket', TransportProtocol.get('undefined')
29484
29487
 
29488
+ #: [N/A] Radicle peer to peer network
29489
+ radicle_node: 'AppType' = -1, 'radicle-node', TransportProtocol.get('undefined')
29490
+
29485
29491
  #: [N/A] RadioTAG: Event tagging for radio services
29486
29492
  radiotag: 'AppType' = -1, 'radiotag', TransportProtocol.get('undefined')
29487
29493
 
@@ -68,9 +68,7 @@ class LinkType(IntEnum):
68
68
  #: [``DLT_ATM_RFC1483``] LLC/SNAP-encapsulated ATM
69
69
  ATM_RFC1483 = 100
70
70
 
71
- #: [``DLT_RAW``] Raw IP; the packet begins with an IPv4 or IPv6 header, with
72
- #: the version field of the header indicating whether it's an IPv4 or IPv6
73
- #: header.
71
+ #: [``DLT_RAW``] IPv4 or IPv6 packets with no link-layer header.
74
72
  RAW = 101
75
73
 
76
74
  #: [``DLT_C_HDLC``] Cisco PPP with HDLC framing.
@@ -472,10 +470,10 @@ class LinkType(IntEnum):
472
470
  #: metadata header.
473
471
  CAN_SOCKETCAN = 227
474
472
 
475
- #: [``DLT_IPV4``] Raw IPv4; the packet begins with an IPv4 header.
473
+ #: [``DLT_IPV4``] IPv4 packets with no link-layer header.
476
474
  IPV4 = 228
477
475
 
478
- #: [``DLT_IPV6``] Raw IPv6; the packet begins with an IPv6 header.
476
+ #: [``DLT_IPV6``] IPv6 packets with no link-layer header.
479
477
  IPV6 = 229
480
478
 
481
479
  #: [``DLT_IEEE802_15_4_NOFCS``] IEEE 802.15.4 packets without FCS.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pypcapkit
3
- Version: 1.3.5.post24
3
+ Version: 1.3.5.post27
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=lI2PqkloizlQAapx_tphkgrwBVtW3ykF0LlWqwaSlaA,4026
1
+ pcapkit/__init__.py,sha256=mWe28mbWZ8uCuhWnxy7oFFEFeJWb9pZBdSyEbsiB1sE,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=qt6kOt8WytMLeYzVIHHHkTZQHfp6pThhgdpKebzQwBc,1435226
120
+ pcapkit/const/reg/apptype.py,sha256=nTiv8LEArs0ODAtZ0i14zlTDPCdrVJpbT2g6p29ywnM,1435485
121
121
  pcapkit/const/reg/ethertype.py,sha256=6Xz-MugXqQMc8hUHmkMMK_zeeYlkJ1Ql9Jtek_e3j1g,26564
122
- pcapkit/const/reg/linktype.py,sha256=0xjvfYGuVbHCFhsQyaQy_GVBPfgG-hRPm3cUFbKsfhw,23108
122
+ pcapkit/const/reg/linktype.py,sha256=llNFn8sZb1UMjWeFl3IrPgD_2U5Agwhp4OBtc09KQVc,22984
123
123
  pcapkit/const/reg/transtype.py,sha256=D-5u5RB8nl4RKXm9YlnuTinhbId0YzNQOXLITfP1N5Y,13010
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.post24.dist-info/licenses/LICENSE,sha256=KkKND5E2e1Z6CQvSLPc1lRBy4xPRed41AG6q1txotWk,1516
462
- pypcapkit-1.3.5.post24.dist-info/METADATA,sha256=OR2gKg865CTOOU_1Rig-Q00_YNW3YqkhqOg3fvMFJeE,7754
463
- pypcapkit-1.3.5.post24.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
464
- pypcapkit-1.3.5.post24.dist-info/entry_points.txt,sha256=8tVaZ-N0S2t19ELoTEGq_OlC8-dSmd7dvNn-kMV3afY,100
465
- pypcapkit-1.3.5.post24.dist-info/top_level.txt,sha256=KEssKRhG9ln3EOfGH-yi98HgI-MM9hOHy09QQP-fvk8,8
466
- pypcapkit-1.3.5.post24.dist-info/RECORD,,
461
+ pypcapkit-1.3.5.post27.dist-info/licenses/LICENSE,sha256=KkKND5E2e1Z6CQvSLPc1lRBy4xPRed41AG6q1txotWk,1516
462
+ pypcapkit-1.3.5.post27.dist-info/METADATA,sha256=1JFvkrt22FGJfU1ktZrfxgawHlQWTgdCJo9sDsc0z0U,7754
463
+ pypcapkit-1.3.5.post27.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
464
+ pypcapkit-1.3.5.post27.dist-info/entry_points.txt,sha256=8tVaZ-N0S2t19ELoTEGq_OlC8-dSmd7dvNn-kMV3afY,100
465
+ pypcapkit-1.3.5.post27.dist-info/top_level.txt,sha256=KEssKRhG9ln3EOfGH-yi98HgI-MM9hOHy09QQP-fvk8,8
466
+ pypcapkit-1.3.5.post27.dist-info/RECORD,,