Skip to content

Commit 8a77241

Browse files
Bumped version to 1.3.1.post17
Updated vendor constant enumerations at Sat Jun 15 10:04:48 UTC 2024. The following files have been changed: pcapkit/const/ipv6/routing.py pcapkit/const/reg/apptype.py
1 parent f82147f commit 8a77241

File tree

4 files changed

+6
-8
lines changed

4 files changed

+6
-8
lines changed

conda/build

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

pcapkit/__init__.py

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

125125
#: version number
126-
__version__ = '1.3.1.post16'
126+
__version__ = '1.3.1.post17'

pcapkit/const/ipv6/routing.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,10 @@ class Routing(IntEnum):
3333
#: Segment Routing Header (SRH) [:rfc:`8754`]
3434
Segment_Routing_Header = 4
3535

36-
#: CRH-16 (TEMPORARY - registered 2021-06-07, extension registered 2024-04-23,
37-
#: expires 2025-06-07) [draft-ietf-6man-comp-rtg-hdr-05]
36+
#: CRH-16 [RFC-ietf-6man-comp-rtg-hdr-10]
3837
CRH_16 = 5
3938

40-
#: CRH-32 (TEMPORARY - registered 2021-06-07, extension registered 2024-04-23,
41-
#: expires 2025-06-07) [draft-ietf-6man-comp-rtg-hdr-05]
39+
#: CRH-32 [RFC-ietf-6man-comp-rtg-hdr-10]
4240
CRH_32 = 6
4341

4442
#: RFC3692-style Experiment 1 [:rfc:`4727`]

pcapkit/const/reg/apptype.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6405,8 +6405,8 @@ def __hash__(self) -> 'int':
64056405
#: - [UDP] TDP Suite
64066406
tdp_suite: 'AppType' = 1814, 'tdp-suite', TransportProtocol.get('tcp') | TransportProtocol.get('udp')
64076407

6408-
#: - [TCP] MMPFT
6409-
#: - [UDP] MMPFT
6408+
#: - [TCP] Manufacturing messaging protocol for factory transmission
6409+
#: - [UDP] Manufacturing messaging protocol for factory transmission
64106410
mmpft: 'AppType' = 1815, 'mmpft', TransportProtocol.get('tcp') | TransportProtocol.get('udp')
64116411

64126412
#: - [TCP] HARP

0 commit comments

Comments
 (0)