pypcapkit 1.3.5.post6__pp38-none-any.whl → 1.3.5.post17__pp38-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 +37 -17
- pcapkit/const/reg/linktype.py +80 -219
- pcapkit/const/tcp/flags.py +2 -2
- pcapkit/const/tcp/option.py +2 -4
- {pypcapkit-1.3.5.post6.dist-info → pypcapkit-1.3.5.post17.dist-info}/METADATA +1 -1
- {pypcapkit-1.3.5.post6.dist-info → pypcapkit-1.3.5.post17.dist-info}/RECORD +11 -11
- {pypcapkit-1.3.5.post6.dist-info → pypcapkit-1.3.5.post17.dist-info}/WHEEL +1 -1
- {pypcapkit-1.3.5.post6.dist-info → pypcapkit-1.3.5.post17.dist-info}/LICENSE +0 -0
- {pypcapkit-1.3.5.post6.dist-info → pypcapkit-1.3.5.post17.dist-info}/entry_points.txt +0 -0
- {pypcapkit-1.3.5.post6.dist-info → pypcapkit-1.3.5.post17.dist-info}/top_level.txt +0 -0
pcapkit/__init__.py
CHANGED
pcapkit/const/reg/apptype.py
CHANGED
@@ -124,13 +124,13 @@ class AppType(StrEnum):
|
|
124
124
|
#: - [UDP] TCP Port Service Multiplexer
|
125
125
|
tcpmux: 'AppType' = 1, 'tcpmux', TransportProtocol.get('tcp') | TransportProtocol.get('udp')
|
126
126
|
|
127
|
-
#: - [TCP]
|
128
|
-
#: - [UDP]
|
129
|
-
|
127
|
+
#: - [TCP] Reserved
|
128
|
+
#: - [UDP] Reserved
|
129
|
+
reserved_2: 'AppType' = 2, 'reserved', TransportProtocol.get('tcp') | TransportProtocol.get('udp')
|
130
130
|
|
131
|
-
#: - [TCP]
|
132
|
-
#: - [UDP]
|
133
|
-
|
131
|
+
#: - [TCP] Reserved
|
132
|
+
#: - [UDP] Reserved
|
133
|
+
reserved_3: 'AppType' = 3, 'reserved', TransportProtocol.get('tcp') | TransportProtocol.get('udp')
|
134
134
|
|
135
135
|
#: - [TCP] Unassigned
|
136
136
|
#: - [UDP] Unassigned
|
@@ -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
|
@@ -12479,7 +12478,7 @@ class AppType(StrEnum):
|
|
12479
12478
|
|
12480
12479
|
#: - [TCP] Net Assistant
|
12481
12480
|
#: - [UDP] Net Assistant
|
12482
|
-
|
12481
|
+
net_assistant: 'AppType' = 3283, 'net-assistant', TransportProtocol.get('tcp') | TransportProtocol.get('udp')
|
12483
12482
|
|
12484
12483
|
#: - [TCP] 4Talk
|
12485
12484
|
#: - [UDP] 4Talk
|
@@ -14060,7 +14059,7 @@ class AppType(StrEnum):
|
|
14060
14059
|
|
14061
14060
|
#: - [TCP] Newton Dock
|
14062
14061
|
#: - [UDP] Newton Dock
|
14063
|
-
|
14062
|
+
newton_dock: 'AppType' = 3679, 'newton-dock', TransportProtocol.get('tcp') | TransportProtocol.get('udp')
|
14064
14063
|
|
14065
14064
|
#: - [TCP] NPDS Tracker
|
14066
14065
|
#: - [UDP] NPDS Tracker
|
@@ -21912,6 +21911,13 @@ class AppType(StrEnum):
|
|
21912
21911
|
#: - [UDP] Proprietary immutable distributed data storage
|
21913
21912
|
rome: 'AppType' = 7663, 'rome', TransportProtocol.get('tcp') | TransportProtocol.get('udp')
|
21914
21913
|
|
21914
|
+
#: [TCP] AuthorityGate Secure API communication for Orchestrated task
|
21915
|
+
#: sequencing
|
21916
|
+
authoritygate: 'AppType' = 7668, 'authoritygate', TransportProtocol.get('tcp')
|
21917
|
+
|
21918
|
+
#: [UDP] Reserved
|
21919
|
+
reserved_7668: 'AppType' = 7668, 'reserved', TransportProtocol.get('udp')
|
21920
|
+
|
21915
21921
|
#: [TCP] iMQ STOMP Server
|
21916
21922
|
imqstomp: 'AppType' = 7672, 'imqstomp', TransportProtocol.get('tcp')
|
21917
21923
|
|
@@ -27100,6 +27106,10 @@ class AppType(StrEnum):
|
|
27100
27106
|
#: - [UDP] InVision AG
|
27101
27107
|
invision_ag: 'AppType' = 45054, 'invision-ag', TransportProtocol.get('tcp') | TransportProtocol.get('udp')
|
27102
27108
|
|
27109
|
+
#: - [TCP] Wire and Wireless transfer on synchroniz
|
27110
|
+
#: - [UDP] Wire and Wireless transfer on synchroniz
|
27111
|
+
witsnet: 'AppType' = 45185, 'witsnet', TransportProtocol.get('tcp') | TransportProtocol.get('udp')
|
27112
|
+
|
27103
27113
|
#: [TCP] ASSIA CloudCheck WiFi Management System
|
27104
27114
|
cloudcheck: 'AppType' = 45514, 'cloudcheck', TransportProtocol.get('tcp')
|
27105
27115
|
|
@@ -27945,8 +27955,8 @@ class AppType(StrEnum):
|
|
27945
27955
|
brski_proxy: 'AppType' = -1, 'brski-proxy', TransportProtocol.get('tcp')
|
27946
27956
|
|
27947
27957
|
#: [TCP] Bootstrapping Remote Secure Key Infrastructure registrar with CMP
|
27948
|
-
#: capabilities according to the Lightweight CMP Profile (LCMPP
|
27949
|
-
#: [
|
27958
|
+
#: capabilities according to the Lightweight CMP Profile (LCMPP) [RFC9483]
|
27959
|
+
#: [:rfc:`9733`]
|
27950
27960
|
brski_reg_cmp: 'AppType' = -1, 'brski-reg-cmp', TransportProtocol.get('tcp')
|
27951
27961
|
|
27952
27962
|
#: [TCP] The Bootstrapping Remote Secure Key Infrastructure Registrar
|
@@ -28039,6 +28049,10 @@ class AppType(StrEnum):
|
|
28039
28049
|
#: [N/A] ElectraStar media centre control protocol
|
28040
28050
|
com_ocs_es_mcc: 'AppType' = -1, 'com-ocs-es-mcc', TransportProtocol.get('undefined')
|
28041
28051
|
|
28052
|
+
#: - [TCP] Management Utility/Compression Process
|
28053
|
+
#: - [UDP] Management Utility/Compression Process
|
28054
|
+
compressnet: 'AppType' = -1, 'compressnet', TransportProtocol.get('tcp') | TransportProtocol.get('udp')
|
28055
|
+
|
28042
28056
|
#: [UDP] DNS SRV service for smarthome server
|
28043
28057
|
conecube: 'AppType' = -1, 'conecube', TransportProtocol.get('udp')
|
28044
28058
|
|
@@ -31234,7 +31248,10 @@ class AppType(StrEnum):
|
|
31234
31248
|
if 7649 <= value <= 7662:
|
31235
31249
|
#: [N/A] Unassigned
|
31236
31250
|
return extend_enum(cls, 'unassigned_%d' % value, value, 'unassigned', TransportProtocol.get('undefined'))
|
31237
|
-
if 7664 <= value <=
|
31251
|
+
if 7664 <= value <= 7667:
|
31252
|
+
#: [N/A] Unassigned
|
31253
|
+
return extend_enum(cls, 'unassigned_%d' % value, value, 'unassigned', TransportProtocol.get('undefined'))
|
31254
|
+
if 7669 <= value <= 7671:
|
31238
31255
|
#: [N/A] Unassigned
|
31239
31256
|
return extend_enum(cls, 'unassigned_%d' % value, value, 'unassigned', TransportProtocol.get('undefined'))
|
31240
31257
|
if 7678 <= value <= 7679:
|
@@ -32671,7 +32688,10 @@ class AppType(StrEnum):
|
|
32671
32688
|
if 45046 <= value <= 45053:
|
32672
32689
|
#: [N/A] Unassigned
|
32673
32690
|
return extend_enum(cls, 'unassigned_%d' % value, value, 'unassigned', TransportProtocol.get('undefined'))
|
32674
|
-
if 45055 <= value <=
|
32691
|
+
if 45055 <= value <= 45184:
|
32692
|
+
#: [N/A] Unassigned
|
32693
|
+
return extend_enum(cls, 'unassigned_%d' % value, value, 'unassigned', TransportProtocol.get('undefined'))
|
32694
|
+
if 45186 <= value <= 45513:
|
32675
32695
|
#: [N/A] Unassigned
|
32676
32696
|
return extend_enum(cls, 'unassigned_%d' % value, value, 'unassigned', TransportProtocol.get('undefined'))
|
32677
32697
|
if 45515 <= value <= 45677:
|
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.
|
@@ -47,11 +47,7 @@ class LinkType(IntEnum):
|
|
47
47
|
#: [``DLT_SLIP``] SLIP, with a header giving packet direction
|
48
48
|
SLIP = 8
|
49
49
|
|
50
|
-
#: [``DLT_PPP``] PPP
|
51
|
-
#: 0xff and 0x03, it's PPP in HDLC-like framing, with the PPP header following
|
52
|
-
#: those two bytes, otherwise it's PPP without framing, and the packet begins
|
53
|
-
#: with the PPP header. The data in the frame is not octet-stuffed or bit-
|
54
|
-
#: stuffed.
|
50
|
+
#: [``DLT_PPP``] PPP.
|
55
51
|
PPP = 9
|
56
52
|
|
57
53
|
#: [``DLT_FDDI``] FDDI, as specified by ANSI INCITS 239-1994.
|
@@ -60,22 +56,16 @@ class LinkType(IntEnum):
|
|
60
56
|
#: [``DLT_REDBACK_SMARTEDGE``] Redback SmartEdge 400/800.
|
61
57
|
REDBACK_SMARTEDGE = 32
|
62
58
|
|
63
|
-
#: [``DLT_PPP_SERIAL``] PPP in HDLC-like framing
|
64
|
-
#: with HDLC framing, as per section 4.3.1 of RFC 1547; the first byte will be
|
65
|
-
#: 0xFF for PPP in HDLC-like framing, and will be 0x0F or 0x8F for Cisco PPP
|
66
|
-
#: with HDLC framing. The data in the frame is not octet-stuffed or bit-
|
67
|
-
#: stuffed.
|
59
|
+
#: [``DLT_PPP_SERIAL``] PPP in HDLC-like framing.
|
68
60
|
PPP_HDLC = 50
|
69
61
|
|
70
|
-
#: [``DLT_PPP_ETHER``] PPPoE
|
71
|
-
#: 2516.
|
62
|
+
#: [``DLT_PPP_ETHER``] PPPoE session packets.
|
72
63
|
PPP_ETHER = 51
|
73
64
|
|
74
65
|
#: [``DLT_SYMANTEC_FIREWALL``] Symantec Enterprise (ex-Axent Raptor) firewall.
|
75
66
|
SYMANTEC_FIREWALL = 99
|
76
67
|
|
77
|
-
#: [``DLT_ATM_RFC1483``]
|
78
|
-
#: with an ISO 8802-2 (formerly known as IEEE 802.2) LLC header.
|
68
|
+
#: [``DLT_ATM_RFC1483``] LLC/SNAP-encapsulated ATM
|
79
69
|
ATM_RFC1483 = 100
|
80
70
|
|
81
71
|
#: [``DLT_RAW``] Raw IP; the packet begins with an IPv4 or IPv6 header, with
|
@@ -83,8 +73,7 @@ class LinkType(IntEnum):
|
|
83
73
|
#: header.
|
84
74
|
RAW = 101
|
85
75
|
|
86
|
-
#: [``DLT_C_HDLC``] Cisco PPP with HDLC framing
|
87
|
-
#: 1547.
|
76
|
+
#: [``DLT_C_HDLC``] Cisco PPP with HDLC framing.
|
88
77
|
C_HDLC = 104
|
89
78
|
|
90
79
|
#: [``DLT_IEEE802_11``] IEEE 802.11 wireless LAN.
|
@@ -93,9 +82,7 @@ class LinkType(IntEnum):
|
|
93
82
|
#: [``DLT_ATM_CLIP``] Linux Classical IP over ATM.
|
94
83
|
ATM_CLIP = 106
|
95
84
|
|
96
|
-
#: [``DLT_FRELAY``] Frame Relay LAPF
|
97
|
-
#: Recommendation Q.922 LAPF header starting with the address field, and
|
98
|
-
#: without an FCS at the end of the frame.
|
85
|
+
#: [``DLT_FRELAY``] Frame Relay LAPF.
|
99
86
|
FRELAY = 107
|
100
87
|
|
101
88
|
#: [``DLT_LOOP``] OpenBSD loopback encapsulation.
|
@@ -110,9 +97,7 @@ class LinkType(IntEnum):
|
|
110
97
|
#: [``DLT_LINUX_SLL``] Linux "cooked" capture encapsulation.
|
111
98
|
LINUX_SLL = 113
|
112
99
|
|
113
|
-
#: [``DLT_LTALK``] Apple LocalTalk
|
114
|
-
#: LocalTalk Link Access Protocol header, as described in chapter 1 of Inside
|
115
|
-
#: AppleTalk, Second Edition.
|
100
|
+
#: [``DLT_LTALK``] Apple LocalTalk packets.
|
116
101
|
LTALK = 114
|
117
102
|
|
118
103
|
#: [``DLT_ECONET``] Acorn Econet.
|
@@ -139,8 +124,7 @@ class LinkType(IntEnum):
|
|
139
124
|
#: link-layer header.
|
140
125
|
AIRONET_HEADER = 120
|
141
126
|
|
142
|
-
#: [``DLT_IP_OVER_FC``]
|
143
|
-
#: header being the Network\_Header as described in that RFC.
|
127
|
+
#: [``DLT_IP_OVER_FC``] IP and ATM over Fibre Channel.
|
144
128
|
IP_OVER_FC = 122
|
145
129
|
|
146
130
|
#: [``DLT_SUNATM``] ATM traffic captured from a SunATM device.
|
@@ -164,8 +148,7 @@ class LinkType(IntEnum):
|
|
164
148
|
#: the packet, e.g. signal strength and channel for 802.11 packets.
|
165
149
|
TZSP = 128
|
166
150
|
|
167
|
-
#: [``DLT_ARCNET_LINUX``]
|
168
|
-
#: encapsulation.
|
151
|
+
#: [``DLT_ARCNET_LINUX``] ARCnet Data Packets with Linux encapsulation.
|
169
152
|
ARCNET_LINUX = 129
|
170
153
|
|
171
154
|
#: [``DLT_JUNIPER_MLPPP``] Juniper Networks private data link type.
|
@@ -195,23 +178,16 @@ class LinkType(IntEnum):
|
|
195
178
|
#: [``DLT_APPLE_IP_OVER_IEEE1394``] Apple IP-over-IEEE 1394 cooked header.
|
196
179
|
APPLE_IP_OVER_IEEE1394 = 138
|
197
180
|
|
198
|
-
#: [``DLT_MTP2_WITH_PHDR``]
|
199
|
-
#: as specified by ITU-T Recommendation Q.703, preceded by a pseudo-header.
|
181
|
+
#: [``DLT_MTP2_WITH_PHDR``] SS7 MTP2 packets, with a pseudo-header.
|
200
182
|
MTP2_WITH_PHDR = 139
|
201
183
|
|
202
|
-
#: [``DLT_MTP2``]
|
203
|
-
#: specified by ITU-T Recommendation Q.703.
|
184
|
+
#: [``DLT_MTP2``] SS7 MTP2 packets.
|
204
185
|
MTP2 = 140
|
205
186
|
|
206
|
-
#: [``DLT_MTP3``]
|
207
|
-
#: specified by ITU-T Recommendation Q.704, with no MTP2 header preceding the
|
208
|
-
#: MTP3 packet.
|
187
|
+
#: [``DLT_MTP3``] SS7 MTP3 packets.
|
209
188
|
MTP3 = 141
|
210
189
|
|
211
|
-
#: [``DLT_SCCP``]
|
212
|
-
#: specified by ITU-T Recommendation Q.711, ITU-T Recommendation Q.712, ITU-T
|
213
|
-
#: Recommendation Q.713, and ITU-T Recommendation Q.714, with no MTP3 or MTP2
|
214
|
-
#: headers preceding the SCCP packet.
|
190
|
+
#: [``DLT_SCCP``] SS7 SCCP packets.
|
215
191
|
SCCP = 142
|
216
192
|
|
217
193
|
#: [``DLT_DOCSIS``] DOCSIS MAC frames, as described by the DOCSIS 4.0 MAC and
|
@@ -283,15 +259,11 @@ class LinkType(IntEnum):
|
|
283
259
|
#: [``DLT_JUNIPER_MONITOR``] Juniper Networks private data link type.
|
284
260
|
JUNIPER_MONITOR = 164
|
285
261
|
|
286
|
-
#: [``DLT_BACNET_MS_TP``] BACnet MS/TP frames
|
287
|
-
#: MS/TP Frame Format of ANSI/ASHRAE Standard 135, BACnet® - A Data
|
288
|
-
#: Communication Protocol for Building Automation and Control Networks,
|
289
|
-
#: including the preamble and, if present, the Data CRC.
|
262
|
+
#: [``DLT_BACNET_MS_TP``] BACnet MS/TP frames.
|
290
263
|
BACNET_MS_TP = 165
|
291
264
|
|
292
|
-
#: [``DLT_PPP_PPPD``] PPP
|
293
|
-
#:
|
294
|
-
#: incoming and 0x01 for outgoing.
|
265
|
+
#: [``DLT_PPP_PPPD``] PPP preceded by a direction octet and an HDLC-like
|
266
|
+
#: control field.
|
295
267
|
PPP_PPPD = 166
|
296
268
|
|
297
269
|
#: [``DLT_JUNIPER_PPPOE``] Juniper Networks private data link type.
|
@@ -321,10 +293,10 @@ class LinkType(IntEnum):
|
|
321
293
|
#: [``DLT_JUNIPER_PIC_PEER``] Juniper Networks private data link type.
|
322
294
|
JUNIPER_PIC_PEER = 174
|
323
295
|
|
324
|
-
#: [``DLT_ERF_ETH``]
|
296
|
+
#: [``DLT_ERF_ETH``] Endace ERF records of type TYPE\_ETH.
|
325
297
|
ERF_ETH = 175
|
326
298
|
|
327
|
-
#: [``DLT_ERF_POS``]
|
299
|
+
#: [``DLT_ERF_POS``] Endace ERF records of type TYPE\_POS\_HDLC.
|
328
300
|
ERF_POS = 176
|
329
301
|
|
330
302
|
#: [``DLT_LINUX_LAPD``] Linux vISDN LAPD frames
|
@@ -346,8 +318,7 @@ class LinkType(IntEnum):
|
|
346
318
|
#: frames prepended with meta-information.
|
347
319
|
JUNIPER_CHDLC = 181
|
348
320
|
|
349
|
-
#: [``DLT_MFR``] FRF.16.1 Multi-Link Frame Relay frames
|
350
|
-
#: FRF.12 Interface fragmentation format fragmentation header.
|
321
|
+
#: [``DLT_MFR``] FRF.16.1 Multi-Link Frame Relay frames.
|
351
322
|
MFR = 182
|
352
323
|
|
353
324
|
#: [``DLT_JUNIPER_VP``] Juniper Networks private data link type.
|
@@ -364,26 +335,13 @@ class LinkType(IntEnum):
|
|
364
335
|
#: [``DLT_USB_FREEBSD``] USB with FreeBSD header.
|
365
336
|
USB_FREEBSD = 186
|
366
337
|
|
367
|
-
#: [``DLT_BLUETOOTH_HCI_H4``] Bluetooth HCI UART
|
368
|
-
#: contains an HCI packet indicator byte, as specified by the UART Transport
|
369
|
-
#: Layer portion of the most recent Bluetooth Core specification, followed by
|
370
|
-
#: an HCI packet of the specified packet type, as specified by the Host
|
371
|
-
#: Controller Interface Functional Specification portion of the most recent
|
372
|
-
#: Bluetooth Core Specification.
|
338
|
+
#: [``DLT_BLUETOOTH_HCI_H4``] Bluetooth HCI UART Transport Layer packets.
|
373
339
|
BLUETOOTH_HCI_H4 = 187
|
374
340
|
|
375
341
|
#: [``DLT_IEEE802_16_MAC_CPS``] IEEE 802.16 MAC Common Part Sublayer.
|
376
342
|
IEEE802_16_MAC_CPS = 188
|
377
343
|
|
378
|
-
#: [``DLT_USB_LINUX``] USB packets, beginning with a Linux USB header
|
379
|
-
#: specified by the struct usbmon\_packet in the Documentation/usb/usbmon.txt
|
380
|
-
#: file in the Linux source tree. Only the first 48 bytes of that header are
|
381
|
-
#: present. All fields in the header are in host byte order. When performing a
|
382
|
-
#: live capture, the host byte order is the byte order of the machine on that
|
383
|
-
#: the packets are captured. When reading a pcap file, the byte order is the
|
384
|
-
#: byte order for the file, as specified by the file's magic number; when
|
385
|
-
#: reading a pcapng file, the byte order is the byte order for the section of
|
386
|
-
#: the pcapng file, as specified by the Section Header Block.
|
344
|
+
#: [``DLT_USB_LINUX``] USB packets, beginning with a Linux USB header.
|
387
345
|
USB_LINUX = 189
|
388
346
|
|
389
347
|
#: [``DLT_CAN20B``] Controller Area Network (CAN) v. 2.0B.
|
@@ -393,9 +351,7 @@ class LinkType(IntEnum):
|
|
393
351
|
#: is done by Linux drivers.
|
394
352
|
IEEE802_15_4_LINUX = 191
|
395
353
|
|
396
|
-
#: [``DLT_PPI``] Per-Packet Information
|
397
|
-
#: Packet Information Header Specification, followed by a packet with the
|
398
|
-
#: LINKTYPE\_ value specified by the pph\_dlt field of that header.
|
354
|
+
#: [``DLT_PPI``] Per-Packet Information header preceding packet data.
|
399
355
|
PPI = 192
|
400
356
|
|
401
357
|
#: [``DLT_IEEE802_16_MAC_CPS_RADIO``] IEEE 802.16 MAC Common Part Sublayer plus
|
@@ -405,15 +361,13 @@ class LinkType(IntEnum):
|
|
405
361
|
#: [``DLT_JUNIPER_ISM``] Juniper Networks private data link type.
|
406
362
|
JUNIPER_ISM = 194
|
407
363
|
|
408
|
-
#: [``DLT_IEEE802_15_4_WITHFCS``] IEEE 802.15.4
|
409
|
-
#: with each packet having the FCS at the end of the frame.
|
364
|
+
#: [``DLT_IEEE802_15_4_WITHFCS``] IEEE 802.15.4 packets with FCS.
|
410
365
|
IEEE802_15_4_WITHFCS = 195
|
411
366
|
|
412
367
|
#: [``DLT_SITA``] Various link-layer types, with a pseudo-header, for SITA.
|
413
368
|
SITA = 196
|
414
369
|
|
415
|
-
#: [``DLT_ERF``]
|
416
|
-
#: cards; encapsulates Endace ERF records.
|
370
|
+
#: [``DLT_ERF``] Endace ERF records.
|
417
371
|
ERF = 197
|
418
372
|
|
419
373
|
#: [``DLT_RAIF1``] Special header prepended to Ethernet packets when capturing
|
@@ -427,51 +381,27 @@ class LinkType(IntEnum):
|
|
427
381
|
#: [``DLT_JUNIPER_ST``] Juniper Networks private data link type.
|
428
382
|
JUNIPER_ST = 200
|
429
383
|
|
430
|
-
#: [``DLT_BLUETOOTH_HCI_H4_WITH_PHDR``] Bluetooth HCI UART
|
431
|
-
#:
|
432
|
-
#: the low-order bit of which is set if the frame was sent from the host to the
|
433
|
-
#: controller and clear if the frame was received by the host from the
|
434
|
-
#: controller, followed by an HCI packet indicator byte, as specified by the
|
435
|
-
#: UART Transport Layer portion of the most recent Bluetooth Core
|
436
|
-
#: specification, followed by an HCI packet of the specified packet type, as
|
437
|
-
#: specified by the Host Controller Interface Functional Specification portion
|
438
|
-
#: of the most recent Bluetooth Core Specification.
|
384
|
+
#: [``DLT_BLUETOOTH_HCI_H4_WITH_PHDR``] Bluetooth HCI UART Transport Layer
|
385
|
+
#: packets with a direction pseudo-header.
|
439
386
|
BLUETOOTH_HCI_H4_WITH_PHDR = 201
|
440
387
|
|
441
|
-
#: [``DLT_AX25_KISS``]
|
442
|
-
#: type indicator.
|
388
|
+
#: [``DLT_AX25_KISS``] KISS frames between a host and an AX.25 TNC.
|
443
389
|
AX25_KISS = 202
|
444
390
|
|
445
|
-
#: [``DLT_LAPD``]
|
446
|
-
#: specified by ITU-T Recommendation Q.920 and ITU-T Recommendation Q.921,
|
447
|
-
#: starting with the address field, with no pseudo-header.
|
391
|
+
#: [``DLT_LAPD``] Q.921 LAPD frames.
|
448
392
|
LAPD = 203
|
449
393
|
|
450
|
-
#: [``DLT_PPP_WITH_DIR``] PPP,
|
451
|
-
#: one-byte pseudo-header with a zero value meaning "received by this host" and
|
452
|
-
#: a non-zero value meaning "sent by this host"; if the first 2 bytes are 0xff
|
453
|
-
#: and 0x03, it's PPP in HDLC-like framing, with the PPP header following those
|
454
|
-
#: two bytes, otherwise it's PPP without framing, and the packet begins with
|
455
|
-
#: the PPP header. The data in the frame is not octet-stuffed or bit-stuffed.
|
394
|
+
#: [``DLT_PPP_WITH_DIR``] PPP, with a direction header.
|
456
395
|
PPP_WITH_DIR = 204
|
457
396
|
|
458
|
-
#: [``DLT_C_HDLC_WITH_DIR``] Cisco PPP with HDLC framing,
|
459
|
-
#:
|
460
|
-
#: meaning "received by this host" and a non-zero value meaning "sent by this
|
461
|
-
#: host".
|
397
|
+
#: [``DLT_C_HDLC_WITH_DIR``] Cisco PPP with HDLC framing, with a direction
|
398
|
+
#: header.
|
462
399
|
C_HDLC_WITH_DIR = 205
|
463
400
|
|
464
|
-
#: [``DLT_FRELAY_WITH_DIR``] Frame Relay LAPF
|
465
|
-
#: pseudo-header with a zero value meaning "received by this host" (DCE⇒DTE)
|
466
|
-
#: and a non-zero value meaning "sent by this host" (DTE⇒DCE), followed by an
|
467
|
-
#: ITU-T Recommendation Q.922 LAPF header starting with the address field, and
|
468
|
-
#: without an FCS at the end of the frame.
|
401
|
+
#: [``DLT_FRELAY_WITH_DIR``] Frame Relay LAPF, with a direction header.
|
469
402
|
FRELAY_WITH_DIR = 206
|
470
403
|
|
471
|
-
#: [``DLT_LAPB_WITH_DIR``]
|
472
|
-
#: by ITU-T Recommendation X.25, preceded with a one-byte pseudo-header with a
|
473
|
-
#: zero value meaning "received by this host" (DCE⇒DTE) and a non-zero value
|
474
|
-
#: meaning "sent by this host" (DTE⇒DCE).
|
404
|
+
#: [``DLT_LAPB_WITH_DIR``] X.25 LAPB, with a direction header.
|
475
405
|
LAPB_WITH_DIR = 207
|
476
406
|
|
477
407
|
#: [``DLT_IPMB_LINUX``] Legacy names (do not use) for Linux I2C below.
|
@@ -488,8 +418,8 @@ class LinkType(IntEnum):
|
|
488
418
|
#: transport.
|
489
419
|
MOST = 211
|
490
420
|
|
491
|
-
#: [``DLT_LIN``] Local Interconnect Network (LIN) automotive bus,
|
492
|
-
#:
|
421
|
+
#: [``DLT_LIN``] Local Interconnect Network (LIN) automotive bus, with a
|
422
|
+
#: metadata header
|
493
423
|
LIN = 212
|
494
424
|
|
495
425
|
#: [``DLT_X2E_SERIAL``] X2E-private data link type used for serial line
|
@@ -500,11 +430,7 @@ class LinkType(IntEnum):
|
|
500
430
|
#: logger family.
|
501
431
|
X2E_XORAYA = 214
|
502
432
|
|
503
|
-
#: [``DLT_IEEE802_15_4_NONASK_PHY``] IEEE 802.15.4
|
504
|
-
#: with each packet having the FCS at the end of the frame, and with the PHY-
|
505
|
-
#: level data for the O-QPSK, BPSK, GFSK, MSK, and RCC DSS BPSK PHYs (4 octets
|
506
|
-
#: of 0 as preamble, one octet of SFD, one octet of frame length + reserved
|
507
|
-
#: bit) preceding the MAC-layer data (starting with the frame control field).
|
433
|
+
#: [``DLT_IEEE802_15_4_NONASK_PHY``] IEEE 802.15.4 packets with PHY header.
|
508
434
|
IEEE802_15_4_NONASK_PHY = 215
|
509
435
|
|
510
436
|
#: [``DLT_LINUX_EVDEV``] Linux evdev events from /dev/input/eventN devices.
|
@@ -519,17 +445,8 @@ class LinkType(IntEnum):
|
|
519
445
|
#: [``DLT_MPLS``] MPLS, with an MPLS label as the link-layer header.
|
520
446
|
MPLS = 219
|
521
447
|
|
522
|
-
#: [``DLT_USB_LINUX_MMAPPED``] USB packets, beginning with
|
523
|
-
#:
|
524
|
-
#: Documentation/usb/usbmon.txt file in the Linux source tree. All 64 bytes of
|
525
|
-
#: the header are present. All fields in the header are in host byte order.
|
526
|
-
#: When performing a live capture, the host byte order is the byte order of the
|
527
|
-
#: machine on that the packets are captured. When reading a pcap file, the byte
|
528
|
-
#: order is the byte order for the file, as specified by the file's magic
|
529
|
-
#: number; when reading a pcapng file, the byte order is the byte order for the
|
530
|
-
#: section of the pcapng file, as specified by the Section Header Block. For
|
531
|
-
#: isochronous transfers, the ndesc field specifies the number of isochronous
|
532
|
-
#: descriptors that follow.
|
448
|
+
#: [``DLT_USB_LINUX_MMAPPED``] USB packets, beginning with an extended Linux
|
449
|
+
#: USB header.
|
533
450
|
USB_LINUX_MMAPPED = 220
|
534
451
|
|
535
452
|
#: [``DLT_DECT``] DECT packets, with a pseudo-header.
|
@@ -542,23 +459,17 @@ class LinkType(IntEnum):
|
|
542
459
|
#: the HART Communication Foundation (IEC/PAS 62591).
|
543
460
|
WIHART = 223
|
544
461
|
|
545
|
-
#: [``DLT_FC_2``] Fibre Channel FC-2 frames
|
462
|
+
#: [``DLT_FC_2``] Fibre Channel FC-2 frames.
|
546
463
|
FC_2 = 224
|
547
464
|
|
548
|
-
#: [``DLT_FC_2_WITH_FRAME_DELIMS``] Fibre Channel FC-2 frames
|
549
|
-
#: encoding of the SOF, followed by a Frame\_Header, and ending with an
|
550
|
-
#: encoding of the SOF. The encodings represent the frame delimiters as 4-byte
|
551
|
-
#: sequences representing the corresponding ordered sets, with K28.5
|
552
|
-
#: represented as 0xBC, and the D symbols as the corresponding byte values; for
|
553
|
-
#: example, SOFi2, which is K28.5 - D21.5 - D1.2 - D21.2, is represented as
|
554
|
-
#: 0xBC 0xB5 0x55 0x55.
|
465
|
+
#: [``DLT_FC_2_WITH_FRAME_DELIMS``] Fibre Channel FC-2 frames with SOF and EOF.
|
555
466
|
FC_2_WITH_FRAME_DELIMS = 225
|
556
467
|
|
557
468
|
#: [``DLT_IPNET``] Solaris ipnet
|
558
469
|
IPNET = 226
|
559
470
|
|
560
|
-
#: [``DLT_CAN_SOCKETCAN``]
|
561
|
-
#: header
|
471
|
+
#: [``DLT_CAN_SOCKETCAN``] Controller Area Network (CAN) frames, with a
|
472
|
+
#: metadata header.
|
562
473
|
CAN_SOCKETCAN = 227
|
563
474
|
|
564
475
|
#: [``DLT_IPV4``] Raw IPv4; the packet begins with an IPv4 header.
|
@@ -567,13 +478,10 @@ class LinkType(IntEnum):
|
|
567
478
|
#: [``DLT_IPV6``] Raw IPv6; the packet begins with an IPv6 header.
|
568
479
|
IPV6 = 229
|
569
480
|
|
570
|
-
#: [``DLT_IEEE802_15_4_NOFCS``] IEEE 802.15.4
|
571
|
-
#: without the FCS at the end of the frame.
|
481
|
+
#: [``DLT_IEEE802_15_4_NOFCS``] IEEE 802.15.4 packets without FCS.
|
572
482
|
IEEE802_15_4_NOFCS = 230
|
573
483
|
|
574
|
-
#: [``DLT_DBUS``] Raw D-Bus messages
|
575
|
-
#: followed by the message type, etc., but without the authentication handshake
|
576
|
-
#: before the message sequence.
|
484
|
+
#: [``DLT_DBUS``] Raw D-Bus messages.
|
577
485
|
DBUS = 231
|
578
486
|
|
579
487
|
#: [``DLT_JUNIPER_VS``] Juniper Networks private data link type.
|
@@ -585,18 +493,13 @@ class LinkType(IntEnum):
|
|
585
493
|
#: [``DLT_JUNIPER_FIBRECHANNEL``] Juniper Networks private data link type.
|
586
494
|
JUNIPER_FIBRECHANNEL = 234
|
587
495
|
|
588
|
-
#: [``DLT_DVB_CI``] DVB-CI messages, with
|
589
|
-
#: PCAP format for DVB-CI specification.
|
496
|
+
#: [``DLT_DVB_CI``] DVB-CI messages, with a pseudo-header.
|
590
497
|
DVB_CI = 235
|
591
498
|
|
592
|
-
#: [``DLT_MUX27010``] Variant of 3GPP TS 27.010 multiplexing protocol
|
593
|
-
#: to, but not the same as, 27.010).
|
499
|
+
#: [``DLT_MUX27010``] Variant of 3GPP TS 27.010 multiplexing protocol.
|
594
500
|
MUX27010 = 236
|
595
501
|
|
596
|
-
#: [``DLT_STANAG_5066_D_PDU``] D\_PDUs
|
597
|
-
#: 5066, starting with the synchronization sequence, and including both header
|
598
|
-
#: and data CRCs. The current version of STANAG 5066 is backwards-compatible
|
599
|
-
#: with the 1.0.2 version, although newer versions are classified.
|
502
|
+
#: [``DLT_STANAG_5066_D_PDU``] STANAG 5066 D\_PDUs.
|
600
503
|
STANAG_5066_D_PDU = 237
|
601
504
|
|
602
505
|
#: [``DLT_JUNIPER_ATM_CEMIC``] Juniper Networks private data link type.
|
@@ -605,20 +508,18 @@ class LinkType(IntEnum):
|
|
605
508
|
#: [``DLT_NFLOG``] Linux netlink NETLINK NFLOG socket log messages.
|
606
509
|
NFLOG = 239
|
607
510
|
|
608
|
-
#: [``DLT_NETANALYZER``] Ethernet frames
|
609
|
-
#:
|
511
|
+
#: [``DLT_NETANALYZER``] Ethernet frames with Hilscher netANALYZER pseudo-
|
512
|
+
#: header.
|
610
513
|
NETANALYZER = 240
|
611
514
|
|
612
|
-
#: [``DLT_NETANALYZER_TRANSPARENT``] Ethernet frames
|
613
|
-
#: and SFD, preceded by a Hilscher
|
515
|
+
#: [``DLT_NETANALYZER_TRANSPARENT``] Ethernet frames with netANALYZER pseudo-
|
516
|
+
#: header, preamble and SFD, preceded by a Hilscher.
|
614
517
|
NETANALYZER_TRANSPARENT = 241
|
615
518
|
|
616
|
-
#: [``DLT_IPOIB``] IP-over-InfiniBand
|
519
|
+
#: [``DLT_IPOIB``] IP-over-InfiniBand.
|
617
520
|
IPOIB = 242
|
618
521
|
|
619
|
-
#: [``DLT_MPEG_2_TS``] MPEG-2 Transport Stream transport packets
|
620
|
-
#: by ISO 13818-1/ITU-T Recommendation H.222.0 (see table 2-2 of section
|
621
|
-
#: 2.4.3.2 "Transport Stream packet layer").
|
522
|
+
#: [``DLT_MPEG_2_TS``] MPEG-2 Transport Stream transport packets.
|
622
523
|
MPEG_2_TS = 243
|
623
524
|
|
624
525
|
#: [``DLT_NG40``] Frames from ng4T GmbH's ng40 protocol tester.
|
@@ -631,9 +532,7 @@ class LinkType(IntEnum):
|
|
631
532
|
#: Packet filter state syncing.
|
632
533
|
PFSYNC = 246
|
633
534
|
|
634
|
-
#: [``DLT_INFINIBAND``]
|
635
|
-
#: Header, as specified in Chapter 5 "Data packet format" of InfiniBand™
|
636
|
-
#: Architecture Specification Release 1.2.1 Volume 1 - General Specifications.
|
535
|
+
#: [``DLT_INFINIBAND``] InfiniBand data packets.
|
637
536
|
INFINIBAND = 247
|
638
537
|
|
639
538
|
#: [``DLT_SCTP``] SCTP packets, as defined by RFC 4960, with no lower-level
|
@@ -647,10 +546,7 @@ class LinkType(IntEnum):
|
|
647
546
|
#: Laboratories "RTAC" product.
|
648
547
|
RTAC_SERIAL = 250
|
649
548
|
|
650
|
-
#: [``DLT_BLUETOOTH_LE_LL``] Bluetooth Low Energy
|
651
|
-
#: packets, in the format described in section 2.1 "PACKET FORMAT" of volume 6
|
652
|
-
#: of the Bluetooth Specification Version 4.0 (see PDF page 2200), but without
|
653
|
-
#: the Preamble.
|
549
|
+
#: [``DLT_BLUETOOTH_LE_LL``] Bluetooth Low Energy link-layer packets.
|
654
550
|
BLUETOOTH_LE_LL = 251
|
655
551
|
|
656
552
|
#: [``DLT_WIRESHARK_UPPER_PDU``] Upper-protocol layer PDU saves from Wireshark;
|
@@ -661,42 +557,34 @@ class LinkType(IntEnum):
|
|
661
557
|
#: [``DLT_NETLINK``] Linux Netlink capture encapsulation.
|
662
558
|
NETLINK = 253
|
663
559
|
|
664
|
-
#: [``DLT_BLUETOOTH_LINUX_MONITOR``] Bluetooth Linux Monitor
|
665
|
-
#: traffic for the BlueZ stack.
|
560
|
+
#: [``DLT_BLUETOOTH_LINUX_MONITOR``] Bluetooth Linux Monitor.
|
666
561
|
BLUETOOTH_LINUX_MONITOR = 254
|
667
562
|
|
668
563
|
#: [``DLT_BLUETOOTH_BREDR_BB``] Bluetooth Basic Rate and Enhanced Data Rate
|
669
564
|
#: baseband packets.
|
670
565
|
BLUETOOTH_BREDR_BB = 255
|
671
566
|
|
672
|
-
#: [``DLT_BLUETOOTH_LE_LL_WITH_PHDR``] Bluetooth Low Energy link-layer packets
|
567
|
+
#: [``DLT_BLUETOOTH_LE_LL_WITH_PHDR``] Bluetooth Low Energy link-layer packets,
|
568
|
+
#: with a pseudo-header.
|
673
569
|
BLUETOOTH_LE_LL_WITH_PHDR = 256
|
674
570
|
|
675
|
-
#: [``DLT_PROFIBUS_DL``] PROFIBUS data link layer packets
|
676
|
-
#: standard 61158-4-3, beginning with the start delimiter, ending with the end
|
677
|
-
#: delimiter, and including all octets between them.
|
571
|
+
#: [``DLT_PROFIBUS_DL``] PROFIBUS data link layer packets.
|
678
572
|
PROFIBUS_DL = 257
|
679
573
|
|
680
574
|
#: [``DLT_PKTAP``] Apple PKTAP capture encapsulation.
|
681
575
|
PKTAP = 258
|
682
576
|
|
683
|
-
#: [``DLT_EPON``] Ethernet-over-passive-optical-network packets,
|
684
|
-
#:
|
685
|
-
#: "Transmit" in Clause 65 of Section 5 of IEEE 802.3, followed immediately by
|
686
|
-
#: an Ethernet frame.
|
577
|
+
#: [``DLT_EPON``] Ethernet-over-passive-optical-network packets, including
|
578
|
+
#: preamble octets.
|
687
579
|
EPON = 259
|
688
580
|
|
689
|
-
#: [``DLT_IPMI_HPM_2``] IPMI trace packets
|
690
|
-
#: Data Block Format" in the PICMG HPM.2 specification. The time stamps for
|
691
|
-
#: packets in this format must match the time stamps in the Trace Data Blocks.
|
581
|
+
#: [``DLT_IPMI_HPM_2``] IPMI HPM.2 trace packets.
|
692
582
|
IPMI_HPM_2 = 260
|
693
583
|
|
694
|
-
#: [``DLT_ZWAVE_R1_R2``] Z-Wave RF profile R1 and R2 packets
|
695
|
-
#: ITU-T Recommendation G.9959, with some MAC layer fields moved.
|
584
|
+
#: [``DLT_ZWAVE_R1_R2``] Z-Wave RF profile R1 and R2 packets.
|
696
585
|
ZWAVE_R1_R2 = 261
|
697
586
|
|
698
|
-
#: [``DLT_ZWAVE_R3``] Z-Wave RF profile R3 packets
|
699
|
-
#: Recommendation G.9959, with some MAC layer fields moved.
|
587
|
+
#: [``DLT_ZWAVE_R3``] Z-Wave RF profile R3 packets.
|
700
588
|
ZWAVE_R3 = 262
|
701
589
|
|
702
590
|
#: [``DLT_WATTSTOPPER_DLM``] WattStopper Digital Lighting Management (DLM) and
|
@@ -720,18 +608,13 @@ class LinkType(IntEnum):
|
|
720
608
|
#: used in OpenBSD switch interface monitoring.
|
721
609
|
OPENFLOW = 267
|
722
610
|
|
723
|
-
#: [``DLT_SDLC``] SDLC packets
|
724
|
-
#: "Synchronous Data Link Control (SDLC)" of Systems Network Architecture
|
725
|
-
#: Formats, GA27-3136-20, without the flag fields, zero-bit insertion, or Frame
|
726
|
-
#: Check Sequence field, containing SNA path information units (PIUs) as the
|
727
|
-
#: payload.
|
611
|
+
#: [``DLT_SDLC``] SNA SDLC packets
|
728
612
|
SDLC = 268
|
729
613
|
|
730
614
|
#: [``DLT_TI_LLN_SNIFFER``] TI LLN sniffer frames.
|
731
615
|
TI_LLN_SNIFFER = 269
|
732
616
|
|
733
|
-
#: [``DLT_LORATAP``] LoRaTap pseudo-header
|
734
|
-
#: typically the PHYPayload from the LoRaWan specification.
|
617
|
+
#: [``DLT_LORATAP``] LoRaWan packets with a LoRaTap pseudo-header.
|
735
618
|
LORATAP = 270
|
736
619
|
|
737
620
|
#: [``DLT_VSOCK``] Protocol for communication between host and guest machines
|
@@ -746,8 +629,7 @@ class LinkType(IntEnum):
|
|
746
629
|
#: header giving metadata about the packet.
|
747
630
|
DOCSIS31_XRA31 = 273
|
748
631
|
|
749
|
-
#: [``DLT_ETHERNET_MPACKET``]
|
750
|
-
#: 99-4, starting with the preamble and always ending with a CRC field.
|
632
|
+
#: [``DLT_ETHERNET_MPACKET``] IEEE 802.3 mPackets.
|
751
633
|
ETHERNET_MPACKET = 274
|
752
634
|
|
753
635
|
#: [``DLT_DISPLAYPORT_AUX``] DisplayPort AUX channel monitoring messages.
|
@@ -776,8 +658,8 @@ class LinkType(IntEnum):
|
|
776
658
|
#: prepended.
|
777
659
|
DSA_TAG_BRCM_PREPEND = 282
|
778
660
|
|
779
|
-
#: [``DLT_IEEE802_15_4_TAP``] IEEE 802.15.4
|
780
|
-
#:
|
661
|
+
#: [``DLT_IEEE802_15_4_TAP``] IEEE 802.15.4 packets, with a pseudo-header
|
662
|
+
#: containing TLVs with metadata preceding the 802.15.4 header.
|
781
663
|
IEEE802_15_4_TAP = 283
|
782
664
|
|
783
665
|
#: [``DLT_DSA_TAG_DSA``] Ethernet frames, with a Marvell DSA switch tag
|
@@ -788,9 +670,7 @@ class LinkType(IntEnum):
|
|
788
670
|
#: inserted.
|
789
671
|
DSA_TAG_EDSA = 285
|
790
672
|
|
791
|
-
#: [``DLT_ELEE``]
|
792
|
-
#: The packet begins with the ELEE header; it does not include any transport-
|
793
|
-
#: layer or lower-layer headers for protocols used to transport ELEE packets.
|
673
|
+
#: [``DLT_ELEE``] Reserved for ELEE lawful intercept protocol.
|
794
674
|
ELEE = 286
|
795
675
|
|
796
676
|
#: [``DLT_Z_WAVE_SERIAL``] Serial frames transmitted between a host and a
|
@@ -798,15 +678,10 @@ class LinkType(IntEnum):
|
|
798
678
|
#: 5 of the Z-Wave Serial API Host Application Programming Guide.
|
799
679
|
Z_WAVE_SERIAL = 287
|
800
680
|
|
801
|
-
#: [``DLT_USB_2_0``] USB 2.0, 1.1, or 1.0
|
802
|
-
#: described by Chapter 8 "Protocol Layer" of the the Universal Serial Bus
|
803
|
-
#: Specification Revision 2.0. Deprecated in favor of speed specific USB 2.0,
|
804
|
-
#: 1.1, or 1.0 linktypes.
|
681
|
+
#: [``DLT_USB_2_0``] USB 2.0, 1.1, or 1.0 packets.
|
805
682
|
USB_2_0 = 288
|
806
683
|
|
807
|
-
#: [``DLT_ATSC_ALP``] ATSC Link-Layer Protocol frames
|
808
|
-
#: 5 of the A/330 Link-Layer Protocol specification, found at the ATSC 3.0
|
809
|
-
#: standards page, beginning with a Base Header.
|
684
|
+
#: [``DLT_ATSC_ALP``] ATSC Link-Layer Protocol frames.
|
810
685
|
ATSC_ALP = 289
|
811
686
|
|
812
687
|
#: [``DLT_ETW``] Event Tracing for Windows messages.
|
@@ -819,27 +694,19 @@ class LinkType(IntEnum):
|
|
819
694
|
#: [``DLT_ZBOSS_NCP``] ZBOSS NCP Serial Protocol, with a pseudo-header.
|
820
695
|
ZBOSS_NCP = 292
|
821
696
|
|
822
|
-
#: [``DLT_USB_2_0_LOW_SPEED``] Low-Speed USB 2.0, 1.1, or 1.0
|
823
|
-
#: with a PID, as described by Chapter 8 "Protocol Layer" of the the Universal
|
824
|
-
#: Serial Bus Specification Revision 2.0.
|
697
|
+
#: [``DLT_USB_2_0_LOW_SPEED``] Low-Speed USB 2.0, 1.1, or 1.0 packets..
|
825
698
|
USB_2_0_LOW_SPEED = 293
|
826
699
|
|
827
|
-
#: [``DLT_USB_2_0_FULL_SPEED``] Full-Speed USB 2.0, 1.1, or 1.0
|
828
|
-
#: beginning with a PID, as described by Chapter 8 "Protocol Layer" of the the
|
829
|
-
#: Universal Serial Bus Specification Revision 2.0.
|
700
|
+
#: [``DLT_USB_2_0_FULL_SPEED``] Full-Speed USB 2.0, 1.1, or 1.0 packets.
|
830
701
|
USB_2_0_FULL_SPEED = 294
|
831
702
|
|
832
|
-
#: [``DLT_USB_2_0_HIGH_SPEED``] High-Speed USB 2.0
|
833
|
-
#: PID, as described by Chapter 8 "Protocol Layer" of the the Universal Serial
|
834
|
-
#: Bus Specification Revision 2.0.
|
703
|
+
#: [``DLT_USB_2_0_HIGH_SPEED``] High-Speed USB 2.0 packets.
|
835
704
|
USB_2_0_HIGH_SPEED = 295
|
836
705
|
|
837
|
-
#: [``DLT_AUERSWALD_LOG``] Auerswald Logger Protocol
|
838
|
-
#: document.
|
706
|
+
#: [``DLT_AUERSWALD_LOG``] Auerswald Logger Protocol packets.
|
839
707
|
AUERSWALD_LOG = 296
|
840
708
|
|
841
|
-
#: [``DLT_ZWAVE_TAP``] Z-Wave packets,
|
842
|
-
#: G.9959, with a TAP meta-data header.
|
709
|
+
#: [``DLT_ZWAVE_TAP``] Z-Wave packets, with a metadata header.
|
843
710
|
ZWAVE_TAP = 297
|
844
711
|
|
845
712
|
#: [``DLT_SILABS_DEBUG_CHANNEL``] Silicon Labs debug channel protocol, as
|
@@ -849,16 +716,10 @@ class LinkType(IntEnum):
|
|
849
716
|
#: [``DLT_FIRA_UCI``] Ultra-wideband (UWB) controller interface protocol (UCI).
|
850
717
|
FIRA_UCI = 299
|
851
718
|
|
852
|
-
#: [``DLT_MDB``] MDB (Multi-Drop Bus)
|
853
|
-
#: controller and peripherals inside the vending machine, with the message
|
854
|
-
#: format specified by the PCAP format for MDB specification.
|
719
|
+
#: [``DLT_MDB``] MDB (Multi-Drop Bus) messages, with a pseudo-header.
|
855
720
|
MDB = 300
|
856
721
|
|
857
|
-
#: [``DLT_DECT_NR``] DECT-2020 New Radio (NR) MAC layer
|
858
|
-
#: 103 636-4. The Physical Header Field is always encoded using 80 bits (10
|
859
|
-
#: bytes). Broadcast transmissions using 40 bits (5 bytes) is padded with 40
|
860
|
-
#: zero bits (5 bytes). When padding is used the Receiver Identity value 0x0000
|
861
|
-
#: (reserved address) is used to detect broadcast transmissions.
|
722
|
+
#: [``DLT_DECT_NR``] DECT-2020 New Radio (NR) MAC layer.
|
862
723
|
DECT_NR = 301
|
863
724
|
|
864
725
|
@staticmethod
|
pcapkit/const/tcp/flags.py
CHANGED
@@ -31,8 +31,8 @@ class Flags(IntFlag):
|
|
31
31
|
#: Reserved for future use [:rfc:`9293`]
|
32
32
|
Reserved_6 = 1 << 6
|
33
33
|
|
34
|
-
#:
|
35
|
-
|
34
|
+
#: AE (Accurate ECN) [RFC-ietf-tcpm-accurate-ecn-34]
|
35
|
+
AE = 1 << 7
|
36
36
|
|
37
37
|
#: CWR (Congestion Window Reduced) [:rfc:`3168`]
|
38
38
|
CWR = 1 << 8
|
pcapkit/const/tcp/option.py
CHANGED
@@ -138,15 +138,13 @@ class Option(IntEnum):
|
|
138
138
|
#: Reserved (known unauthorized use without proper IANA assignment)
|
139
139
|
Reserved_78 = 78
|
140
140
|
|
141
|
-
#: Accurate ECN Order 0 (AccECN0)
|
142
|
-
#: registered 2024-07-11, expires 2025-08-03) [draft-ietf-tcpm-accurate-ecn-20]
|
141
|
+
#: Accurate ECN Order 0 (AccECN0) [RFC-ietf-tcpm-accurate-ecn-34]
|
143
142
|
Accurate_ECN_Order_0 = 172
|
144
143
|
|
145
144
|
#: Reserved
|
146
145
|
Reserved_173 = 173
|
147
146
|
|
148
|
-
#: Accurate ECN Order 1 (AccECN1)
|
149
|
-
#: registered 2024-07-11, expires 2025-08-03) [draft-ietf-tcpm-accurate-ecn-20]
|
147
|
+
#: Accurate ECN Order 1 (AccECN1) [RFC-ietf-tcpm-accurate-ecn-34]
|
150
148
|
Accurate_ECN_Order_1 = 174
|
151
149
|
|
152
150
|
#: RFC3692-style Experiment 1 (also improperly used for shipping
|
@@ -1,4 +1,4 @@
|
|
1
|
-
pcapkit/__init__.py,sha256=
|
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,15 +117,15 @@ 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=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
|
126
|
-
pcapkit/const/tcp/flags.py,sha256=
|
126
|
+
pcapkit/const/tcp/flags.py,sha256=hT3El099DguAyXqHj4CFDx6TJNCTPzJNnsBRO9qwMGc,1744
|
127
127
|
pcapkit/const/tcp/mp_tcp_option.py,sha256=deLEl_q8GtoLu0GeJ8Ln3pEK-dHUImbUvNvHfANF9ig,2187
|
128
|
-
pcapkit/const/tcp/option.py,sha256=
|
128
|
+
pcapkit/const/tcp/option.py,sha256=OV-MElXFlEtlNoyQjpetZJn7Con9VpAl0fCgUmF0Gpo,5553
|
129
129
|
pcapkit/const/vlan/__init__.py,sha256=e58kBqVyx-aNe10uWkfI1grb1gI5t-VxyYnmP4qT2bM,690
|
130
130
|
pcapkit/const/vlan/priority_level.py,sha256=lditGE8zcRNmCnPW7lTM45R5Q9RQ-CqBRkqGGDSByJw,1936
|
131
131
|
pcapkit/corekit/__init__.py,sha256=YcNlfudunIO0cnpU7xX_r-xZafcO39TmS8Vp7z45BjE,1659
|
@@ -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.post17.dist-info/LICENSE,sha256=KkKND5E2e1Z6CQvSLPc1lRBy4xPRed41AG6q1txotWk,1516
|
462
|
+
pypcapkit-1.3.5.post17.dist-info/METADATA,sha256=WZSLK6EPsMsyGJSob9yebqbBjPWjG3fdtEg8uyP2YGk,7705
|
463
|
+
pypcapkit-1.3.5.post17.dist-info/WHEEL,sha256=iAkIy5fosb7FzIOwONchHf19Qu7_1wCWyFNR5gu9nU0,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,,
|
File without changes
|
File without changes
|
File without changes
|