@@ -124,13 +124,13 @@ def __hash__(self) -> 'int':
124
124
#: - [UDP] TCP Port Service Multiplexer
125
125
tcpmux: 'AppType' = 1, 'tcpmux', TransportProtocol.get('tcp') | TransportProtocol.get('udp')
126
126
127
- #: - [TCP] Management Utility
128
- #: - [UDP] Management Utility
129
- compressnet_2 : 'AppType' = 2, 'compressnet ', TransportProtocol.get('tcp') | TransportProtocol.get('udp')
127
+ #: - [TCP] Reserved
128
+ #: - [UDP] Reserved
129
+ reserved_2 : 'AppType' = 2, 'reserved ', TransportProtocol.get('tcp') | TransportProtocol.get('udp')
130
130
131
- #: - [TCP] Compression Process
132
- #: - [UDP] Compression Process
133
- compressnet_3 : 'AppType' = 3, 'compressnet ', TransportProtocol.get('tcp') | TransportProtocol.get('udp')
131
+ #: - [TCP] Reserved
132
+ #: - [UDP] Reserved
133
+ reserved_3 : 'AppType' = 3, 'reserved ', TransportProtocol.get('tcp') | TransportProtocol.get('udp')
134
134
135
135
#: - [TCP] Unassigned
136
136
#: - [UDP] Unassigned
@@ -28039,6 +28039,10 @@ def __hash__(self) -> 'int':
28039
28039
#: [N/A] ElectraStar media centre control protocol
28040
28040
com_ocs_es_mcc: 'AppType' = -1, 'com-ocs-es-mcc', TransportProtocol.get('undefined')
28041
28041
28042
+ #: - [TCP] Management Utility/Compression Process
28043
+ #: - [UDP] Management Utility/Compression Process
28044
+ compressnet: 'AppType' = -1, 'compressnet', TransportProtocol.get('tcp') | TransportProtocol.get('udp')
28045
+
28042
28046
#: [UDP] DNS SRV service for smarthome server
28043
28047
conecube: 'AppType' = -1, 'conecube', TransportProtocol.get('udp')
28044
28048
0 commit comments