Skip to content

Commit 124b4f4

Browse files
Bumped version to 1.3.5.post3
Updated vendor constant enumerations at Sat Dec 7 10:05:05 UTC 2024. The following files have been changed: pcapkit/const/reg/apptype.py pcapkit/const/reg/transtype.py
1 parent fb4bbb9 commit 124b4f4

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-
1
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.post2'
124+
__version__ = '1.3.5.post3'

pcapkit/const/reg/apptype.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19979,7 +19979,7 @@ def __hash__(self) -> 'int':
1997919979
#: [UDP] Reserved
1998019980
reserved_6077: 'AppType' = 6077, 'reserved', TransportProtocol.get('udp')
1998119981

19982-
#: [UDP] Generic UDP Encapsulation [draft-herbert-gue]
19982+
#: [UDP] Generic UDP Encapsulation [draft-herbert-gue-02]
1998319983
gue: 'AppType' = 6080, 'gue', TransportProtocol.get('udp')
1998419984

1998519985
#: [TCP] Reserved

pcapkit/const/reg/transtype.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ class TransType(IntEnum):
407407
SMP = 121
408408

409409
#: Simple Multicast Protocol (deprecated)) [Jon Crowcroft][draft-perlman-
410-
#: simple-multicast]
410+
#: simple-multicast-03]
411411
SM = 122
412412

413413
#: Performance Transparency Protocol [Michael Welzl]

0 commit comments

Comments
 (0)