Skip to content

Commit cf2b311

Browse files
Bumped version to 1.0.2.post17
Updated vendor constant enumerations at Sat Apr 20 10:08:23 UTC 2024. The following files have been changed: pcapkit/const/reg/ethertype.py
1 parent d4caf26 commit cf2b311

File tree

3 files changed

+10
-12
lines changed

3 files changed

+10
-12
lines changed

conda/build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3
1+
0

pcapkit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,4 +124,4 @@
124124
]
125125

126126
#: version number
127-
__version__ = '1.0.2.post16'
127+
__version__ = '1.0.2.post17'

pcapkit/const/reg/ethertype.py

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class EtherType(IntEnum):
5050
#: DLOG [Neil Sembower]
5151
DLOG_0x0661 = 0x0661
5252

53-
#: Internet Protocol version 4 (IPv4) [RFC-ietf-intarea-rfc7042bis-11]
53+
#: Internet Protocol version 4 (IPv4) [:rfc:`9542`]
5454
Internet_Protocol_version_4 = 0x0800
5555

5656
#: X.75 Internet [Neil Sembower]
@@ -68,7 +68,7 @@ class EtherType(IntEnum):
6868
#: X.25 Level 3 [Neil Sembower]
6969
X_25_Level_3 = 0x0805
7070

71-
#: Address Resolution Protocol (ARP) [RFC-ietf-intarea-rfc7042bis-11]
71+
#: Address Resolution Protocol (ARP) [:rfc:`9542`]
7272
Address_Resolution_Protocol = 0x0806
7373

7474
#: XNS Compatability [Neil Sembower]
@@ -318,7 +318,7 @@ class EtherType(IntEnum):
318318
Wellfleet_Communications = 0x80FF
319319

320320
#: Customer VLAN Tag Type (C-Tag, formerly called the Q-Tag) (initially
321-
#: Wellfleet) [RFC-ietf-intarea-rfc7042bis-11]
321+
#: Wellfleet) [:rfc:`9542`]
322322
Customer_VLAN_Tag_Type = 0x8100
323323

324324
#: Hayes Microcomputers [Neil Sembower]
@@ -381,7 +381,7 @@ class EtherType(IntEnum):
381381
#: Delta Controls [Neil Sembower]
382382
Delta_Controls = 0x86DE
383383

384-
#: Internet Protocol version 6 (IPv6) [RFC-ietf-intarea-rfc7042bis-11]
384+
#: Internet Protocol version 6 (IPv6) [:rfc:`9542`]
385385
Internet_Protocol_version_6 = 0x86DD
386386

387387
#: ATOMIC [Joe Touch]
@@ -396,17 +396,16 @@ class EtherType(IntEnum):
396396
#: Secure Data [:rfc:`1701`]
397397
Secure_Data = 0x876D
398398

399-
#: IEEE Std 802.3 - Ethernet Passive Optical Network (EPON) [EPON][RFC-ietf-
400-
#: intarea-rfc7042bis-11]
399+
#: IEEE Std 802.3 - Ethernet Passive Optical Network (EPON) [EPON][:rfc:`9542`]
401400
IEEE_Std_802_3_Ethernet_Passive_Optical_Network = 0x8808
402401

403402
#: Slow Protocols (Link Aggregation, OAM, etc.) [IEEE]
404403
Slow_Protocols = 0x8809
405404

406-
#: Point-to-Point Protocol (PPP) [RFC-ietf-intarea-rfc7042bis-11]
405+
#: Point-to-Point Protocol (PPP) [:rfc:`9542`]
407406
Point_to_Point_Protocol = 0x880B
408407

409-
#: General Switch Management Protocol (GSMP) [RFC-ietf-intarea-rfc7042bis-11]
408+
#: General Switch Management Protocol (GSMP) [:rfc:`9542`]
410409
General_Switch_Management_Protocol = 0x880C
411410

412411
#: Ethernet NIC hardware and software testing [Wind River]
@@ -418,8 +417,7 @@ class EtherType(IntEnum):
418417
#: MPLS with upstream-assigned label [:rfc:`5332`]
419418
MPLS_with_upstream_assigned_label = 0x8848
420419

421-
#: Multicast Channel Allocation Protocol (MCAP) [RFC-ietf-intarea-
422-
#: rfc7042bis-11]
420+
#: Multicast Channel Allocation Protocol (MCAP) [:rfc:`9542`]
423421
Multicast_Channel_Allocation_Protocol = 0x8861
424422

425423
#: PPP over Ethernet (PPPoE) Discovery Stage [:rfc:`2516`]

0 commit comments

Comments
 (0)