pypcapkit 1.2.1.post1__cp39-none-any.whl → 1.2.1.post3__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 +7 -1
- pcapkit/const/reg/ethertype.py +21 -17
- {pypcapkit-1.2.1.post1.dist-info → pypcapkit-1.2.1.post3.dist-info}/METADATA +1 -1
- {pypcapkit-1.2.1.post1.dist-info → pypcapkit-1.2.1.post3.dist-info}/RECORD +9 -9
- {pypcapkit-1.2.1.post1.dist-info → pypcapkit-1.2.1.post3.dist-info}/LICENSE +0 -0
- {pypcapkit-1.2.1.post1.dist-info → pypcapkit-1.2.1.post3.dist-info}/WHEEL +0 -0
- {pypcapkit-1.2.1.post1.dist-info → pypcapkit-1.2.1.post3.dist-info}/entry_points.txt +0 -0
- {pypcapkit-1.2.1.post1.dist-info → pypcapkit-1.2.1.post3.dist-info}/top_level.txt +0 -0
pcapkit/__init__.py
CHANGED
pcapkit/const/reg/apptype.py
CHANGED
@@ -22429,6 +22429,12 @@ class AppType(StrEnum):
|
|
22429
22429
|
#: [UDP] Asymmetric Extended Route Optimization (AERO) [:rfc:`6706`]
|
22430
22430
|
aero: 'AppType' = 8060, 'aero', TransportProtocol.get('udp')
|
22431
22431
|
|
22432
|
+
#: [TCP] Nikatron Device Protocol
|
22433
|
+
nikatron_dev: 'AppType' = 8061, 'nikatron-dev', TransportProtocol.get('tcp')
|
22434
|
+
|
22435
|
+
#: [UDP] Reserved
|
22436
|
+
reserved_8061: 'AppType' = 8061, 'reserved', TransportProtocol.get('udp')
|
22437
|
+
|
22432
22438
|
#: [TCP] Toad BI Application Server
|
22433
22439
|
toad_bi_appsrvr: 'AppType' = 8066, 'toad-bi-appsrvr', TransportProtocol.get('tcp')
|
22434
22440
|
|
@@ -31211,7 +31217,7 @@ class AppType(StrEnum):
|
|
31211
31217
|
if 8045 <= value <= 8050:
|
31212
31218
|
#: [N/A] Unassigned
|
31213
31219
|
return extend_enum(cls, 'unassigned_%d' % value, value, 'unassigned', TransportProtocol.get('undefined'))
|
31214
|
-
if
|
31220
|
+
if 8062 <= value <= 8065:
|
31215
31221
|
#: [N/A] Unassigned
|
31216
31222
|
return extend_enum(cls, 'unassigned_%d' % value, value, 'unassigned', TransportProtocol.get('undefined'))
|
31217
31223
|
if 8068 <= value <= 8069:
|
pcapkit/const/reg/ethertype.py
CHANGED
@@ -18,17 +18,20 @@ __all__ = ['EtherType']
|
|
18
18
|
class EtherType(IntEnum):
|
19
19
|
"""[EtherType] Ethertype IEEE 802 Numbers"""
|
20
20
|
|
21
|
-
#: XEROX PUP
|
22
|
-
#:
|
23
|
-
#: July 1979; also in IEEE
|
24
|
-
#: 4, April 1980.][Neil
|
25
|
-
|
21
|
+
#: Formerly XEROX PUP. Invalid as an Ethertype since 1983. Use 0x0A00. [Boggs,
|
22
|
+
#: D., J. Shoch, E. Taft, and R. Metcalfe, "PUP: An Internetwork Architecture",
|
23
|
+
#: XEROX Palo Alto Research Center, CSL-79-10, July 1979; also in IEEE
|
24
|
+
#: Transactions on Communication, Volume COM-28, Number 4, April 1980.][Neil
|
25
|
+
#: Sembower]
|
26
|
+
Formerly_XEROX_PUP_Invalid_as_an_Ethertype_since_1983_Use_0x0A00 = 0x0200
|
26
27
|
|
27
|
-
#: PUP Addr Trans
|
28
|
-
|
28
|
+
#: Formerly PUP Addr Trans. Invalid as an Ethertype since 1983. Use 0x0A01.
|
29
|
+
#: [Neil Sembower]
|
30
|
+
Formerly_PUP_Addr_Trans_Invalid_as_an_Ethertype_since_1983_Use_0x0A01 = 0x0201
|
29
31
|
|
30
|
-
#: Nixdorf [Neil
|
31
|
-
|
32
|
+
#: Old Nixdorf private protocol. Invalid as an Ethertype since 1983. [Neil
|
33
|
+
#: Sembower]
|
34
|
+
Old_Nixdorf_private_protocol_Invalid_as_an_Ethertype_since_1983 = 0x0400
|
32
35
|
|
33
36
|
#: XEROX NS IDP ["The Ethernet, A Local Area Network: Data Link Layer and
|
34
37
|
#: Physical Layer Specification", AA-K759B-TK, Digital Equipment Corporation,
|
@@ -84,7 +87,7 @@ class EtherType(IntEnum):
|
|
84
87
|
Xerox_IEEE802_3_PUP = 0x0A00
|
85
88
|
|
86
89
|
#: PUP Addr Trans [Neil Sembower]
|
87
|
-
|
90
|
+
PUP_Addr_Trans = 0x0A01
|
88
91
|
|
89
92
|
#: Banyan VINES [Neil Sembower]
|
90
93
|
Banyan_VINES = 0x0BAD
|
@@ -507,8 +510,8 @@ class EtherType(IntEnum):
|
|
507
510
|
#: processor for processing. [:rfc:`8157`]
|
508
511
|
The_Ethertype_will_be_used_to_identify_a_Channel_in_which_control_messages_are_encapsulated_as_payload_of_GRE_packets_When_a_GRE_packet_tagged_with_the_Ethertype_is_received_the_payload_will_be_handed_to_the_network_processor_for_processing = 0xB7EA
|
509
512
|
|
510
|
-
#: BBN VITAL-LanBridge cache [Neil Sembower]
|
511
|
-
|
513
|
+
#: BBN VITAL-LanBridge cache private protocol. [Neil Sembower]
|
514
|
+
BBN_VITAL_LanBridge_cache_private_protocol = 0xFF00
|
512
515
|
|
513
516
|
#: Reserved [:rfc:`1701`]
|
514
517
|
Reserved = 0xFFFF
|
@@ -540,11 +543,12 @@ class EtherType(IntEnum):
|
|
540
543
|
if not (isinstance(value, int) and 0x0000 <= value <= 0xFFFF):
|
541
544
|
raise ValueError('%r is not a valid %s' % (value, cls.__name__))
|
542
545
|
if 0x0000 <= value <= 0x05DC:
|
543
|
-
#: IEEE802.3 Length Field [
|
546
|
+
#: IEEE802.3 Length Field [IEEE Std 802.3]
|
544
547
|
return extend_enum(cls, 'IEEE802_3_Length_Field_0x%s' % hex(value)[2:].upper().zfill(4), value)
|
545
548
|
if 0x0101 <= value <= 0x01FF:
|
546
|
-
#: Experimental [Neil
|
547
|
-
|
549
|
+
#: Old Xerox Experimental values. Invalid as an Ethertype since 1983. [Neil
|
550
|
+
#: Sembower]
|
551
|
+
return extend_enum(cls, 'Old_Xerox_Experimental_values_Invalid_as_an_Ethertype_since_1983_0x%s' % hex(value)[2:].upper().zfill(4), value)
|
548
552
|
if 0x0888 <= value <= 0x088A:
|
549
553
|
#: Xyplex [Neil Sembower]
|
550
554
|
return extend_enum(cls, 'Xyplex_0x%s' % hex(value)[2:].upper().zfill(4), value)
|
@@ -705,6 +709,6 @@ class EtherType(IntEnum):
|
|
705
709
|
#: Invisible Software [Neil Sembower]
|
706
710
|
return extend_enum(cls, 'Invisible_Software_0x%s' % hex(value)[2:].upper().zfill(4), value)
|
707
711
|
if 0xFF00 <= value <= 0xFF0F:
|
708
|
-
#: ISC Bunker Ramo [Neil Sembower]
|
709
|
-
return extend_enum(cls, '
|
712
|
+
#: ISC Bunker Ramo private protocol. [Neil Sembower]
|
713
|
+
return extend_enum(cls, 'ISC_Bunker_Ramo_private_protocol_0x%s' % hex(value)[2:].upper().zfill(4), value)
|
710
714
|
return super()._missing_(value)
|
@@ -1,4 +1,4 @@
|
|
1
|
-
pcapkit/__init__.py,sha256=
|
1
|
+
pcapkit/__init__.py,sha256=4t9RNj3OgkLa2QZYQDkGj5UeXVmcXH_TBp26820OFkI,4097
|
2
2
|
pcapkit/__main__.py,sha256=pckITFrDzzXCXPM_r03AAhvpGyqFWdwyKDkGRZENiv4,6313
|
3
3
|
pcapkit/all.py,sha256=FA9cbzTEdLGDOGkpG8Vn3mIQ9i8etkZS_XVVPFUkTp4,6676
|
4
4
|
pcapkit/const/__init__.py,sha256=XpEr66hXmBpBofS5aHiTZXTG8VZlxU7xy0BNXBKCi1Q,3266
|
@@ -116,8 +116,8 @@ pcapkit/const/pcapng/record_type.py,sha256=4rZytbhhF6u5SPvQ8ew3jx4OhN_rwDQG3I4Jl
|
|
116
116
|
pcapkit/const/pcapng/secrets_type.py,sha256=n_662aowLtqA25ilbdG6BWb2rYmrdBJt79_SISzfJkw,1578
|
117
117
|
pcapkit/const/pcapng/verdict_type.py,sha256=_jEkN0g6CX-DGshAj-lUiZjiwdK7Fqou2pnzgZ-WyIk,1476
|
118
118
|
pcapkit/const/reg/__init__.py,sha256=xKABPHwDQ0diN2sFA7hkw42FNsb6tx294XemEjTs2g8,1469
|
119
|
-
pcapkit/const/reg/apptype.py,sha256=
|
120
|
-
pcapkit/const/reg/ethertype.py,sha256=
|
119
|
+
pcapkit/const/reg/apptype.py,sha256=wgJRC91rRreUixsqFnUr5bs4-9OHyQiOKqgicA_2mx8,1427066
|
120
|
+
pcapkit/const/reg/ethertype.py,sha256=I20cURGAhfySQRpH2mzcomdbvqfLGtGlsxSN8DFYX_c,26564
|
121
121
|
pcapkit/const/reg/linktype.py,sha256=9LJZCajfWstifj7vQBmOY_kK9cCMYmObG8ZhDKcc8YI,37484
|
122
122
|
pcapkit/const/reg/transtype.py,sha256=7ZQOWFNGP8toBNRko0NuNih-sh3oo5RgIWBIKFb9bRQ,12872
|
123
123
|
pcapkit/const/tcp/__init__.py,sha256=PSTSxmdKt5l4NBsXq4m8x6dELWqOSNQxAuWePqTNAw8,1494
|
@@ -456,9 +456,9 @@ pcapkit/vendor/tcp/mp_tcp_option.py,sha256=fLtttA2-p3qXRcP-1kI3gA-08F0bhCCgVQTLi
|
|
456
456
|
pcapkit/vendor/tcp/option.py,sha256=8-0kq6GTKFCjHjxnDU3T-IUvjp5XA7MiCr2BN_aDonI,2958
|
457
457
|
pcapkit/vendor/vlan/__init__.py,sha256=qvLktJ0yuoZokas6-_ZGwMJOzbujSCM8pZHQ9jjTegU,674
|
458
458
|
pcapkit/vendor/vlan/priority_level.py,sha256=xVu6M-Ys4pft5I-qPCCxM-KfnMAUnZppD2qPO9gPkVE,2961
|
459
|
-
pypcapkit-1.2.1.
|
460
|
-
pypcapkit-1.2.1.
|
461
|
-
pypcapkit-1.2.1.
|
462
|
-
pypcapkit-1.2.1.
|
463
|
-
pypcapkit-1.2.1.
|
464
|
-
pypcapkit-1.2.1.
|
459
|
+
pypcapkit-1.2.1.post3.dist-info/LICENSE,sha256=KkKND5E2e1Z6CQvSLPc1lRBy4xPRed41AG6q1txotWk,1516
|
460
|
+
pypcapkit-1.2.1.post3.dist-info/METADATA,sha256=t221k32dHHcNu_lcf4ZDtFkxfH5MCAyQn9t1M6Cl0M8,7671
|
461
|
+
pypcapkit-1.2.1.post3.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
|
462
|
+
pypcapkit-1.2.1.post3.dist-info/entry_points.txt,sha256=8tVaZ-N0S2t19ELoTEGq_OlC8-dSmd7dvNn-kMV3afY,100
|
463
|
+
pypcapkit-1.2.1.post3.dist-info/top_level.txt,sha256=KEssKRhG9ln3EOfGH-yi98HgI-MM9hOHy09QQP-fvk8,8
|
464
|
+
pypcapkit-1.2.1.post3.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|