File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- 1
1+ 0
Original file line number Diff line number Diff line change 121121]
122122
123123#: version number
124- __version__ = '1.3.5.post33 '
124+ __version__ = '1.3.5.post34 '
Original file line number Diff line number Diff line change @@ -16717,11 +16717,11 @@ def __hash__(self) -> 'int':
1671716717 #: [UDP] SmallChat
1671816718 smallchat: 'AppType' = 4412, 'smallchat', TransportProtocol.get('udp')
1671916719
16720- #: [TCP] AVI Systems NMS
16721- avi_nms : 'AppType' = 4413, 'avi-nms ', TransportProtocol.get('tcp')
16720+ #: [TCP] FORTÉ Vision Monitoring platform
16721+ vision_mon : 'AppType' = 4413, 'vision-mon ', TransportProtocol.get('tcp')
1672216722
16723- #: [UDP] AVI Systems NMS
16724- avi_nms_disc : 'AppType' = 4413, 'avi-nms -disc', TransportProtocol.get('udp')
16723+ #: [UDP] FORTÉ Vision Monitoring platform
16724+ vision_mon_disc : 'AppType' = 4413, 'vision-mon -disc', TransportProtocol.get('udp')
1672516725
1672616726 #: [TCP] Updog Monitoring and Status Framework
1672716727 updog: 'AppType' = 4414, 'updog', TransportProtocol.get('tcp')
You can’t perform that action at this time.
0 commit comments