Skip to content

Commit 7301783

Browse files
Bumped version to 1.3.5.post33
Updated vendor constant enumerations at Sat Nov 8 10:05:24 UTC 2025. The following files have been changed: pcapkit/const/reg/ethertype.py
1 parent 442da44 commit 7301783

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.post32'
124+
__version__ = '1.3.5.post33'

pcapkit/const/reg/ethertype.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@ class EtherType(IntEnum):
140140
#: DEC LAVC, SCA [Neil Sembower]
141141
DEC_LAVC_SCA = 0x6007
142142

143-
#: Trans Ether Bridging [:rfc:`1701`]
144-
Trans_Ether_Bridging = 0x6558
143+
#: Transparent Ethernet Bridging [:rfc:`1701`]
144+
Transparent_Ethernet_Bridging = 0x6558
145145

146146
#: Raw Frame Relay [:rfc:`1701`]
147147
Raw_Frame_Relay = 0x6559

0 commit comments

Comments
 (0)