Skip to content

Commit 5047699

Browse files
Bumped version to 1.0.2.post42
Updated vendor constant enumerations at Sat Jul 12 10:11:21 UTC 2025. The following files have been changed: pcapkit/const/ipv6/extension_header.py pcapkit/const/reg/transtype.py
1 parent 57f975e commit 5047699

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.post41'
127+
__version__ = '1.0.2.post42'

pcapkit/const/ipv6/extension_header.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class ExtensionHeader(IntEnum):
4545
#: Shim6, Shim6 Protocol [:rfc:`5533`]
4646
Shim6 = 140
4747

48-
#: BIT-EMU, Bit-stream Emulation [RFC-ietf-pals-ple-14]
48+
#: BIT-EMU, Bit-stream Emulation [:rfc:`9801`]
4949
BIT_EMU = 147
5050

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

pcapkit/const/reg/transtype.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ class TransType(IntEnum):
482482
#: Homa [HomaModule][John Ousterhout]
483483
Homa = 146
484484

485-
#: Bit-stream Emulation [RFC-ietf-pals-ple-14]
485+
#: Bit-stream Emulation [:rfc:`9801`]
486486
BIT_EMU = 147
487487

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

0 commit comments

Comments
 (0)