Skip to content

Commit 0e7a920

Browse files
Bumped version to 1.3.5.post23
Updated vendor constant enumerations at Sat Jul 12 10:05:15 UTC 2025. The following files have been changed: pcapkit/const/ipv6/extension_header.py pcapkit/const/reg/transtype.py
1 parent 07f5578 commit 0e7a920

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

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
@@ -121,4 +121,4 @@
121121
]
122122

123123
#: version number
124-
__version__ = '1.3.5.post22'
124+
__version__ = '1.3.5.post23'

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)