Skip to content

Commit 30d54f2

Browse files
Bumped version to 1.3.1.post14
Updated vendor constant enumerations at Sat May 25 10:06:16 UTC 2024. The following files have been changed: pcapkit/const/ipv6/router_alert.py pcapkit/const/ipx/packet.py pcapkit/const/ipx/socket.py
1 parent 019e565 commit 30d54f2

File tree

5 files changed

+8
-5
lines changed

5 files changed

+8
-5
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
@@ -123,4 +123,4 @@
123123
]
124124

125125
#: version number
126-
__version__ = '1.3.1.post13'
126+
__version__ = '1.3.1.post14'

pcapkit/const/ipv6/router_alert.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ class RouterAlert(IntEnum):
225225
#: NSIS NATFW NSLP [:rfc:`5973`]
226226
NSIS_NATFW_NSLP = 68
227227

228-
#: MPLS OAM (DEPRECATED) [:rfc:`7506`][RFC-ietf-mpls-lspping-norao-08]
228+
#: MPLS OAM (DEPRECATED) [:rfc:`7506`][:rfc:`9570`]
229229
MPLS_OAM = 69
230230

231231
#: Reserved [The Internet Assigned Numbers Authority]

pcapkit/const/ipx/packet.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ class Packet(IntEnum):
4040
#: ``NCP``, NetWare Core Protocol
4141
NCP = 17
4242

43+
#: Broadcast[4]
44+
Broadcast_4 = 20
45+
4346
@staticmethod
4447
def get(key: 'int | str', default: 'int' = -1) -> 'Packet':
4548
"""Backport support for original codes.

pcapkit/const/ipx/socket.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ class Socket(IntEnum):
4848
#: Used by Novell NetWare Client
4949
Used_by_Novell_NetWare_Client = 0x4003
5050

51-
#: IPX
52-
IPX = 0x8060
51+
#: LLC [4]
52+
LLC_4 = 0x8060
5353

5454
#: TCP over IPXF
5555
TCP_over_IPXF = 0x9091

0 commit comments

Comments
 (0)