pypcapkit 1.3.5.post13__cp39-none-any.whl → 1.3.5.post16__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 +1 -1
- pcapkit/const/reg/apptype.py +4 -5
- pcapkit/const/reg/linktype.py +38 -87
- {pypcapkit-1.3.5.post13.dist-info → pypcapkit-1.3.5.post16.dist-info}/METADATA +1 -1
- {pypcapkit-1.3.5.post13.dist-info → pypcapkit-1.3.5.post16.dist-info}/RECORD +9 -9
- {pypcapkit-1.3.5.post13.dist-info → pypcapkit-1.3.5.post16.dist-info}/WHEEL +1 -1
- {pypcapkit-1.3.5.post13.dist-info → pypcapkit-1.3.5.post16.dist-info}/entry_points.txt +0 -0
- {pypcapkit-1.3.5.post13.dist-info → pypcapkit-1.3.5.post16.dist-info}/licenses/LICENSE +0 -0
- {pypcapkit-1.3.5.post13.dist-info → pypcapkit-1.3.5.post16.dist-info}/top_level.txt +0 -0
pcapkit/__init__.py
CHANGED
pcapkit/const/reg/apptype.py
CHANGED
@@ -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 [
|
218
|
-
#: - [UDP] Simple Mail Transfer [
|
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
|
@@ -3050,14 +3050,13 @@ class AppType(StrEnum):
|
|
3050
3050
|
#: [TCP] Reserved
|
3051
3051
|
reserved_914: 'AppType' = 914, 'reserved', TransportProtocol.get('tcp')
|
3052
3052
|
|
3053
|
-
#: [UDP] Routing in Fat Trees Link Information Element [
|
3053
|
+
#: [UDP] Routing in Fat Trees Link Information Element [:rfc:`9692`]
|
3054
3054
|
rift_lies: 'AppType' = 914, 'rift-lies', TransportProtocol.get('udp')
|
3055
3055
|
|
3056
3056
|
#: [TCP] Reserved
|
3057
3057
|
reserved_915: 'AppType' = 915, 'reserved', TransportProtocol.get('tcp')
|
3058
3058
|
|
3059
|
-
#: [UDP] Routing in Fat Trees Topology Information Element [
|
3060
|
-
#: rift-24]
|
3059
|
+
#: [UDP] Routing in Fat Trees Topology Information Element [:rfc:`9692`]
|
3061
3060
|
rift_ties: 'AppType' = 915, 'rift-ties', TransportProtocol.get('udp')
|
3062
3061
|
|
3063
3062
|
#: [TCP] BIND9 remote name daemon controller
|
pcapkit/const/reg/linktype.py
CHANGED
@@ -28,7 +28,7 @@ class LinkType(IntEnum):
|
|
28
28
|
#: [``DLT_EN3MB``] Experimental Ethernet (3Mb).
|
29
29
|
EXP_ETHERNET = 2
|
30
30
|
|
31
|
-
#: [``DLT_AX25``] AX.25
|
31
|
+
#: [``DLT_AX25``] AX.25 layer 2 packets,
|
32
32
|
AX25 = 3
|
33
33
|
|
34
34
|
#: [``DLT_PRONET``] Reserved for Proteon ProNET Token Ring.
|
@@ -59,15 +59,13 @@ class LinkType(IntEnum):
|
|
59
59
|
#: [``DLT_PPP_SERIAL``] PPP in HDLC-like framing.
|
60
60
|
PPP_HDLC = 50
|
61
61
|
|
62
|
-
#: [``DLT_PPP_ETHER``] PPPoE
|
63
|
-
#: 2516.
|
62
|
+
#: [``DLT_PPP_ETHER``] PPPoE session packets.
|
64
63
|
PPP_ETHER = 51
|
65
64
|
|
66
65
|
#: [``DLT_SYMANTEC_FIREWALL``] Symantec Enterprise (ex-Axent Raptor) firewall.
|
67
66
|
SYMANTEC_FIREWALL = 99
|
68
67
|
|
69
|
-
#: [``DLT_ATM_RFC1483``]
|
70
|
-
#: with an ISO 8802-2 (formerly known as IEEE 802.2) LLC header.
|
68
|
+
#: [``DLT_ATM_RFC1483``] LLC/SNAP-encapsulated ATM
|
71
69
|
ATM_RFC1483 = 100
|
72
70
|
|
73
71
|
#: [``DLT_RAW``] Raw IP; the packet begins with an IPv4 or IPv6 header, with
|
@@ -99,9 +97,7 @@ class LinkType(IntEnum):
|
|
99
97
|
#: [``DLT_LINUX_SLL``] Linux "cooked" capture encapsulation.
|
100
98
|
LINUX_SLL = 113
|
101
99
|
|
102
|
-
#: [``DLT_LTALK``] Apple LocalTalk
|
103
|
-
#: LocalTalk Link Access Protocol header, as described in chapter 1 of Inside
|
104
|
-
#: AppleTalk, Second Edition.
|
100
|
+
#: [``DLT_LTALK``] Apple LocalTalk packets.
|
105
101
|
LTALK = 114
|
106
102
|
|
107
103
|
#: [``DLT_ECONET``] Acorn Econet.
|
@@ -128,7 +124,7 @@ class LinkType(IntEnum):
|
|
128
124
|
#: link-layer header.
|
129
125
|
AIRONET_HEADER = 120
|
130
126
|
|
131
|
-
#: [``DLT_IP_OVER_FC``] IP and ATM over Fibre Channel
|
127
|
+
#: [``DLT_IP_OVER_FC``] IP and ATM over Fibre Channel.
|
132
128
|
IP_OVER_FC = 122
|
133
129
|
|
134
130
|
#: [``DLT_SUNATM``] ATM traffic captured from a SunATM device.
|
@@ -183,23 +179,16 @@ class LinkType(IntEnum):
|
|
183
179
|
#: [``DLT_APPLE_IP_OVER_IEEE1394``] Apple IP-over-IEEE 1394 cooked header.
|
184
180
|
APPLE_IP_OVER_IEEE1394 = 138
|
185
181
|
|
186
|
-
#: [``DLT_MTP2_WITH_PHDR``]
|
187
|
-
#: as specified by ITU-T Recommendation Q.703, preceded by a pseudo-header.
|
182
|
+
#: [``DLT_MTP2_WITH_PHDR``] SS7 MTP2 packets, with a pseudo-header.
|
188
183
|
MTP2_WITH_PHDR = 139
|
189
184
|
|
190
|
-
#: [``DLT_MTP2``]
|
191
|
-
#: specified by ITU-T Recommendation Q.703.
|
185
|
+
#: [``DLT_MTP2``] SS7 MTP2 packets.
|
192
186
|
MTP2 = 140
|
193
187
|
|
194
|
-
#: [``DLT_MTP3``]
|
195
|
-
#: specified by ITU-T Recommendation Q.704, with no MTP2 header preceding the
|
196
|
-
#: MTP3 packet.
|
188
|
+
#: [``DLT_MTP3``] SS7 MTP3 packets.
|
197
189
|
MTP3 = 141
|
198
190
|
|
199
|
-
#: [``DLT_SCCP``]
|
200
|
-
#: specified by ITU-T Recommendation Q.711, ITU-T Recommendation Q.712, ITU-T
|
201
|
-
#: Recommendation Q.713, and ITU-T Recommendation Q.714, with no MTP3 or MTP2
|
202
|
-
#: headers preceding the SCCP packet.
|
191
|
+
#: [``DLT_SCCP``] SS7 SCCP packets.
|
203
192
|
SCCP = 142
|
204
193
|
|
205
194
|
#: [``DLT_DOCSIS``] DOCSIS MAC frames, as described by the DOCSIS 4.0 MAC and
|
@@ -271,15 +260,11 @@ class LinkType(IntEnum):
|
|
271
260
|
#: [``DLT_JUNIPER_MONITOR``] Juniper Networks private data link type.
|
272
261
|
JUNIPER_MONITOR = 164
|
273
262
|
|
274
|
-
#: [``DLT_BACNET_MS_TP``] BACnet MS/TP frames
|
275
|
-
#: MS/TP Frame Format of ANSI/ASHRAE Standard 135, BACnet® - A Data
|
276
|
-
#: Communication Protocol for Building Automation and Control Networks,
|
277
|
-
#: including the preamble and, if present, the Data CRC.
|
263
|
+
#: [``DLT_BACNET_MS_TP``] BACnet MS/TP frames.
|
278
264
|
BACNET_MS_TP = 165
|
279
265
|
|
280
|
-
#: [``DLT_PPP_PPPD``] PPP
|
281
|
-
#:
|
282
|
-
#: incoming and 0x01 for outgoing.
|
266
|
+
#: [``DLT_PPP_PPPD``] PPP preceded by a direction octet and an HDLC-like
|
267
|
+
#: control field.
|
283
268
|
PPP_PPPD = 166
|
284
269
|
|
285
270
|
#: [``DLT_JUNIPER_PPPOE``] Juniper Networks private data link type.
|
@@ -309,10 +294,10 @@ class LinkType(IntEnum):
|
|
309
294
|
#: [``DLT_JUNIPER_PIC_PEER``] Juniper Networks private data link type.
|
310
295
|
JUNIPER_PIC_PEER = 174
|
311
296
|
|
312
|
-
#: [``DLT_ERF_ETH``]
|
297
|
+
#: [``DLT_ERF_ETH``] Endace ERF records of type TYPE\_ETH.
|
313
298
|
ERF_ETH = 175
|
314
299
|
|
315
|
-
#: [``DLT_ERF_POS``]
|
300
|
+
#: [``DLT_ERF_POS``] Endace ERF records of type TYPE\_POS\_HDLC.
|
316
301
|
ERF_POS = 176
|
317
302
|
|
318
303
|
#: [``DLT_LINUX_LAPD``] Linux vISDN LAPD frames
|
@@ -367,7 +352,7 @@ class LinkType(IntEnum):
|
|
367
352
|
#: is done by Linux drivers.
|
368
353
|
IEEE802_15_4_LINUX = 191
|
369
354
|
|
370
|
-
#: [``DLT_PPI``] Per-Packet Information header
|
355
|
+
#: [``DLT_PPI``] Per-Packet Information header preceding packet data.
|
371
356
|
PPI = 192
|
372
357
|
|
373
358
|
#: [``DLT_IEEE802_16_MAC_CPS_RADIO``] IEEE 802.16 MAC Common Part Sublayer plus
|
@@ -383,8 +368,7 @@ class LinkType(IntEnum):
|
|
383
368
|
#: [``DLT_SITA``] Various link-layer types, with a pseudo-header, for SITA.
|
384
369
|
SITA = 196
|
385
370
|
|
386
|
-
#: [``DLT_ERF``]
|
387
|
-
#: cards; encapsulates Endace ERF records.
|
371
|
+
#: [``DLT_ERF``] Endace ERF records.
|
388
372
|
ERF = 197
|
389
373
|
|
390
374
|
#: [``DLT_RAIF1``] Special header prepended to Ethernet packets when capturing
|
@@ -402,8 +386,7 @@ class LinkType(IntEnum):
|
|
402
386
|
#: packets with a direction pseudo-header.
|
403
387
|
BLUETOOTH_HCI_H4_WITH_PHDR = 201
|
404
388
|
|
405
|
-
#: [``DLT_AX25_KISS``]
|
406
|
-
#: type indicator.
|
389
|
+
#: [``DLT_AX25_KISS``] KISS frames between a host and an AX.25 TNC.
|
407
390
|
AX25_KISS = 202
|
408
391
|
|
409
392
|
#: [``DLT_LAPD``] Q.921 LAPD frames.
|
@@ -511,8 +494,7 @@ class LinkType(IntEnum):
|
|
511
494
|
#: [``DLT_JUNIPER_FIBRECHANNEL``] Juniper Networks private data link type.
|
512
495
|
JUNIPER_FIBRECHANNEL = 234
|
513
496
|
|
514
|
-
#: [``DLT_DVB_CI``] DVB-CI messages, with
|
515
|
-
#: PCAP format for DVB-CI specification.
|
497
|
+
#: [``DLT_DVB_CI``] DVB-CI messages, with a pseudo-header.
|
516
498
|
DVB_CI = 235
|
517
499
|
|
518
500
|
#: [``DLT_MUX27010``] Variant of 3GPP TS 27.010 multiplexing protocol.
|
@@ -535,12 +517,10 @@ class LinkType(IntEnum):
|
|
535
517
|
#: header, preamble and SFD, preceded by a Hilscher.
|
536
518
|
NETANALYZER_TRANSPARENT = 241
|
537
519
|
|
538
|
-
#: [``DLT_IPOIB``] IP-over-InfiniBand
|
520
|
+
#: [``DLT_IPOIB``] IP-over-InfiniBand.
|
539
521
|
IPOIB = 242
|
540
522
|
|
541
|
-
#: [``DLT_MPEG_2_TS``] MPEG-2 Transport Stream transport packets
|
542
|
-
#: by ISO 13818-1/ITU-T Recommendation H.222.0 (see table 2-2 of section
|
543
|
-
#: 2.4.3.2 "Transport Stream packet layer").
|
523
|
+
#: [``DLT_MPEG_2_TS``] MPEG-2 Transport Stream transport packets.
|
544
524
|
MPEG_2_TS = 243
|
545
525
|
|
546
526
|
#: [``DLT_NG40``] Frames from ng4T GmbH's ng40 protocol tester.
|
@@ -553,9 +533,7 @@ class LinkType(IntEnum):
|
|
553
533
|
#: Packet filter state syncing.
|
554
534
|
PFSYNC = 246
|
555
535
|
|
556
|
-
#: [``DLT_INFINIBAND``]
|
557
|
-
#: Header, as specified in Chapter 5 "Data packet format" of InfiniBand™
|
558
|
-
#: Architecture Specification Release 1.2.1 Volume 1 - General Specifications.
|
536
|
+
#: [``DLT_INFINIBAND``] InfiniBand data packets.
|
559
537
|
INFINIBAND = 247
|
560
538
|
|
561
539
|
#: [``DLT_SCTP``] SCTP packets, as defined by RFC 4960, with no lower-level
|
@@ -569,10 +547,7 @@ class LinkType(IntEnum):
|
|
569
547
|
#: Laboratories "RTAC" product.
|
570
548
|
RTAC_SERIAL = 250
|
571
549
|
|
572
|
-
#: [``DLT_BLUETOOTH_LE_LL``] Bluetooth Low Energy
|
573
|
-
#: packets, in the format described in section 2.1 "PACKET FORMAT" of volume 6
|
574
|
-
#: of the Bluetooth Specification Version 4.0 (see PDF page 2200), but without
|
575
|
-
#: the Preamble.
|
550
|
+
#: [``DLT_BLUETOOTH_LE_LL``] Bluetooth Low Energy link-layer packets.
|
576
551
|
BLUETOOTH_LE_LL = 251
|
577
552
|
|
578
553
|
#: [``DLT_WIRESHARK_UPPER_PDU``] Upper-protocol layer PDU saves from Wireshark;
|
@@ -590,26 +565,21 @@ class LinkType(IntEnum):
|
|
590
565
|
#: baseband packets.
|
591
566
|
BLUETOOTH_BREDR_BB = 255
|
592
567
|
|
593
|
-
#: [``DLT_BLUETOOTH_LE_LL_WITH_PHDR``] Bluetooth Low Energy link-layer packets
|
568
|
+
#: [``DLT_BLUETOOTH_LE_LL_WITH_PHDR``] Bluetooth Low Energy link-layer packets,
|
569
|
+
#: with a pseudo-header.
|
594
570
|
BLUETOOTH_LE_LL_WITH_PHDR = 256
|
595
571
|
|
596
|
-
#: [``DLT_PROFIBUS_DL``] PROFIBUS data link layer packets
|
597
|
-
#: standard 61158-4-3, beginning with the start delimiter, ending with the end
|
598
|
-
#: delimiter, and including all octets between them.
|
572
|
+
#: [``DLT_PROFIBUS_DL``] PROFIBUS data link layer packets.
|
599
573
|
PROFIBUS_DL = 257
|
600
574
|
|
601
575
|
#: [``DLT_PKTAP``] Apple PKTAP capture encapsulation.
|
602
576
|
PKTAP = 258
|
603
577
|
|
604
|
-
#: [``DLT_EPON``] Ethernet-over-passive-optical-network packets,
|
605
|
-
#:
|
606
|
-
#: "Transmit" in Clause 65 of Section 5 of IEEE 802.3, followed immediately by
|
607
|
-
#: an Ethernet frame.
|
578
|
+
#: [``DLT_EPON``] Ethernet-over-passive-optical-network packets, including
|
579
|
+
#: preamble octets.
|
608
580
|
EPON = 259
|
609
581
|
|
610
|
-
#: [``DLT_IPMI_HPM_2``] IPMI trace packets
|
611
|
-
#: Data Block Format" in the PICMG HPM.2 specification. The time stamps for
|
612
|
-
#: packets in this format must match the time stamps in the Trace Data Blocks.
|
582
|
+
#: [``DLT_IPMI_HPM_2``] IPMI HPM.2 trace packets.
|
613
583
|
IPMI_HPM_2 = 260
|
614
584
|
|
615
585
|
#: [``DLT_ZWAVE_R1_R2``] Z-Wave RF profile R1 and R2 packets.
|
@@ -639,11 +609,7 @@ class LinkType(IntEnum):
|
|
639
609
|
#: used in OpenBSD switch interface monitoring.
|
640
610
|
OPENFLOW = 267
|
641
611
|
|
642
|
-
#: [``DLT_SDLC``] SDLC packets
|
643
|
-
#: "Synchronous Data Link Control (SDLC)" of Systems Network Architecture
|
644
|
-
#: Formats, GA27-3136-20, without the flag fields, zero-bit insertion, or Frame
|
645
|
-
#: Check Sequence field, containing SNA path information units (PIUs) as the
|
646
|
-
#: payload.
|
612
|
+
#: [``DLT_SDLC``] SNA SDLC packets
|
647
613
|
SDLC = 268
|
648
614
|
|
649
615
|
#: [``DLT_TI_LLN_SNIFFER``] TI LLN sniffer frames.
|
@@ -664,8 +630,7 @@ class LinkType(IntEnum):
|
|
664
630
|
#: header giving metadata about the packet.
|
665
631
|
DOCSIS31_XRA31 = 273
|
666
632
|
|
667
|
-
#: [``DLT_ETHERNET_MPACKET``]
|
668
|
-
#: 99-4, starting with the preamble and always ending with a CRC field.
|
633
|
+
#: [``DLT_ETHERNET_MPACKET``] IEEE 802.3 mPackets.
|
669
634
|
ETHERNET_MPACKET = 274
|
670
635
|
|
671
636
|
#: [``DLT_DISPLAYPORT_AUX``] DisplayPort AUX channel monitoring messages.
|
@@ -706,9 +671,7 @@ class LinkType(IntEnum):
|
|
706
671
|
#: inserted.
|
707
672
|
DSA_TAG_EDSA = 285
|
708
673
|
|
709
|
-
#: [``DLT_ELEE``]
|
710
|
-
#: The packet begins with the ELEE header; it does not include any transport-
|
711
|
-
#: layer or lower-layer headers for protocols used to transport ELEE packets.
|
674
|
+
#: [``DLT_ELEE``] Reserved for ELEE lawful intercept protocol.
|
712
675
|
ELEE = 286
|
713
676
|
|
714
677
|
#: [``DLT_Z_WAVE_SERIAL``] Serial frames transmitted between a host and a
|
@@ -716,15 +679,10 @@ class LinkType(IntEnum):
|
|
716
679
|
#: 5 of the Z-Wave Serial API Host Application Programming Guide.
|
717
680
|
Z_WAVE_SERIAL = 287
|
718
681
|
|
719
|
-
#: [``DLT_USB_2_0``] USB 2.0, 1.1, or 1.0
|
720
|
-
#: described by Chapter 8 "Protocol Layer" of the the Universal Serial Bus
|
721
|
-
#: Specification Revision 2.0. Deprecated in favor of speed specific USB 2.0,
|
722
|
-
#: 1.1, or 1.0 linktypes.
|
682
|
+
#: [``DLT_USB_2_0``] USB 2.0, 1.1, or 1.0 packets.
|
723
683
|
USB_2_0 = 288
|
724
684
|
|
725
|
-
#: [``DLT_ATSC_ALP``] ATSC Link-Layer Protocol frames
|
726
|
-
#: 5 of the A/330 Link-Layer Protocol specification, found at the ATSC 3.0
|
727
|
-
#: standards page, beginning with a Base Header.
|
685
|
+
#: [``DLT_ATSC_ALP``] ATSC Link-Layer Protocol frames.
|
728
686
|
ATSC_ALP = 289
|
729
687
|
|
730
688
|
#: [``DLT_ETW``] Event Tracing for Windows messages.
|
@@ -737,23 +695,16 @@ class LinkType(IntEnum):
|
|
737
695
|
#: [``DLT_ZBOSS_NCP``] ZBOSS NCP Serial Protocol, with a pseudo-header.
|
738
696
|
ZBOSS_NCP = 292
|
739
697
|
|
740
|
-
#: [``DLT_USB_2_0_LOW_SPEED``] Low-Speed USB 2.0, 1.1, or 1.0
|
741
|
-
#: with a PID, as described by Chapter 8 "Protocol Layer" of the the Universal
|
742
|
-
#: Serial Bus Specification Revision 2.0.
|
698
|
+
#: [``DLT_USB_2_0_LOW_SPEED``] Low-Speed USB 2.0, 1.1, or 1.0 packets..
|
743
699
|
USB_2_0_LOW_SPEED = 293
|
744
700
|
|
745
|
-
#: [``DLT_USB_2_0_FULL_SPEED``] Full-Speed USB 2.0, 1.1, or 1.0
|
746
|
-
#: beginning with a PID, as described by Chapter 8 "Protocol Layer" of the the
|
747
|
-
#: Universal Serial Bus Specification Revision 2.0.
|
701
|
+
#: [``DLT_USB_2_0_FULL_SPEED``] Full-Speed USB 2.0, 1.1, or 1.0 packets.
|
748
702
|
USB_2_0_FULL_SPEED = 294
|
749
703
|
|
750
|
-
#: [``DLT_USB_2_0_HIGH_SPEED``] High-Speed USB 2.0
|
751
|
-
#: PID, as described by Chapter 8 "Protocol Layer" of the the Universal Serial
|
752
|
-
#: Bus Specification Revision 2.0.
|
704
|
+
#: [``DLT_USB_2_0_HIGH_SPEED``] High-Speed USB 2.0 packets.
|
753
705
|
USB_2_0_HIGH_SPEED = 295
|
754
706
|
|
755
|
-
#: [``DLT_AUERSWALD_LOG``] Auerswald Logger Protocol
|
756
|
-
#: document.
|
707
|
+
#: [``DLT_AUERSWALD_LOG``] Auerswald Logger Protocol packets.
|
757
708
|
AUERSWALD_LOG = 296
|
758
709
|
|
759
710
|
#: [``DLT_ZWAVE_TAP``] Z-Wave packets, with a metadata header.
|
@@ -766,7 +717,7 @@ class LinkType(IntEnum):
|
|
766
717
|
#: [``DLT_FIRA_UCI``] Ultra-wideband (UWB) controller interface protocol (UCI).
|
767
718
|
FIRA_UCI = 299
|
768
719
|
|
769
|
-
#: [``DLT_MDB``] MDB (Multi-Drop Bus)
|
720
|
+
#: [``DLT_MDB``] MDB (Multi-Drop Bus) messages, with a pseudo-header.
|
770
721
|
MDB = 300
|
771
722
|
|
772
723
|
#: [``DLT_DECT_NR``] DECT-2020 New Radio (NR) MAC layer.
|
@@ -1,4 +1,4 @@
|
|
1
|
-
pcapkit/__init__.py,sha256=
|
1
|
+
pcapkit/__init__.py,sha256=XyXRhWraDTQA5rdhsUMeAqLC5nX5VJhK-9Q0IY-qx3Y,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=
|
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=
|
122
|
+
pcapkit/const/reg/linktype.py,sha256=FPvSyVKT4s0zeyl9JGIVnNOr_0Pc8VPxZM4O2cZILqA,23128
|
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.
|
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.post16.dist-info/licenses/LICENSE,sha256=KkKND5E2e1Z6CQvSLPc1lRBy4xPRed41AG6q1txotWk,1516
|
462
|
+
pypcapkit-1.3.5.post16.dist-info/METADATA,sha256=M41O4ZrpbOMj02IpmJ7UMZxK3ouXX1JMYlrhaQ-gTds,7754
|
463
|
+
pypcapkit-1.3.5.post16.dist-info/WHEEL,sha256=GHB6lJx2juba1wDgXDNlMTyM13ckjBMKf-OnwgKOCtA,91
|
464
|
+
pypcapkit-1.3.5.post16.dist-info/entry_points.txt,sha256=8tVaZ-N0S2t19ELoTEGq_OlC8-dSmd7dvNn-kMV3afY,100
|
465
|
+
pypcapkit-1.3.5.post16.dist-info/top_level.txt,sha256=KEssKRhG9ln3EOfGH-yi98HgI-MM9hOHy09QQP-fvk8,8
|
466
|
+
pypcapkit-1.3.5.post16.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|