Skip to content

Commit ef5d202

Browse files
Bumped version to 1.3.1.dev5
Updated vendor constant enumerations at Sat Dec 9 10:09:46 UTC 2023. The following files have been changed: pcapkit/const/reg/apptype.py
1 parent 326ed1f commit ef5d202

File tree

3 files changed

+15
-7
lines changed

3 files changed

+15
-7
lines changed

conda/build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4
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.dev4'
126+
__version__ = '1.3.1.dev5'

pcapkit/const/reg/apptype.py

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24467,11 +24467,9 @@ def __hash__(self) -> 'int':
2446724467
#: - [UDP] Blocks
2446824468
blocks: 'AppType' = 10288, 'blocks', TransportProtocol.get('tcp') | TransportProtocol.get('udp')
2446924469

24470-
#: [TCP] Computer Op System Information Report
24471-
cosir: 'AppType' = 10321, 'cosir', TransportProtocol.get('tcp')
24472-
24473-
#: [UDP] Reserved
24474-
reserved_10321: 'AppType' = 10321, 'reserved', TransportProtocol.get('udp')
24470+
#: - [TCP] Reserved
24471+
#: - [UDP] Reserved
24472+
reserved_10321: 'AppType' = 10321, 'reserved', TransportProtocol.get('tcp') | TransportProtocol.get('udp')
2447524473

2447624474
#: [UDP] BalanceNG session table synchronization protocol
2447724475
bngsync: 'AppType' = 10439, 'bngsync', TransportProtocol.get('udp')
@@ -27832,6 +27830,10 @@ def __hash__(self) -> 'int':
2783227830
#: [N/A] Big Bang Mancala
2783327831
bigbangmancala: 'AppType' = -1, 'bigbangmancala', TransportProtocol.get('undefined')
2783427832

27833+
#: - [TCP] BioSonics Echosounders
27834+
#: - [UDP] BioSonics Echosounders
27835+
biosonics: 'AppType' = -1, 'biosonics', TransportProtocol.get('tcp') | TransportProtocol.get('udp')
27836+
2783527837
#: [TCP] Data transfer service
2783627838
bitflit: 'AppType' = -1, 'bitflit', TransportProtocol.get('tcp')
2783727839

@@ -28005,6 +28007,9 @@ def __hash__(self) -> 'int':
2800528007
#: [N/A] Corroboree Server
2800628008
corroboree: 'AppType' = -1, 'corroboree', TransportProtocol.get('undefined')
2800728009

28010+
#: [TCP] Computer Op System Information Report
28011+
cosir: 'AppType' = -1, 'cosir', TransportProtocol.get('tcp')
28012+
2800828013
#: - [TCP] Service for coviot branded devices
2800928014
#: - [UDP] Service for coviot branded devices
2801028015
coviot: 'AppType' = -1, 'coviot', TransportProtocol.get('tcp') | TransportProtocol.get('udp')
@@ -30021,6 +30026,9 @@ def __hash__(self) -> 'int':
3002130026
#: [TCP] Vogel's TV mount control
3002230027
tvm: 'AppType' = -1, 'tvm', TransportProtocol.get('tcp')
3002330028

30029+
#: [TCP] Discovery for Twiline systems
30030+
twiline_disc: 'AppType' = -1, 'twiline-disc', TransportProtocol.get('tcp')
30031+
3002430032
#: [TCP] detect sanitary product
3002530033
twinlevel: 'AppType' = -1, 'twinlevel', TransportProtocol.get('tcp')
3002630034

0 commit comments

Comments
 (0)