Skip to content

Commit 86bc48c

Browse files
Bumped version to 1.0.2.post12
Updated vendor constant enumerations at Sat Nov 11 10:07:21 UTC 2023. The following files have been changed: pcapkit/const/reg/ethertype.py pcapkit/const/reg/transtype.py
1 parent 7a177a2 commit 86bc48c

File tree

4 files changed

+13
-11
lines changed

4 files changed

+13
-11
lines changed

conda/build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2
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.post11'
127+
__version__ = '1.0.2.post12'

pcapkit/const/reg/ethertype.py

Lines changed: 10 additions & 8 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:`7042`]
53+
#: Internet Protocol version 4 (IPv4) [RFC-ietf-intarea-rfc7042bis-11]
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:`7042`]
71+
#: Address Resolution Protocol (ARP) [RFC-ietf-intarea-rfc7042bis-11]
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:`7042`]
321+
#: Wellfleet) [RFC-ietf-intarea-rfc7042bis-11]
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:`7042`]
384+
#: Internet Protocol version 6 (IPv6) [RFC-ietf-intarea-rfc7042bis-11]
385385
Internet_Protocol_version_6 = 0x86DD
386386

387387
#: ATOMIC [Joe Touch]
@@ -396,16 +396,17 @@ 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:`7042`]
399+
#: IEEE Std 802.3 - Ethernet Passive Optical Network (EPON) [EPON][RFC-ietf-
400+
#: intarea-rfc7042bis-11]
400401
IEEE_Std_802_3_Ethernet_Passive_Optical_Network = 0x8808
401402

402403
#: Slow Protocols (Link Aggregation, OAM, etc.) [IEEE]
403404
Slow_Protocols = 0x8809
404405

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

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

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

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

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

pcapkit/const/reg/transtype.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ class TransType(IntEnum):
476476
#: AGGFRAG encapsulation payload for ESP [:rfc:`9347`]
477477
AGGFRAG = 144
478478

479-
#: Network Service Header [RFC-ietf-spring-nsh-sr-14]
479+
#: Network Service Header [:rfc:`9491`]
480480
NSH = 145
481481

482482
#: Use for experimentation and testing [:rfc:`3692`]

0 commit comments

Comments
 (0)