Skip to content

Commit 0ce915e

Browse files
Bumped version to 1.0.2.post25
Updated vendor constant enumerations at Sat Aug 17 10:09:24 UTC 2024. The following files have been changed: pcapkit/const/ipx/socket.py
1 parent afb7747 commit 0ce915e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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
@@ -124,4 +124,4 @@
124124
]
125125

126126
#: version number
127-
__version__ = '1.0.2.post24'
127+
__version__ = '1.0.2.post25'

pcapkit/const/ipx/socket.py

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

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

5454
#: TCP over IPXF

0 commit comments

Comments
 (0)