Skip to content

Commit 819f8c4

Browse files
Bumped version to 1.3.1.post27
Updated vendor constant enumerations at Sat Oct 12 10:04:45 UTC 2024. The following files have been changed: pcapkit/const/reg/apptype.py
1 parent d32f38e commit 819f8c4

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
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.post26'
126+
__version__ = '1.3.1.post27'

pcapkit/const/reg/apptype.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29234,6 +29234,9 @@ def __hash__(self) -> 'int':
2923429234
#: [N/A] oprofile server protocol
2923529235
oprofile: 'AppType' = -1, 'oprofile', TransportProtocol.get('undefined')
2923629236

29237+
#: [TCP] ORO Core server REST configuration and control API
29238+
oro: 'AppType' = -1, 'oro', TransportProtocol.get('tcp')
29239+
2923729240
#: [UDP] Open Sound Control Interface Transfer
2923829241
oscit: 'AppType' = -1, 'oscit', TransportProtocol.get('udp')
2923929242

0 commit comments

Comments
 (0)