Protocol Type Registry Constant Enumerations¶
This module contains all constant enumerations of protocol type registry implementations. Available enumerations include:
Link-Layer Header Type Values [*] |
|
Ethertype IEEE 802 Numbers [†] |
|
Transport Layer Protocol Numbers [‡] |
|
Application Layer Protocol Numbers (Service Name and Transport Protocol Port Number Registry) [§] |
Link-Layer Header Type Values¶
This module contains the constant enumeration for Link-Layer Header Type Values,
which is automatically generated from pcapkit.vendor.reg.linktype.LinkType.
- class pcapkit.const.reg.linktype.LinkType(*values)[source]¶
Bases:
IntEnum[LinkType] Link-Layer Header Type Values
- NULL = 0¶
[
DLT_NULL] BSD loopback encapsulation.
- ETHERNET = 1¶
[
DLT_EN10MB] IEEE 802.3 Ethernet (10Mb, 100Mb, 1000Mb, and up); the 10MB in the DLT_ name is historical.
- EXP_ETHERNET = 2¶
[
DLT_EN3MB] Experimental Ethernet (3Mb).
- AX25 = 3¶
[
DLT_AX25] AX.25 layer 2 packets,
- PRONET = 4¶
[
DLT_PRONET] Reserved for Proteon ProNET Token Ring.
- CHAOS = 5¶
[
DLT_CHAOS] Reserved for MIT Chaosnet.
- IEEE802_5 = 6¶
[
DLT_IEEE802] IEEE 802.5 Token Ring; the IEEE802, without _5, in the DLT_ name is historical.
- ARCNET_BSD = 7¶
[
DLT_ARCNET] Reserved for ARCNET Data Packets with BSD encapsulation.
- SLIP = 8¶
[
DLT_SLIP] SLIP, with a header giving packet direction
- PPP = 9¶
[
DLT_PPP] PPP.
- FDDI = 10¶
[
DLT_FDDI] FDDI, as specified by ANSI INCITS 239-1994.
- REDBACK_SMARTEDGE = 32¶
[
DLT_REDBACK_SMARTEDGE] Redback SmartEdge 400/800.
- PPP_HDLC = 50¶
[
DLT_PPP_SERIAL] PPP in HDLC-like framing.
- PPP_ETHER = 51¶
[
DLT_PPP_ETHER] PPPoE session packets.
- SYMANTEC_FIREWALL = 99¶
[
DLT_SYMANTEC_FIREWALL] Symantec Enterprise (ex-Axent Raptor) firewall.
- ATM_RFC1483 = 100¶
[
DLT_ATM_RFC1483] LLC/SNAP-encapsulated ATM
- RAW = 101¶
[
DLT_RAW] IPv4 or IPv6 packets with no link-layer header.
- SLIP_BSDOS = 102¶
[
DLT_SLIP_BSDOS] BSD/OS Serial Line IP
- PPP_BSDOS = 103¶
[
DLT_PPP_BSDOS] BSD/OS Point-to-point Protocol
- C_HDLC = 104¶
[
DLT_C_HDLC] Cisco PPP with HDLC framing.
- IEEE802_11 = 105¶
[
DLT_IEEE802_11] IEEE 802.11 wireless LAN.
- ATM_CLIP = 106¶
[
DLT_ATM_CLIP] Linux Classical IP over ATM.
- FRELAY = 107¶
[
DLT_FRELAY] Frame Relay LAPF.
- LOOP = 108¶
[
DLT_LOOP] OpenBSD loopback encapsulation.
- ENC = 109¶
[
DLT_ENC] Encapsulated packets for IPsec.
- LANE8023 = 110¶
ATM LANE + IEEE 802.3
- HIPPI = 111¶
[
DLT_HIPPI] NetBSD HIPPI
- NETBSD_HDLC = 112¶
[
DLT_HDLC] Cisco HDLC.
- LINUX_SLL = 113¶
[
DLT_LINUX_SLL] Linux “cooked” capture encapsulation.
- LTALK = 114¶
[
DLT_LTALK] Apple LocalTalk packets.
- ECONET = 115¶
[
DLT_ECONET] Acorn Econet.
- IPFILTER = 116¶
[
DLT_IPFILTER] OpenBSD ipfilter.
- PFLOG = 117¶
[
DLT_PFLOG] OpenBSD pflog; the link-layer header contains a struct pfloghdr structure, as defined by the host on that the file was saved. (This differs from operating system to operating system and release to release; there is nothing in the file to indicate what the layout of that structure is.)
- CISCO_IOS = 118¶
[
DLT_CISCO_IOS] Cisco internal use.
- IEEE802_11_PRISM = 119¶
[
DLT_PRISM_HEADER] Prism monitor mode information, followed by an 802.11 frame.
- AIRONET_HEADER = 120¶
[
DLT_AIRONET_HEADER] Reserved for Aironet 802.11 cards, with an Aironet link-layer header.
- IP_OVER_FC = 122¶
[
DLT_IP_OVER_FC] IP and ATM over Fibre Channel.
- SUNATM = 123¶
[
DLT_SUNATM] ATM traffic captured from a SunATM device.
- RIO = 124¶
[
DLT_RIO] RapidIO.
- PCI_EXP = 125¶
[
DLT_PCI_EXP] PCI Express.
- AURORA = 126¶
[
DLT_AURORA] Xilinx Aurora.
- IEEE802_11_RADIOTAP = 127¶
[
DLT_IEEE802_11_RADIO] Radiotap link-layer information followed by an 802.11 header.
- TZSP = 128¶
[
DLT_TZSP] Tazmen Sniffer Protocol (TZSP) is a generic encapsulation for any other link type, which includes a means to include meta-information with the packet, e.g. signal strength and channel for 802.11 packets.
- ARCNET_LINUX = 129¶
[
DLT_ARCNET_LINUX] ARCnet Data Packets with Linux encapsulation.
- JUNIPER_MLPPP = 130¶
[
DLT_JUNIPER_MLPPP] Juniper Networks private data link type.
- JUNIPER_MLFR = 131¶
[
DLT_JUNIPER_MLFR] Juniper Networks private data link type.
- JUNIPER_ES = 132¶
[
DLT_JUNIPER_ES] Juniper Networks private data link type.
- JUNIPER_GGSN = 133¶
[
DLT_JUNIPER_GGSN] Juniper Networks private data link type.
- JUNIPER_MFR = 134¶
[
DLT_JUNIPER_MFR] Juniper Networks private data link type.
- JUNIPER_ATM2 = 135¶
[
DLT_JUNIPER_ATM2] Juniper Networks private data link type.
- JUNIPER_SERVICES = 136¶
[
DLT_JUNIPER_SERVICES] Juniper Networks private data link type.
- JUNIPER_ATM1 = 137¶
[
DLT_JUNIPER_ATM1] Juniper Networks private data link type.
- APPLE_IP_OVER_IEEE1394 = 138¶
[
DLT_APPLE_IP_OVER_IEEE1394] Apple IP-over-IEEE 1394 cooked header.
- MTP2_WITH_PHDR = 139¶
[
DLT_MTP2_WITH_PHDR] SS7 MTP2 packets, with a pseudo-header.
- MTP2 = 140¶
[
DLT_MTP2] SS7 MTP2 packets.
- MTP3 = 141¶
[
DLT_MTP3] SS7 MTP3 packets.
- SCCP = 142¶
[
DLT_SCCP] SS7 SCCP packets.
- DOCSIS = 143¶
[
DLT_DOCSIS] DOCSIS MAC frames, as described by the DOCSIS 4.0 MAC and Upper Layer Protocols Interface Specification or earlier specifications for MAC frames.
- LINUX_IRDA = 144¶
[
DLT_LINUX_IRDA] Linux-IrDA packets
- IBM_SP = 145¶
[
DLT_IBM_SP] IBM SP switch.
- IBM_SN = 146¶
[
DLT_IBM_SN] IBM Next Federation switch.
- USER0 = 147¶
[
DLT_USER0] Reserved for private use; see above.
- USER1 = 148¶
[
DLT_USER1] Reserved for private use; see above.
- USER2 = 149¶
[
DLT_USER2] Reserved for private use; see above.
- USER3 = 150¶
[
DLT_USER3] Reserved for private use; see above.
- USER4 = 151¶
[
DLT_USER4] Reserved for private use; see above.
- USER5 = 152¶
[
DLT_USER5] Reserved for private use; see above.
- USER6 = 153¶
[
DLT_USER6] Reserved for private use; see above.
- USER7 = 154¶
[
DLT_USER7] Reserved for private use; see above.
- USER8 = 155¶
[
DLT_USER8] Reserved for private use; see above.
- USER9 = 156¶
[
DLT_USER9] Reserved for private use; see above.
- USER10 = 157¶
[
DLT_USER10] Reserved for private use; see above.
- USER11 = 158¶
[
DLT_USER11] Reserved for private use; see above.
- USER12 = 159¶
[
DLT_USER12] Reserved for private use; see above.
- USER13 = 160¶
[
DLT_USER13] Reserved for private use; see above.
- USER14 = 161¶
[
DLT_USER14] Reserved for private use; see above.
- USER15 = 162¶
[
DLT_USER15] Reserved for private use; see above.
- IEEE802_11_AVS = 163¶
[
DLT_IEEE802_11_RADIO_AVS] AVS monitor mode information followed by an 802.11 header.
- JUNIPER_MONITOR = 164¶
[
DLT_JUNIPER_MONITOR] Juniper Networks private data link type.
- BACNET_MS_TP = 165¶
[
DLT_BACNET_MS_TP] BACnet MS/TP frames.
- PPP_PPPD = 166¶
[
DLT_PPP_PPPD] PPP preceded by a direction octet and an HDLC-like control field.
- JUNIPER_PPPOE = 167¶
[
DLT_JUNIPER_PPPOE] Juniper Networks private data link type.
- JUNIPER_PPPOE_ATM = 168¶
[
DLT_JUNIPER_PPPOE_ATM] Juniper Networks private data link type.
- GPRS_LLC = 169¶
[
DLT_GPRS_LLC] General Packet Radio Service Logical Link Control, as defined by 3GPP TS 04.64.
- GPF_T = 170¶
[
DLT_GPF_T] Transparent-mapped generic framing procedure, as specified by ITU-T Recommendation G.7041/Y.1303.
- GPF_F = 171¶
[
DLT_GPF_F] Frame-mapped generic framing procedure, as specified by ITU-T Recommendation G.7041/Y.1303.
- GCOM_T1E1 = 172¶
[
DLT_GCOM_T1E1] Gcom’s T1/E1 line monitoring equipment.
- GCOM_SERIAL = 173¶
[
DLT_GCOM_SERIAL] Gcom’s T1/E1 line monitoring equipment.
- JUNIPER_PIC_PEER = 174¶
[
DLT_JUNIPER_PIC_PEER] Juniper Networks private data link type.
- ERF_ETH = 175¶
[
DLT_ERF_ETH] Endace ERF records of type TYPE_ETH.
- ERF_POS = 176¶
[
DLT_ERF_POS] Endace ERF records of type TYPE_POS_HDLC.
- LINUX_LAPD = 177¶
[
DLT_LINUX_LAPD] Linux vISDN LAPD frames
- JUNIPER_ETHER = 178¶
[
DLT_JUNIPER_ETHER] Juniper Networks private data link type. Ethernet frames prepended with meta-information.
- JUNIPER_PPP = 179¶
[
DLT_JUNIPER_PPP] Juniper Networks private data link type. PPP frames prepended with meta-information.
- JUNIPER_FRELAY = 180¶
[
DLT_JUNIPER_FRELAY] Juniper Networks private data link type. Frame Relay frames prepended with meta-information.
- JUNIPER_CHDLC = 181¶
[
DLT_JUNIPER_CHDLC] Juniper Networks private data link type. C-HDLC frames prepended with meta-information.
- MFR = 182¶
[
DLT_MFR] FRF.16.1 Multi-Link Frame Relay frames.
- JUNIPER_VP = 183¶
[
DLT_JUNIPER_VP] Juniper Networks private data link type.
- A429 = 184¶
[
DLT_A429] ARINC 429 frames. Every frame contains a 32-bit A429 word, in little-endian format.
- A653_ICM = 185¶
[
DLT_A653_ICM] ARINC 653 interpartition communication messages. Please refer to the A653-1 standard for more information.
- USB_FREEBSD = 186¶
[
DLT_USB_FREEBSD] USB with FreeBSD header.
- BLUETOOTH_HCI_H4 = 187¶
[
DLT_BLUETOOTH_HCI_H4] Bluetooth HCI UART Transport Layer packets.
- IEEE802_16_MAC_CPS = 188¶
[
DLT_IEEE802_16_MAC_CPS] IEEE 802.16 MAC Common Part Sublayer.
- USB_LINUX = 189¶
[
DLT_USB_LINUX] USB packets, beginning with a Linux USB header.
- CAN20B = 190¶
[
DLT_CAN20B] Controller Area Network (CAN) v. 2.0B.
- IEEE802_15_4_LINUX = 191¶
[
DLT_IEEE802_15_4_LINUX] IEEE 802.15.4, with address fields padded, as is done by Linux drivers.
- PPI = 192¶
[
DLT_PPI] Per-Packet Information header preceding packet data.
- IEEE802_16_MAC_CPS_RADIO = 193¶
[
DLT_IEEE802_16_MAC_CPS_RADIO] IEEE 802.16 MAC Common Part Sublayer plus radiotap header.
- JUNIPER_ISM = 194¶
[
DLT_JUNIPER_ISM] Juniper Networks private data link type.
- IEEE802_15_4_WITHFCS = 195¶
[
DLT_IEEE802_15_4_WITHFCS] IEEE 802.15.4 packets with FCS.
- SITA = 196¶
[
DLT_SITA] Various link-layer types, with a pseudo-header, for SITA.
- ERF = 197¶
[
DLT_ERF] Endace ERF records.
- RAIF1 = 198¶
[
DLT_RAIF1] Special header prepended to Ethernet packets when capturing from a u10 Networks board.
- IPMB_KONTRON = 199¶
[
DLT_IPMB_KONTRON] IPMB packet for IPMI, beginning with a 2-byte header, followed by the I2C slave address, followed by the netFn and LUN, etc…
- JUNIPER_ST = 200¶
[
DLT_JUNIPER_ST] Juniper Networks private data link type.
- BLUETOOTH_HCI_H4_WITH_PHDR = 201¶
[
DLT_BLUETOOTH_HCI_H4_WITH_PHDR] Bluetooth HCI UART Transport Layer packets with a direction pseudo-header.
- AX25_KISS = 202¶
[
DLT_AX25_KISS] KISS frames between a host and an AX.25 TNC.
- LAPD = 203¶
[
DLT_LAPD] Q.921 LAPD frames.
- PPP_WITH_DIR = 204¶
[
DLT_PPP_WITH_DIR] PPP, with a direction header.
- C_HDLC_WITH_DIR = 205¶
[
DLT_C_HDLC_WITH_DIR] Cisco PPP with HDLC framing, with a direction header.
- FRELAY_WITH_DIR = 206¶
[
DLT_FRELAY_WITH_DIR] Frame Relay LAPF, with a direction header.
- LAPB_WITH_DIR = 207¶
[
DLT_LAPB_WITH_DIR] X.25 LAPB, with a direction header.
- Unassigned_208 = 208¶
Originally reserved for Will Barker, never completely assigned or documented.
- IPMB_LINUX = 209¶
[
DLT_IPMB_LINUX] Legacy names (do not use) for Linux I2C below.
- I2C_LINUX = 209¶
[
DLT_I2C_LINUX] Linux I2C packets.
- FLEXRAY = 210¶
[
DLT_FLEXRAY] FlexRay automotive bus frames or symbols, preceded by a pseudo-header
- MOST = 211¶
[
DLT_MOST] Media Oriented Systems Transport (MOST) bus for multimedia transport.
- LIN = 212¶
[
DLT_LIN] Local Interconnect Network (LIN) automotive bus, with a metadata header
- X2E_SERIAL = 213¶
[
DLT_X2E_SERIAL] X2E-private data link type used for serial line capture.
- X2E_XORAYA = 214¶
[
DLT_X2E_XORAYA] X2E-private data link type used for the Xoraya data logger family.
- IEEE802_15_4_NONASK_PHY = 215¶
[
DLT_IEEE802_15_4_NONASK_PHY] IEEE 802.15.4 packets with PHY header.
- LINUX_EVDEV = 216¶
[
DLT_LINUX_EVDEV] Linux evdev events from /dev/input/eventN devices.
- GSMTAP_UM = 217¶
[
DLT_GSMTAP_UM] GSM Um interface, preceded by a “gsmtap” header.
- GSMTAP_ABIS = 218¶
[
DLT_GSMTAP_ABIS] GSM Abis interface, preceded by a “gsmtap” header.
- MPLS = 219¶
[
DLT_MPLS] MPLS, with an MPLS label as the link-layer header.
- USB_LINUX_MMAPPED = 220¶
[
DLT_USB_LINUX_MMAPPED] USB packets, beginning with an extended Linux USB header.
- DECT = 221¶
[
DLT_DECT] DECT packets, with a pseudo-header.
- AOS = 222¶
[
DLT_AOS] AOS Space Data Link Protocol.
- WIHART = 223¶
[
DLT_WIHART] WirelessHART (Highway Addressable Remote Transducer) from the HART Communication Foundation (IEC/PAS 62591).
- FC_2 = 224¶
[
DLT_FC_2] Fibre Channel FC-2 frames.
- FC_2_WITH_FRAME_DELIMS = 225¶
[
DLT_FC_2_WITH_FRAME_DELIMS] Fibre Channel FC-2 frames with SOF and EOF.
- IPNET = 226¶
[
DLT_IPNET] Solaris ipnet
- CAN_SOCKETCAN = 227¶
[
DLT_CAN_SOCKETCAN] Controller Area Network (CAN) frames, with a metadata header.
- IPV4 = 228¶
[
DLT_IPV4] IPv4 packets with no link-layer header.
- IPV6 = 229¶
[
DLT_IPV6] IPv6 packets with no link-layer header.
- IEEE802_15_4_NOFCS = 230¶
[
DLT_IEEE802_15_4_NOFCS] IEEE 802.15.4 packets without FCS.
- DBUS = 231¶
[
DLT_DBUS] Raw D-Bus messages.
- JUNIPER_VS = 232¶
[
DLT_JUNIPER_VS] Juniper Networks private data link type.
- JUNIPER_SRX_E2E = 233¶
[
DLT_JUNIPER_SRX_E2E] Juniper Networks private data link type.
- JUNIPER_FIBRECHANNEL = 234¶
[
DLT_JUNIPER_FIBRECHANNEL] Juniper Networks private data link type.
- DVB_CI = 235¶
[
DLT_DVB_CI] DVB-CI messages, with a pseudo-header.
- MUX27010 = 236¶
[
DLT_MUX27010] Variant of 3GPP TS 27.010 multiplexing protocol.
- STANAG_5066_D_PDU = 237¶
[
DLT_STANAG_5066_D_PDU] STANAG 5066 D_PDUs.
- JUNIPER_ATM_CEMIC = 238¶
[
DLT_JUNIPER_ATM_CEMIC] Juniper Networks private data link type.
- NFLOG = 239¶
[
DLT_NFLOG] Linux netlink NETLINK NFLOG socket log messages.
- NETANALYZER = 240¶
[
DLT_NETANALYZER] Ethernet frames with Hilscher netANALYZER pseudo- header.
- NETANALYZER_TRANSPARENT = 241¶
[
DLT_NETANALYZER_TRANSPARENT] Ethernet frames with netANALYZER pseudo- header, preamble and SFD, preceded by a Hilscher.
- IPOIB = 242¶
[
DLT_IPOIB] IP-over-InfiniBand.
- MPEG_2_TS = 243¶
[
DLT_MPEG_2_TS] MPEG-2 Transport Stream transport packets.
- NG40 = 244¶
[
DLT_NG40] Frames from ng4T GmbH’s ng40 protocol tester.
- NFC_LLCP = 245¶
[
DLT_NFC_LLCP] NFC Logical Link Control Protocol frames, with a pseudo- header.
- PFSYNC = 246¶
Packet filter state syncing.
- INFINIBAND = 247¶
[
DLT_INFINIBAND] InfiniBand data packets.
- SCTP = 248¶
[
DLT_SCTP] SCTP packets, as defined by RFC 4960, with no lower-level protocols such as IPv4 or IPv6.
- USBPCAP = 249¶
[
DLT_USBPCAP] USB packets, beginning with a USBPcap header.
- RTAC_SERIAL = 250¶
[
DLT_RTAC_SERIAL] Serial-line packets from the Schweitzer Engineering Laboratories “RTAC” product.
- BLUETOOTH_LE_LL = 251¶
[
DLT_BLUETOOTH_LE_LL] Bluetooth Low Energy link-layer packets.
- WIRESHARK_UPPER_PDU = 252¶
[
DLT_WIRESHARK_UPPER_PDU] Upper-protocol layer PDU saves from Wireshark; the actual contents are determined by two tags, one or more of which is stored with each packet.
- NETLINK = 253¶
[
DLT_NETLINK] Linux Netlink capture encapsulation.
- BLUETOOTH_LINUX_MONITOR = 254¶
[
DLT_BLUETOOTH_LINUX_MONITOR] Bluetooth Linux Monitor.
- BLUETOOTH_BREDR_BB = 255¶
[
DLT_BLUETOOTH_BREDR_BB] Bluetooth Basic Rate and Enhanced Data Rate baseband packets.
- BLUETOOTH_LE_LL_WITH_PHDR = 256¶
[
DLT_BLUETOOTH_LE_LL_WITH_PHDR] Bluetooth Low Energy link-layer packets, with a pseudo-header.
- PROFIBUS_DL = 257¶
[
DLT_PROFIBUS_DL] PROFIBUS data link layer packets.
- PKTAP = 258¶
[
DLT_PKTAP] Apple PKTAP capture encapsulation.
- EPON = 259¶
[
DLT_EPON] Ethernet-over-passive-optical-network packets, including preamble octets.
- IPMI_HPM_2 = 260¶
[
DLT_IPMI_HPM_2] IPMI HPM.2 trace packets.
- ZWAVE_R1_R2 = 261¶
[
DLT_ZWAVE_R1_R2] Z-Wave RF profile R1 and R2 packets.
- ZWAVE_R3 = 262¶
[
DLT_ZWAVE_R3] Z-Wave RF profile R3 packets.
- WATTSTOPPER_DLM = 263¶
[
DLT_WATTSTOPPER_DLM] WattStopper Digital Lighting Management (DLM) and Legrand Nitoo Open protocol packets.
- ISO_14443 = 264¶
[
DLT_ISO_14443] Messages between ISO 14443 contactless smartcards (Proximity Integrated Circuit Card, PICC) and card readers (Proximity Coupling Device, PCD), with the message format specified by the PCAP format for ISO14443 specification.
- RDS = 265¶
[
DLT_RDS] IEC 62106 Radio data system (RDS) groups.
- USB_DARWIN = 266¶
[
DLT_USB_DARWIN] USB packets captured on a Darwin-based operating system (macOS, etc.).
- OPENFLOW = 267¶
[
DLT_OPENFLOW] OpenFlow messages with an additional 12-octet header, as used in OpenBSD switch interface monitoring.
- SDLC = 268¶
[
DLT_SDLC] SNA SDLC packets
- TI_LLN_SNIFFER = 269¶
[
DLT_TI_LLN_SNIFFER] TI LLN sniffer frames.
- LORATAP = 270¶
[
DLT_LORATAP] LoRaWan packets with a LoRaTap pseudo-header.
- VSOCK = 271¶
[
DLT_VSOCK] Protocol for communication between host and guest machines in VMware and KVM hypervisors.
- NORDIC_BLE = 272¶
[
DLT_NORDIC_BLE] Messages to and from a Nordic Semiconductor nRF Sniffer for Bluetooth LE packets.
- DOCSIS31_XRA31 = 273¶
[
DLT_DOCSIS31_XRA31] DOCSIS packets and bursts, preceded by a pseudo- header giving metadata about the packet.
- ETHERNET_MPACKET = 274¶
[
DLT_ETHERNET_MPACKET] IEEE 802.3 mPackets.
- DISPLAYPORT_AUX = 275¶
[
DLT_DISPLAYPORT_AUX] DisplayPort AUX channel monitoring messages.
- LINUX_SLL2 = 276¶
[
DLT_LINUX_SLL2] Linux “cooked” capture encapsulation v2.
- SERCOS_MONITOR = 277¶
[
DLT_SERCOS_MONITOR] Sercos Monitor.
- OPENVIZSLA = 278¶
[
DLT_OPENVIZSLA] OpenVizsla FPGA-based USB sniffer frames.
- EBHSCR = 279¶
[
DLT_EBHSCR] Elektrobit High Speed Capture and Replay (EBHSCR) format.
- VPP_DISPATCH = 280¶
//fd.io VPP graph dispatch tracer, in the the graph dispatcher trace format.
- Type:
[
DLT_VPP_DISPATCH] Records in traces from the http
- DSA_TAG_BRCM = 281¶
[
DLT_DSA_TAG_BRCM] Ethernet frames, with a Broadcom switch tag inserted.
- DSA_TAG_BRCM_PREPEND = 282¶
[
DLT_DSA_TAG_BRCM_PREPEND] Ethernet frames, with a Broadcom switch tag prepended.
- IEEE802_15_4_TAP = 283¶
[
DLT_IEEE802_15_4_TAP] IEEE 802.15.4 packets, with a pseudo-header containing TLVs with metadata preceding the 802.15.4 header.
- DSA_TAG_DSA = 284¶
[
DLT_DSA_TAG_DSA] Ethernet frames, with a Marvell DSA switch tag inserted.
- DSA_TAG_EDSA = 285¶
[
DLT_DSA_TAG_EDSA] Ethernet frames, with a Marvell EDSA switch tag inserted.
- ELEE = 286¶
[
DLT_ELEE] Reserved for ELEE lawful intercept protocol.
- Z_WAVE_SERIAL = 287¶
[
DLT_Z_WAVE_SERIAL] Serial frames transmitted between a host and a Z-Wave chip over an RS-232 or USB serial connection, as described in section 5 of the Z-Wave Serial API Host Application Programming Guide.
- USB_2_0 = 288¶
[
DLT_USB_2_0] USB 2.0, 1.1, or 1.0 packets.
- ATSC_ALP = 289¶
[
DLT_ATSC_ALP] ATSC Link-Layer Protocol frames.
- ETW = 290¶
[
DLT_ETW] Event Tracing for Windows messages.
- NETANALYZER_NG = 291¶
[
DLT_NETANALYZER_NG] Reserved for Hilscher Gesellschaft fuer Systemautomation mbH netANALYZER NG hardware and software.
- ZBOSS_NCP = 292¶
[
DLT_ZBOSS_NCP] ZBOSS NCP Serial Protocol, with a pseudo-header.
- USB_2_0_LOW_SPEED = 293¶
[
DLT_USB_2_0_LOW_SPEED] Low-Speed USB 2.0, 1.1, or 1.0 packets..
- USB_2_0_FULL_SPEED = 294¶
[
DLT_USB_2_0_FULL_SPEED] Full-Speed USB 2.0, 1.1, or 1.0 packets.
- USB_2_0_HIGH_SPEED = 295¶
[
DLT_USB_2_0_HIGH_SPEED] High-Speed USB 2.0 packets.
- AUERSWALD_LOG = 296¶
[
DLT_AUERSWALD_LOG] Auerswald Logger Protocol packets.
- ZWAVE_TAP = 297¶
[
DLT_ZWAVE_TAP] Z-Wave packets, with a metadata header.
- SILABS_DEBUG_CHANNEL = 298¶
[
DLT_SILABS_DEBUG_CHANNEL] Silicon Labs debug channel protocol, as described in the specification.
- FIRA_UCI = 299¶
[
DLT_FIRA_UCI] Ultra-wideband (UWB) controller interface protocol (UCI).
- MDB = 300¶
[
DLT_MDB] MDB (Multi-Drop Bus) messages, with a pseudo-header.
- DECT_NR = 301¶
[
DLT_DECT_NR] DECT-2020 New Radio (NR) MAC layer.
- EDK2_MM = 302¶
[
DLT_EDK2_MM] edk2 mm request serialization protocol.
- DEBUG_ONLY = 303¶
[
DLT_DEBUG_ONLY] Unstructured data for manual debugging only.
- DECT_NR_TAP = 304¶
[
DLT_DECT_NR_TAP] DECT-2020 New Radio (NR) TAP with a custom metadata header prepended to a standard DLT_DECT_NR MAC-layer frame.
Ethertype IEEE 802 Numbers¶
This module contains the constant enumeration for Ethertype IEEE 802 Numbers,
which is automatically generated from pcapkit.vendor.reg.ethertype.EtherType.
- class pcapkit.const.reg.ethertype.EtherType(*values)[source]¶
Bases:
IntEnum[EtherType] Ethertype IEEE 802 Numbers
- Formerly_XEROX_PUP_Invalid_as_an_Ethertype_since_1983_Use_0x0A00 = 512¶
Formerly XEROX PUP. Invalid as an Ethertype since 1983. Use 0x0A00. [Boggs, D., J. Shoch, E. Taft, and R. Metcalfe, “PUP: An Internetwork Architecture”, XEROX Palo Alto Research Center, CSL-79-10, July 1979; also in IEEE Transactions on Communication, Volume COM-28, Number 4, April 1980.][Neil Sembower]
- Formerly_PUP_Addr_Trans_Invalid_as_an_Ethertype_since_1983_Use_0x0A01 = 513¶
Formerly PUP Addr Trans. Invalid as an Ethertype since 1983. Use 0x0A01. [Neil Sembower]
- Old_Nixdorf_private_protocol_Invalid_as_an_Ethertype_since_1983 = 1024¶
Old Nixdorf private protocol. Invalid as an Ethertype since 1983. [Neil Sembower]
- XEROX_NS_IDP = 1536¶
Data Link Layer and Physical Layer Specification”, AA-K759B-TK, Digital Equipment Corporation, Maynard, MA. Also as: “The Ethernet - A Local Area Network”, Version 1.0, Digital Equipment Corporation, Intel Corporation, Xerox Corporation, September 1980. And: “The Ethernet, A Local Area Network: Data Link Layer and Physical Layer Specifications”, Digital, Intel and Xerox, November 1982. And: XEROX, “The Ethernet, A Local Area Network: Data Link Layer and Physical Layer Specification”, X3T51/80-50, Xerox Corporation, Stamford, CT., October 1980.][Neil Sembower]
- Type:
XEROX NS IDP [“The Ethernet, A Local Area Network
- DLOG_0x0660 = 1632¶
DLOG [Neil Sembower]
- DLOG_0x0661 = 1633¶
DLOG [Neil Sembower]
- X_75_Internet = 2049¶
X.75 Internet [Neil Sembower]
- NBS_Internet = 2050¶
NBS Internet [Neil Sembower]
- ECMA_Internet = 2051¶
ECMA Internet [Neil Sembower]
- Chaosnet = 2052¶
Chaosnet [Neil Sembower]
- X_25_Level_3 = 2053¶
X.25 Level 3 [Neil Sembower]
- XNS_Compatability = 2055¶
XNS Compatability [Neil Sembower]
- Symbolics_Private = 2076¶
Symbolics Private [David Plummer]
- Ungermann_Bass_net_debugr = 2304¶
Ungermann-Bass net debugr [Neil Sembower]
- Xerox_IEEE802_3_PUP = 2560¶
Xerox IEEE802.3 PUP [Neil Sembower]
- PUP_Addr_Trans = 2561¶
PUP Addr Trans [Neil Sembower]
- Banyan_VINES = 2989¶
Banyan VINES [Neil Sembower]
- Berkeley_Trailer_nego = 4096¶
Berkeley Trailer nego [Neil Sembower]
- Valid_Systems = 5632¶
Valid Systems [Neil Sembower]
- PCS_Basic_Block_Protocol = 16962¶
PCS Basic Block Protocol [Neil Sembower]
- BBN_Simnet = 21000¶
BBN Simnet [Neil Sembower]
- DEC_Unassigned_0x6000 = 24576¶
DEC Unassigned (Exp.) [Neil Sembower]
- DEC_MOP_Dump_Load = 24577¶
DEC MOP Dump/Load [Neil Sembower]
- DEC_MOP_Remote_Console = 24578¶
DEC MOP Remote Console [Neil Sembower]
- DEC_DECNET_Phase_IV_Route = 24579¶
DEC DECNET Phase IV Route [Neil Sembower]
- DEC_LAT = 24580¶
DEC LAT [Neil Sembower]
- DEC_Diagnostic_Protocol = 24581¶
DEC Diagnostic Protocol [Neil Sembower]
- DEC_Customer_Protocol = 24582¶
DEC Customer Protocol [Neil Sembower]
- DEC_LAVC_SCA = 24583¶
DEC LAVC, SCA [Neil Sembower]
- Ungermann_Bass_download = 28672¶
Ungermann-Bass download [Neil Sembower]
- Ungermann_Bass_dia_loop = 28674¶
Ungermann-Bass dia/loop [Neil Sembower]
- Proteon = 28720¶
Proteon [Neil Sembower]
- Cabletron = 28724¶
Cabletron [Neil Sembower]
- HP_Probe = 32773¶
HP Probe [Neil Sembower]
- Nestar = 32774¶
Nestar [Neil Sembower]
- AT_T_0x8008 = 32776¶
AT&T [Neil Sembower]
- Excelan = 32784¶
Excelan [Neil Sembower]
- SGI_diagnostics = 32787¶
SGI diagnostics [Andrew Cherenson]
- SGI_network_games = 32788¶
SGI network games [Andrew Cherenson]
- SGI_reserved = 32789¶
SGI reserved [Andrew Cherenson]
- SGI_bounce_server = 32790¶
SGI bounce server [Andrew Cherenson]
- Apollo_Domain = 32793¶
Apollo Domain [Neil Sembower]
Tymshare [Neil Sembower]
- Tigan_Inc = 32815¶
Tigan, Inc. [Neil Sembower]
- Reverse_Address_Resolution_Protocol = 32821¶
Reverse Address Resolution Protocol (RARP) [RFC 903][Joseph Murdock]
- Aeonic_Systems = 32822¶
Aeonic Systems [Neil Sembower]
- DEC_LANBridge = 32824¶
DEC LANBridge [Neil Sembower]
- DEC_Ethernet_Encryption = 32829¶
DEC Ethernet Encryption [Neil Sembower]
- DEC_Unassigned_0x803E = 32830¶
DEC Unassigned [Neil Sembower]
- DEC_LAN_Traffic_Monitor = 32831¶
DEC LAN Traffic Monitor [Neil Sembower]
- Planning_Research_Corp = 32836¶
Planning Research Corp. [Neil Sembower]
- AT_T_0x8046 = 32838¶
AT&T [Neil Sembower]
- AT_T_0x8047 = 32839¶
AT&T [Neil Sembower]
- ExperData = 32841¶
ExperData [Neil Sembower]
- Stanford_V_Kernel_exp = 32859¶
Stanford V Kernel exp. [Neil Sembower]
- Stanford_V_Kernel_prod = 32860¶
Stanford V Kernel prod. [Neil Sembower]
- Evans_Sutherland = 32861¶
Evans & Sutherland [Neil Sembower]
- Little_Machines = 32864¶
Little Machines [Neil Sembower]
- Counterpoint_Computers = 32866¶
Counterpoint Computers [Neil Sembower]
- Univ_of_Mass_Amherst_0x8065 = 32869¶
Univ. of Mass. @ Amherst [Neil Sembower]
- Univ_of_Mass_Amherst_0x8066 = 32870¶
Univ. of Mass. @ Amherst [Neil Sembower]
- Veeco_Integrated_Auto = 32871¶
Veeco Integrated Auto. [Neil Sembower]
- General_Dynamics = 32872¶
General Dynamics [Neil Sembower]
- AT_T_0x8069 = 32873¶
AT&T [Neil Sembower]
- Autophon = 32874¶
Autophon [Neil Sembower]
- ComDesign = 32876¶
ComDesign [Neil Sembower]
- Computgraphic_Corp = 32877¶
Computgraphic Corp. [Neil Sembower]
- Matra = 32890¶
Matra [Neil Sembower]
- Dansk_Data_Elektronik = 32891¶
Dansk Data Elektronik [Neil Sembower]
- Merit_Internodal = 32892¶
Merit Internodal [Hans Werner Braun]
- Vitalink_TransLAN_III = 32896¶
Vitalink TransLAN III [Neil Sembower]
- Appletalk = 32923¶
Appletalk [Neil Sembower]
- Spider_Systems_Ltd = 32927¶
Spider Systems Ltd. [Neil Sembower]
- Nixdorf_Computers = 32931¶
Nixdorf Computers [Neil Sembower]
- Banyan_Systems_0x80C4 = 32964¶
Banyan Systems [Neil Sembower]
- Banyan_Systems_0x80C5 = 32965¶
Banyan Systems [Neil Sembower]
- Pacer_Software = 32966¶
Pacer Software [Neil Sembower]
- Applitek_Corporation = 32967¶
Applitek Corporation [Neil Sembower]
- IBM_SNA_Service_on_Ether = 32981¶
IBM SNA Service on Ether [Neil Sembower]
- Varian_Associates = 32989¶
Varian Associates [Neil Sembower]
- Retix = 33010¶
Retix [Neil Sembower]
- AppleTalk_AARP = 33011¶
AppleTalk AARP (Kinetics) [Neil Sembower]
- Apollo_Computer = 33015¶
Apollo Computer [Neil Sembower]
- Wellfleet_Communications = 33023¶
Wellfleet Communications [Neil Sembower]
- Customer_VLAN_Tag_Type = 33024¶
Customer VLAN Tag Type (C-Tag, formerly called the Q-Tag) (initially Wellfleet) [RFC 9542]
- Hayes_Microcomputers = 33072¶
Hayes Microcomputers [Neil Sembower]
- VG_Laboratory_Systems = 33073¶
VG Laboratory Systems [Neil Sembower]
- Logicraft = 33096¶
Logicraft [Neil Sembower]
- Network_Computing_Devices = 33097¶
Network Computing Devices [Neil Sembower]
- Alpha_Micro = 33098¶
Alpha Micro [Neil Sembower]
- SNMP = 33100¶
SNMP [Joyce K Reynolds]
- BIIN_0x814D = 33101¶
BIIN [Neil Sembower]
- BIIN_0x814E = 33102¶
BIIN [Neil Sembower]
- Technically_Elite_Concept = 33103¶
Technically Elite Concept [Neil Sembower]
- Rational_Corp = 33104¶
Rational Corp [Neil Sembower]
- XTP = 33149¶
XTP [Neil Sembower]
- SGI_Time_Warner_prop = 33150¶
SGI/Time Warner prop. [Neil Sembower]
- HIPPI_FP_encapsulation = 33152¶
HIPPI-FP encapsulation [Neil Sembower]
- STP_HIPPI_ST = 33153¶
STP, HIPPI-ST [Neil Sembower]
- Reserved_for_HIPPI_6400_0x8182 = 33154¶
Reserved for HIPPI-6400 [Neil Sembower]
- Reserved_for_HIPPI_6400_0x8183 = 33155¶
Reserved for HIPPI-6400 [Neil Sembower]
- Motorola_Computer = 33165¶
Motorola Computer [Neil Sembower]
- ARAI_Bunkichi = 33188¶
ARAI Bunkichi [Neil Sembower]
- SECTRA = 34523¶
SECTRA [Neil Sembower]
- Delta_Controls = 34526¶
Delta Controls [Neil Sembower]
- ATOMIC = 34527¶
ATOMIC [Joe Touch]
- IEEE_Std_802_3_Ethernet_Passive_Optical_Network = 34824¶
IEEE Std 802.3 - Ethernet Passive Optical Network (EPON) [EPON][RFC 9542]
- Slow_Protocols = 34825¶
Slow Protocols (Link Aggregation, OAM, etc.) [IEEE]
- Ethernet_NIC_hardware_and_software_testing = 34850¶
Ethernet NIC hardware and software testing [Wind River]
- Multicast_Channel_Allocation_Protocol = 34913¶
Multicast Channel Allocation Protocol (MCAP) [RFC 9542]
- PPP_over_Ethernet_Session_Stage = 34916¶
PPP over Ethernet (PPPoE) Session Stage [RFC 2516][RFC 8822]
- IEEE_Std_802_1X_Port_based_network_access_control = 34958¶
IEEE Std 802.1X - Port-based network access control [IEEE]
- IEEE_Std_802_1Q_Service_VLAN_tag_identifier = 34984¶
IEEE Std 802.1Q - Service VLAN tag identifier (S-Tag) [IEEE]
- IEEE_Std_802_Local_Experimental_Ethertype_0x88B5 = 34997¶
IEEE Std 802 - Local Experimental Ethertype [IEEE]
- IEEE_Std_802_Local_Experimental_Ethertype_0x88B6 = 34998¶
IEEE Std 802 - Local Experimental Ethertype [IEEE]
- IEEE_Std_802_OUI_Extended_Ethertype = 34999¶
IEEE Std 802 - OUI Extended Ethertype [IEEE]
- IEEE_Std_802_11_Pre_Authentication = 35015¶
IEEE Std 802.11 - Pre-Authentication (802.11i) [IEEE]
- IEEE_Std_802_1AB_Link_Layer_Discovery_Protocol = 35020¶
IEEE Std 802.1AB - Link Layer Discovery Protocol (LLDP) [IEEE]
- IEEE_Std_802_1AE_Media_Access_Control_Security = 35045¶
IEEE Std 802.1AE - Media Access Control Security [IEEE]
- Provider_Backbone_Bridging_Instance_tag = 35047¶
Provider Backbone Bridging Instance tag [IEEE Std 802.1Q-2014]
- IEEE_Std_802_1Q_Multiple_VLAN_Registration_Protocol = 35061¶
IEEE Std 802.1Q - Multiple VLAN Registration Protocol (MVRP) [IEEE]
- IEEE_Std_802_1Q_Multiple_Multicast_Registration_Protocol = 35062¶
IEEE Std 802.1Q - Multiple Multicast Registration Protocol (MMRP) [IEEE]
- Precision_Time_Protocol = 35063¶
IEEE Std 1588][Kang Lee]
- Type:
Precision Time Protocol [NIST
- IEEE_Std_802_11_Fast_Roaming_Remote_Request = 35085¶
IEEE Std 802.11 - Fast Roaming Remote Request (802.11r) [IEEE]
- IEEE_Std_802_21_Media_Independent_Handover_Protocol = 35095¶
IEEE Std 802.21 - Media Independent Handover Protocol [IEEE]
- IEEE_Std_802_1Qbe_Multiple_I_SID_Registration_Protocol = 35113¶
IEEE Std 802.1Qbe - Multiple I-SID Registration Protocol [IEEE]
- IEEE_Std_802_1Qbg_ECP_Protocol = 35136¶
IEEE Std 802.1Qbg - ECP Protocol (also used in 802.1BR) [IEEE]
- GeoNetworking_as_defined_in_ETSI_EN_302_636_4_1 = 35143¶
GeoNetworking as defined in ETSI EN 302 636-4-1 [IEEE]
- Loopback = 36864¶
Loopback [Neil Sembower]
- EtherType_3Com_XNS_Sys_Mgmt = 36865¶
3Com(Bridge) XNS Sys Mgmt [Neil Sembower]
- EtherType_3Com_TCP_IP_Sys = 36866¶
3Com(Bridge) TCP-IP Sys [Neil Sembower]
- EtherType_3Com_loop_detect = 36867¶
3Com(Bridge) loop detect [Neil Sembower]
- The_Ethertype_will_be_used_to_identify_a_Channel_in_which_control_messages_are_encapsulated_as_payload_of_GRE_packets_When_a_GRE_packet_tagged_with_the_Ethertype_is_received_the_payload_will_be_handed_to_the_network_processor_for_processing = 47082¶
The Ethertype will be used to identify a “Channel” in which control messages are encapsulated as payload of GRE packets. When a GRE packet tagged with the Ethertype is received, the payload will be handed to the network processor for processing. [RFC 8157]
- BBN_VITAL_LanBridge_cache_private_protocol = 65280¶
BBN VITAL-LanBridge cache private protocol. [Neil Sembower]
Transport Layer Protocol Numbers¶
This module contains the constant enumeration for Transport Layer Protocol Numbers,
which is automatically generated from pcapkit.vendor.reg.transtype.TransType.
- class pcapkit.const.reg.transtype.TransType(*values)[source]¶
Bases:
IntEnum[TransType] Transport Layer Protocol Numbers
- CBT = 7¶
CBT [Tony Ballardie]
- IGP = 9¶
any private interior gateway (used by Cisco for their IGRP) [Internet Assigned Numbers Authority]
- BBN_RCC_MON = 10¶
BBN RCC Monitoring [Steve Chipman]
- PUP = 12¶
An Internetwork Architecture”, XEROX Palo Alto Research Center, CSL-79-10, July 1979; also in IEEE Transactions on Communication, Volume COM-28, Number 4, April 1980.][XEROX]
- Type:
PUP [Boggs, D., J. Shoch, E. Taft, and R. Metcalfe, “PUP
- ARGUS = 13¶
ARGUS (deprecated)) [Robert W Scheifler]
- EMCON = 14¶
EMCON [Bich Nguyen]
- XNET = 15¶
Cross Net Debugger [Haverty, J., “XNET Formats for Internet Protocol Version 4”, IEN 158, October 1980.][Jack Haverty]
- CHAOS = 16¶
Chaos [J Noel Chiappa]
- MUX = 18¶
Multiplexing [Cohen, D. and J. Postel, “Multiplexing Protocol”, IEN 90, USC/Information Sciences Institute, May 1979.][Jon Postel]
- DCN_MEAS = 19¶
DCN Measurement Subsystems [David Mills]
- PRM = 21¶
Packet Radio Measurement [Zaw Sing Su]
- XNS_IDP = 22¶
Data Link Layer and Physical Layer Specification”, AA-K759B-TK, Digital Equipment Corporation, Maynard, MA. Also as: “The Ethernet - A Local Area Network”, Version 1.0, Digital Equipment Corporation, Intel Corporation, Xerox Corporation, September 1980. And: “The Ethernet, A Local Area Network: Data Link Layer and Physical Layer Specifications”, Digital, Intel and Xerox, November 1982. And: XEROX, “The Ethernet, A Local Area Network: Data Link Layer and Physical Layer Specification”, X3T51/80-50, Xerox Corporation, Stamford, CT., October 1980.][XEROX]
- Type:
XEROX NS IDP [“The Ethernet, A Local Area Network
- TRUNK_1 = 23¶
Trunk-1 [Barry Boehm]
- TRUNK_2 = 24¶
Trunk-2 [Barry Boehm]
- LEAF_1 = 25¶
Leaf-1 [Barry Boehm]
- LEAF_2 = 26¶
Leaf-2 [Barry Boehm]
- MFE_NSP = 31¶
MFE Network Services Protocol [Shuttleworth, B., “A Documentary of MFENet, a National Computer Network”, UCRL-52317, Lawrence Livermore Labs, Livermore, California, June 1977.][Barry Howard]
- MERIT_INP = 32¶
MERIT Internodal Protocol [Hans Werner Braun]
- TransType_3PC = 34¶
Third Party Connect Protocol [Stuart A Friedberg]
- IDPR = 35¶
Inter-Domain Policy Routing Protocol [Martha Steenstrup]
- XTP = 36¶
XTP [Greg Chesson]
- DDP = 37¶
Datagram Delivery Protocol [Wesley Craig]
- IDPR_CMTP = 38¶
IDPR Control Message Transport Proto [Martha Steenstrup]
- TP = 39¶
TP++ Transport Protocol [Dirk Fromhein]
- IL = 40¶
IL Transport Protocol [Dave Presotto]
- SDRP = 42¶
Source Demand Routing Protocol [Deborah Estrin]
- IPv6_Route = 43¶
Routing Header for IPv6 [Steve Deering]
- IPv6_Frag = 44¶
Fragment Header for IPv6 [Steve Deering]
- IDRP = 45¶
Inter-Domain Routing Protocol [Sue Hares]
- BNA = 49¶
BNA [Gary Salamon]
- I_NLSP = 52¶
Integrated Net Layer Security TUBA [K Robert Glenn]
- SWIPE = 53¶
IP with Encryption (deprecated)) [John Ioannidis]
- TLSP = 56¶
Transport Layer Security Protocol using Kryptonet key management [Christer Oberg]
- SKIP = 57¶
SKIP [Tom Markson]
- any_host_internal_protocol = 61¶
any host internal protocol [Internet Assigned Numbers Authority]
- CFTP = 62¶
CFTP [Forsdick, H., “CFTP”, Network Message, Bolt Beranek and Newman, January 1982.][Harry Forsdick]
- any_local_network = 63¶
any local network [Internet Assigned Numbers Authority]
- SAT_EXPAK = 64¶
SATNET and Backroom EXPAK [Steven Blumenthal]
- KRYPTOLAN = 65¶
Kryptolan [Paul Liu]
- RVD = 66¶
MIT Remote Virtual Disk Protocol [Michael Greenwald]
- IPPC = 67¶
Internet Pluribus Packet Core [Steven Blumenthal]
- any_distributed_file_system = 68¶
any distributed file system [Internet Assigned Numbers Authority]
- SAT_MON = 69¶
SATNET Monitoring [Steven Blumenthal]
- VISA = 70¶
VISA Protocol [Gene Tsudik]
- IPCV = 71¶
Internet Packet Core Utility [Steven Blumenthal]
- CPNX = 72¶
Computer Protocol Network Executive [David Mittnacht]
- CPHB = 73¶
Computer Protocol Heart Beat [David Mittnacht]
- WSN = 74¶
Wang Span Network [Victor Dafoulas]
- PVP = 75¶
Packet Video Protocol [Steve Casner]
- BR_SAT_MON = 76¶
Backroom SATNET Monitoring [Steven Blumenthal]
- SUN_ND = 77¶
SUN ND PROTOCOL-Temporary [William Melohn]
- WB_MON = 78¶
WIDEBAND Monitoring [Steven Blumenthal]
- WB_EXPAK = 79¶
WIDEBAND EXPAK [Steven Blumenthal]
- ISO_IP = 80¶
ISO Internet Protocol [Marshall T Rose]
- VMTP = 81¶
VMTP [Dave Cheriton]
- SECURE_VMTP = 82¶
SECURE-VMTP [Dave Cheriton]
- VINES = 83¶
VINES [Brian Horn]
- IPTM = 84¶
Internet Protocol Traffic Manager [Jim Stevens][1]
- NSFNET_IGP = 85¶
NSFNET-IGP [Hans Werner Braun]
- DGP = 86¶
Dissimilar Gateway Protocol [M/A-COM Government Systems, “Dissimilar Gateway Protocol Specification, Draft Version”, Contract no. CS901145, November 16, 1987.][Mike Little]
- TCF = 87¶
TCF [Guillermo A Loyola]
- Sprite_RPC = 90¶
Sprite RPC Protocol [Welch, B., “The Sprite Remote Procedure Call System”, Technical Report, UCB/Computer Science Dept., 86/302, University of California at Berkeley, June 1986.][Bruce Willins]
- LARP = 91¶
Locus Address Resolution Protocol [Brian Horn]
- MTP = 92¶
Multicast Transport Protocol [Susie Armstrong]
- AX_25 = 93¶
AX.25 Frames [Brian Kantor]
- IPIP = 94¶
IP-within-IP Encapsulation Protocol [John Ioannidis]
- MICP = 95¶
Mobile Internetworking Control Pro. (deprecated)) [John Ioannidis]
- SCC_SP = 96¶
Semaphore Communications Sec. Pro. [Howard Hart]
- any_private_encryption_scheme = 99¶
any private encryption scheme [Internet Assigned Numbers Authority]
- GMTP = 100¶
GMTP [RXB5]
- IFMP = 101¶
Ipsilon Flow Management Protocol [Bob Hinden][November 1995, 1997.]
- PNNI = 102¶
PNNI over IP [Ross Callon]
- ARIS = 104¶
ARIS [Nancy Feldman]
- SCPS = 105¶
SCPS [Robert Durst]
- QNX = 106¶
QNX [Michael Hunter]
- A_N = 107¶
Active Networks [Bob Braden]
- SNP = 109¶
Sitara Networks Protocol [Manickam R Sridhar]
- Compaq_Peer = 110¶
Compaq Peer Protocol [Victor Volpe]
- IPX_in_IP = 111¶
IPX in IP [CJ Lee]
- PGM = 113¶
PGM Reliable Transport Protocol [Tony Speakman]
- any_0_hop_protocol = 114¶
any 0-hop protocol [Internet Assigned Numbers Authority]
- DDX = 116¶
D-II Data Exchange (DDX) [John Worley]
- IATP = 117¶
Interactive Agent Transfer Protocol [John Murphy]
- STP = 118¶
Schedule Transfer Protocol [Jean Michel Pittet]
- SRP = 119¶
SpectraLink Radio Protocol [Mark Hamilton]
- UTI = 120¶
UTI [Peter Lothberg]
- SMP = 121¶
Simple Message Protocol [Leif Ekblad]
- SM = 122¶
Simple Multicast Protocol (deprecated)) [Jon Crowcroft][draft-perlman- simple-multicast-03]
- PTP = 123¶
Performance Transparency Protocol [Michael Welzl]
- ISIS_over_IPv4 = 124¶
[Tony Przygienda]
- FIRE = 125¶
[Criag Partridge]
- CRTP = 126¶
Combat Radio Transport Protocol [Robert Sautter]
- CRUDP = 127¶
Combat Radio User Datagram [Robert Sautter]
- SSCOPMCE = 128¶
[Kurt Waber]
- IPLT = 129¶
[Hollbach]
- SPS = 130¶
Secure Packet Shield [Bill McIntosh]
- PIPE = 131¶
Private IP Encapsulation within IP [Steffen Fries]
- SCTP = 132¶
Stream Control Transmission Protocol [Randall R Stewart]
- Homa = 146¶
Homa [HomaModule][John Ousterhout]
- Reserved_255 = 255¶
[Internet Assigned Numbers Authority]
Application Layer Protocol Numbers¶
This module contains the constant enumeration for Application Layer Protocol Numbers,
which is automatically generated from pcapkit.vendor.reg.apptype.AppType.
- class pcapkit.const.reg.apptype.AppType(*values)[source]¶
Bases:
StrEnum[AppType] Application Layer Protocol Numbers
- proto: TransportProtocol¶
Transport protocol.
- tcpmux: AppType = 'tcpmux [1 - tcp|udp]'¶
[TCP] TCP Port Service Multiplexer
[UDP] TCP Port Service Multiplexer
- unassigned_was_netstat: AppType = 'unassigned_was_netstat [15 - tcp]'¶
[TCP] Unassigned [was netstat]
- ftp_data: AppType = 'ftp-data [20 - tcp|udp|sctp]'¶
[TCP] File Transfer [Default Data]
[UDP] File Transfer [Default Data]
[SCTP] FTP [RFC 9260]
- any_private_mail_system: AppType = 'any_private_mail_system [24 - tcp|udp]'¶
[TCP] any private mail system
[UDP] any private mail system
- smtp: AppType = 'smtp [25 - tcp|udp]'¶
[TCP] Simple Mail Transfer [RFC-ietf-emailcore-rfc5321bis-43]
[UDP] Simple Mail Transfer [RFC-ietf-emailcore-rfc5321bis-43]
- any_private_printer_server: AppType = 'any_private_printer_server [35 - tcp|udp]'¶
[TCP] any private printer server
[UDP] any private printer server
- rlp: AppType = 'rlp [39 - tcp|udp]'¶
[TCP] Resource Location Protocol
[UDP] Resource Location Protocol
- mpm: AppType = 'mpm [45 - tcp|udp]'¶
[TCP] Message Processing Module [recv]
[UDP] Message Processing Module [recv]
- tacacs: AppType = 'tacacs [49 - tcp|udp]'¶
[TCP] Login Host Protocol (TACACS)
[UDP] Login Host Protocol (TACACS)
- re_mail_ck: AppType = 're-mail-ck [50 - tcp|udp]'¶
[TCP] Remote Mail Checking Protocol
[UDP] Remote Mail Checking Protocol
- any_private_terminal_access: AppType = 'any_private_terminal_access [57 - tcp|udp]'¶
[TCP] any private terminal access
[UDP] any private terminal access
- any_private_file_service: AppType = 'any_private_file_service [59 - tcp|udp]'¶
[TCP] any private file service
[UDP] any private file service
- whoispp: AppType = 'whoispp [63 - tcp|udp]'¶
[TCP] whois++ IANA assigned this well-formed service name as a replacement for “whois++”.
[UDP] whois++ IANA assigned this well-formed service name as a replacement for “whois++”.
- covia: AppType = 'covia [64 - tcp|udp]'¶
[TCP] Communications Integrator (CI)
[UDP] Communications Integrator (CI)
- tacacs_ds: AppType = 'tacacs-ds [65 - tcp|udp]'¶
[TCP] TACACS-Database Service
[UDP] TACACS-Database Service
- bootps: AppType = 'bootps [67 - tcp|udp]'¶
[TCP] Bootstrap Protocol Server [RFC 951]
[UDP] Bootstrap Protocol Server
- bootpc: AppType = 'bootpc [68 - tcp|udp]'¶
[TCP] Bootstrap Protocol Client
[UDP] Bootstrap Protocol Client
- any_private_dial_out_service: AppType = 'any_private_dial_out_service [75 - tcp|udp]'¶
[TCP] any private dial out service
[UDP] any private dial out service
- deos: AppType = 'deos [76 - tcp|udp]'¶
[TCP] Distributed External Object Store
[UDP] Distributed External Object Store
- any_private_rje_service: AppType = 'any_private_rje_service [77 - tcp|udp]'¶
[TCP] any private RJE service
[UDP] any private RJE service
- any_private_terminal_link: AppType = 'any_private_terminal_link [87 - tcp|udp]'¶
[TCP] any private terminal link
[UDP] any private terminal link
- su_mit_tg: AppType = 'su-mit-tg [89 - tcp|udp]'¶
[TCP] SU/MIT Telnet Gateway
[UDP] SU/MIT Telnet Gateway
- dnsix: AppType = 'dnsix [90 - tcp|udp]'¶
[TCP] DNSIX Securit Attribute Token Map
[UDP] DNSIX Securit Attribute Token Map
- objcall: AppType = 'objcall [94 - tcp|udp]'¶
[TCP] Tivoli Object Dispatcher
[UDP] Tivoli Object Dispatcher
- dixie: AppType = 'dixie [96 - tcp|udp]'¶
[TCP] DIXIE Protocol Specification
[UDP] DIXIE Protocol Specification
- swift_rvf: AppType = 'swift-rvf [97 - tcp|udp]'¶
[TCP] Swift Remote Virtural File Protocol
[UDP] Swift Remote Virtural File Protocol
- hostname: AppType = 'hostname [101 - tcp|udp]'¶
[TCP] NIC Host Name Server
[UDP] NIC Host Name Server
- gppitnp: AppType = 'gppitnp [103 - tcp|udp]'¶
[TCP] Genesis Point-to-Point Trans Net
[UDP] Genesis Point-to-Point Trans Net
- acr_nema: AppType = 'acr-nema [104 - tcp|udp]'¶
[TCP] ACR-NEMA Digital Imag. & Comm. 300
[UDP] ACR-NEMA Digital Imag. & Comm. 300
- cso: AppType = 'cso [105 - tcp|udp]'¶
[TCP] CCSO name server protocol
[UDP] CCSO name server protocol
- csnet_ns: AppType = 'csnet-ns [105 - tcp|udp]'¶
[TCP] Mailbox Name Nameserver
[UDP] Mailbox Name Nameserver
- rtelnet: AppType = 'rtelnet [107 - tcp|udp]'¶
[TCP] Remote Telnet Service
[UDP] Remote Telnet Service
- snagas: AppType = 'snagas [108 - tcp|udp]'¶
[TCP] SNA Gateway Access Server
[UDP] SNA Gateway Access Server
- pop2: AppType = 'pop2 [109 - tcp|udp]'¶
[TCP] Post Office Protocol - Version 2
[UDP] Post Office Protocol - Version 2
- pop3: AppType = 'pop3 [110 - tcp|udp]'¶
[TCP] Post Office Protocol - Version 3
[UDP] Post Office Protocol - Version 3
- sunrpc: AppType = 'sunrpc [111 - tcp|udp]'¶
[TCP] SUN Remote Procedure Call
[UDP] SUN Remote Procedure Call
- mcidas: AppType = 'mcidas [112 - tcp|udp]'¶
[TCP] McIDAS Data Transmission Protocol
[UDP] McIDAS Data Transmission Protocol
- sftp: AppType = 'sftp [115 - tcp|udp]'¶
[TCP] Simple File Transfer Protocol
[UDP] Simple File Transfer Protocol
- erpc: AppType = 'erpc [121 - tcp|udp]'¶
[TCP] Encore Expedited Remote Pro.Call
[UDP] Encore Expedited Remote Pro.Call
- locus_map: AppType = 'locus-map [125 - tcp|udp]'¶
[TCP] Locus PC-Interface Net Map Ser
[UDP] Locus PC-Interface Net Map Ser
- locus_con: AppType = 'locus-con [127 - tcp|udp]'¶
[TCP] Locus PC-Interface Conn Server
[UDP] Locus PC-Interface Conn Server
- gss_xlicen: AppType = 'gss-xlicen [128 - tcp|udp]'¶
[TCP] GSS X License Verification
[UDP] GSS X License Verification
- pwdgen: AppType = 'pwdgen [129 - tcp|udp]'¶
[TCP] Password Generator Protocol
[UDP] Password Generator Protocol
- ingres_net: AppType = 'ingres-net [134 - tcp|udp]'¶
[TCP] INGRES-NET Service
[UDP] INGRES-NET Service
- epmap: AppType = 'epmap [135 - tcp|udp]'¶
[TCP] DCE endpoint resolution
[UDP] DCE endpoint resolution
- profile: AppType = 'profile [136 - tcp|udp]'¶
[TCP] PROFILE Naming System
[UDP] PROFILE Naming System
- netbios_ns: AppType = 'netbios-ns [137 - tcp|udp]'¶
[TCP] NETBIOS Name Service
[UDP] NETBIOS Name Service
- netbios_dgm: AppType = 'netbios-dgm [138 - tcp|udp]'¶
[TCP] NETBIOS Datagram Service
[UDP] NETBIOS Datagram Service
- netbios_ssn: AppType = 'netbios-ssn [139 - tcp|udp]'¶
[TCP] NETBIOS Session Service
[UDP] NETBIOS Session Service
- emfis_data: AppType = 'emfis-data [140 - tcp|udp]'¶
[TCP] EMFIS Data Service
[UDP] EMFIS Data Service
- emfis_cntl: AppType = 'emfis-cntl [141 - tcp|udp]'¶
[TCP] EMFIS Control Service
[UDP] EMFIS Control Service
- aed_512: AppType = 'aed-512 [149 - tcp|udp]'¶
[TCP] AED 512 Emulation Service
[UDP] AED 512 Emulation Service
- sql_net_66: AppType = 'sql-net [66 - tcp|udp]'¶
[TCP] Oracle SQL*NET IANA assigned this well-formed service name as a replacement for “sql*net”.
[TCP] Oracle SQL*NET
[UDP] Oracle SQL*NET IANA assigned this well-formed service name as a replacement for “sql*net”.
[UDP] Oracle SQL*NET
- bftp: AppType = 'bftp [152 - tcp|udp]'¶
[TCP] Background File Transfer Program
[UDP] Background File Transfer Program
- knet_cmp: AppType = 'knet-cmp [157 - tcp|udp]'¶
[TCP] KNET/VM Command/Message Protocol
[UDP] KNET/VM Command/Message Protocol
- multiplex: AppType = 'multiplex [171 - tcp|udp]'¶
[TCP] Network Innovations Multiplex
[UDP] Network Innovations Multiplex
- cl_1: AppType = 'cl-1 [172 - tcp|udp]'¶
[TCP] Network Innovations CL/1 IANA assigned this well-formed service name as a replacement for “cl/1”.
[TCP] Network Innovations CL/1
[UDP] Network Innovations CL/1 IANA assigned this well-formed service name as a replacement for “cl/1”.
[UDP] Network Innovations CL/1
- xdmcp: AppType = 'xdmcp [177 - tcp|udp]'¶
[TCP] X Display Manager Control Protocol
[UDP] X Display Manager Control Protocol
- nextstep: AppType = 'nextstep [178 - tcp|udp]'¶
[TCP] NextStep Window Server
[UDP] NextStep Window Server
- bgp: AppType = 'bgp [179 - tcp|udp|sctp]'¶
[TCP] Border Gateway Protocol
[UDP] Border Gateway Protocol
[SCTP] BGP [RFC 9260]
- aci: AppType = 'aci [187 - tcp|udp]'¶
[TCP] Application Communication Interface
[UDP] Application Communication Interface
- gacp: AppType = 'gacp [190 - tcp|udp]'¶
[TCP] Gateway Access Control Protocol
[UDP] Gateway Access Control Protocol
- prospero: AppType = 'prospero [191 - tcp|udp]'¶
[TCP] Prospero Directory Service
[UDP] Prospero Directory Service
- osu_nms: AppType = 'osu-nms [192 - tcp|udp]'¶
[TCP] OSU Network Monitoring System
[UDP] OSU Network Monitoring System
- srmp: AppType = 'srmp [193 - tcp|udp]'¶
[TCP] Spider Remote Monitoring Protocol
[UDP] Spider Remote Monitoring Protocol
- irc: AppType = 'irc [194 - tcp|udp]'¶
[TCP] Internet Relay Chat Protocol
[UDP] Internet Relay Chat Protocol
- dn6_nlm_aud: AppType = 'dn6-nlm-aud [195 - tcp|udp]'¶
[TCP] DNSIX Network Level Module Audit
[UDP] DNSIX Network Level Module Audit
- dn6_smm_red: AppType = 'dn6-smm-red [196 - tcp|udp]'¶
[TCP] DNSIX Session Mgt Module Audit Redir
[UDP] DNSIX Session Mgt Module Audit Redir
- dls_mon: AppType = 'dls-mon [198 - tcp|udp]'¶
[TCP] Directory Location Service Monitor
[UDP] Directory Location Service Monitor
- src: AppType = 'src [200 - tcp|udp]'¶
[TCP] IBM System Resource Controller
[UDP] IBM System Resource Controller
- at_rtmp: AppType = 'at-rtmp [201 - tcp|udp]'¶
[TCP] AppleTalk Routing Maintenance
[UDP] AppleTalk Routing Maintenance
- at_nbp: AppType = 'at-nbp [202 - tcp|udp]'¶
[TCP] AppleTalk Name Binding
[UDP] AppleTalk Name Binding
- at_zis: AppType = 'at-zis [206 - tcp|udp]'¶
[TCP] AppleTalk Zone Information
[UDP] AppleTalk Zone Information
- qmtp: AppType = 'qmtp [209 - tcp|udp]'¶
[TCP] The Quick Mail Transfer Protocol
[UDP] The Quick Mail Transfer Protocol
- z39_50: AppType = 'z39-50 [210 - tcp|udp]'¶
[TCP] ANSI Z39.50 IANA assigned this well-formed service name as a replacement for “z39.50”.
[TCP] ANSI Z39.50
[UDP] ANSI Z39.50 IANA assigned this well-formed service name as a replacement for “z39.50”.
[UDP] ANSI Z39.50
- AppType_914c_g: AppType = '914c-g [211 - tcp|udp]'¶
[TCP] Texas Instruments 914C/G Terminal IANA assigned this well-formed service name as a replacement for “914c/g”.
[TCP] Texas Instruments 914C/G Terminal
[UDP] Texas Instruments 914C/G Terminal IANA assigned this well-formed service name as a replacement for “914c/g”.
[UDP] Texas Instruments 914C/G Terminal
- cailic: AppType = 'cailic [216 - tcp|udp]'¶
[TCP] Computer Associates Int’l License Server
[UDP] Computer Associates Int’l License Server
- mpp: AppType = 'mpp [218 - tcp|udp]'¶
[TCP] Netix Message Posting Protocol
[UDP] Netix Message Posting Protocol
- imap3: AppType = 'imap3 [220 - tcp|udp]'¶
[TCP] Interactive Mail Access Protocol v3
[UDP] Interactive Mail Access Protocol v3
- fln_spx: AppType = 'fln-spx [221 - tcp|udp]'¶
[TCP] Berkeley rlogind with SPX auth
[UDP] Berkeley rlogind with SPX auth
- rsh_spx: AppType = 'rsh-spx [222 - tcp|udp]'¶
[TCP] Berkeley rshd with SPX auth
[UDP] Berkeley rshd with SPX auth
- cdc: AppType = 'cdc [223 - tcp|udp]'¶
[TCP] Certificate Distribution Center
[UDP] Certificate Distribution Center
- dsp3270: AppType = 'dsp3270 [246 - tcp|udp]'¶
[TCP] Display Systems Protocol
[UDP] Display Systems Protocol
- subntbcst_tftp: AppType = 'subntbcst-tftp [247 - tcp|udp]'¶
[TCP] SUBNTBCST_TFTP IANA assigned this well-formed service name as a replacement for “subntbcst_tftp”.
[TCP] SUBNTBCST_TFTP
[UDP] SUBNTBCST_TFTP IANA assigned this well-formed service name as a replacement for “subntbcst_tftp”.
[UDP] SUBNTBCST_TFTP
- set: AppType = 'set [257 - tcp|udp]'¶
[TCP] Secure Electronic Transaction
[UDP] Secure Electronic Transaction
- esro_gen: AppType = 'esro-gen [259 - tcp|udp]'¶
[TCP] Efficient Short Remote Operations
[UDP] Efficient Short Remote Operations
- nsiiops: AppType = 'nsiiops [261 - tcp|udp]'¶
[TCP] IIOP Name Service over TLS/SSL
[UDP] IIOP Name Service over TLS/SSL
- td_service: AppType = 'td-service [267 - tcp|udp]'¶
[TCP] Tobit David Service Layer
[UDP] Tobit David Service Layer
- td_replica: AppType = 'td-replica [268 - tcp|udp]'¶
[TCP] Tobit David Replica
[UDP] Tobit David Replica
- pt_tls: AppType = 'pt-tls [271 - tcp]'¶
[TCP] IETF Network Endpoint Assessment (NEA) Posture Transport Protocol over TLS (PT-TLS) [RFC 6876]
- novastorbakcup: AppType = 'novastorbakcup [308 - tcp|udp]'¶
[TCP] Novastor Backup
[UDP] Novastor Backup
- asip_webadmin: AppType = 'asip-webadmin [311 - tcp|udp]'¶
[TCP] AppleShare IP WebAdmin
[UDP] AppleShare IP WebAdmin
- pkix_timestamp: AppType = 'pkix-timestamp [318 - tcp|udp]'¶
[TCP] PKIX TimeStamp
[UDP] PKIX TimeStamp
- rpki_rtr_tls: AppType = 'rpki-rtr-tls [324 - tcp]'¶
[TCP] Resource PKI to Router Protocol over TLS [RFC 6810]
- pdap: AppType = 'pdap [344 - tcp|udp]'¶
[TCP] Prospero Data Access Protocol
[UDP] Prospero Data Access Protocol
- pawserv: AppType = 'pawserv [345 - tcp|udp]'¶
[TCP] Perf Analysis Workbench
[UDP] Perf Analysis Workbench
- csi_sgwp: AppType = 'csi-sgwp [348 - tcp|udp]'¶
[TCP] Cabletron Management Protocol
[UDP] Cabletron Management Protocol
- rsvp_tunnel: AppType = 'rsvp-tunnel [363 - tcp|udp]'¶
[TCP] RSVP Tunnel IANA assigned this well-formed service name as a replacement for “rsvp_tunnel”.
[TCP] RSVP Tunnel
[UDP] RSVP Tunnel IANA assigned this well-formed service name as a replacement for “rsvp_tunnel”.
[UDP] RSVP Tunnel
- nip: AppType = 'nip [376 - tcp|udp]'¶
[TCP] Amiga Envoy Network Inquiry Protocol
[UDP] Amiga Envoy Network Inquiry Protocol
- is99c: AppType = 'is99c [379 - tcp|udp]'¶
[TCP] TIA/EIA/IS-99 modem client
[UDP] TIA/EIA/IS-99 modem client
- is99s: AppType = 'is99s [380 - tcp|udp]'¶
[TCP] TIA/EIA/IS-99 modem server
[UDP] TIA/EIA/IS-99 modem server
- hp_collector: AppType = 'hp-collector [381 - tcp|udp]'¶
[TCP] hp performance data collector
[UDP] hp performance data collector
- hp_managed_node: AppType = 'hp-managed-node [382 - tcp|udp]'¶
[TCP] hp performance data managed node
[UDP] hp performance data managed node
- hp_alarm_mgr: AppType = 'hp-alarm-mgr [383 - tcp|udp]'¶
[TCP] hp performance data alarm manager
[UDP] hp performance data alarm manager
- arns: AppType = 'arns [384 - tcp|udp]'¶
[TCP] A Remote Network Server System
[UDP] A Remote Network Server System
- asa: AppType = 'asa [386 - tcp|udp]'¶
[TCP] ASA Message Router Object Def.
[UDP] ASA Message Router Object Def.
- aurp: AppType = 'aurp [387 - tcp|udp]'¶
[TCP] Appletalk Update-Based Routing Pro.
[UDP] Appletalk Update-Based Routing Pro.
- ldap: AppType = 'ldap [389 - tcp|udp]'¶
[TCP] Lightweight Directory Access Protocol
[UDP] Lightweight Directory Access Protocol
- synotics_relay: AppType = 'synotics-relay [391 - tcp|udp]'¶
[TCP] SynOptics SNMP Relay Port
[UDP] SynOptics SNMP Relay Port
- synotics_broker: AppType = 'synotics-broker [392 - tcp|udp]'¶
[TCP] SynOptics Port Broker Port
[UDP] SynOptics Port Broker Port
- embl_ndt: AppType = 'embl-ndt [394 - tcp|udp]'¶
[TCP] EMBL Nucleic Data Transfer
[UDP] EMBL Nucleic Data Transfer
- netcp: AppType = 'netcp [395 - tcp|udp]'¶
[TCP] NetScout Control Protocol
[UDP] NetScout Control Protocol
- netware_ip: AppType = 'netware-ip [396 - tcp|udp]'¶
[TCP] Novell Netware over IP
[UDP] Novell Netware over IP
- mptn: AppType = 'mptn [397 - tcp|udp]'¶
[TCP] Multi Protocol Trans. Net.
[UDP] Multi Protocol Trans. Net.
- iso_tsap_c2: AppType = 'iso-tsap-c2 [399 - tcp|udp]'¶
[TCP] ISO Transport Class 2 Non-Control over TCP
[UDP] ISO Transport Class 2 Non-Control over UDP
- ups: AppType = 'ups [401 - tcp|udp]'¶
[TCP] Uninterruptible Power Supply
[UDP] Uninterruptible Power Supply
- imsp: AppType = 'imsp [406 - tcp|udp]'¶
[TCP] Interactive Mail Support Protocol
[UDP] Interactive Mail Support Protocol
- prm_sm: AppType = 'prm-sm [408 - tcp|udp]'¶
[TCP] Prospero Resource Manager Sys. Man.
[UDP] Prospero Resource Manager Sys. Man.
- prm_nm: AppType = 'prm-nm [409 - tcp|udp]'¶
[TCP] Prospero Resource Manager Node Man.
[UDP] Prospero Resource Manager Node Man.
- decladebug: AppType = 'decladebug [410 - tcp|udp]'¶
[TCP] DECLadebug Remote Debug Protocol
[UDP] DECLadebug Remote Debug Protocol
- synoptics_trap: AppType = 'synoptics-trap [412 - tcp|udp]'¶
[TCP] Trap Convention Port
[UDP] Trap Convention Port
- smsp: AppType = 'smsp [413 - tcp|udp]'¶
[TCP] Storage Management Services Protocol
[UDP] Storage Management Services Protocol
- opc_job_start: AppType = 'opc-job-start [423 - tcp|udp]'¶
[TCP] IBM Operations Planning and Control Start
[UDP] IBM Operations Planning and Control Start
- opc_job_track: AppType = 'opc-job-track [424 - tcp|udp]'¶
[TCP] IBM Operations Planning and Control Track
[UDP] IBM Operations Planning and Control Track
- ocs_cmu: AppType = 'ocs-cmu [428 - tcp|udp]'¶
[TCP] OCS_CMU IANA assigned this well-formed service name as a replacement for “ocs_cmu”.
[TCP] OCS_CMU
[UDP] OCS_CMU IANA assigned this well-formed service name as a replacement for “ocs_cmu”.
[UDP] OCS_CMU
- ocs_amu: AppType = 'ocs-amu [429 - tcp|udp]'¶
[TCP] OCS_AMU IANA assigned this well-formed service name as a replacement for “ocs_amu”.
[TCP] OCS_AMU
[UDP] OCS_AMU IANA assigned this well-formed service name as a replacement for “ocs_amu”.
[UDP] OCS_AMU
- mobileip_agent: AppType = 'mobileip-agent [434 - tcp|udp]'¶
[TCP] MobileIP-Agent
[UDP] MobileIP-Agent
- cvc_hostd: AppType = 'cvc-hostd [442 - tcp|udp]'¶
[TCP] cvc_hostd IANA assigned this well-formed service name as a replacement for “cvc_hostd”.
[TCP] cvc_hostd
[UDP] cvc_hostd IANA assigned this well-formed service name as a replacement for “cvc_hostd”.
[UDP] cvc_hostd
- ddm_rdb: AppType = 'ddm-rdb [446 - tcp|udp]'¶
[TCP] DDM-Remote Relational Database Access
[UDP] DDM-Remote Relational Database Access
- ddm_dfm: AppType = 'ddm-dfm [447 - tcp|udp]'¶
[TCP] DDM-Distributed File Management
[UDP] DDM-Distributed File Management
- ddm_ssl: AppType = 'ddm-ssl [448 - tcp|udp]'¶
[TCP] DDM-Remote DB Access Using Secure Sockets
[UDP] DDM-Remote DB Access Using Secure Sockets
- as_servermap: AppType = 'as-servermap [449 - tcp|udp]'¶
[TCP] AS Server Mapper
[UDP] AS Server Mapper
- tserver: AppType = 'tserver [450 - tcp|udp]'¶
[TCP] Computer Supported Telecomunication Applications
[UDP] Computer Supported Telecomunication Applications
- sfs_smp_net: AppType = 'sfs-smp-net [451 - tcp|udp]'¶
[TCP] Cray Network Semaphore server
[UDP] Cray Network Semaphore server
- sfs_config: AppType = 'sfs-config [452 - tcp|udp]'¶
[TCP] Cray SFS config server
[UDP] Cray SFS config server
- datasurfsrvsec: AppType = 'datasurfsrvsec [462 - tcp|udp]'¶
[TCP] DataRampSrvSec
[UDP] DataRampSrvSec
- submissions: AppType = 'submissions [465 - tcp]'¶
[TCP] Message Submission over TLS protocol [RFC 8314]
- integra_sme: AppType = 'integra-sme [484 - tcp|udp]'¶
[TCP] Integra Software Management Environment
[UDP] Integra Software Management Environment
- powerburst: AppType = 'powerburst [485 - tcp|udp]'¶
[TCP] Air Soft Power Burst
[UDP] Air Soft Power Burst
- saft: AppType = 'saft [487 - tcp|udp]'¶
[TCP] saft Simple Asynchronous File Transfer
[UDP] saft Simple Asynchronous File Transfer
- ticf_1: AppType = 'ticf-1 [492 - tcp|udp]'¶
[TCP] Transport Independent Convergence for FNA
[UDP] Transport Independent Convergence for FNA
- ticf_2: AppType = 'ticf-2 [493 - tcp|udp]'¶
[TCP] Transport Independent Convergence for FNA
[UDP] Transport Independent Convergence for FNA
- mbap: AppType = 'mbap [502 - tcp|udp]'¶
[TCP] Modbus Application Protocol
[UDP] Modbus Application Protocol
- exec: AppType = 'exec [512 - tcp]'¶
[TCP] remote process execution; authentication performed using passwords and UNIX login names
- biff: AppType = 'biff [512 - udp]'¶
[UDP] used by mail system to notify users of new mail received; currently receives messages only from processes on the same machine
- login: AppType = 'login [513 - tcp]'¶
[TCP] remote login a la telnet; automatic authentication performed based on priviledged port numbers and distributed data bases which identify “authentication domains”
- who: AppType = 'who [513 - udp]'¶
[UDP] maintains data bases showing who’s logged in to machines on a local net and the load average of the machine
- shell: AppType = 'shell [514 - tcp]'¶
[TCP] cmd like exec, but automatic authentication is performed as for login server
- talk: AppType = 'talk [517 - tcp|udp]'¶
[TCP] like tenex link, but across machine - unfortunately, doesn’t use link protocol (this is actually just a rendezvous port from which a tcp connection is established)
[UDP] like tenex link, but across machine - unfortunately, doesn’t use link protocol (this is actually just a rendezvous port from which a tcp connection is established)
- router: AppType = 'router [520 - udp]'¶
[UDP] local routing process (on site); uses variant of Xerox NS routing information protocol - RIP
- netwall: AppType = 'netwall [533 - tcp|udp]'¶
[TCP] for emergency broadcasts
[UDP] for emergency broadcasts
- apertus_ldp: AppType = 'apertus-ldp [539 - tcp|udp]'¶
[TCP] Apertus Technologies Load Determination
[UDP] Apertus Technologies Load Determination
- dhcpv6_client: AppType = 'dhcpv6-client [546 - tcp|udp]'¶
[TCP] DHCPv6 Client
[UDP] DHCPv6 Client [RFC 9915]
- rtsp: AppType = 'rtsp [554 - tcp|udp]'¶
[TCP] Real Time Streaming Protocol (RTSP)
[UDP] Real Time Streaming Protocol (RTSP)
- openvms_sysipc: AppType = 'openvms-sysipc [557 - tcp|udp]'¶
[TCP] openvms-sysipc
[UDP] openvms-sysipc
- ftp_agent: AppType = 'ftp-agent [574 - tcp|udp]'¶
[TCP] FTP Software Agent System
[UDP] FTP Software Agent System
- sntp_heartbeat: AppType = 'sntp-heartbeat [580 - tcp|udp]'¶
[TCP] SNTP HEARTBEAT
[UDP] SNTP HEARTBEAT
- bdp: AppType = 'bdp [581 - tcp|udp]'¶
[TCP] Bundle Discovery Protocol
[UDP] Bundle Discovery Protocol
- philips_vc: AppType = 'philips-vc [583 - tcp|udp]'¶
[TCP] Philips Video-Conferencing
[UDP] Philips Video-Conferencing
- http_rpc_epmap: AppType = 'http-rpc-epmap [593 - tcp|udp]'¶
[TCP] HTTP RPC Ep Map
[UDP] HTTP RPC Ep Map
- ptcnameservice: AppType = 'ptcnameservice [597 - tcp|udp]'¶
[TCP] PTC Name Service
[UDP] PTC Name Service
- sco_websrvrmg3: AppType = 'sco-websrvrmg3 [598 - tcp|udp]'¶
[TCP] SCO Web Server Manager 3
[UDP] SCO Web Server Manager 3
- urm: AppType = 'urm [606 - tcp|udp]'¶
[TCP] Cray Unified Resource Manager
[UDP] Cray Unified Resource Manager
- sift_uft: AppType = 'sift-uft [608 - tcp|udp]'¶
[TCP] Sender-Initiated/Unsolicited File Transfer
[UDP] Sender-Initiated/Unsolicited File Transfer
- sco_inetmgr: AppType = 'sco-inetmgr [615 - tcp|udp]'¶
[TCP] Internet Configuration Manager
[UDP] Internet Configuration Manager
- sco_sysmgr: AppType = 'sco-sysmgr [616 - tcp|udp]'¶
[TCP] SCO System Administration Server
[UDP] SCO System Administration Server
- sco_dtmgr: AppType = 'sco-dtmgr [617 - tcp|udp]'¶
[TCP] SCO Desktop Administration Server
[UDP] SCO Desktop Administration Server
- sco_websrvrmgr: AppType = 'sco-websrvrmgr [620 - tcp|udp]'¶
[TCP] SCO WebServer Manager
[UDP] SCO WebServer Manager
- oob_ws_http: AppType = 'oob-ws-http [623 - tcp]'¶
[TCP] DMTF out-of-band web services management protocol
- dec_dlm: AppType = 'dec-dlm [625 - tcp|udp]'¶
[TCP] DEC DLM IANA assigned this well-formed service name as a replacement for “dec_dlm”.
[TCP] DEC DLM
[UDP] DEC DLM IANA assigned this well-formed service name as a replacement for “dec_dlm”.
[UDP] DEC DLM
- servstat: AppType = 'servstat [633 - tcp|udp]'¶
[TCP] Service Status update (Sterling Software)
[UDP] Service Status update (Sterling Software)
- ldaps: AppType = 'ldaps [636 - tcp|udp]'¶
[TCP] ldap protocol over TLS/SSL (was sldap)
[UDP] ldap protocol over TLS/SSL (was sldap)
- dhcp_failover: AppType = 'dhcp-failover [647 - tcp|udp]'¶
[TCP] DHCP Failover [RFC 8156]
[UDP] DHCP Failover
- rrp: AppType = 'rrp [648 - tcp|udp]'¶
[TCP] Registry Registrar Protocol (RRP)
[UDP] Registry Registrar Protocol (RRP)
- cadview_3d: AppType = 'cadview-3d [649 - tcp|udp]'¶
[TCP] Cadview-3d - streaming 3d models over the internet
[UDP] Cadview-3d - streaming 3d models over the internet
- mac_srvr_admin: AppType = 'mac-srvr-admin [660 - tcp|udp]'¶
[TCP] MacOS Server Admin
[UDP] MacOS Server Admin
- oob_ws_https: AppType = 'oob-ws-https [664 - tcp]'¶
[TCP] DMTF out-of-band secure web services management protocol
- asf_secure_rmcp: AppType = 'asf-secure-rmcp [664 - udp]'¶
[UDP] ASF Secure Remote Management and Control Protocol
- disclose: AppType = 'disclose [667 - tcp|udp]'¶
[TCP] campaign contribution disclosures - SDR Technologies
[UDP] campaign contribution disclosures - SDR Technologies
- vpp: AppType = 'vpp [677 - tcp|udp]'¶
[TCP] Virtual Presence Protocol
[UDP] Virtual Presence Protocol
- ggf_ncp: AppType = 'ggf-ncp [678 - tcp|udp]'¶
[TCP] GNU Generation Foundation NCP
[UDP] GNU Generation Foundation NCP
- corba_iiop_ssl: AppType = 'corba-iiop-ssl [684 - tcp|udp]'¶
[TCP] CORBA IIOP SSL
[UDP] CORBA IIOP SSL
- mdc_portmapper: AppType = 'mdc-portmapper [685 - tcp|udp]'¶
[TCP] MDC Port Mapper
[UDP] MDC Port Mapper
- hcp_wismar: AppType = 'hcp-wismar [686 - tcp|udp]'¶
[TCP] Hardware Control Protocol Wismar
[UDP] Hardware Control Protocol Wismar
- realm_rusd: AppType = 'realm-rusd [688 - tcp|udp]'¶
[TCP] ApplianceWare managment protocol
[UDP] ApplianceWare managment protocol
- vatp: AppType = 'vatp [690 - tcp|udp]'¶
[TCP] Velneo Application Transfer Protocol
[UDP] Velneo Application Transfer Protocol
- msexch_routing: AppType = 'msexch-routing [691 - tcp|udp]'¶
[TCP] MS Exchange Routing
[UDP] MS Exchange Routing
- connendp: AppType = 'connendp [693 - tcp|udp]'¶
[TCP] almanid Connection Endpoint
[UDP] almanid Connection Endpoint
- elcsd: AppType = 'elcsd [704 - tcp|udp]'¶
[TCP] errlog copy/server daemon
[UDP] errlog copy/server daemon
- entrust_kmsh: AppType = 'entrust-kmsh [709 - tcp|udp]'¶
[TCP] Entrust Key Management Service Handler
[UDP] Entrust Key Management Service Handler
- entrust_ash: AppType = 'entrust-ash [710 - tcp|udp]'¶
[TCP] Entrust Administration Service Handler
[UDP] Entrust Administration Service Handler
- netviewdm1: AppType = 'netviewdm1 [729 - tcp|udp]'¶
[TCP] IBM NetView DM/6000 Server/Client
[UDP] IBM NetView DM/6000 Server/Client
- netviewdm2: AppType = 'netviewdm2 [730 - tcp|udp]'¶
[TCP] IBM NetView DM/6000 send/tcp
[UDP] IBM NetView DM/6000 send/tcp
- netviewdm3: AppType = 'netviewdm3 [731 - tcp|udp]'¶
[TCP] IBM NetView DM/6000 receive/tcp
[UDP] IBM NetView DM/6000 receive/tcp
- netrcs: AppType = 'netrcs [742 - tcp|udp]'¶
[TCP] Network based Rev. Cont. Sys.
[UDP] Network based Rev. Cont. Sys.
- flexlm: AppType = 'flexlm [744 - tcp|udp]'¶
[TCP] Flexible License Manager
[UDP] Flexible License Manager
- fujitsu_dev: AppType = 'fujitsu-dev [747 - tcp|udp]'¶
[TCP] Fujitsu Device Control
[UDP] Fujitsu Device Control
- ris_cm: AppType = 'ris-cm [748 - tcp|udp]'¶
[TCP] Russell Info Sci Calendar Manager
[UDP] Russell Info Sci Calendar Manager
- kerberos_adm: AppType = 'kerberos-adm [749 - tcp|udp]'¶
[TCP] kerberos administration
[UDP] kerberos administration
- acmaint_dbd: AppType = 'acmaint-dbd [774 - udp]'¶
[UDP] IANA assigned this well-formed service name as a replacement for “acmaint_dbd”.
[UDP]
- acmaint_transd: AppType = 'acmaint-transd [775 - udp]'¶
[UDP] IANA assigned this well-formed service name as a replacement for “acmaint_transd”.
[UDP]
- multiling_http: AppType = 'multiling-http [777 - tcp|udp]'¶
[TCP] Multiling HTTP
[UDP] Multiling HTTP
- mdbs_daemon: AppType = 'mdbs-daemon [800 - tcp|udp]'¶
[TCP] IANA assigned this well-formed service name as a replacement for “mdbs_daemon”.
[TCP]
[UDP] IANA assigned this well-formed service name as a replacement for “mdbs_daemon”.
[UDP]
- mbap_s: AppType = 'mbap-s [802 - tcp|udp]'¶
[TCP] Modbus Application Protocol Secure
[UDP] Modbus Application Protocol Secure
- dhcp_failover2: AppType = 'dhcp-failover2 [847 - tcp|udp]'¶
[TCP] dhcp-failover 2
[UDP] dhcp-failover 2
- iclcnet_locate: AppType = 'iclcnet-locate [886 - tcp|udp]'¶
[TCP] ICL coNETion locate server
[UDP] ICL coNETion locate server
- iclcnet_svinfo: AppType = 'iclcnet-svinfo [887 - tcp|udp]'¶
[TCP] ICL coNETion server info IANA assigned this well-formed service name as a replacement for “iclcnet_svinfo”.
[TCP] ICL coNETion server info
[UDP] ICL coNETion server info IANA assigned this well-formed service name as a replacement for “iclcnet_svinfo”.
[UDP] ICL coNETion server info
- omginitialrefs: AppType = 'omginitialrefs [900 - tcp|udp]'¶
[TCP] OMG Initial Refs
[UDP] OMG Initial Refs
- ideafarm_door: AppType = 'ideafarm-door [902 - tcp|udp]'¶
[TCP] self documenting Telnet Door
[UDP] self documenting Door: send 0x00 for info
- ideafarm_panic: AppType = 'ideafarm-panic [903 - tcp|udp]'¶
[TCP] self documenting Telnet Panic Door
[UDP] self documenting Panic Door: send 0x00 for info
- apex_mesh: AppType = 'apex-mesh [912 - tcp|udp]'¶
[TCP] APEX relay-relay service
[UDP] APEX relay-relay service
- rift_lies: AppType = 'rift-lies [914 - udp]'¶
[UDP] Routing in Fat Trees Link Information Element [RFC 9692]
- rift_ties: AppType = 'rift-ties [915 - udp]'¶
[UDP] Routing in Fat Trees Topology Information Element [RFC 9692]
- ftps_data: AppType = 'ftps-data [989 - tcp|udp]'¶
[TCP] ftp protocol, data, over TLS/SSL
[UDP] ftp protocol, data, over TLS/SSL
- ftps: AppType = 'ftps [990 - tcp|udp]'¶
[TCP] ftp protocol, control, over TLS/SSL
[UDP] ftp protocol, control, over TLS/SSL
- telnets: AppType = 'telnets [992 - tcp|udp]'¶
[TCP] telnet protocol over TLS/SSL
[UDP] telnet protocol over TLS/SSL
- pop3s: AppType = 'pop3s [995 - tcp|udp]'¶
[TCP] POP3 over TLS protocol [RFC 8314]
[UDP] pop3 protocol over TLS/SSL (was spop3)
- possibly_used_by_sun_solaris: AppType = 'possibly_used_by_sun_solaris [1008 - udp]'¶
[UDP] Possibly used by Sun Solaris????
- cap: AppType = 'cap [1026 - tcp|udp]'¶
[TCP] Calendar Access Protocol
[UDP] Calendar Access Protocol
- netinfo_local: AppType = 'netinfo-local [1033 - tcp|udp]'¶
[TCP] local netinfo port
[UDP] local netinfo port
- activesync: AppType = 'activesync [1034 - tcp|udp]'¶
[TCP] ActiveSync Notifications
[UDP] ActiveSync Notifications
- nsstp: AppType = 'nsstp [1036 - tcp|udp]'¶
[TCP] Nebula Secure Segment Transfer Protocol
[UDP] Nebula Secure Segment Transfer Protocol
- boinc_client: AppType = 'boinc-client [1043 - tcp|udp]'¶
[TCP] BOINC Client Control
[UDP] BOINC Client Control
- dcutility: AppType = 'dcutility [1044 - tcp|udp]'¶
[TCP] Dev Consortium Utility
[UDP] Dev Consortium Utility
- fpitp: AppType = 'fpitp [1045 - tcp|udp]'¶
[TCP] Fingerprint Image Transfer Protocol
[UDP] Fingerprint Image Transfer Protocol
- wfremotertm: AppType = 'wfremotertm [1046 - tcp|udp]'¶
[TCP] WebFilter Remote Monitor
[UDP] WebFilter Remote Monitor
- neod1: AppType = 'neod1 [1047 - tcp|udp]'¶
[TCP] Sun’s NEO Object Request Broker
[UDP] Sun’s NEO Object Request Broker
- neod2: AppType = 'neod2 [1048 - tcp|udp]'¶
[TCP] Sun’s NEO Object Request Broker
[UDP] Sun’s NEO Object Request Broker
- td_postman: AppType = 'td-postman [1049 - tcp|udp]'¶
[TCP] Tobit David Postman VPMN
[UDP] Tobit David Postman VPMN
- remote_as: AppType = 'remote-as [1053 - tcp|udp]'¶
[TCP] Remote Assistant (RA)
[UDP] Remote Assistant (RA)
- ansyslmd: AppType = 'ansyslmd [1055 - tcp|udp]'¶
[TCP] ANSYS - License Manager
[UDP] ANSYS - License Manager
- instl_boots: AppType = 'instl-boots [1067 - tcp|udp]'¶
[TCP] Installation Bootstrap Proto. Serv. IANA assigned this well-formed service name as a replacement for “instl_boots”.
[TCP] Installation Bootstrap Proto. Serv.
[UDP] Installation Bootstrap Proto. Serv. IANA assigned this well-formed service name as a replacement for “instl_boots”.
[UDP] Installation Bootstrap Proto. Serv.
- instl_bootc: AppType = 'instl-bootc [1068 - tcp|udp]'¶
[TCP] Installation Bootstrap Proto. Cli. IANA assigned this well-formed service name as a replacement for “instl_bootc”.
[TCP] Installation Bootstrap Proto. Cli.
[UDP] Installation Bootstrap Proto. Cli. IANA assigned this well-formed service name as a replacement for “instl_bootc”.
[UDP] Installation Bootstrap Proto. Cli.
- cognex_insight: AppType = 'cognex-insight [1069 - tcp|udp]'¶
[TCP] COGNEX-INSIGHT
[UDP] COGNEX-INSIGHT
- bridgecontrol: AppType = 'bridgecontrol [1073 - tcp|udp]'¶
[TCP] Bridge Control
[UDP] Bridge Control
- warmspotmgmt: AppType = 'warmspotmgmt [1074 - tcp|udp]'¶
[TCP] Warmspot Management Protocol
[UDP] Warmspot Management Protocol
- avocent_proxy: AppType = 'avocent-proxy [1078 - tcp|udp]'¶
[TCP] Avocent Proxy Protocol
[UDP] Avocent Proxy Protocol
- ansoft_lm_1: AppType = 'ansoft-lm-1 [1083 - tcp|udp]'¶
[TCP] Anasoft License Manager
[UDP] Anasoft License Manager
- ansoft_lm_2: AppType = 'ansoft-lm-2 [1084 - tcp|udp]'¶
[TCP] Anasoft License Manager
[UDP] Anasoft License Manager
- cplscrambler_lg: AppType = 'cplscrambler-lg [1086 - tcp|udp]'¶
[TCP] CPL Scrambler Logging
[UDP] CPL Scrambler Logging
- cplscrambler_in: AppType = 'cplscrambler-in [1087 - tcp|udp]'¶
[TCP] CPL Scrambler Internal
[UDP] CPL Scrambler Internal
- cplscrambler_al: AppType = 'cplscrambler-al [1088 - tcp|udp]'¶
[TCP] CPL Scrambler Alarm Log
[UDP] CPL Scrambler Alarm Log
- ff_fms: AppType = 'ff-fms [1090 - tcp|udp]'¶
[TCP] FF Fieldbus Message Specification
[UDP] FF Fieldbus Message Specification
- obrpd: AppType = 'obrpd [1092 - tcp|udp]'¶
[TCP] Open Business Reporting Protocol
[UDP] Open Business Reporting Protocol
- cnrprotocol: AppType = 'cnrprotocol [1096 - tcp|udp]'¶
[TCP] Common Name Resolution Protocol
[UDP] Common Name Resolution Protocol
- sunclustermgr: AppType = 'sunclustermgr [1097 - tcp|udp]'¶
[TCP] Sun Cluster Manager
[UDP] Sun Cluster Manager
- rmiactivation: AppType = 'rmiactivation [1098 - tcp|udp]'¶
[TCP] RMI Activation
[UDP] RMI Activation
- adobeserver_1: AppType = 'adobeserver-1 [1102 - tcp|udp]'¶
[TCP] ADOBE SERVER 1
[UDP] ADOBE SERVER 1
- adobeserver_2: AppType = 'adobeserver-2 [1103 - tcp|udp]'¶
[TCP] ADOBE SERVER 2
[UDP] ADOBE SERVER 2
- isoipsigport_1: AppType = 'isoipsigport-1 [1106 - tcp|udp]'¶
[TCP] ISOIPSIGPORT-1
[UDP] ISOIPSIGPORT-1
- isoipsigport_2: AppType = 'isoipsigport-2 [1107 - tcp|udp]'¶
[TCP] ISOIPSIGPORT-2
[UDP] ISOIPSIGPORT-2
- lmsocialserver: AppType = 'lmsocialserver [1111 - tcp|udp]'¶
[TCP] LM Social Server
[UDP] LM Social Server
- icp: AppType = 'icp [1112 - tcp|udp]'¶
[TCP] Intelligent Communication Protocol
[UDP] Intelligent Communication Protocol
- ardus_mtrns: AppType = 'ardus-mtrns [1117 - tcp|udp]'¶
[TCP] ARDUS Multicast Transfer
[UDP] ARDUS Multicast Transfer
- bnetgame: AppType = 'bnetgame [1119 - tcp|udp]'¶
[TCP] Battle.net Chat/Game Protocol
[UDP] Battle.net Chat/Game Protocol
- bnetfile: AppType = 'bnetfile [1120 - tcp|udp]'¶
[TCP] Battle.net File Transfer Protocol
[UDP] Battle.net File Transfer Protocol
- kwdb_commn: AppType = 'kwdb-commn [1127 - tcp|udp]'¶
[TCP] KWDB Remote Communication
[UDP] KWDB Remote Communication
- saphostctrl: AppType = 'saphostctrl [1128 - tcp|udp]'¶
[TCP] SAPHostControl over SOAP/HTTP
[UDP] SAPHostControl over SOAP/HTTP
- saphostctrls: AppType = 'saphostctrls [1129 - tcp|udp]'¶
[TCP] SAPHostControl over SOAP/HTTPS
[UDP] SAPHostControl over SOAP/HTTPS
- casp: AppType = 'casp [1130 - tcp|udp]'¶
[TCP] CAC App Service Protocol
[UDP] CAC App Service Protocol
- caspssl: AppType = 'caspssl [1131 - tcp|udp]'¶
[TCP] CAC App Service Protocol Encripted
[UDP] CAC App Service Protocol Encripted
- kvm_via_ip: AppType = 'kvm-via-ip [1132 - tcp|udp]'¶
[TCP] KVM-via-IP Management Service
[UDP] KVM-via-IP Management Service
- omnivision: AppType = 'omnivision [1135 - tcp|udp]'¶
[TCP] OmniVision Communication Service
[UDP] OmniVision Communication Service
- hhb_gateway: AppType = 'hhb-gateway [1136 - tcp|udp]'¶
[TCP] HHB Gateway Control
[UDP] HHB Gateway Control
- encrypted_admin: AppType = 'encrypted-admin [1138 - tcp|udp]'¶
[TCP] encrypted admin requests IANA assigned this well-formed service name as a replacement for “encrypted_admin”.
[TCP] encrypted admin requests
[UDP] encrypted admin requests IANA assigned this well-formed service name as a replacement for “encrypted_admin”.
[UDP] encrypted admin requests
- evm: AppType = 'evm [1139 - tcp|udp]'¶
[TCP] Enterprise Virtual Manager
[UDP] Enterprise Virtual Manager
- autonoc: AppType = 'autonoc [1140 - tcp|udp]'¶
[TCP] AutoNOC Network Operations Protocol
[UDP] AutoNOC Network Operations Protocol
- edtools: AppType = 'edtools [1142 - tcp|udp]'¶
[TCP] User Discovery Service
[UDP] User Discovery Service
- x9_icue: AppType = 'x9-icue [1145 - tcp|udp]'¶
[TCP] X9 iCue Show Control
[UDP] X9 iCue Show Control
- audit_transfer: AppType = 'audit-transfer [1146 - tcp|udp]'¶
[TCP] audit transfer
[UDP] audit transfer
- elfiq_repl: AppType = 'elfiq-repl [1148 - tcp|udp]'¶
[TCP] Elfiq Replication Service
[UDP] Elfiq Replication Service
- bvtsonar: AppType = 'bvtsonar [1149 - tcp|udp]'¶
[TCP] BlueView Sonar Service
[UDP] BlueView Sonar Service
- unizensus: AppType = 'unizensus [1151 - tcp|udp]'¶
[TCP] Unizensus Login Server
[UDP] Unizensus Login Server
- winpoplanmess: AppType = 'winpoplanmess [1152 - tcp|udp]'¶
[TCP] Winpopup LAN Messenger
[UDP] Winpopup LAN Messenger
- resacommunity: AppType = 'resacommunity [1154 - tcp|udp]'¶
[TCP] Community Service
[UDP] Community Service
- iascontrol_oms: AppType = 'iascontrol-oms [1156 - tcp|udp]'¶
[TCP] iasControl OMS
[UDP] iasControl OMS
- iascontrol: AppType = 'iascontrol [1157 - tcp|udp]'¶
[TCP] Oracle iASControl
[UDP] Oracle iASControl
- olsv: AppType = 'olsv [1160 - tcp|udp]'¶
[TCP] DB Lite Mult-User Server
[UDP] DB Lite Mult-User Server
- health_polling: AppType = 'health-polling [1161 - tcp|udp]'¶
[TCP] Health Polling
[UDP] Health Polling
- sddp: AppType = 'sddp [1163 - tcp|udp]'¶
[TCP] SmartDialer Data Protocol
[UDP] SmartDialer Data Protocol
- cisco_ipsla: AppType = 'cisco-ipsla [1167 - tcp|udp|sctp]'¶
[TCP] Cisco IP SLAs Control Protocol
[UDP] Cisco IP SLAs Control Protocol
[SCTP] Cisco IP SLAs Control Protocol
- vchat: AppType = 'vchat [1168 - tcp|udp]'¶
[TCP] VChat Conference Service
[UDP] VChat Conference Service
- atc_appserver: AppType = 'atc-appserver [1171 - tcp|udp]'¶
[TCP] AT+C FmiApplicationServer
[UDP] AT+C FmiApplicationServer
- d_cinema_rrp: AppType = 'd-cinema-rrp [1173 - tcp|udp]'¶
[TCP] D-Cinema Request-Response
[UDP] D-Cinema Request-Response
- fnet_remote_ui: AppType = 'fnet-remote-ui [1174 - tcp|udp]'¶
[TCP] FlashNet Remote Admin
[UDP] FlashNet Remote Admin
- indigo_server: AppType = 'indigo-server [1176 - tcp|udp]'¶
[TCP] Indigo Home Server
[UDP] Indigo Home Server
- dkmessenger: AppType = 'dkmessenger [1177 - tcp|udp]'¶
[TCP] DKMessenger Protocol
[UDP] DKMessenger Protocol
- sgi_storman: AppType = 'sgi-storman [1178 - tcp|udp]'¶
[TCP] SGI Storage Manager
[UDP] SGI Storage Manager
- mc_client: AppType = 'mc-client [1180 - tcp|udp]'¶
[TCP] Millicent Client Proxy
[UDP] Millicent Client Proxy
- AppType_3comnetman: AppType = '3comnetman [1181 - tcp|udp]'¶
[TCP] 3Com Net Management
[UDP] 3Com Net Management
- llsurfup_http: AppType = 'llsurfup-http [1183 - tcp|udp]'¶
[TCP] LL Surfup HTTP
[UDP] LL Surfup HTTP
- llsurfup_https: AppType = 'llsurfup-https [1184 - tcp|udp]'¶
[TCP] LL Surfup HTTPS
[UDP] LL Surfup HTTPS
- mysql_cluster: AppType = 'mysql-cluster [1186 - tcp|udp]'¶
[TCP] MySQL Cluster Manager
[UDP] MySQL Cluster Manager
- commlinx_avl: AppType = 'commlinx-avl [1190 - tcp|udp]'¶
[TCP] CommLinx GPS / AVL System
[UDP] CommLinx GPS / AVL System
- gpfs: AppType = 'gpfs [1191 - tcp|udp]'¶
[TCP] General Parallel File System
[UDP] General Parallel File System
- caids_sensor: AppType = 'caids-sensor [1192 - tcp|udp]'¶
[TCP] caids sensors channel
[UDP] caids sensors channel
- fiveacross: AppType = 'fiveacross [1193 - tcp|udp]'¶
[TCP] Five Across Server
[UDP] Five Across Server
- carrius_rshell: AppType = 'carrius-rshell [1197 - tcp|udp]'¶
[TCP] Carrius Remote Access
[UDP] Carrius Remote Access
- cajo_discovery: AppType = 'cajo-discovery [1198 - tcp|udp]'¶
[TCP] cajo reference discovery
[UDP] cajo reference discovery
- nucleus_sand: AppType = 'nucleus-sand [1201 - tcp|udp]'¶
[TCP] Nucleus Sand Database Server
[UDP] Nucleus Sand Database Server
- ssslic_mgr: AppType = 'ssslic-mgr [1203 - tcp|udp]'¶
[TCP] License Validation
[UDP] License Validation
- ssslog_mgr: AppType = 'ssslog-mgr [1204 - tcp|udp]'¶
[TCP] Log Request Listener
[UDP] Log Request Listener
- mpc_lifenet: AppType = 'mpc-lifenet [1213 - tcp|udp]'¶
[TCP] Medtronic/Physio-Control LIFENET
[UDP] Medtronic/Physio-Control LIFENET
- hpss_ndapi: AppType = 'hpss-ndapi [1217 - tcp|udp]'¶
[TCP] HPSS NonDCE Gateway
[UDP] HPSS NonDCE Gateway
- aeroflight_ads: AppType = 'aeroflight-ads [1218 - tcp|udp]'¶
[TCP] AeroFlight-ADs
[UDP] AeroFlight-ADs
- aeroflight_ret: AppType = 'aeroflight-ret [1219 - tcp|udp]'¶
[TCP] AeroFlight-Ret
[UDP] AeroFlight-Ret
- qt_serveradmin: AppType = 'qt-serveradmin [1220 - tcp|udp]'¶
[TCP] QT SERVER ADMIN
[UDP] QT SERVER ADMIN
- sweetware_apps: AppType = 'sweetware-apps [1221 - tcp|udp]'¶
[TCP] SweetWARE Apps
[UDP] SweetWARE Apps
- zented: AppType = 'zented [1229 - tcp|udp]'¶
[TCP] ZENworks Tiered Electronic Distribution
[UDP] ZENworks Tiered Electronic Distribution
- menandmice_lpm: AppType = 'menandmice-lpm [1231 - tcp|udp]'¶
[TCP] menandmice-lpm
[UDP] menandmice-lpm
- first_defense: AppType = 'first-defense [1232 - tcp|udp]'¶
[TCP] Remote systems monitoring
[UDP] Remote systems monitoring
- univ_appserver: AppType = 'univ-appserver [1233 - tcp|udp]'¶
[TCP] Universal App Server
[UDP] Universal App Server
- search_agent: AppType = 'search-agent [1234 - tcp|udp]'¶
[TCP] Infoseek Search Agent
[UDP] Infoseek Search Agent
- isbconference1: AppType = 'isbconference1 [1244 - tcp|udp]'¶
[TCP] isbconference1
[UDP] isbconference1
- isbconference2: AppType = 'isbconference2 [1245 - tcp|udp]'¶
[TCP] isbconference2
[UDP] isbconference2
- de_cache_query: AppType = 'de-cache-query [1255 - tcp|udp]'¶
[TCP] de-cache-query
[UDP] de-cache-query
- opennl_voice: AppType = 'opennl-voice [1259 - tcp|udp]'¶
[TCP] Open Network Library Voice
[UDP] Open Network Library Voice
- epc: AppType = 'epc [1267 - tcp|udp]'¶
[TCP] eTrust Policy Compliance
[UDP] eTrust Policy Compliance
- opsmgr: AppType = 'opsmgr [1270 - tcp|udp]'¶
[TCP] Microsoft Operations Manager
[UDP] Microsoft Operations Manager
- dellwebadmin_1: AppType = 'dellwebadmin-1 [1278 - tcp|udp]'¶
[TCP] Dell Web Admin 1
[UDP] Dell Web Admin 1
- dellwebadmin_2: AppType = 'dellwebadmin-2 [1279 - tcp|udp]'¶
[TCP] Dell Web Admin 2
[UDP] Dell Web Admin 2
- productinfo: AppType = 'productinfo [1283 - tcp|udp]'¶
[TCP] Product Information
[UDP] Product Information
[TCP] NavBuddy
[UDP] NavBuddy
- ehtp: AppType = 'ehtp [1295 - tcp|udp]'¶
[TCP] End-by-Hop Transmission Protocol
[UDP] End-by-Hop Transmission Protocol
- h323hostcallsc: AppType = 'h323hostcallsc [1300 - tcp|udp]'¶
[TCP] H.323 Secure Call Control Signalling
[UDP] H.323 Secure Call Control Signalling
- odsi: AppType = 'odsi [1308 - tcp|udp]'¶
[TCP] Optical Domain Service Interconnect (ODSI)
[UDP] Optical Domain Service Interconnect (ODSI)
- bmc_patroldb: AppType = 'bmc-patroldb [1313 - tcp|udp]'¶
[TCP] BMC_PATROLDB IANA assigned this well-formed service name as a replacement for “bmc_patroldb”.
[TCP] BMC_PATROLDB
[UDP] BMC_PATROLDB IANA assigned this well-formed service name as a replacement for “bmc_patroldb”.
[UDP] BMC_PATROLDB
- pdps: AppType = 'pdps [1314 - tcp|udp]'¶
[TCP] Photoscript Distributed Printing System
[UDP] Photoscript Distributed Printing System
- els: AppType = 'els [1315 - tcp|udp]'¶
[TCP] E.L.S., Event Listener Service
[UDP] E.L.S., Event Listener Service
- vrts_ipcserver: AppType = 'vrts-ipcserver [1317 - tcp|udp]'¶
[TCP] vrts-ipcserver
[UDP] vrts-ipcserver
- krb5gatekeeper: AppType = 'krb5gatekeeper [1318 - tcp|udp]'¶
[TCP] krb5gatekeeper
[UDP] krb5gatekeeper
- dx_instrument: AppType = 'dx-instrument [1325 - tcp|udp]'¶
[TCP] Thermo Fisher Scientific Instrumentation (Formally Dionex)
[UDP] Thermo Fisher Scientific Instrumentation (Formally Dionex)
- passwrd_policy: AppType = 'passwrd-policy [1333 - tcp|udp]'¶
[TCP] Password Policy
[UDP] Password Policy
- digital_notary: AppType = 'digital-notary [1335 - tcp|udp]'¶
[TCP] Digital Notary Protocol
[UDP] Digital Notary Protocol
- menandmice_dns: AppType = 'menandmice-dns [1337 - tcp|udp]'¶
[TCP] menandmice DNS
[UDP] menandmice DNS
- alta_ana_lm: AppType = 'alta-ana-lm [1346 - tcp|udp]'¶
[TCP] Alta Analytics License Manager
[UDP] Alta Analytics License Manager
- bbn_mmc: AppType = 'bbn-mmc [1347 - tcp|udp]'¶
[TCP] multi media conferencing
[UDP] multi media conferencing
- bbn_mmx: AppType = 'bbn-mmx [1348 - tcp|udp]'¶
[TCP] multi media conferencing
[UDP] multi media conferencing
- sbook: AppType = 'sbook [1349 - tcp|udp]'¶
[TCP] Registration Network Protocol
[UDP] Registration Network Protocol
- editbench: AppType = 'editbench [1350 - tcp|udp]'¶
[TCP] Registration Network Protocol
[UDP] Registration Network Protocol
- equationbuilder: AppType = 'equationbuilder [1351 - tcp|udp]'¶
[TCP] Digital Tool Works (MIT)
[UDP] Digital Tool Works (MIT)
- xsip_network: AppType = 'xsip-network [1354 - tcp|udp]'¶
[TCP] Five Across XSIP Network
[UDP] Five Across XSIP Network
- intuitive_edge: AppType = 'intuitive-edge [1355 - tcp|udp]'¶
[TCP] Intuitive Edge
[UDP] Intuitive Edge
- cuillamartin: AppType = 'cuillamartin [1356 - tcp|udp]'¶
[TCP] CuillaMartin Company
[UDP] CuillaMartin Company
- pegboard: AppType = 'pegboard [1357 - tcp|udp]'¶
[TCP] Electronic PegBoard
[UDP] Electronic PegBoard
- ndm_requester: AppType = 'ndm-requester [1363 - tcp|udp]'¶
[TCP] Network DataMover Requester
[UDP] Network DataMover Requester
- ndm_server: AppType = 'ndm-server [1364 - tcp|udp]'¶
[TCP] Network DataMover Server
[UDP] Network DataMover Server
- adapt_sna: AppType = 'adapt-sna [1365 - tcp|udp]'¶
[TCP] Network Software Associates
[UDP] Network Software Associates
- netware_csp: AppType = 'netware-csp [1366 - tcp|udp]'¶
[TCP] Novell NetWare Comm Service Platform
[UDP] Novell NetWare Comm Service Platform
- gv_us: AppType = 'gv-us [1369 - tcp|udp]'¶
[TCP] GlobalView to Unix Shell
[UDP] GlobalView to Unix Shell
- us_gv: AppType = 'us-gv [1370 - tcp|udp]'¶
[TCP] Unix Shell to GlobalView
[UDP] Unix Shell to GlobalView
- fc_cli: AppType = 'fc-cli [1371 - tcp|udp]'¶
[TCP] Fujitsu Config Protocol
[UDP] Fujitsu Config Protocol
- fc_ser: AppType = 'fc-ser [1372 - tcp|udp]'¶
[TCP] Fujitsu Config Protocol
[UDP] Fujitsu Config Protocol
- ibm_pps: AppType = 'ibm-pps [1376 - tcp|udp]'¶
[TCP] IBM Person to Person Software
[UDP] IBM Person to Person Software
- cichlid: AppType = 'cichlid [1377 - tcp|udp]'¶
[TCP] Cichlid License Manager
[UDP] Cichlid License Manager
- dbreporter: AppType = 'dbreporter [1379 - tcp|udp]'¶
[TCP] Integrity Solutions
[UDP] Integrity Solutions
- telesis_licman: AppType = 'telesis-licman [1380 - tcp|udp]'¶
[TCP] Telesis Network License Manager
[UDP] Telesis Network License Manager
- apple_licman: AppType = 'apple-licman [1381 - tcp|udp]'¶
[TCP] Apple Network License Manager
[UDP] Apple Network License Manager
- gwha: AppType = 'gwha [1383 - tcp|udp]'¶
[TCP] GW Hannaway Network License Manager
[UDP] GW Hannaway Network License Manager
- os_licman: AppType = 'os-licman [1384 - tcp|udp]'¶
[TCP] Objective Solutions License Manager
[UDP] Objective Solutions License Manager
- atex_elmd: AppType = 'atex-elmd [1385 - tcp|udp]'¶
[TCP] Atex Publishing License Manager IANA assigned this well-formed service name as a replacement for “atex_elmd”.
[TCP] Atex Publishing License Manager
[UDP] Atex Publishing License Manager IANA assigned this well-formed service name as a replacement for “atex_elmd”.
[UDP] Atex Publishing License Manager
- checksum: AppType = 'checksum [1386 - tcp|udp]'¶
[TCP] CheckSum License Manager
[UDP] CheckSum License Manager
- cadsi_lm: AppType = 'cadsi-lm [1387 - tcp|udp]'¶
[TCP] Computer Aided Design Software Inc LM
[UDP] Computer Aided Design Software Inc LM
- objective_dbc: AppType = 'objective-dbc [1388 - tcp|udp]'¶
[TCP] Objective Solutions DataBase Cache
[UDP] Objective Solutions DataBase Cache
- iclpv_sas: AppType = 'iclpv-sas [1391 - tcp|udp]'¶
[TCP] Storage Access Server
[UDP] Storage Access Server
- iclpv_nls: AppType = 'iclpv-nls [1393 - tcp|udp]'¶
[TCP] Network Log Server
[UDP] Network Log Server
- iclpv_nlc: AppType = 'iclpv-nlc [1394 - tcp|udp]'¶
[TCP] Network Log Client
[UDP] Network Log Client
- iclpv_wsm: AppType = 'iclpv-wsm [1395 - tcp|udp]'¶
[TCP] PC Workstation Manager software
[UDP] PC Workstation Manager software
- dvl_activemail: AppType = 'dvl-activemail [1396 - tcp|udp]'¶
[TCP] DVL Active Mail
[UDP] DVL Active Mail
- audio_activmail: AppType = 'audio-activmail [1397 - tcp|udp]'¶
[TCP] Audio Active Mail
[UDP] Audio Active Mail
- video_activmail: AppType = 'video-activmail [1398 - tcp|udp]'¶
[TCP] Video Active Mail
[UDP] Video Active Mail
- cadkey_licman: AppType = 'cadkey-licman [1399 - tcp|udp]'¶
[TCP] Cadkey License Manager
[UDP] Cadkey License Manager
- cadkey_tablet: AppType = 'cadkey-tablet [1400 - tcp|udp]'¶
[TCP] Cadkey Tablet Daemon
[UDP] Cadkey Tablet Daemon
- goldleaf_licman: AppType = 'goldleaf-licman [1401 - tcp|udp]'¶
[TCP] Goldleaf License Manager
[UDP] Goldleaf License Manager
- prm_sm_np: AppType = 'prm-sm-np [1402 - tcp|udp]'¶
[TCP] Prospero Resource Manager
[UDP] Prospero Resource Manager
- prm_nm_np: AppType = 'prm-nm-np [1403 - tcp|udp]'¶
[TCP] Prospero Resource Manager
[UDP] Prospero Resource Manager
- igi_lm: AppType = 'igi-lm [1404 - tcp|udp]'¶
[TCP] Infinite Graphics License Manager
[UDP] Infinite Graphics License Manager
- ibm_res: AppType = 'ibm-res [1405 - tcp|udp]'¶
[TCP] IBM Remote Execution Starter
[UDP] IBM Remote Execution Starter
- netlabs_lm: AppType = 'netlabs-lm [1406 - tcp|udp]'¶
[TCP] NetLabs License Manager
[UDP] NetLabs License Manager
- sophia_lm: AppType = 'sophia-lm [1408 - tcp|udp]'¶
[TCP] Sophia License Manager
[UDP] Sophia License Manager
- here_lm: AppType = 'here-lm [1409 - tcp|udp]'¶
[TCP] Here License Manager
[UDP] Here License Manager
- novell_lu6_2: AppType = 'novell-lu6-2 [1416 - tcp|udp]'¶
[TCP] Novell LU6.2 IANA assigned this well-formed service name as a replacement for “novell-lu6.2”.
[TCP] Novell LU6.2
[UDP] Novell LU6.2 IANA assigned this well-formed service name as a replacement for “novell-lu6.2”.
[UDP] Novell LU6.2
- timbuktu_srv1: AppType = 'timbuktu-srv1 [1417 - tcp|udp]'¶
[TCP] Timbuktu Service 1 Port
[UDP] Timbuktu Service 1 Port
- timbuktu_srv2: AppType = 'timbuktu-srv2 [1418 - tcp|udp]'¶
[TCP] Timbuktu Service 2 Port
[UDP] Timbuktu Service 2 Port
- timbuktu_srv3: AppType = 'timbuktu-srv3 [1419 - tcp|udp]'¶
[TCP] Timbuktu Service 3 Port
[UDP] Timbuktu Service 3 Port
- timbuktu_srv4: AppType = 'timbuktu-srv4 [1420 - tcp|udp]'¶
[TCP] Timbuktu Service 4 Port
[UDP] Timbuktu Service 4 Port
- gandalf_lm: AppType = 'gandalf-lm [1421 - tcp|udp]'¶
[TCP] Gandalf License Manager
[UDP] Gandalf License Manager
- autodesk_lm: AppType = 'autodesk-lm [1422 - tcp|udp]'¶
[TCP] Autodesk License Manager
[UDP] Autodesk License Manager
- essbase: AppType = 'essbase [1423 - tcp|udp]'¶
[TCP] Essbase Arbor Software
[UDP] Essbase Arbor Software
- hybrid: AppType = 'hybrid [1424 - tcp|udp]'¶
[TCP] Hybrid Encryption Protocol
[UDP] Hybrid Encryption Protocol
- zion_lm: AppType = 'zion-lm [1425 - tcp|udp]'¶
[TCP] Zion Software License Manager
[UDP] Zion Software License Manager
- sais: AppType = 'sais [1426 - tcp|udp]'¶
[TCP] Satellite-data Acquisition System 1
[UDP] Satellite-data Acquisition System 1
- mloadd: AppType = 'mloadd [1427 - tcp|udp]'¶
[TCP] mloadd monitoring tool
[UDP] mloadd monitoring tool
- informatik_lm: AppType = 'informatik-lm [1428 - tcp|udp]'¶
[TCP] Informatik License Manager
[UDP] Informatik License Manager
- rgtp: AppType = 'rgtp [1431 - tcp|udp]'¶
[TCP] Reverse Gossip Transport
[UDP] Reverse Gossip Transport
- blueberry_lm: AppType = 'blueberry-lm [1432 - tcp|udp]'¶
[TCP] Blueberry Software License Manager
[UDP] Blueberry Software License Manager
- ms_sql_s: AppType = 'ms-sql-s [1433 - tcp|udp]'¶
[TCP] Microsoft-SQL-Server
[UDP] Microsoft-SQL-Server
- ms_sql_m: AppType = 'ms-sql-m [1434 - tcp|udp]'¶
[TCP] Microsoft-SQL-Monitor
[UDP] Microsoft-SQL-Monitor
- saism: AppType = 'saism [1436 - tcp|udp]'¶
[TCP] Satellite-data Acquisition System 2
[UDP] Satellite-data Acquisition System 2
- eicon_server: AppType = 'eicon-server [1438 - tcp|udp]'¶
[TCP] Eicon Security Agent/Server
[UDP] Eicon Security Agent/Server
- eicon_x25: AppType = 'eicon-x25 [1439 - tcp|udp]'¶
[TCP] Eicon X25/SNA Gateway
[UDP] Eicon X25/SNA Gateway
- eicon_slp: AppType = 'eicon-slp [1440 - tcp|udp]'¶
[TCP] Eicon Service Location Protocol
[UDP] Eicon Service Location Protocol
- cadis_1: AppType = 'cadis-1 [1441 - tcp|udp]'¶
[TCP] Cadis License Management
[UDP] Cadis License Management
- cadis_2: AppType = 'cadis-2 [1442 - tcp|udp]'¶
[TCP] Cadis License Management
[UDP] Cadis License Management
- ies_lm: AppType = 'ies-lm [1443 - tcp|udp]'¶
[TCP] Integrated Engineering Software
[UDP] Integrated Engineering Software
- marcam_lm: AppType = 'marcam-lm [1444 - tcp|udp]'¶
[TCP] Marcam License Management
[UDP] Marcam License Management
- proxima_lm: AppType = 'proxima-lm [1445 - tcp|udp]'¶
[TCP] Proxima License Manager
[UDP] Proxima License Manager
- ora_lm: AppType = 'ora-lm [1446 - tcp|udp]'¶
[TCP] Optical Research Associates License Manager
[UDP] Optical Research Associates License Manager
- apri_lm: AppType = 'apri-lm [1447 - tcp|udp]'¶
[TCP] Applied Parallel Research LM
[UDP] Applied Parallel Research LM
- oc_lm: AppType = 'oc-lm [1448 - tcp|udp]'¶
[TCP] OpenConnect License Manager
[UDP] OpenConnect License Manager
- dwf: AppType = 'dwf [1450 - tcp|udp]'¶
[TCP] Tandem Distributed Workbench Facility
[UDP] Tandem Distributed Workbench Facility
- infoman: AppType = 'infoman [1451 - tcp|udp]'¶
[TCP] IBM Information Management
[UDP] IBM Information Management
- gtegsc_lm: AppType = 'gtegsc-lm [1452 - tcp|udp]'¶
[TCP] GTE Government Systems License Man
[UDP] GTE Government Systems License Man
- genie_lm: AppType = 'genie-lm [1453 - tcp|udp]'¶
[TCP] Genie License Manager
[UDP] Genie License Manager
- interhdl_elmd: AppType = 'interhdl-elmd [1454 - tcp|udp]'¶
[TCP] interHDL License Manager IANA assigned this well-formed service name as a replacement for “interhdl_elmd”.
[TCP] interHDL License Manager
[UDP] interHDL License Manager IANA assigned this well-formed service name as a replacement for “interhdl_elmd”.
[UDP] interHDL License Manager
- valisys_lm: AppType = 'valisys-lm [1457 - tcp|udp]'¶
[TCP] Valisys License Manager
[UDP] Valisys License Manager
- nrcabq_lm: AppType = 'nrcabq-lm [1458 - tcp|udp]'¶
[TCP] Nichols Research Corp.
[UDP] Nichols Research Corp.
[TCP] Proshare Notebook Application
[UDP] Proshare Notebook Application
[TCP] Proshare Notebook Application
[UDP] Proshare Notebook Application
- ibm_wrless_lan: AppType = 'ibm-wrless-lan [1461 - tcp|udp]'¶
[TCP] IBM Wireless LAN IANA assigned this well-formed service name as a replacement for “ibm_wrless_lan”.
[TCP] IBM Wireless LAN
[UDP] IBM Wireless LAN IANA assigned this well-formed service name as a replacement for “ibm_wrless_lan”.
[UDP] IBM Wireless LAN
- world_lm: AppType = 'world-lm [1462 - tcp|udp]'¶
[TCP] World License Manager
[UDP] World License Manager
- msl_lmd: AppType = 'msl-lmd [1464 - tcp|udp]'¶
[TCP] MSL License Manager IANA assigned this well-formed service name as a replacement for “msl_lmd”.
[TCP] MSL License Manager
[UDP] MSL License Manager IANA assigned this well-formed service name as a replacement for “msl_lmd”.
[UDP] MSL License Manager
- oceansoft_lm: AppType = 'oceansoft-lm [1466 - tcp|udp]'¶
[TCP] Ocean Software License Manager
[UDP] Ocean Software License Manager
- aal_lm: AppType = 'aal-lm [1469 - tcp|udp]'¶
[TCP] Active Analysis Limited License Manager
[UDP] Active Analysis Limited License Manager
- taligent_lm: AppType = 'taligent-lm [1475 - tcp|udp]'¶
[TCP] Taligent License Manager
[UDP] Taligent License Manager
- miteksys_lm: AppType = 'miteksys-lm [1482 - tcp|udp]'¶
[TCP] Miteksys License Manager
[UDP] Miteksys License Manager
- confluent: AppType = 'confluent [1484 - tcp|udp]'¶
[TCP] Confluent License Manager
[UDP] Confluent License Manager
- nms_topo_serv: AppType = 'nms-topo-serv [1486 - tcp|udp]'¶
[TCP] nms_topo_serv IANA assigned this well-formed service name as a replacement for “nms_topo_serv”.
[TCP] nms_topo_serv
[UDP] nms_topo_serv IANA assigned this well-formed service name as a replacement for “nms_topo_serv”.
[UDP] nms_topo_serv
- stone_design_1: AppType = 'stone-design-1 [1492 - tcp|udp]'¶
[TCP] stone-design-1
[UDP] stone-design-1
- netmap_lm: AppType = 'netmap-lm [1493 - tcp|udp]'¶
[TCP] netmap_lm IANA assigned this well-formed service name as a replacement for “netmap_lm”.
[TCP] netmap_lm
[UDP] netmap_lm IANA assigned this well-formed service name as a replacement for “netmap_lm”.
[UDP] netmap_lm
- sybase_sqlany: AppType = 'sybase-sqlany [1498 - tcp|udp]'¶
[TCP] Sybase SQL Any
[UDP] Sybase SQL Any
- fhc: AppType = 'fhc [1499 - tcp|udp]'¶
[TCP] Federico Heinz Consultora
[UDP] Federico Heinz Consultora
- vlsi_lm: AppType = 'vlsi-lm [1500 - tcp|udp]'¶
[TCP] VLSI License Manager
[UDP] VLSI License Manager
- saiscm: AppType = 'saiscm [1501 - tcp|udp]'¶
[TCP] Satellite-data Acquisition System 3
[UDP] Satellite-data Acquisition System 3
- evb_elm: AppType = 'evb-elm [1504 - tcp|udp]'¶
[TCP] EVB Software Engineering License Manager
[UDP] EVB Software Engineering License Manager
- funkproxy: AppType = 'funkproxy [1505 - tcp|udp]'¶
[TCP] Funk Software, Inc.
[UDP] Funk Software, Inc.
- utcd: AppType = 'utcd [1506 - tcp|udp]'¶
[TCP] Universal Time daemon (utcd)
[UDP] Universal Time daemon (utcd)
- robcad_lm: AppType = 'robcad-lm [1509 - tcp|udp]'¶
[TCP] Robcad, Ltd. License Manager
[UDP] Robcad, Ltd. License Manager
- mvx_lm: AppType = 'mvx-lm [1510 - tcp|udp]'¶
[TCP] Midland Valley Exploration Ltd. Lic. Man.
[UDP] Midland Valley Exploration Ltd. Lic. Man.
- wins: AppType = 'wins [1512 - tcp|udp]'¶
[TCP] Microsoft’s Windows Internet Name Service
[UDP] Microsoft’s Windows Internet Name Service
- fujitsu_dtc: AppType = 'fujitsu-dtc [1513 - tcp|udp]'¶
[TCP] Fujitsu Systems Business of America, Inc
[UDP] Fujitsu Systems Business of America, Inc
- fujitsu_dtcns: AppType = 'fujitsu-dtcns [1514 - tcp|udp]'¶
[TCP] Fujitsu Systems Business of America, Inc
[UDP] Fujitsu Systems Business of America, Inc
- vpad: AppType = 'vpad [1516 - tcp|udp]'¶
[TCP] Virtual Places Audio data
[UDP] Virtual Places Audio data
- vpac: AppType = 'vpac [1517 - tcp|udp]'¶
[TCP] Virtual Places Audio control
[UDP] Virtual Places Audio control
- vpvd: AppType = 'vpvd [1518 - tcp|udp]'¶
[TCP] Virtual Places Video data
[UDP] Virtual Places Video data
- vpvc: AppType = 'vpvc [1519 - tcp|udp]'¶
[TCP] Virtual Places Video control
[UDP] Virtual Places Video control
- atm_zip_office: AppType = 'atm-zip-office [1520 - tcp|udp]'¶
[TCP] atm zip office
[UDP] atm zip office
- ncube_lm: AppType = 'ncube-lm [1521 - tcp|udp]'¶
[TCP] nCube License Manager
[UDP] nCube License Manager
- prospero_np: AppType = 'prospero-np [1525 - tcp|udp]'¶
[TCP] Prospero Directory Service non-priv
[UDP] Prospero Directory Service non-priv
- pdap_np: AppType = 'pdap-np [1526 - tcp|udp]'¶
[TCP] Prospero Data Access Prot non-priv
[UDP] Prospero Data Access Prot non-priv
- norp: AppType = 'norp [1528 - tcp|udp|sctp]'¶
[TCP] Not Only a Routeing Protocol
[UDP] Not Only a Routeing Protocol
[SCTP] Not Only a Routeing Protocol
- virtual_places: AppType = 'virtual-places [1533 - tcp|udp]'¶
[TCP] Virtual Places Software
[UDP] Virtual Places Software
- intellistor_lm: AppType = 'intellistor-lm [1539 - tcp|udp]'¶
[TCP] Intellistor License Manager
[UDP] Intellistor License Manager
[TCP] vistium-share
[UDP] vistium-share
- axon_lm: AppType = 'axon-lm [1548 - tcp|udp]'¶
[TCP] Axon License Manager
[UDP] Axon License Manager
- AppType_3m_image_lm: AppType = '3m-image-lm [1550 - tcp|udp]'¶
[TCP] Image Storage license manager 3M Company
[UDP] Image Storage license manager 3M Company
- caci_lm: AppType = 'caci-lm [1554 - tcp|udp]'¶
[TCP] CACI Products Company License Manager
[UDP] CACI Products Company License Manager
- veritas_pbx: AppType = 'veritas-pbx [1556 - tcp|udp]'¶
[TCP] VERITAS Private Branch Exchange IANA assigned this well-formed service name as a replacement for “veritas_pbx”.
[TCP] VERITAS Private Branch Exchange
[UDP] VERITAS Private Branch Exchange IANA assigned this well-formed service name as a replacement for “veritas_pbx”.
[UDP] VERITAS Private Branch Exchange
- arbortext_lm: AppType = 'arbortext-lm [1557 - tcp|udp]'¶
[TCP] ArborText License Manager
[UDP] ArborText License Manager
- cadabra_lm: AppType = 'cadabra-lm [1563 - tcp|udp]'¶
[TCP] Cadabra License Manager
[UDP] Cadabra License Manager
- rdb_dbs_disp: AppType = 'rdb-dbs-disp [1571 - tcp|udp]'¶
[TCP] Oracle Remote Data Base
[UDP] Oracle Remote Data Base
- chip_lm: AppType = 'chip-lm [1572 - tcp|udp]'¶
[TCP] Chipcom License Manager
[UDP] Chipcom License Manager
- moldflow_lm: AppType = 'moldflow-lm [1576 - tcp|udp]'¶
[TCP] Moldflow License Manager
[UDP] Moldflow License Manager
- jacobus_lm: AppType = 'jacobus-lm [1578 - tcp|udp]'¶
[TCP] Jacobus License Manager
[UDP] Jacobus License Manager
- mil_2045_47001: AppType = 'mil-2045-47001 [1581 - tcp|udp]'¶
[TCP] MIL-2045-47001
[UDP] MIL-2045-47001
- pra_elmd: AppType = 'pra-elmd [1587 - tcp|udp]'¶
[TCP] pra_elmd IANA assigned this well-formed service name as a replacement for “pra_elmd”.
[TCP] pra_elmd
[UDP] pra_elmd IANA assigned this well-formed service name as a replacement for “pra_elmd”.
[UDP] pra_elmd
- slp: AppType = 'slp [1605 - tcp|udp]'¶
[TCP] Salutation Manager (Salutation Protocol)
[UDP] Salutation Manager (Salutation Protocol)
- slm_api: AppType = 'slm-api [1606 - tcp|udp]'¶
[TCP] Salutation Manager (SLM-API)
[UDP] Salutation Manager (SLM-API)
- smart_lm: AppType = 'smart-lm [1608 - tcp|udp]'¶
[TCP] Smart Corp. License Manager
[UDP] Smart Corp. License Manager
- netbill_trans: AppType = 'netbill-trans [1612 - tcp|udp]'¶
[TCP] NetBill Transaction Server
[UDP] NetBill Transaction Server
- netbill_keyrep: AppType = 'netbill-keyrep [1613 - tcp|udp]'¶
[TCP] NetBill Key Repository
[UDP] NetBill Key Repository
- netbill_cred: AppType = 'netbill-cred [1614 - tcp|udp]'¶
[TCP] NetBill Credential Server
[UDP] NetBill Credential Server
- netbill_auth: AppType = 'netbill-auth [1615 - tcp|udp]'¶
[TCP] NetBill Authorization Server
[UDP] NetBill Authorization Server
- netbill_prod: AppType = 'netbill-prod [1616 - tcp|udp]'¶
[TCP] NetBill Product Server
[UDP] NetBill Product Server
- nimrod_agent: AppType = 'nimrod-agent [1617 - tcp|udp]'¶
[TCP] Nimrod Inter-Agent Communication
[UDP] Nimrod Inter-Agent Communication
- xs_openstorage: AppType = 'xs-openstorage [1619 - tcp|udp]'¶
[TCP] xs-openstorage
[UDP] xs-openstorage
- faxportwinport: AppType = 'faxportwinport [1620 - tcp|udp]'¶
[TCP] faxportwinport
[UDP] faxportwinport
- lontalk_urgnt: AppType = 'lontalk-urgnt [1629 - tcp|udp]'¶
[TCP] LonTalk urgent
[UDP] LonTalk urgent
- oraclenet8cman: AppType = 'oraclenet8cman [1630 - tcp|udp]'¶
[TCP] Oracle Net8 Cman
[UDP] Oracle Net8 Cman
- loaprobe: AppType = 'loaprobe [1634 - tcp|udp]'¶
[TCP] Log On America Probe
[UDP] Log On America Probe
- isdc: AppType = 'isdc [1636 - tcp|udp]'¶
[TCP] ISP shared public data control
[UDP] ISP shared public data control
- islc: AppType = 'islc [1637 - tcp|udp]'¶
[TCP] ISP shared local data control
[UDP] ISP shared local data control
- ismc: AppType = 'ismc [1638 - tcp|udp]'¶
[TCP] ISP shared management control
[UDP] ISP shared management control
- cert_initiator: AppType = 'cert-initiator [1639 - tcp|udp]'¶
[TCP] cert-initiator
[UDP] cert-initiator
- cert_responder: AppType = 'cert-responder [1640 - tcp|udp]'¶
[TCP] cert-responder
[UDP] cert-responder
- saiseh: AppType = 'saiseh [1644 - tcp|udp]'¶
[TCP] Satellite-data Acquisition System 4
[UDP] Satellite-data Acquisition System 4
- shiva_confsrvr: AppType = 'shiva-confsrvr [1651 - tcp|udp]'¶
[TCP] shiva_confsrvr IANA assigned this well-formed service name as a replacement for “shiva_confsrvr”.
[TCP] shiva_confsrvr
[UDP] shiva_confsrvr IANA assigned this well-formed service name as a replacement for “shiva_confsrvr”.
[UDP] shiva_confsrvr
- stargatealerts: AppType = 'stargatealerts [1654 - tcp|udp]'¶
[TCP] stargatealerts
[UDP] stargatealerts
- sg_lm: AppType = 'sg-lm [1659 - tcp|udp]'¶
[TCP] Silicon Grail License Manager
[UDP] Silicon Grail License Manager
- skip_mc_gikreq: AppType = 'skip-mc-gikreq [1660 - tcp|udp]'¶
[TCP] skip-mc-gikreq
[UDP] skip-mc-gikreq
- netview_aix_10: AppType = 'netview-aix-10 [1670 - tcp|udp]'¶
[TCP] netview-aix-10
[UDP] netview-aix-10
- netview_aix_11: AppType = 'netview-aix-11 [1671 - tcp|udp]'¶
[TCP] netview-aix-11
[UDP] netview-aix-11
- netview_aix_12: AppType = 'netview-aix-12 [1672 - tcp|udp]'¶
[TCP] netview-aix-12
[UDP] netview-aix-12
[TCP] Intel Proshare Multicast
[UDP] Intel Proshare Multicast
[TCP] Intel Proshare Multicast
[UDP] Intel Proshare Multicast
- lanyon_lantern: AppType = 'lanyon-lantern [1682 - tcp|udp]'¶
[TCP] lanyon-lantern
[UDP] lanyon-lantern
- rsvp_encap_1: AppType = 'rsvp-encap-1 [1698 - tcp|udp]'¶
[TCP] RSVP-ENCAPSULATION-1
[UDP] RSVP-ENCAPSULATION-1
- rsvp_encap_2: AppType = 'rsvp-encap-2 [1699 - tcp|udp]'¶
[TCP] RSVP-ENCAPSULATION-2
[UDP] RSVP-ENCAPSULATION-2
[TCP] deskshare
[UDP] deskshare
- registrar: AppType = 'registrar [1712 - tcp|udp]'¶
[TCP] resource monitoring service
[UDP] resource monitoring service
- conferencetalk: AppType = 'conferencetalk [1713 - tcp|udp]'¶
[TCP] ConferenceTalk
[UDP] ConferenceTalk
- h323gatedisc: AppType = 'h323gatedisc [1718 - tcp|udp]'¶
[TCP] H.323 Multicast Gatekeeper Discover
[UDP] H.323 Multicast Gatekeeper Discover
- h323gatestat: AppType = 'h323gatestat [1719 - tcp|udp]'¶
[TCP] H.323 Unicast Gatekeeper Signaling
[UDP] H.323 Unicast Gatekeeper Signaling
- h323hostcall: AppType = 'h323hostcall [1720 - tcp|udp|sctp]'¶
[TCP] H.323 Call Control Signalling
[UDP] H.323 Call Control Signalling
[SCTP] H.323 Call Control
- csbphonemaster: AppType = 'csbphonemaster [1724 - tcp|udp]'¶
[TCP] csbphonemaster
[UDP] csbphonemaster
- citynl: AppType = 'citynl [1729 - tcp|udp]'¶
[TCP] CityNL License Management
[UDP] CityNL License Management
- siipat: AppType = 'siipat [1733 - tcp|udp]'¶
[TCP] SIMS - SIIPAT Protocol for Alarm Transmission
[UDP] SIMS - SIIPAT Protocol for Alarm Transmission
- cambertx_lm: AppType = 'cambertx-lm [1734 - tcp|udp]'¶
[TCP] Camber Corporation License Management
[UDP] Camber Corporation License Management
- cisco_net_mgmt: AppType = 'cisco-net-mgmt [1741 - tcp|udp]'¶
[TCP] cisco-net-mgmt
[UDP] cisco-net-mgmt
- cinegrfx_lm: AppType = 'cinegrfx-lm [1743 - tcp|udp]'¶
[TCP] Cinema Graphics License Manager
[UDP] Cinema Graphics License Manager
- remote_winsock: AppType = 'remote-winsock [1745 - tcp|udp]'¶
[TCP] remote-winsock
[UDP] remote-winsock
- aspen_services: AppType = 'aspen-services [1749 - tcp|udp]'¶
[TCP] aspen-services
[UDP] aspen-services
- sslp: AppType = 'sslp [1750 - tcp|udp]'¶
[TCP] Simple Socket Library’s PortMaster
[UDP] Simple Socket Library’s PortMaster
- lofr_lm: AppType = 'lofr-lm [1752 - tcp|udp]'¶
[TCP] Leap of Faith Research License Manager
[UDP] Leap of Faith Research License Manager
- spss_lm: AppType = 'spss-lm [1759 - tcp|udp]'¶
[TCP] SPSS License Manager
[UDP] SPSS License Manager
- femis: AppType = 'femis [1776 - tcp|udp]'¶
[TCP] Federal Emergency Management Information System
[UDP] Federal Emergency Management Information System
- prodigy_intrnet: AppType = 'prodigy-intrnet [1778 - tcp|udp]'¶
[TCP] prodigy-internet
[UDP] prodigy-internet
- decomissioned_port_04_14_00_ms: AppType = 'decomissioned_port_04_14_00_ms [1783 - undefined]'¶
[N/A] Decomissioned Port 04/14/00, ms
- finle_lm: AppType = 'finle-lm [1784 - tcp|udp]'¶
[TCP] Finle License Manager
[UDP] Finle License Manager
- windlm: AppType = 'windlm [1785 - tcp|udp]'¶
[TCP] Wind River Systems License Manager
[UDP] Wind River Systems License Manager
- nmsp_537: AppType = 'nmsp [537 - tcp|udp]'¶
[TCP] Networked Media Streaming Protocol
[UDP] Networked Media Streaming Protocol
- nmsp_1790: AppType = 'nmsp [1790 - tcp|udp]'¶
[TCP] Narrative Media Streaming Protocol
[UDP] Narrative Media Streaming Protocol
- vocaltec_admin: AppType = 'vocaltec-admin [1796 - tcp|udp]'¶
[TCP] Vocaltec Server Administration
[UDP] Vocaltec Server Administration
- uma_144: AppType = 'uma [144 - tcp|udp]'¶
[TCP] Universal Management Architecture
[UDP] Universal Management Architecture
- ansys_lm: AppType = 'ansys-lm [1800 - tcp|udp]'¶
[TCP] ANSYS-License manager
[UDP] ANSYS-License manager
- fhsp: AppType = 'fhsp [1807 - tcp|udp]'¶
[TCP] Fujitsu Hot Standby Protocol
[UDP] Fujitsu Hot Standby Protocol
- jerand_lm: AppType = 'jerand-lm [1810 - tcp|udp]'¶
[TCP] Jerand License Manager
[UDP] Jerand License Manager
- mmpft: AppType = 'mmpft [1815 - tcp|udp]'¶
[TCP] Manufacturing messaging protocol for factory transmission
[UDP] Manufacturing messaging protocol for factory transmission
- etftp: AppType = 'etftp [1818 - tcp|udp]'¶
[TCP] Enhanced Trivial File Transfer Protocol
[UDP] Enhanced Trivial File Transfer Protocol
- plato_lm: AppType = 'plato-lm [1819 - tcp|udp]'¶
[TCP] Plato License Manager
[UDP] Plato License Manager
- unisys_lm: AppType = 'unisys-lm [1823 - tcp|udp]'¶
[TCP] Unisys Natural Language License Manager
[UDP] Unisys Natural Language License Manager
- net8_cman: AppType = 'net8-cman [1830 - tcp|udp]'¶
[TCP] Oracle Net8 CMan Admin
[UDP] Oracle Net8 CMan Admin
- tht_treasure: AppType = 'tht-treasure [1832 - tcp|udp]'¶
[TCP] ThoughtTreasure
[UDP] ThoughtTreasure
- fiorano_rtrsvc: AppType = 'fiorano-rtrsvc [1855 - tcp|udp]'¶
[TCP] Fiorano RtrSvc
[UDP] Fiorano RtrSvc
- fiorano_msgsvc: AppType = 'fiorano-msgsvc [1856 - tcp|udp]'¶
[TCP] Fiorano MsgSvc
[UDP] Fiorano MsgSvc
- gammafetchsvr: AppType = 'gammafetchsvr [1859 - tcp|udp]'¶
[TCP] Gamma Fetcher Server
[UDP] Gamma Fetcher Server
- sunscalar_svc: AppType = 'sunscalar-svc [1860 - tcp|udp]'¶
[TCP] SunSCALAR Services
[UDP] SunSCALAR Services
- mysql_cm_agent: AppType = 'mysql-cm-agent [1862 - tcp|udp]'¶
[TCP] MySQL Cluster Manager Agent
[UDP] MySQL Cluster Manager Agent
- paradym_31port: AppType = 'paradym-31port [1864 - tcp|udp]'¶
[TCP] Paradym 31 Port
[UDP] Paradym 31 Port
- viziblebrowser: AppType = 'viziblebrowser [1868 - tcp|udp]'¶
[TCP] VizibleBrowser
[UDP] VizibleBrowser
- sunscalar_dns: AppType = 'sunscalar-dns [1870 - tcp|udp]'¶
[TCP] SunSCALAR DNS Service
[UDP] SunSCALAR DNS Service
- vsat_control: AppType = 'vsat-control [1880 - tcp|udp]'¶
[TCP] Gilat VSAT Control
[UDP] Gilat VSAT Control
- ibm_mqseries2: AppType = 'ibm-mqseries2 [1881 - tcp|udp]'¶
[TCP] IBM WebSphere MQ Everyplace
[UDP] IBM WebSphere MQ Everyplace
- ecsqdmn: AppType = 'ecsqdmn [1882 - tcp|udp]'¶
[TCP] CA eTrust Common Services
[UDP] CA eTrust Common Services
- idmaps: AppType = 'idmaps [1884 - tcp|udp]'¶
[TCP] Internet Distance Map Svc
[UDP] Internet Distance Map Svc
- vrtstrapserver: AppType = 'vrtstrapserver [1885 - tcp|udp]'¶
[TCP] Veritas Trap Server
[UDP] Veritas Trap Server
- filex_lport: AppType = 'filex-lport [1887 - tcp|udp]'¶
[TCP] FileX Listening Port
[UDP] FileX Listening Port
- unify_adapter: AppType = 'unify-adapter [1889 - tcp|udp]'¶
[TCP] Unify Web Adapter Service
[UDP] Unify Web Adapter Service
- wilkenlistener: AppType = 'wilkenlistener [1890 - tcp|udp]'¶
[TCP] wilkenListener
[UDP] wilkenListener
- childkey_notif: AppType = 'childkey-notif [1891 - tcp|udp]'¶
[TCP] ChildKey Notification
[UDP] ChildKey Notification
- childkey_ctrl: AppType = 'childkey-ctrl [1892 - tcp|udp]'¶
[TCP] ChildKey Control
[UDP] ChildKey Control
- b_novative_ls: AppType = 'b-novative-ls [1896 - tcp|udp]'¶
[TCP] b-novative license server
[UDP] b-novative license server
- cymtec_port: AppType = 'cymtec-port [1898 - tcp|udp]'¶
[TCP] Cymtec secure management
[UDP] Cymtec secure management
- fjicl_tep_a: AppType = 'fjicl-tep-a [1901 - tcp|udp]'¶
[TCP] Fujitsu ICL Terminal Emulator Program A
[UDP] Fujitsu ICL Terminal Emulator Program A
- fjicl_tep_b: AppType = 'fjicl-tep-b [1902 - tcp|udp]'¶
[TCP] Fujitsu ICL Terminal Emulator Program B
[UDP] Fujitsu ICL Terminal Emulator Program B
- linkname: AppType = 'linkname [1903 - tcp|udp]'¶
[TCP] Local Link Name Resolution
[UDP] Local Link Name Resolution
- fjicl_tep_c: AppType = 'fjicl-tep-c [1904 - tcp|udp]'¶
[TCP] Fujitsu ICL Terminal Emulator Program C
[UDP] Fujitsu ICL Terminal Emulator Program C
- sugp: AppType = 'sugp [1905 - tcp|udp]'¶
[TCP] Secure UP.Link Gateway Protocol
[UDP] Secure UP.Link Gateway Protocol
- global_wlink: AppType = 'global-wlink [1909 - tcp|udp]'¶
[TCP] Global World Link
[UDP] Global World Link
- ultrabac: AppType = 'ultrabac [1910 - tcp|udp]'¶
[TCP] UltraBac Software communications port
[UDP] UltraBac Software communications port
- mtp: AppType = 'mtp [1911 - tcp|udp]'¶
[TCP] Starlight Networks Multimedia Transport Protocol
[UDP] Starlight Networks Multimedia Transport Protocol
- can_nds: AppType = 'can-nds [1918 - tcp|udp]'¶
[TCP] IBM Tivole Directory Service - NDS
[UDP] IBM Tivole Directory Service - NDS
- can_dch: AppType = 'can-dch [1919 - tcp|udp]'¶
[TCP] IBM Tivoli Directory Service - DCH
[UDP] IBM Tivoli Directory Service - DCH
- can_ferret: AppType = 'can-ferret [1920 - tcp|udp]'¶
[TCP] IBM Tivoli Directory Service - FERRET
[UDP] IBM Tivoli Directory Service - FERRET
- discovery_port: AppType = 'discovery-port [1925 - tcp|udp]'¶
[TCP] Surrogate Discovery Port
[UDP] Surrogate Discovery Port
- videte_cipc: AppType = 'videte-cipc [1927 - tcp|udp]'¶
[TCP] Videte CIPC Port
[UDP] Videte CIPC Port
- emsd_port: AppType = 'emsd-port [1928 - tcp|udp]'¶
[TCP] Expnd Maui Srvr Dscovr
[UDP] Expnd Maui Srvr Dscovr
- bandwiz_system: AppType = 'bandwiz-system [1929 - tcp|udp]'¶
[TCP] Bandwiz System - Server
[UDP] Bandwiz System - Server
- driveappserver: AppType = 'driveappserver [1930 - tcp|udp]'¶
[TCP] Drive AppServer
[UDP] Drive AppServer
- macromedia_fcs: AppType = 'macromedia-fcs [1935 - tcp|udp]'¶
[TCP] Macromedia Flash Communications Server MX
[UDP] Macromedia Flash Communications server MX
- jetcmeserver: AppType = 'jetcmeserver [1936 - tcp|udp]'¶
[TCP] JetCmeServer Server Port
[UDP] JetCmeServer Server Port
- jwserver: AppType = 'jwserver [1937 - tcp|udp]'¶
[TCP] JetVWay Server Port
[UDP] JetVWay Server Port
- jwclient: AppType = 'jwclient [1938 - tcp|udp]'¶
[TCP] JetVWay Client Port
[UDP] JetVWay Client Port
- jvserver: AppType = 'jvserver [1939 - tcp|udp]'¶
[TCP] JetVision Server Port
[UDP] JetVision Server Port
- jvclient: AppType = 'jvclient [1940 - tcp|udp]'¶
[TCP] JetVision Client Port
[UDP] JetVision Client Port
- ismaeasdaqlive: AppType = 'ismaeasdaqlive [1949 - tcp|udp]'¶
[TCP] ISMA Easdaq Live
[UDP] ISMA Easdaq Live
- ismaeasdaqtest: AppType = 'ismaeasdaqtest [1950 - tcp|udp]'¶
[TCP] ISMA Easdaq Test
[UDP] ISMA Easdaq Test
- abr_api: AppType = 'abr-api [1954 - tcp|udp]'¶
[TCP] ABR-API (diskbridge)
[UDP] ABR-API (diskbridge)
- abr_secure: AppType = 'abr-secure [1955 - tcp|udp]'¶
[TCP] ABR-Secure Data (diskbridge)
[UDP] ABR-Secure Data (diskbridge)
- dxadmind: AppType = 'dxadmind [1958 - tcp|udp]'¶
[TCP] CA Administration Daemon
[UDP] CA Administration Daemon
- nasmanager: AppType = 'nasmanager [1960 - tcp|udp]'¶
[TCP] Merit DAC NASmanager
[UDP] Merit DAC NASmanager
- solid_e_engine: AppType = 'solid-e-engine [1964 - tcp|udp]'¶
[TCP] SOLID E ENGINE
[UDP] SOLID E ENGINE
- netop_rc: AppType = 'netop-rc [1970 - tcp|udp]'¶
[TCP] NetOp Remote Control
[UDP] NetOp Remote Control
- dlsrap: AppType = 'dlsrap [1973 - tcp|udp]'¶
[TCP] Data Link Switching Remote Access Protocol
[UDP] Data Link Switching Remote Access Protocol
- tcoflashagent: AppType = 'tcoflashagent [1975 - tcp|udp]'¶
[TCP] TCO Flash Agent
[UDP] TCO Flash Agent
- tcoaddressbook: AppType = 'tcoaddressbook [1977 - tcp|udp]'¶
[TCP] TCO Address Book
[UDP] TCO Address Book
- estamp: AppType = 'estamp [1982 - tcp|udp]'¶
[TCP] Evidentiary Timestamp
[UDP] Evidentiary Timestamp
- licensedaemon: AppType = 'licensedaemon [1986 - tcp|udp]'¶
[TCP] cisco license management
[UDP] cisco license management
- tr_rsrb_p1: AppType = 'tr-rsrb-p1 [1987 - tcp|udp]'¶
[TCP] cisco RSRB Priority 1 port
[UDP] cisco RSRB Priority 1 port
- tr_rsrb_p2: AppType = 'tr-rsrb-p2 [1988 - tcp|udp]'¶
[TCP] cisco RSRB Priority 2 port
[UDP] cisco RSRB Priority 2 port
- tr_rsrb_p3: AppType = 'tr-rsrb-p3 [1989 - tcp|udp]'¶
[TCP] cisco RSRB Priority 3 port
[UDP] cisco RSRB Priority 3 port
- stun_p1: AppType = 'stun-p1 [1990 - tcp|udp]'¶
[TCP] cisco STUN Priority 1 port
[UDP] cisco STUN Priority 1 port
- stun_p2: AppType = 'stun-p2 [1991 - tcp|udp]'¶
[TCP] cisco STUN Priority 2 port
[UDP] cisco STUN Priority 2 port
- stun_p3: AppType = 'stun-p3 [1992 - tcp|udp]'¶
[TCP] cisco STUN Priority 3 port
[UDP] cisco STUN Priority 3 port
- snmp_tcp_port: AppType = 'snmp-tcp-port [1993 - tcp|udp]'¶
[TCP] cisco SNMP TCP port
[UDP] cisco SNMP TCP port
- stun_port: AppType = 'stun-port [1994 - tcp|udp]'¶
[TCP] cisco serial tunnel port
[UDP] cisco serial tunnel port
- tr_rsrb_port: AppType = 'tr-rsrb-port [1996 - tcp|udp]'¶
[TCP] cisco Remote SRB port
[UDP] cisco Remote SRB port
- gdp_port: AppType = 'gdp-port [1997 - tcp|udp]'¶
[TCP] cisco Gateway Discovery Protocol
[UDP] cisco Gateway Discovery Protocol
- x25_svc_port: AppType = 'x25-svc-port [1998 - tcp|udp]'¶
[TCP] cisco X.25 service (XOT)
[UDP] cisco X.25 service (XOT)
- tcp_id_port: AppType = 'tcp-id-port [1999 - tcp|udp]'¶
[TCP] cisco identification port
[UDP] cisco identification port
- pipe_server: AppType = 'pipe-server [2010 - udp]'¶
[UDP] IANA assigned this well-formed service name as a replacement for “pipe_server”.
[UDP]
- hsrpv6: AppType = 'hsrpv6 [2029 - tcp|udp]'¶
[TCP] Hot Standby Router Protocol IPv6
[UDP] Hot Standby Router Protocol IPv6
- e_dpnet: AppType = 'e-dpnet [2036 - tcp|udp]'¶
[TCP] Ethernet WS DP network
[UDP] Ethernet WS DP network
- applus: AppType = 'applus [2037 - tcp|udp]'¶
[TCP] APplus Application Server
[UDP] APplus Application Server
- prizma: AppType = 'prizma [2039 - tcp|udp]'¶
[TCP] Prizma Monitoring Service
[UDP] Prizma Monitoring Service
- dls_197: AppType = 'dls [197 - tcp|udp]'¶
[TCP] Directory Location Service
[UDP] Directory Location Service
- nfs: AppType = 'nfs [2049 - tcp|udp|sctp]'¶
[TCP] Network File System - Sun Microsystems
[UDP] Network File System - Sun Microsystems
[SCTP] Network File System [RFC 5665]
- av_emb_config: AppType = 'av-emb-config [2050 - tcp|udp]'¶
[TCP] Avaya EMB Config Port
[UDP] Avaya EMB Config Port
- clearvisn: AppType = 'clearvisn [2052 - tcp|udp]'¶
[TCP] clearVisn Services Port
[UDP] clearVisn Services Port
- lot105_ds_upd: AppType = 'lot105-ds-upd [2053 - tcp|udp]'¶
[TCP] Lot105 DSuper Updates
[UDP] Lot105 DSuper Updates
- rich_cp: AppType = 'rich-cp [2057 - tcp|udp]'¶
[TCP] Rich Content Protocol
[UDP] Rich Content Protocol
- newwavesearch: AppType = 'newwavesearch [2058 - tcp|udp]'¶
[TCP] NewWaveSearchables RMI
[UDP] NewWaveSearchables RMI
- bmc_messaging: AppType = 'bmc-messaging [2059 - tcp|udp]'¶
[TCP] BMC Messaging Service
[UDP] BMC Messaging Service
- teleniumdaemon: AppType = 'teleniumdaemon [2060 - tcp|udp]'¶
[TCP] Telenium Daemon IF
[UDP] Telenium Daemon IF
- icg_iprelay: AppType = 'icg-iprelay [2064 - tcp|udp]'¶
[TCP] ICG IP Relay Port
[UDP] ICG IP Relay Port
- dlsrpn: AppType = 'dlsrpn [2065 - tcp|udp]'¶
[TCP] Data Link Switch Read Port Number
[UDP] Data Link Switch Read Port Number
- aura: AppType = 'aura [2066 - tcp|udp]'¶
[TCP] AVM USB Remote Architecture
[UDP] AVM USB Remote Architecture
- dlswpn: AppType = 'dlswpn [2067 - tcp|udp]'¶
[TCP] Data Link Switch Write Port Number
[UDP] Data Link Switch Write Port Number
- avauthsrvprtcl: AppType = 'avauthsrvprtcl [2068 - tcp|udp]'¶
[TCP] Avocent AuthSrv Protocol
[UDP] Avocent AuthSrv Protocol
- ah_esp_encap: AppType = 'ah-esp-encap [2070 - tcp|udp]'¶
[TCP] AH and ESP Encapsulated in UDP packet
[UDP] AH and ESP Encapsulated in UDP packet
- acp_port: AppType = 'acp-port [2071 - tcp|udp]'¶
[TCP] Axon Control Protocol
[UDP] Axon Control Protocol
- gxs_data_port: AppType = 'gxs-data-port [2073 - tcp|udp]'¶
[TCP] DataReel Database Socket
[UDP] DataReel Database Socket
- newlixengine: AppType = 'newlixengine [2075 - tcp|udp]'¶
[TCP] Newlix ServerWare Engine
[UDP] Newlix ServerWare Engine
- newlixconfig: AppType = 'newlixconfig [2076 - tcp|udp]'¶
[TCP] Newlix JSPConfig
[UDP] Newlix JSPConfig
- tsrmagt: AppType = 'tsrmagt [2077 - tcp|udp]'¶
[TCP] Old Tivoli Storage Manager
[UDP] Old Tivoli Storage Manager
- tpcsrvr: AppType = 'tpcsrvr [2078 - tcp|udp]'¶
[TCP] IBM Total Productivity Center Server
[UDP] IBM Total Productivity Center Server
- idware_router: AppType = 'idware-router [2079 - tcp|udp]'¶
[TCP] IDWARE Router Port
[UDP] IDWARE Router Port
- autodesk_nlm: AppType = 'autodesk-nlm [2080 - tcp|udp]'¶
[TCP] Autodesk NLM (FLEXlm)
[UDP] Autodesk NLM (FLEXlm)
- kme_trap_port: AppType = 'kme-trap-port [2081 - tcp|udp]'¶
[TCP] KME PRINTER TRAP PORT
[UDP] KME PRINTER TRAP PORT
- infowave: AppType = 'infowave [2082 - tcp|udp]'¶
[TCP] Infowave Mobility Server
[UDP] Infowave Mobility Server
- sunclustergeo: AppType = 'sunclustergeo [2084 - tcp|udp]'¶
[TCP] SunCluster Geographic
[UDP] SunCluster Geographic
- eli: AppType = 'eli [2087 - tcp|udp]'¶
[TCP] ELI - Event Logging Integration
[UDP] ELI - Event Logging Integration
- sep: AppType = 'sep [2089 - tcp|udp]'¶
[TCP] Security Encapsulation Protocol - SEP
[UDP] Security Encapsulation Protocol - SEP
- jetformpreview: AppType = 'jetformpreview [2097 - tcp|udp]'¶
[TCP] Jet Form Preview
[UDP] Jet Form Preview
- h2250_annex_g: AppType = 'h2250-annex-g [2099 - tcp|udp]'¶
[TCP] H.225.0 Annex G Signalling
[UDP] H.225.0 Annex G Signalling
- amiganetfs: AppType = 'amiganetfs [2100 - tcp|udp]'¶
[TCP] Amiga Network Filesystem
[UDP] Amiga Network Filesystem
- zephyr_clt: AppType = 'zephyr-clt [2103 - tcp|udp]'¶
[TCP] Zephyr serv-hm connection
[UDP] Zephyr serv-hm connection
- zephyr_hm: AppType = 'zephyr-hm [2104 - tcp|udp]'¶
[TCP] Zephyr hostmanager
[UDP] Zephyr hostmanager
- dsatp: AppType = 'dsatp [2111 - tcp|udp]'¶
[TCP] OPNET Dynamic Sampling Agent Transaction Protocol
[UDP] OPNET Dynamic Sampling Agent Transaction Protocol
- idonix_metanet: AppType = 'idonix-metanet [2112 - tcp|udp]'¶
[TCP] Idonix MetaNet
[UDP] Idonix MetaNet
- ariascribe: AppType = 'ariascribe [2114 - tcp|udp]'¶
[TCP] Classical Music Meta-Data Access and Enhancement
[UDP] Classical Music Meta-Data Access and Enhancement
- kdm: AppType = 'kdm [2115 - tcp|udp]'¶
[TCP] Key Distribution Manager
[UDP] Key Distribution Manager
- qencp: AppType = 'qencp [2120 - tcp|udp]'¶
[TCP] Quick Eagle Networks CP
[UDP] Quick Eagle Networks CP
- caupc_remote: AppType = 'caupc-remote [2122 - tcp|udp]'¶
[TCP] CauPC Remote Control
[UDP] CauPC Remote Control
- gtp_control: AppType = 'gtp-control [2123 - tcp|udp]'¶
[TCP] GTP-Control Plane (3GPP)
[UDP] GTP-Control Plane (3GPP)
- net_steward: AppType = 'net-steward [2128 - tcp|udp]'¶
[TCP] Net Steward Control
[UDP] Net Steward Control
- solera_epmap: AppType = 'solera-epmap [2132 - tcp|udp]'¶
[TCP] SoleraTec End Point Map
[UDP] SoleraTec End Point Map
- gris: AppType = 'gris [2135 - tcp|udp]'¶
[TCP] Grid Resource Information Server
[UDP] Grid Resource Information Server
- unbind_cluster: AppType = 'unbind-cluster [2138 - tcp|udp]'¶
[TCP] UNBIND-CLUSTER
[UDP] UNBIND-CLUSTER
- lv_jc: AppType = 'lv-jc [2143 - tcp|udp]'¶
[TCP] Live Vault Job Control
[UDP] Live Vault Job Control
- lv_ffx: AppType = 'lv-ffx [2144 - tcp|udp]'¶
[TCP] Live Vault Fast Object Transfer
[UDP] Live Vault Fast Object Transfer
- lv_pici: AppType = 'lv-pici [2145 - tcp|udp]'¶
[TCP] Live Vault Remote Diagnostic Console Support
[UDP] Live Vault Remote Diagnostic Console Support
- lv_not: AppType = 'lv-not [2146 - tcp|udp]'¶
[TCP] Live Vault Admin Event Notification
[UDP] Live Vault Admin Event Notification
- lv_auth: AppType = 'lv-auth [2147 - tcp|udp]'¶
[TCP] Live Vault Authentication
[UDP] Live Vault Authentication
- veritas_ucl: AppType = 'veritas-ucl [2148 - tcp|udp]'¶
[TCP] VERITAS UNIVERSAL COMMUNICATION LAYER
[UDP] VERITAS UNIVERSAL COMMUNICATION LAYER
- gtp_user: AppType = 'gtp-user [2152 - tcp|udp]'¶
[TCP] GTP-User Plane (3GPP)
[UDP] GTP-User Plane (3GPP)
- trp: AppType = 'trp [2156 - tcp|udp]'¶
[TCP] Talari Reliable Protocol
[UDP] Talari Reliable Protocol
- xnds: AppType = 'xnds [2157 - tcp|udp]'¶
[TCP] Xerox Network Document Scan Protocol
[UDP] Xerox Network Document Scan Protocol
- touchnetplus: AppType = 'touchnetplus [2158 - tcp|udp]'¶
[TCP] TouchNetPlus Service
[UDP] TouchNetPlus Service
- gdbremote: AppType = 'gdbremote [2159 - tcp|udp]'¶
[TCP] GDB Remote Debug Port
[UDP] GDB Remote Debug Port
[TCP] Navisphere
[UDP] Navisphere
[TCP] Navisphere Secure
[UDP] Navisphere Secure
- ddns_v3: AppType = 'ddns-v3 [2164 - tcp|udp]'¶
[TCP] Dynamic DNS Version 3
[UDP] Dynamic DNS Version 3
- raw_serial: AppType = 'raw-serial [2167 - tcp|udp]'¶
[TCP] Raw Async Serial Link
[UDP] Raw Async Serial Link
- easy_soft_mux: AppType = 'easy-soft-mux [2168 - tcp|udp]'¶
[TCP] easy-soft Multiplexer
[UDP] easy-soft Multiplexer
- brain: AppType = 'brain [2169 - tcp|udp]'¶
[TCP] Backbone for Academic Information Notification (BRAIN)
[UDP] Backbone for Academic Information Notification (BRAIN)
- msfw_storage: AppType = 'msfw-storage [2171 - tcp|udp]'¶
[TCP] MS Firewall Storage
[UDP] MS Firewall Storage
- msfw_s_storage: AppType = 'msfw-s-storage [2172 - tcp|udp]'¶
[TCP] MS Firewall SecureStorage
[UDP] MS Firewall SecureStorage
- msfw_replica: AppType = 'msfw-replica [2173 - tcp|udp]'¶
[TCP] MS Firewall Replication
[UDP] MS Firewall Replication
- msfw_array: AppType = 'msfw-array [2174 - tcp|udp]'¶
[TCP] MS Firewall Intra Array
[UDP] MS Firewall Intra Array
- airsync: AppType = 'airsync [2175 - tcp|udp]'¶
[TCP] Microsoft Desktop AirSync Protocol
[UDP] Microsoft Desktop AirSync Protocol
- rapi: AppType = 'rapi [2176 - tcp|udp]'¶
[TCP] Microsoft ActiveSync Remote API
[UDP] Microsoft ActiveSync Remote API
- qwave: AppType = 'qwave [2177 - tcp|udp]'¶
[TCP] qWAVE Bandwidth Estimate
[UDP] qWAVE Bandwidth Estimate
- bitspeer: AppType = 'bitspeer [2178 - tcp|udp]'¶
[TCP] Peer Services for BITS
[UDP] Peer Services for BITS
- vmrdp: AppType = 'vmrdp [2179 - tcp|udp]'¶
[TCP] Microsoft RDP for virtual machines
[UDP] Microsoft RDP for virtual machines
- mc_gt_srv: AppType = 'mc-gt-srv [2180 - tcp|udp]'¶
[TCP] Millicent Vendor Gateway Server
[UDP] Millicent Vendor Gateway Server
- cgn_config: AppType = 'cgn-config [2183 - tcp|udp]'¶
[TCP] Code Green configuration
[UDP] Code Green configuration
- onbase_dds: AppType = 'onbase-dds [2185 - tcp|udp]'¶
[TCP] OnBase Distributed Disk Services
[UDP] OnBase Distributed Disk Services
- gtaua: AppType = 'gtaua [2186 - tcp|udp]'¶
[TCP] Guy-Tek Automated Update Applications
[UDP] Guy-Tek Automated Update Applications
- tivoconnect: AppType = 'tivoconnect [2190 - tcp|udp]'¶
[TCP] TiVoConnect Beacon
[UDP] TiVoConnect Beacon
- asdis: AppType = 'asdis [2192 - tcp|udp]'¶
[TCP] ASDIS software management
[UDP] ASDIS software management
- drwcs: AppType = 'drwcs [2193 - tcp|udp]'¶
[TCP] Dr.Web Enterprise Management Service
[UDP] Dr.Web Enterprise Management Service
- mnp_exchange: AppType = 'mnp-exchange [2197 - tcp|udp]'¶
[TCP] MNP data exchange
[UDP] MNP data exchange
- onehome_remote: AppType = 'onehome-remote [2198 - tcp|udp]'¶
[TCP] OneHome Remote Access
[UDP] OneHome Remote Access
- onehome_help: AppType = 'onehome-help [2199 - tcp|udp]'¶
[TCP] OneHome Service Port
[UDP] OneHome Service Port
- ats: AppType = 'ats [2201 - tcp|udp]'¶
[TCP] Advanced Training System Program
[UDP] Advanced Training System Program
- imtc_map: AppType = 'imtc-map [2202 - tcp|udp]'¶
[TCP] Int. Multimedia Teleconferencing Cosortium
[UDP] Int. Multimedia Teleconferencing Cosortium
- b2_runtime: AppType = 'b2-runtime [2203 - tcp|udp]'¶
[TCP] b2 Runtime Protocol
[UDP] b2 Runtime Protocol
- b2_license: AppType = 'b2-license [2204 - tcp|udp]'¶
[TCP] b2 License Server
[UDP] b2 License Server
- jps: AppType = 'jps [2205 - tcp|udp]'¶
[TCP] Java Presentation Server
[UDP] Java Presentation Server
- hpssd: AppType = 'hpssd [2207 - tcp|udp]'¶
[TCP] HP Status and Services
[UDP] HP Status and Services
- rimf_ps: AppType = 'rimf-ps [2209 - tcp|udp]'¶
[TCP] HP RIM for Files Portal Service
[UDP] HP RIM for Files Portal Service
- noaaport: AppType = 'noaaport [2210 - tcp|udp]'¶
[TCP] NOAAPORT Broadcast Network
[UDP] NOAAPORT Broadcast Network
- leecoposserver: AppType = 'leecoposserver [2212 - tcp|udp]'¶
[TCP] LeeCO POS Server Service
[UDP] LeeCO POS Server Service
- gotodevice: AppType = 'gotodevice [2217 - tcp|udp]'¶
[TCP] GoToDevice Device Management
[UDP] GoToDevice Device Management
- netiq_ncap: AppType = 'netiq-ncap [2219 - tcp|udp]'¶
[TCP] NetIQ NCAP Protocol
[UDP] NetIQ NCAP Protocol
- ethernet_ip_s: AppType = 'ethernet-ip-s [2221 - tcp|udp]'¶
[TCP] EtherNet/IP over TLS
[UDP] EtherNet/IP over DTLS
- ethernet_ip_1: AppType = 'ethernet-ip-1 [2222 - tcp|udp]'¶
[TCP] EtherNet/IP I/O IANA assigned this well-formed service name as a replacement for “EtherNet/IP-1”.
[TCP] EtherNet/IP I/O
[UDP] EtherNet/IP I/O IANA assigned this well-formed service name as a replacement for “EtherNet/IP-1”.
[UDP] EtherNet/IP I/O
- efi_mg: AppType = 'efi-mg [2224 - tcp|udp]'¶
[TCP] Easy Flexible Internet/Multiplayer Games
[UDP] Easy Flexible Internet/Multiplayer Games
- rcip_itu: AppType = 'rcip-itu [2225 - tcp|sctp]'¶
[TCP] Resource Connection Initiation Protocol
[SCTP] Resource Connection Initiation Protocol
- ehome_ms: AppType = 'ehome-ms [2228 - tcp|udp]'¶
[TCP] eHome Message Server
[UDP] eHome Message Server
- queueadm: AppType = 'queueadm [2230 - tcp|udp]'¶
[TCP] MetaSoft Job Queue Administration Service
[UDP] MetaSoft Job Queue Administration Service
- wimaxasncp: AppType = 'wimaxasncp [2231 - tcp|udp]'¶
[TCP] WiMAX ASN Control Plane Protocol
[UDP] WiMAX ASN Control Plane Protocol
- optech_port1_lm: AppType = 'optech-port1-lm [2237 - tcp|udp]'¶
[TCP] Optech Port1 License Manager
[UDP] Optech Port1 License Manager
- foliocorp: AppType = 'foliocorp [2242 - tcp|udp]'¶
[TCP] Folio Remote Server
[UDP] Folio Remote Server
- pc_mta_addrmap: AppType = 'pc-mta-addrmap [2246 - tcp|udp]'¶
[TCP] PacketCable MTA Addr Map
[UDP] PacketCable MTA Addr Map
- antidotemgrsvr: AppType = 'antidotemgrsvr [2247 - tcp|udp]'¶
[TCP] Antidote Deployment Manager Service
[UDP] Antidote Deployment Manager Service
- rfmp: AppType = 'rfmp [2249 - tcp|udp]'¶
[TCP] RISO File Manager Protocol
[UDP] RISO File Manager Protocol
- dif_port: AppType = 'dif-port [2251 - tcp|udp]'¶
[TCP] Distributed Framework Port
[UDP] Distributed Framework Port
- dtv_chan_req: AppType = 'dtv-chan-req [2253 - tcp|udp]'¶
[TCP] DTV Channel Request
[UDP] DTV Channel Request
- vrtp: AppType = 'vrtp [2255 - tcp|udp]'¶
[TCP] VRTP - ViRtue Transfer Protocol
[UDP] VRTP - ViRtue Transfer Protocol
- simple_tx_rx: AppType = 'simple-tx-rx [2257 - tcp|udp]'¶
[TCP] simple text/file transfer
[UDP] simple text/file transfer
- rcts: AppType = 'rcts [2258 - tcp|udp]'¶
[TCP] Rotorcraft Communications Test System
[UDP] Rotorcraft Communications Test System
- bid_serv: AppType = 'bid-serv [2259 - tcp|udp]'¶
[TCP] BIF identifiers resolution service
[UDP] BIF identifiers resolution service
- comotionmaster: AppType = 'comotionmaster [2261 - tcp|udp]'¶
[TCP] CoMotion Master Server
[UDP] CoMotion Master Server
- comotionback: AppType = 'comotionback [2262 - tcp|udp]'¶
[TCP] CoMotion Backup Server
[UDP] CoMotion Backup Server
- ecwcfg: AppType = 'ecwcfg [2263 - tcp|udp]'¶
[TCP] ECweb Configuration Service
[UDP] ECweb Configuration Service
- apx500api_1: AppType = 'apx500api-1 [2264 - tcp|udp]'¶
[TCP] Audio Precision Apx500 API Port 1
[UDP] Audio Precision Apx500 API Port 1
- apx500api_2: AppType = 'apx500api-2 [2265 - tcp|udp]'¶
[TCP] Audio Precision Apx500 API Port 2
[UDP] Audio Precision Apx500 API Port 2
- mmcals: AppType = 'mmcals [2271 - tcp|udp]'¶
[TCP] Secure Meeting Maker Scheduling
[UDP] Secure Meeting Maker Scheduling
- mmcal: AppType = 'mmcal [2272 - tcp|udp]'¶
[TCP] Meeting Maker Scheduling
[UDP] Meeting Maker Scheduling
- mysql_im: AppType = 'mysql-im [2273 - tcp|udp]'¶
[TCP] MySQL Instance Manager
[UDP] MySQL Instance Manager
- ibridge_data: AppType = 'ibridge-data [2275 - tcp|udp]'¶
[TCP] iBridge Conferencing
[UDP] iBridge Conferencing
- ibridge_mgmt: AppType = 'ibridge-mgmt [2276 - tcp|udp]'¶
[TCP] iBridge Management
[UDP] iBridge Management
- bluectrlproxy: AppType = 'bluectrlproxy [2277 - tcp|udp]'¶
[TCP] Bt device control proxy
[UDP] Bt device control proxy
- s3db: AppType = 's3db [2278 - tcp|udp]'¶
[TCP] Simple Stacked Sequences Database
[UDP] Simple Stacked Sequences Database
- dict_lookup: AppType = 'dict-lookup [2289 - tcp|udp]'¶
[TCP] Lookup dict server
[UDP] Lookup dict server
- sonus_logging: AppType = 'sonus-logging [2290 - tcp|udp]'¶
[TCP] Sonus Logging Services
[UDP] Sonus Logging Services
- eapsp: AppType = 'eapsp [2291 - tcp|udp]'¶
[TCP] EPSON Advanced Printer Share Protocol
[UDP] EPSON Advanced Printer Share Protocol
- mib_streaming: AppType = 'mib-streaming [2292 - tcp|udp]'¶
[TCP] Sonus Element Management Services
[UDP] Sonus Element Management Services
- npdbgmngr: AppType = 'npdbgmngr [2293 - tcp|udp]'¶
[TCP] Network Platform Debug Manager
[UDP] Network Platform Debug Manager
- konshus_lm: AppType = 'konshus-lm [2294 - tcp|udp]'¶
[TCP] Konshus License Manager (FLEX)
[UDP] Konshus License Manager (FLEX)
- advant_lm: AppType = 'advant-lm [2295 - tcp|udp]'¶
[TCP] Advant License Manager
[UDP] Advant License Manager
- theta_lm: AppType = 'theta-lm [2296 - tcp|udp]'¶
[TCP] Theta License Manager (Rainbow)
[UDP] Theta License Manager (Rainbow)
- d2k_datamover1: AppType = 'd2k-datamover1 [2297 - tcp|udp]'¶
[TCP] D2K DataMover 1
[UDP] D2K DataMover 1
- d2k_datamover2: AppType = 'd2k-datamover2 [2298 - tcp|udp]'¶
[TCP] D2K DataMover 2
[UDP] D2K DataMover 2
- pc_telecommute: AppType = 'pc-telecommute [2299 - tcp|udp]'¶
[TCP] PC Telecommute
[UDP] PC Telecommute
- binderysupport: AppType = 'binderysupport [2302 - tcp|udp]'¶
[TCP] Bindery Support
[UDP] Bindery Support
- attachmate_uts: AppType = 'attachmate-uts [2304 - tcp|udp]'¶
[TCP] Attachmate UTS
[UDP] Attachmate UTS
- mt_scaleserver: AppType = 'mt-scaleserver [2305 - tcp|udp]'¶
[TCP] MT ScaleServer
[UDP] MT ScaleServer
- messageservice: AppType = 'messageservice [2311 - tcp|udp]'¶
[TCP] Message Service
[UDP] Message Service
- wanscaler: AppType = 'wanscaler [2312 - tcp|udp]'¶
[TCP] WANScaler Communication Service
[UDP] WANScaler Communication Service
- iapp: AppType = 'iapp [2313 - tcp|udp]'¶
[TCP] IAPP (Inter Access Point Protocol)
[UDP] IAPP (Inter Access Point Protocol)
- sent_lm: AppType = 'sent-lm [2316 - tcp|udp]'¶
[TCP] SENT License Manager
[UDP] SENT License Manager
- attachmate_g32: AppType = 'attachmate-g32 [2317 - tcp|udp]'¶
[TCP] Attachmate G32
[UDP] Attachmate G32
- cadencecontrol: AppType = 'cadencecontrol [2318 - tcp|udp]'¶
[TCP] Cadence Control
[UDP] Cadence Control
- ansysli: AppType = 'ansysli [2325 - tcp|udp]'¶
[TCP] ANSYS Licensing Interconnect
[UDP] ANSYS Licensing Interconnect
- appleugcontrol: AppType = 'appleugcontrol [2336 - tcp|udp]'¶
[TCP] Apple UG Control
[UDP] Apple UG Control
- norton_lambert: AppType = 'norton-lambert [2338 - tcp|udp]'¶
[TCP] Norton Lambert
[UDP] Norton Lambert
- AppType_3com_webview: AppType = '3com-webview [2339 - tcp|udp]'¶
[TCP] 3Com WebView
[UDP] 3Com WebView
- wrs_registry: AppType = 'wrs-registry [2340 - tcp|udp]'¶
[TCP] WRS Registry IANA assigned this well-formed service name as a replacement for “wrs_registry”.
[TCP] WRS Registry
[UDP] WRS Registry IANA assigned this well-formed service name as a replacement for “wrs_registry”.
[UDP] WRS Registry
- manage_exec: AppType = 'manage-exec [2342 - tcp|udp]'¶
[TCP] Seagate Manage Exec
[UDP] Seagate Manage Exec
- redstorm_join: AppType = 'redstorm-join [2346 - tcp|udp]'¶
[TCP] Game Connection Port IANA assigned this well-formed service name as a replacement for “redstorm_join”.
[TCP] Game Connection Port
[UDP] Game Connection Port IANA assigned this well-formed service name as a replacement for “redstorm_join”.
[UDP] Game Connection Port
- redstorm_find: AppType = 'redstorm-find [2347 - tcp|udp]'¶
[TCP] Game Announcement and Location IANA assigned this well-formed service name as a replacement for “redstorm_find”.
[TCP] Game Announcement and Location
[UDP] Game Announcement and Location IANA assigned this well-formed service name as a replacement for “redstorm_find”.
[UDP] Game Announcement and Location
- redstorm_info: AppType = 'redstorm-info [2348 - tcp|udp]'¶
[TCP] Information to query for game status IANA assigned this well-formed service name as a replacement for “redstorm_info”.
[TCP] Information to query for game status
[UDP] Information to query for game status IANA assigned this well-formed service name as a replacement for “redstorm_info”.
[UDP] Information to query for game status
- redstorm_diag: AppType = 'redstorm-diag [2349 - tcp|udp]'¶
[TCP] Diagnostics Port IANA assigned this well-formed service name as a replacement for “redstorm_diag”.
[TCP] Diagnostics Port
[UDP] Diagnostics Port IANA assigned this well-formed service name as a replacement for “redstorm_diag”.
[UDP] Diagnostics Port
- psbserver: AppType = 'psbserver [2350 - tcp|udp]'¶
[TCP] Pharos Booking Server
[UDP] Pharos Booking Server
- gxtelmd: AppType = 'gxtelmd [2356 - tcp|udp]'¶
[TCP] GXT License Managemant
[UDP] GXT License Managemant
- mediacntrlnfsd: AppType = 'mediacntrlnfsd [2363 - tcp|udp]'¶
[TCP] Media Central NFSD
[UDP] Media Central NFSD
- service_ctrl: AppType = 'service-ctrl [2367 - tcp|udp]'¶
[TCP] Service Control
[UDP] Service Control
- bif_p2p: AppType = 'bif-p2p [2369 - tcp|udp]'¶
[TCP] Blockchain Identifier InFrastructure P2P
[UDP] Blockchain Identifier InFrastructure P2P
- vsamredirector: AppType = 'vsamredirector [2387 - tcp|udp]'¶
[TCP] VSAM Redirector
[UDP] VSAM Redirector
- mynahautostart: AppType = 'mynahautostart [2388 - tcp|udp]'¶
[TCP] MYNAH AutoStart
[UDP] MYNAH AutoStart
- ovsessionmgr: AppType = 'ovsessionmgr [2389 - tcp|udp]'¶
[TCP] OpenView Session Mgr
[UDP] OpenView Session Mgr
- AppType_3com_net_mgmt: AppType = '3com-net-mgmt [2391 - tcp|udp]'¶
[TCP] 3COM Net Management
[UDP] 3COM Net Management
- lan900_remote: AppType = 'lan900-remote [2395 - tcp|udp]'¶
[TCP] LAN900 Remote IANA assigned this well-formed service name as a replacement for “lan900_remote”.
[TCP] LAN900 Remote
[UDP] LAN900 Remote IANA assigned this well-formed service name as a replacement for “lan900_remote”.
[UDP] LAN900 Remote
- fmpro_fdal: AppType = 'fmpro-fdal [2399 - tcp|udp]'¶
[TCP] FileMaker, Inc. - Data Access Layer
[UDP] FileMaker, Inc. - Data Access Layer
- opequus_server: AppType = 'opequus-server [2400 - tcp|udp]'¶
[TCP] OpEquus Server
[UDP] OpEquus Server
- taskmaster2000_2402: AppType = 'taskmaster2000 [2402 - tcp|udp]'¶
[TCP] TaskMaster 2000 Server
[UDP] TaskMaster 2000 Server
- taskmaster2000_2403: AppType = 'taskmaster2000 [2403 - tcp|udp]'¶
[TCP] TaskMaster 2000 Web
[UDP] TaskMaster 2000 Web
- iec_104: AppType = 'iec-104 [2404 - tcp|udp]'¶
[TCP] IEC 60870-5-104 process control over IP
[UDP] IEC 60870-5-104 process control over IP
- railgun_webaccl: AppType = 'railgun-webaccl [2408 - tcp]'¶
[TCP] CloudFlare Railgun Web Acceleration Protocol
- netwave_ap_mgmt: AppType = 'netwave-ap-mgmt [2411 - tcp|udp]'¶
[TCP] Netwave AP Management
[UDP] Netwave AP Management
- codima_rtp: AppType = 'codima-rtp [2415 - tcp|udp]'¶
[TCP] Codima Remote Transaction Protocol
[UDP] Codima Remote Transaction Protocol
- composit_server: AppType = 'composit-server [2417 - tcp|udp]'¶
[TCP] Composit Server
[UDP] Composit Server
- attachmate_s2s: AppType = 'attachmate-s2s [2419 - tcp|udp]'¶
[TCP] Attachmate S2S
[UDP] Attachmate S2S
- dslremote_mgmt: AppType = 'dslremote-mgmt [2420 - tcp|udp]'¶
[TCP] DSL Remote Management
[UDP] DSL Remote Management
- fjitsuappmgr: AppType = 'fjitsuappmgr [2425 - tcp|udp]'¶
[TCP] Fujitsu App Manager
[UDP] Fujitsu App Manager
- vcmp: AppType = 'vcmp [2426 - tcp|udp]'¶
[TCP] VeloCloud MultiPath Protocol
[UDP] VeloCloud MultiPath Protocol
- mgcp_gateway: AppType = 'mgcp-gateway [2427 - tcp|udp]'¶
[TCP] Media Gateway Control Protocol Gateway
[UDP] Media Gateway Control Protocol Gateway
- msp_18: AppType = 'msp [18 - tcp|udp]'¶
[TCP] Message Send Protocol (historic)
[UDP] Message Send Protocol (historic)
- pvsw_inet: AppType = 'pvsw-inet [2441 - tcp|udp]'¶
[TCP] Pervasive I*net Data Server
[UDP] Pervasive I*net Data Server
- powerclientcsf: AppType = 'powerclientcsf [2443 - tcp|udp]'¶
[TCP] PowerClient Central Storage Facility
[UDP] PowerClient Central Storage Facility
- btpp2sectrans: AppType = 'btpp2sectrans [2444 - tcp|udp]'¶
[TCP] BT PP2 Sectrans
[UDP] BT PP2 Sectrans
- bues_service: AppType = 'bues-service [2446 - tcp|udp]'¶
[TCP] bues_service IANA assigned this well-formed service name as a replacement for “bues_service”.
[TCP] bues_service
[UDP] bues_service IANA assigned this well-formed service name as a replacement for “bues_service”.
[UDP] bues_service
- wago_io_system: AppType = 'wago-io-system [2455 - tcp|udp]'¶
[TCP] WAGO-IO-SYSTEM
[UDP] WAGO-IO-SYSTEM
- lsi_raid_mgmt: AppType = 'lsi-raid-mgmt [2463 - tcp|udp]'¶
[TCP] LSI RAID Management
[UDP] LSI RAID Management
- vitalanalysis: AppType = 'vitalanalysis [2474 - tcp|udp]'¶
[TCP] Vital Analysis
[UDP] Vital Analysis
- ace_svr_prop: AppType = 'ace-svr-prop [2476 - tcp|udp]'¶
[TCP] ACE Server Propagation
[UDP] ACE Server Propagation
- ssm_cvs: AppType = 'ssm-cvs [2477 - tcp|udp]'¶
[TCP] SecurSight Certificate Valifation Service
[UDP] SecurSight Certificate Valifation Service
- ssm_cssps: AppType = 'ssm-cssps [2478 - tcp|udp]'¶
[TCP] SecurSight Authentication Server (SSL)
[UDP] SecurSight Authentication Server (SSL)
- ssm_els: AppType = 'ssm-els [2479 - tcp|udp]'¶
[TCP] SecurSight Event Logging Server (SSL)
[UDP] SecurSight Event Logging Server (SSL)
- powerexchange: AppType = 'powerexchange [2480 - tcp|udp]'¶
[TCP] Informatica PowerExchange Listener
[UDP] Informatica PowerExchange Listener
- fast_rem_serv: AppType = 'fast-rem-serv [2495 - tcp|udp]'¶
[TCP] Fast Remote Services
[UDP] Fast Remote Services
- rtsserv: AppType = 'rtsserv [2500 - tcp|udp]'¶
[TCP] Resource Tracking system server
[UDP] Resource Tracking system server
- rtsclient: AppType = 'rtsclient [2501 - tcp|udp]'¶
[TCP] Resource Tracking system client
[UDP] Resource Tracking system client
- kentrox_prot: AppType = 'kentrox-prot [2502 - tcp|udp]'¶
[TCP] Kentrox Protocol
[UDP] Kentrox Protocol
- call_sig_trans: AppType = 'call-sig-trans [2517 - tcp|udp]'¶
[TCP] H.323 Annex E Call Control Signalling Transport
[UDP] H.323 Annex E Call Control Signalling Transport
- optiwave_lm: AppType = 'optiwave-lm [2524 - tcp|udp]'¶
[TCP] Optiwave License Management
[UDP] Optiwave License Management
- ema_sent_lm: AppType = 'ema-sent-lm [2526 - tcp|udp]'¶
[TCP] EMA License Manager
[UDP] EMA License Manager
- ncr_ccl: AppType = 'ncr-ccl [2528 - tcp|udp]'¶
[TCP] NCR CCL IANA assigned this well-formed service name as a replacement for “ncr_ccl”.
[TCP] NCR CCL
[UDP] NCR CCL IANA assigned this well-formed service name as a replacement for “ncr_ccl”.
[UDP] NCR CCL
- combox_web_acc: AppType = 'combox-web-acc [2534 - tcp|udp]'¶
[TCP] Combox Web Access
[UDP] Combox Web Access
- novell_zen: AppType = 'novell-zen [2544 - tcp|udp]'¶
[TCP] Management Daemon Refresh
[UDP] Management Daemon Refresh
- vytalvaultbrtp: AppType = 'vytalvaultbrtp [2546 - tcp|udp]'¶
[TCP] vytalvaultbrtp
[UDP] vytalvaultbrtp
- vytalvaultvsmp: AppType = 'vytalvaultvsmp [2547 - tcp|udp]'¶
[TCP] vytalvaultvsmp
[UDP] vytalvaultvsmp
- vytalvaultpipe: AppType = 'vytalvaultpipe [2548 - tcp|udp]'¶
[TCP] vytalvaultpipe
[UDP] vytalvaultpipe
- isg_uda_server: AppType = 'isg-uda-server [2551 - tcp|udp]'¶
[TCP] ISG UDA Server
[UDP] ISG UDA Server
- vcnet_link_v10: AppType = 'vcnet-link-v10 [2554 - tcp|udp]'¶
[TCP] VCnet-Link v10
[UDP] VCnet-Link v10
- pclemultimedia: AppType = 'pclemultimedia [2558 - tcp|udp]'¶
[TCP] PCLE Multi Media
[UDP] PCLE Multi Media
- hp_3000_telnet: AppType = 'hp-3000-telnet [2564 - tcp|udp]'¶
[TCP] HP 3000 NS/VT block mode telnet
[UDP] HP 3000 NS/VT block mode telnet
- coord_svr: AppType = 'coord-svr [2565 - tcp|udp]'¶
[TCP] Coordinator Server
[UDP] Coordinator Server
- sonuscallsig: AppType = 'sonuscallsig [2569 - tcp|udp]'¶
[TCP] Sonus Call Signal
[UDP] Sonus Call Signal
- trustestablish: AppType = 'trustestablish [2573 - tcp|udp]'¶
[TCP] Trust Establish
[UDP] Trust Establish
- tclprodebugger: AppType = 'tclprodebugger [2576 - tcp|udp]'¶
[TCP] TCL Pro Debugger
[UDP] TCL Pro Debugger
- scipticslsrvr: AppType = 'scipticslsrvr [2577 - tcp|udp]'¶
[TCP] Scriptics Lsrvr
[UDP] Scriptics Lsrvr
- maytagshuffle: AppType = 'maytagshuffle [2591 - tcp|udp]'¶
[TCP] Maytag Shuffle
[UDP] Maytag Shuffle
- mns_mail: AppType = 'mns-mail [2593 - tcp|udp]'¶
[TCP] MNS Mail Notice Service
[UDP] MNS Mail Notice Service
- homesteadglory: AppType = 'homesteadglory [2597 - tcp|udp]'¶
[TCP] Homestead Glory
[UDP] Homestead Glory
- citriximaclient: AppType = 'citriximaclient [2598 - tcp|udp]'¶
[TCP] Citrix MA Client
[UDP] Citrix MA Client
- system_monitor: AppType = 'system-monitor [2609 - tcp|udp]'¶
[TCP] System Monitor
[UDP] System Monitor
- smntubootstrap: AppType = 'smntubootstrap [2613 - tcp|udp]'¶
[TCP] SMNTUBootstrap
[UDP] SMNTUBootstrap
- cmadmin: AppType = 'cmadmin [2617 - tcp|udp]'¶
[TCP] Clinical Context Managers
[UDP] Clinical Context Managers
- priority_e_com: AppType = 'priority-e-com [2618 - tcp|udp]'¶
[TCP] Priority E-Com
[UDP] Priority E-Com
- lpsrecommender: AppType = 'lpsrecommender [2620 - tcp|udp]'¶
[TCP] LPSRecommender
[UDP] LPSRecommender
- miles_apart: AppType = 'miles-apart [2621 - tcp|udp]'¶
[TCP] Miles Apart Jukebox Server
[UDP] Miles Apart Jukebox Server
- sitaramgmt: AppType = 'sitaramgmt [2630 - tcp|udp]'¶
[TCP] Sitara Management
[UDP] Sitara Management
- pk_electronics: AppType = 'pk-electronics [2634 - tcp|udp]'¶
[TCP] PK Electronics
[UDP] PK Electronics
- imdocsvc: AppType = 'imdocsvc [2637 - tcp|udp]'¶
[TCP] Import Document Service
[UDP] Import Document Service
- sybaseanywhere: AppType = 'sybaseanywhere [2638 - tcp|udp]'¶
[TCP] Sybase Anywhere
[UDP] Sybase Anywhere
- ami_control: AppType = 'ami-control [2640 - tcp|udp]'¶
[TCP] Alcorn McBride Inc protocol used for device control
[UDP] Alcorn McBride Inc protocol used for device control
- travsoft_ipx_t: AppType = 'travsoft-ipx-t [2644 - tcp|udp]'¶
[TCP] Travsoft IPX Tunnel
[UDP] Travsoft IPX Tunnel
- novell_ipx_cmd: AppType = 'novell-ipx-cmd [2645 - tcp|udp]'¶
[TCP] Novell IPX CMD
[UDP] Novell IPX CMD
- interpathpanel: AppType = 'interpathpanel [2652 - tcp|udp]'¶
[TCP] InterPathPanel
[UDP] InterPathPanel
- corel_vncadmin: AppType = 'corel-vncadmin [2654 - tcp|udp]'¶
[TCP] Corel VNC Admin IANA assigned this well-formed service name as a replacement for “corel_vncadmin”.
[TCP] Corel VNC Admin
[UDP] Corel VNC Admin IANA assigned this well-formed service name as a replacement for “corel_vncadmin”.
[UDP] Corel VNC Admin
- sns_dispatcher: AppType = 'sns-dispatcher [2657 - tcp|udp]'¶
[TCP] SNS Dispatcher
[UDP] SNS Dispatcher
- patrol_mq_gm: AppType = 'patrol-mq-gm [2664 - tcp|udp]'¶
[TCP] Patrol for MQ GM
[UDP] Patrol for MQ GM
- patrol_mq_nm: AppType = 'patrol-mq-nm [2665 - tcp|udp]'¶
[TCP] Patrol for MQ NM
[UDP] Patrol for MQ NM
- alarm_clock_s: AppType = 'alarm-clock-s [2667 - tcp|udp]'¶
[TCP] Alarm Clock Server
[UDP] Alarm Clock Server
- alarm_clock_c: AppType = 'alarm-clock-c [2668 - tcp|udp]'¶
[TCP] Alarm Clock Client
[UDP] Alarm Clock Client
- gadgetgate1way: AppType = 'gadgetgate1way [2677 - tcp|udp]'¶
[TCP] Gadget Gate 1 Way
[UDP] Gadget Gate 1 Way
- gadgetgate2way: AppType = 'gadgetgate2way [2678 - tcp|udp]'¶
[TCP] Gadget Gate 2 Way
[UDP] Gadget Gate 2 Way
- syncserverssl: AppType = 'syncserverssl [2679 - tcp|udp]'¶
[TCP] Sync Server SSL
[UDP] Sync Server SSL
- ncdloadbalance: AppType = 'ncdloadbalance [2683 - tcp|udp]'¶
[TCP] NCDLoadBalance
[UDP] NCDLoadBalance
- hp_nnm_data: AppType = 'hp-nnm-data [2690 - tcp|udp]'¶
[TCP] HP NNM Embedded Database
[UDP] HP NNM Embedded Database
- itinternet: AppType = 'itinternet [2691 - tcp|udp]'¶
[TCP] ITInternet ISM Server
[UDP] ITInternet ISM Server
- oce_snmp_trap: AppType = 'oce-snmp-trap [2697 - tcp|udp]'¶
[TCP] Oce SNMP Trap Port
[UDP] Oce SNMP Trap Port
- csoft_plusclnt: AppType = 'csoft-plusclnt [2699 - tcp|udp]'¶
[TCP] Csoft Plus Client
[UDP] Csoft Plus Client
- aocp: AppType = 'aocp [2712 - tcp|udp]'¶
[TCP] Axapta Object Communication Protocol
[UDP] Axapta Object Communication Protocol
- raventbs: AppType = 'raventbs [2713 - tcp|udp]'¶
[TCP] Raven Trinity Broker Service
[UDP] Raven Trinity Broker Service
- raventdm: AppType = 'raventdm [2714 - tcp|udp]'¶
[TCP] Raven Trinity Data Mover
[UDP] Raven Trinity Data Mover
- inova_ip_disco: AppType = 'inova-ip-disco [2716 - tcp|udp]'¶
[TCP] Inova IP Disco
[UDP] Inova IP Disco
- pn_requester2: AppType = 'pn-requester2 [2718 - tcp|udp]'¶
[TCP] PN REQUESTER 2
[UDP] PN REQUESTER 2
- smart_diagnose: AppType = 'smart-diagnose [2721 - tcp|udp]'¶
[TCP] Smart Diagnose
[UDP] Smart Diagnose
- proactivesrvr: AppType = 'proactivesrvr [2722 - tcp|udp]'¶
[TCP] Proactive Server
[UDP] Proactive Server
- watchdog_nt: AppType = 'watchdog-nt [2723 - tcp|udp]'¶
[TCP] WatchDog NT Protocol
[UDP] WatchDog NT Protocol
- mgcp_callagent: AppType = 'mgcp-callagent [2727 - tcp|udp]'¶
[TCP] Media Gateway Control Protocol Call Agent
[UDP] Media Gateway Control Protocol Call Agent
- fyre_messanger: AppType = 'fyre-messanger [2731 - tcp|udp]'¶
[TCP] Fyre Messanger
[UDP] Fyre Messanger
- netiq_mc: AppType = 'netiq-mc [2735 - tcp|udp]'¶
[TCP] NetIQ Monitor Console
[UDP] NetIQ Monitor Console
- radwiz_nms_srv: AppType = 'radwiz-nms-srv [2736 - tcp|udp]'¶
[TCP] RADWIZ NMS SRV
[UDP] RADWIZ NMS SRV
- ndl_tcp_ois_gw: AppType = 'ndl-tcp-ois-gw [2738 - tcp|udp]'¶
[TCP] NDL TCP-OSI Gateway
[UDP] NDL TCP-OSI Gateway
- simplement_tie: AppType = 'simplement-tie [2756 - tcp|udp]'¶
[TCP] simplement-tie
[UDP] simplement-tie
- data_insurance: AppType = 'data-insurance [2764 - tcp|udp]'¶
[TCP] Data Insurance
[UDP] Data Insurance
- rbakcup1: AppType = 'rbakcup1 [2773 - tcp|udp]'¶
[TCP] RBackup Remote Backup
[UDP] RBackup Remote Backup
- rbakcup2: AppType = 'rbakcup2 [2774 - tcp|udp]'¶
[TCP] RBackup Remote Backup
[UDP] RBackup Remote Backup
- ridgeway1: AppType = 'ridgeway1 [2776 - tcp|udp]'¶
[TCP] Ridgeway Systems & Software
[UDP] Ridgeway Systems & Software
- ridgeway2: AppType = 'ridgeway2 [2777 - tcp|udp]'¶
[TCP] Ridgeway Systems & Software
[UDP] Ridgeway Systems & Software
- www_dev: AppType = 'www-dev [2784 - tcp|udp]'¶
[TCP] world wide web - development
[UDP] world wide web - development
- aic_oncrpc: AppType = 'aic-oncrpc [2786 - tcp|udp]'¶
[TCP] aic-oncrpc - Destiny MCD database
[UDP] aic-oncrpc - Destiny MCD database
- piccolo: AppType = 'piccolo [2787 - tcp|udp]'¶
[TCP] piccolo - Cornerstone Software
[UDP] piccolo - Cornerstone Software
- fryeserv: AppType = 'fryeserv [2788 - tcp|udp]'¶
[TCP] NetWare Loadable Module - Seagate Software
[UDP] NetWare Loadable Module - Seagate Software
- mtport_regist: AppType = 'mtport-regist [2791 - tcp|udp]'¶
[TCP] MT Port Registrator
[UDP] MT Port Registrator
- urp: AppType = 'urp [2794 - tcp|udp]'¶
[TCP] Uniform Resource Platform
[UDP] Uniform Resource Platform
- dvr_esm: AppType = 'dvr-esm [2804 - tcp|udp]'¶
[TCP] March Networks Digital Video Recorders and Enterprise Service Manager products
[UDP] March Networks Digital Video Recorders and Enterprise Service Manager products
- netsteward: AppType = 'netsteward [2810 - tcp|udp]'¶
[TCP] Active Net Steward
[UDP] Active Net Steward
- fc_faultnotify: AppType = 'fc-faultnotify [2819 - tcp|udp]'¶
[TCP] FC Fault Notification
[UDP] FC Fault Notification
- vrts_at_port: AppType = 'vrts-at-port [2821 - tcp|udp]'¶
[TCP] VERITAS Authentication Service
[UDP] VERITAS Authentication Service
- possibly_assigned: AppType = 'possibly_assigned [2825 - undefined]'¶
[N/A] (unassigned) Possibly assigned
- slc_ctrlrloops: AppType = 'slc-ctrlrloops [2827 - tcp|udp]'¶
[TCP] slc ctrlrloops
[UDP] slc ctrlrloops
- aimpp_port_req: AppType = 'aimpp-port-req [2847 - tcp|udp]'¶
[TCP] AIMPP Port Req
[UDP] AIMPP Port Req
- dialpad_voice1: AppType = 'dialpad-voice1 [2860 - tcp|udp]'¶
[TCP] Dialpad Voice 1
[UDP] Dialpad Voice 1
- dialpad_voice2: AppType = 'dialpad-voice2 [2861 - tcp|udp]'¶
[TCP] Dialpad Voice 2
[UDP] Dialpad Voice 2
- astronova_main: AppType = 'astronova-main [2864 - tcp|udp]'¶
[TCP] main 5001 cmd
[UDP] main 5001 cmd
- npep_messaging: AppType = 'npep-messaging [2868 - tcp|udp]'¶
[TCP] Norman Proprietaqry Events Protocol
[UDP] Norman Proprietaqry Events Protocol
- msi_selectplay: AppType = 'msi-selectplay [2871 - tcp|udp]'¶
[TCP] MSI Select Play
[UDP] MSI Select Play
- psrt: AppType = 'psrt [2873 - tcp|udp]'¶
[TCP] PubSub Realtime Telemetry Protocol
[UDP] PubSub Realtime Telemetry Protocol
- dxmessagebase1: AppType = 'dxmessagebase1 [2874 - tcp|udp]'¶
[TCP] DX Message Base Transport Protocol
[UDP] DX Message Base Transport Protocol
- dxmessagebase2: AppType = 'dxmessagebase2 [2875 - tcp|udp]'¶
[TCP] DX Message Base Transport Protocol
[UDP] DX Message Base Transport Protocol
- cinegrfx_elmd: AppType = 'cinegrfx-elmd [2891 - tcp|udp]'¶
[TCP] CINEGRFX-ELMD License Manager
[UDP] CINEGRFX-ELMD License Manager
- webmethods_b2b: AppType = 'webmethods-b2b [2907 - tcp|udp]'¶
[TCP] WEBMETHODS B2B
[UDP] WEBMETHODS B2B
- elvin_server: AppType = 'elvin-server [2916 - tcp|udp]'¶
[TCP] Elvin Server IANA assigned this well-formed service name as a replacement for “elvin_server”.
[TCP] Elvin Server
[UDP] Elvin Server IANA assigned this well-formed service name as a replacement for “elvin_server”.
[UDP] Elvin Server
- elvin_client: AppType = 'elvin-client [2917 - tcp|udp]'¶
[TCP] Elvin Client IANA assigned this well-formed service name as a replacement for “elvin_client”.
[TCP] Elvin Client
[UDP] Elvin Client IANA assigned this well-formed service name as a replacement for “elvin_client”.
[UDP] Elvin Client
- kastenchasepad: AppType = 'kastenchasepad [2918 - tcp|udp]'¶
[TCP] Kasten Chase Pad
[UDP] Kasten Chase Pad
- cesdcdman: AppType = 'cesdcdman [2921 - tcp|udp]'¶
[TCP] CESD Contents Delivery Management
[UDP] CESD Contents Delivery Management
- cesdcdtrn: AppType = 'cesdcdtrn [2922 - tcp|udp]'¶
[TCP] CESD Contents Delivery Data Transfer
[UDP] CESD Contents Delivery Data Transfer
- mobile_file_dl: AppType = 'mobile-file-dl [2926 - tcp|udp]'¶
[TCP] MOBILE-FILE-DL
[UDP] MOBILE-FILE-DL
- AppType_4_tieropmgw: AppType = '4-tieropmgw [2933 - tcp|udp]'¶
[TCP] 4-TIER OPM GW
[UDP] 4-TIER OPM GW
- AppType_4_tieropmcli: AppType = '4-tieropmcli [2934 - tcp|udp]'¶
[TCP] 4-TIER OPM CLI
[UDP] 4-TIER OPM CLI
- megaco_h248: AppType = 'megaco-h248 [2944 - tcp|udp|sctp]'¶
[TCP] Megaco H-248
[UDP] Megaco H-248
[SCTP] Megaco-H.248 text
- h248_binary: AppType = 'h248-binary [2945 - tcp|udp|sctp]'¶
[TCP] H248 Binary
[UDP] H248 Binary
[SCTP] Megaco/H.248 binary
- gpsd: AppType = 'gpsd [2947 - tcp|udp]'¶
[TCP] GPS Daemon request/response protocol
[UDP] GPS Daemon request/response protocol
- wap_pushsecure: AppType = 'wap-pushsecure [2949 - tcp|udp]'¶
[TCP] WAP PUSH SECURE
[UDP] WAP PUSH SECURE
- ovalarmsrv_cmd: AppType = 'ovalarmsrv-cmd [2954 - tcp|udp]'¶
[TCP] OVALARMSRV-CMD
[UDP] OVALARMSRV-CMD
- iph_policy_cli: AppType = 'iph-policy-cli [2962 - tcp|udp]'¶
[TCP] IPH-POLICY-CLI
[UDP] IPH-POLICY-CLI
- iph_policy_adm: AppType = 'iph-policy-adm [2963 - tcp|udp]'¶
[TCP] IPH-POLICY-ADM
[UDP] IPH-POLICY-ADM
- idp_infotrieve: AppType = 'idp-infotrieve [2966 - tcp|udp]'¶
[TCP] IDP-INFOTRIEVE
[UDP] IDP-INFOTRIEVE
- netclip: AppType = 'netclip [2971 - tcp|udp]'¶
[TCP] NetClip clipboard daemon
[UDP] NetClip clipboard daemon
- fjmpcm: AppType = 'fjmpcm [2975 - tcp|udp]'¶
[TCP] Fujitsu Configuration Management Service
[UDP] Fujitsu Configuration Management Service
- cns_srv_port: AppType = 'cns-srv-port [2976 - tcp|udp]'¶
[TCP] CNS Server Port
[UDP] CNS Server Port
- ttc_etap_ns: AppType = 'ttc-etap-ns [2977 - tcp|udp]'¶
[TCP] TTCs Enterprise Test Access Protocol - NS
[UDP] TTCs Enterprise Test Access Protocol - NS
- ttc_etap_ds: AppType = 'ttc-etap-ds [2978 - tcp|udp]'¶
[TCP] TTCs Enterprise Test Access Protocol - DS
[UDP] TTCs Enterprise Test Access Protocol - DS
- h263_video: AppType = 'h263-video [2979 - tcp|udp]'¶
[TCP] H.263 Video Streaming
[UDP] H.263 Video Streaming
- wimd: AppType = 'wimd [2980 - tcp|udp]'¶
[TCP] Instant Messaging Service
[UDP] Instant Messaging Service
- iwb_whiteboard: AppType = 'iwb-whiteboard [2982 - tcp|udp]'¶
[TCP] IWB-WHITEBOARD
[UDP] IWB-WHITEBOARD
- hippad: AppType = 'hippad [2988 - tcp|udp]'¶
[TCP] HIPPA Reporting Protocol
[UDP] HIPPA Reporting Protocol
- zarkov: AppType = 'zarkov [2989 - tcp|udp]'¶
[TCP] ZARKOV Intelligent Agent Communication
[UDP] ZARKOV Intelligent Agent Communication
- remoteware_un: AppType = 'remoteware-un [2999 - tcp|udp]'¶
[TCP] RemoteWare Unassigned
[UDP] RemoteWare Unassigned
- remoteware_cl: AppType = 'remoteware-cl [3000 - tcp|udp]'¶
[TCP] RemoteWare Client
[UDP] RemoteWare Client
- remoteware_srv: AppType = 'remoteware-srv [3002 - tcp|udp]'¶
[TCP] RemoteWare Server
[UDP] RemoteWare Server
- geniuslm: AppType = 'geniuslm [3005 - tcp|udp]'¶
[TCP] Genius License Manager
[UDP] Genius License Manager
- ii_admin: AppType = 'ii-admin [3006 - tcp|udp]'¶
[TCP] Instant Internet Admin
[UDP] Instant Internet Admin
- lotusmtap: AppType = 'lotusmtap [3007 - tcp|udp]'¶
[TCP] Lotus Mail Tracking Agent Protocol
[UDP] Lotus Mail Tracking Agent Protocol
- midnight_tech: AppType = 'midnight-tech [3008 - tcp|udp]'¶
[TCP] Midnight Technologies
[UDP] Midnight Technologies
- gilatskysurfer: AppType = 'gilatskysurfer [3013 - tcp|udp]'¶
[TCP] Gilat Sky Surfer
[UDP] Gilat Sky Surfer
- broker_service: AppType = 'broker-service [3014 - tcp|udp]'¶
[TCP] Broker Service IANA assigned this well-formed service name as a replacement for “broker_service”.
[TCP] Broker Service
[UDP] Broker Service IANA assigned this well-formed service name as a replacement for “broker_service”.
[UDP] Broker Service
- notify_srvr: AppType = 'notify-srvr [3016 - tcp|udp]'¶
[TCP] Notify Server IANA assigned this well-formed service name as a replacement for “notify_srvr”.
[TCP] Notify Server
[UDP] Notify Server IANA assigned this well-formed service name as a replacement for “notify_srvr”.
[UDP] Notify Server
- event_listener: AppType = 'event-listener [3017 - tcp|udp]'¶
[TCP] Event Listener IANA assigned this well-formed service name as a replacement for “event_listener”.
[TCP] Event Listener
[UDP] Event Listener IANA assigned this well-formed service name as a replacement for “event_listener”.
[UDP] Event Listener
- srvc_registry: AppType = 'srvc-registry [3018 - tcp|udp]'¶
[TCP] Service Registry IANA assigned this well-formed service name as a replacement for “srvc_registry”.
[TCP] Service Registry
[UDP] Service Registry IANA assigned this well-formed service name as a replacement for “srvc_registry”.
[UDP] Service Registry
- resource_mgr: AppType = 'resource-mgr [3019 - tcp|udp]'¶
[TCP] Resource Manager IANA assigned this well-formed service name as a replacement for “resource_mgr”.
[TCP] Resource Manager
[UDP] Resource Manager IANA assigned this well-formed service name as a replacement for “resource_mgr”.
[UDP] Resource Manager
- nds_sso: AppType = 'nds-sso [3024 - tcp|udp]'¶
[TCP] NDS_SSO IANA assigned this well-formed service name as a replacement for “nds_sso”.
[TCP] NDS_SSO
[UDP] NDS_SSO IANA assigned this well-formed service name as a replacement for “nds_sso”.
[UDP] NDS_SSO
- liebdevmgmt_c: AppType = 'liebdevmgmt-c [3027 - tcp|udp]'¶
[TCP] LiebDevMgmt_C IANA assigned this well-formed service name as a replacement for “LiebDevMgmt_C”.
[TCP] LiebDevMgmt_C
[UDP] LiebDevMgmt_C IANA assigned this well-formed service name as a replacement for “LiebDevMgmt_C”.
[UDP] LiebDevMgmt_C
- liebdevmgmt_dm: AppType = 'liebdevmgmt-dm [3028 - tcp|udp]'¶
[TCP] LiebDevMgmt_DM IANA assigned this well-formed service name as a replacement for “LiebDevMgmt_DM”.
[TCP] LiebDevMgmt_DM
[UDP] LiebDevMgmt_DM IANA assigned this well-formed service name as a replacement for “LiebDevMgmt_DM”.
[UDP] LiebDevMgmt_DM
- liebdevmgmt_a: AppType = 'liebdevmgmt-a [3029 - tcp|udp]'¶
[TCP] LiebDevMgmt_A IANA assigned this well-formed service name as a replacement for “LiebDevMgmt_A”.
[TCP] LiebDevMgmt_A
[UDP] LiebDevMgmt_A IANA assigned this well-formed service name as a replacement for “LiebDevMgmt_A”.
[UDP] LiebDevMgmt_A
- eppc: AppType = 'eppc [3031 - tcp|udp]'¶
[TCP] Remote AppleEvents/PPC Toolbox
[UDP] Remote AppleEvents/PPC Toolbox
- osmosis_aeea: AppType = 'osmosis-aeea [3034 - tcp|udp]'¶
[TCP] Osmosis / Helix (R) AEEA Port
[UDP] Osmosis / Helix (R) AEEA Port
- tomato_springs: AppType = 'tomato-springs [3040 - tcp|udp]'¶
[TCP] Tomato Springs
[UDP] Tomato Springs
- brp: AppType = 'brp [3043 - tcp|udp]'¶
[TCP] Broadcast Routing Protocol
[UDP] Broadcast Routing Protocol
- hlserver: AppType = 'hlserver [3047 - tcp|udp]'¶
[TCP] Fast Security HL Server
[UDP] Fast Security HL Server
- pctrader: AppType = 'pctrader [3048 - tcp|udp]'¶
[TCP] Sierra Net PC Trader
[UDP] Sierra Net PC Trader
- gds_db: AppType = 'gds-db [3050 - tcp|udp]'¶
[TCP] gds_db IANA assigned this well-formed service name as a replacement for “gds_db”.
[TCP] gds_db
[UDP] gds_db IANA assigned this well-formed service name as a replacement for “gds_db”.
[UDP] gds_db
- csd_monitor: AppType = 'csd-monitor [3072 - tcp|udp]'¶
[TCP] ContinuStor Monitor Port
[UDP] ContinuStor Monitor Port
- vcrp: AppType = 'vcrp [3073 - tcp|udp]'¶
[TCP] Very simple chatroom prot
[UDP] Very simple chatroom prot
- orbix_locator: AppType = 'orbix-locator [3075 - tcp|udp]'¶
[TCP] Orbix 2000 Locator
[UDP] Orbix 2000 Locator
- orbix_config: AppType = 'orbix-config [3076 - tcp|udp]'¶
[TCP] Orbix 2000 Config
[UDP] Orbix 2000 Config
- orbix_loc_ssl: AppType = 'orbix-loc-ssl [3077 - tcp|udp]'¶
[TCP] Orbix 2000 Locator SSL
[UDP] Orbix 2000 Locator SSL
- orbix_cfg_ssl: AppType = 'orbix-cfg-ssl [3078 - tcp|udp]'¶
[TCP] Orbix 2000 Locator SSL
[UDP] Orbix 2000 Locator SSL
- lv_frontpanel: AppType = 'lv-frontpanel [3079 - tcp|udp]'¶
[TCP] LV Front Panel
[UDP] LV Front Panel
- stm_pproc: AppType = 'stm-pproc [3080 - tcp|udp]'¶
[TCP] stm_pproc IANA assigned this well-formed service name as a replacement for “stm_pproc”.
[TCP] stm_pproc
[UDP] stm_pproc IANA assigned this well-formed service name as a replacement for “stm_pproc”.
[UDP] stm_pproc
- xdtp: AppType = 'xdtp [3088 - tcp|udp]'¶
[TCP] eXtensible Data Transfer Protocol
[UDP] eXtensible Data Transfer Protocol
- ptk_alink: AppType = 'ptk-alink [3089 - tcp|udp]'¶
[TCP] ParaTek Agent Linking
[UDP] ParaTek Agent Linking
- stss: AppType = 'stss [3090 - tcp|udp]'¶
[TCP] Senforce Session Services
[UDP] Senforce Session Services
- AppType_1ci_smcs: AppType = '1ci-smcs [3091 - tcp|udp]'¶
[TCP] 1Ci Server Management
[UDP] 1Ci Server Management
- rapidmq_center: AppType = 'rapidmq-center [3093 - tcp|udp]'¶
[TCP] Jiiva RapidMQ Center
[UDP] Jiiva RapidMQ Center
- rapidmq_reg: AppType = 'rapidmq-reg [3094 - tcp|udp]'¶
[TCP] Jiiva RapidMQ Registry
[UDP] Jiiva RapidMQ Registry
- panasas: AppType = 'panasas [3095 - tcp|udp]'¶
[TCP] Panasas rendezvous port
[UDP] Panasas rendezvous port
- ndl_aps: AppType = 'ndl-aps [3096 - tcp|udp]'¶
[TCP] Active Print Server Port
[UDP] Active Print Server Port
- umm_port: AppType = 'umm-port [3098 - tcp|udp]'¶
[TCP] Universal Message Manager
[UDP] Universal Message Manager
- hp_pxpib: AppType = 'hp-pxpib [3101 - tcp|udp]'¶
[TCP] HP PolicyXpert PIB Server
[UDP] HP PolicyXpert PIB Server
- slslavemon: AppType = 'slslavemon [3102 - tcp|udp]'¶
[TCP] SoftlinK Slave Mon Port
[UDP] SoftlinK Slave Mon Port
- autocuesmi: AppType = 'autocuesmi [3103 - tcp|udp]'¶
[TCP] Autocue SMI Protocol
[UDP] Autocue SMI Protocol
- geolocate: AppType = 'geolocate [3108 - tcp|udp]'¶
[TCP] Geolocate protocol
[UDP] Geolocate protocol
- personnel: AppType = 'personnel [3109 - tcp|udp]'¶
[TCP] Personnel protocol
[UDP] Personnel protocol
- sim_control: AppType = 'sim-control [3110 - tcp|udp]'¶
[TCP] simulator control port
[UDP] simulator control port
- wsynch: AppType = 'wsynch [3111 - tcp|udp]'¶
[TCP] Web Synchronous Services
[UDP] Web Synchronous Services
- cs_auth_svr: AppType = 'cs-auth-svr [3113 - tcp|udp]'¶
[TCP] CS-Authenticate Svr Port
[UDP] CS-Authenticate Svr Port
- d2000kernel: AppType = 'd2000kernel [3119 - tcp|udp]'¶
[TCP] D2000 Kernel Port
[UDP] D2000 Kernel Port
- d2000webserver: AppType = 'd2000webserver [3120 - tcp|udp]'¶
[TCP] D2000 Webserver Port
[UDP] D2000 Webserver Port
- pcmk_remote: AppType = 'pcmk-remote [3121 - tcp]'¶
[TCP] The pacemaker remote (pcmk-remote) service extends high availability functionality outside of the Linux cluster into remote nodes.
- vtr_emulator: AppType = 'vtr-emulator [3122 - tcp|udp]'¶
[TCP] MTI VTR Emulator port
[UDP] MTI VTR Emulator port
- edix: AppType = 'edix [3123 - tcp|udp]'¶
[TCP] EDI Translation Protocol
[UDP] EDI Translation Protocol
- ndl_aas: AppType = 'ndl-aas [3128 - tcp|udp]'¶
[TCP] Active API Server Port
[UDP] Active API Server Port
- netport_id: AppType = 'netport-id [3129 - tcp|udp]'¶
[TCP] NetPort Discovery Port
[UDP] NetPort Discovery Port
- ms_rule_engine: AppType = 'ms-rule-engine [3132 - tcp|udp]'¶
[TCP] Microsoft Business Rule Engine Update Service
[UDP] Microsoft Business Rule Engine Update Service
- prism_deploy: AppType = 'prism-deploy [3133 - tcp|udp]'¶
[TCP] Prism Deploy User Port
[UDP] Prism Deploy User Port
- ecp: AppType = 'ecp [3134 - tcp|udp]'¶
[TCP] Extensible Code Protocol
[UDP] Extensible Code Protocol
- incognitorv: AppType = 'incognitorv [3139 - tcp|udp]'¶
[TCP] Incognito Rendez-Vous
[UDP] Incognito Rendez-Vous
- ariliamulti: AppType = 'ariliamulti [3140 - tcp|udp]'¶
[TCP] Arilia Multiplexor
[UDP] Arilia Multiplexor
- nm_game_admin: AppType = 'nm-game-admin [3148 - tcp|udp]'¶
[TCP] NetMike Game Administrator
[UDP] NetMike Game Administrator
- nm_game_server: AppType = 'nm-game-server [3149 - tcp|udp]'¶
[TCP] NetMike Game Server
[UDP] NetMike Game Server
- nm_asses_admin: AppType = 'nm-asses-admin [3150 - tcp|udp]'¶
[TCP] NetMike Assessor Administrator
[UDP] NetMike Assessor Administrator
- nm_assessor: AppType = 'nm-assessor [3151 - tcp|udp]'¶
[TCP] NetMike Assessor
[UDP] NetMike Assessor
- s8_client_port: AppType = 's8-client-port [3153 - tcp|udp]'¶
[TCP] S8Cargo Client Port
[UDP] S8Cargo Client Port
[TCP] NavegaWeb Tarification
[UDP] NavegaWeb Tarification
- tip_app_server: AppType = 'tip-app-server [3160 - tcp|udp]'¶
[TCP] TIP Application Server
[UDP] TIP Application Server
- newgenpay: AppType = 'newgenpay [3165 - tcp|udp]'¶
[TCP] Newgenpay Engine Service
[UDP] Newgenpay Engine Service
- sossecollector: AppType = 'sossecollector [3166 - tcp|udp]'¶
[TCP] Quest Spotlight Out-Of-Process Collector
[UDP] Quest Spotlight Out-Of-Process Collector
- nowcontact: AppType = 'nowcontact [3167 - tcp|udp]'¶
[TCP] Now Contact Public Server
[UDP] Now Contact Public Server
- poweronnud: AppType = 'poweronnud [3168 - tcp|udp]'¶
[TCP] Now Up-to-Date Public Server
[UDP] Now Up-to-Date Public Server
- serverview_asn: AppType = 'serverview-asn [3170 - tcp|udp]'¶
[TCP] SERVERVIEW-ASN
[UDP] SERVERVIEW-ASN
- serverview_icc: AppType = 'serverview-icc [3173 - tcp|udp]'¶
[TCP] SERVERVIEW-ICC
[UDP] SERVERVIEW-ICC
- radclientport: AppType = 'radclientport [3178 - tcp|udp]'¶
[TCP] Radiance UltraEdge Port
[UDP] Radiance UltraEdge Port
- h2gf_w_2m: AppType = 'h2gf-w-2m [3179 - tcp|udp]'¶
[TCP] H2GF W.2m Handover prot.
[UDP] H2GF W.2m Handover prot.
- mc_brk_srv: AppType = 'mc-brk-srv [3180 - tcp|udp]'¶
[TCP] Millicent Broker Server
[UDP] Millicent Broker Server
- bmcpatrolagent: AppType = 'bmcpatrolagent [3181 - tcp|udp]'¶
[TCP] BMC Patrol Agent
[UDP] BMC Patrol Agent
- bmcpatrolrnvu: AppType = 'bmcpatrolrnvu [3182 - tcp|udp]'¶
[TCP] BMC Patrol Rendezvous
[UDP] BMC Patrol Rendezvous
- iiw_port: AppType = 'iiw-port [3186 - tcp|udp]'¶
[TCP] IIW Monitor User Port
[UDP] IIW Monitor User Port
- odi_port: AppType = 'odi-port [3187 - tcp|udp]'¶
[TCP] Open Design Listen Port
[UDP] Open Design Listen Port
- brcm_comm_port: AppType = 'brcm-comm-port [3188 - tcp|udp]'¶
[TCP] Broadcom Port
[UDP] Broadcom Port
- pcle_infex: AppType = 'pcle-infex [3189 - tcp|udp]'¶
[TCP] Pinnacle Sys InfEx Port
[UDP] Pinnacle Sys InfEx Port
- csvr_sslproxy: AppType = 'csvr-sslproxy [3191 - tcp|udp]'¶
[TCP] ConServR SSL Proxy
[UDP] ConServR SSL Proxy
- firemonrcc: AppType = 'firemonrcc [3192 - tcp|udp]'¶
[TCP] FireMon Revision Control
[UDP] FireMon Revision Control
- magbind: AppType = 'magbind [3194 - tcp|udp]'¶
[TCP] Rockstorm MAG protocol
[UDP] Rockstorm MAG protocol
- embrace_dp_s: AppType = 'embrace-dp-s [3197 - tcp|udp]'¶
[TCP] Embrace Device Protocol Server
[UDP] Embrace Device Protocol Server
- embrace_dp_c: AppType = 'embrace-dp-c [3198 - tcp|udp]'¶
[TCP] Embrace Device Protocol Client
[UDP] Embrace Device Protocol Client
- dmod_workspace: AppType = 'dmod-workspace [3199 - tcp|udp]'¶
[TCP] DMOD WorkSpace
[UDP] DMOD WorkSpace
- tick_port: AppType = 'tick-port [3200 - tcp|udp]'¶
[TCP] Press-sense Tick Port
[UDP] Press-sense Tick Port
- netwatcher_mon: AppType = 'netwatcher-mon [3203 - tcp|udp]'¶
[TCP] Network Watcher Monitor
[UDP] Network Watcher Monitor
- netwatcher_db: AppType = 'netwatcher-db [3204 - tcp|udp]'¶
[TCP] Network Watcher DB Access
[UDP] Network Watcher DB Access
- vx_auth_port: AppType = 'vx-auth-port [3207 - tcp|udp]'¶
[TCP] Veritas Authentication Port
[UDP] Veritas Authentication Port
- pfu_prcallback: AppType = 'pfu-prcallback [3208 - tcp|udp]'¶
[TCP] PFU PR Callback
[UDP] PFU PR Callback
- netwkpathengine: AppType = 'netwkpathengine [3209 - tcp|udp]'¶
[TCP] HP OpenView Network Path Engine Server
[UDP] HP OpenView Network Path Engine Server
- flamenco_proxy: AppType = 'flamenco-proxy [3210 - tcp|udp]'¶
[TCP] Flamenco Networks Proxy
[UDP] Flamenco Networks Proxy
- avsecuremgmt: AppType = 'avsecuremgmt [3211 - tcp|udp]'¶
[TCP] Avocent Secure Management
[UDP] Avocent Secure Management
- surveyinst: AppType = 'surveyinst [3212 - tcp|udp]'¶
[TCP] Survey Instrument
[UDP] Survey Instrument
- neon24x7: AppType = 'neon24x7 [3213 - tcp|udp]'¶
[TCP] NEON 24X7 Mission Control
[UDP] NEON 24X7 Mission Control
- jmq_daemon_1: AppType = 'jmq-daemon-1 [3214 - tcp|udp]'¶
[TCP] JMQ Daemon Port 1
[UDP] JMQ Daemon Port 1
- jmq_daemon_2: AppType = 'jmq-daemon-2 [3215 - tcp|udp]'¶
[TCP] JMQ Daemon Port 2
[UDP] JMQ Daemon Port 2
- ferrari_foam: AppType = 'ferrari-foam [3216 - tcp|udp]'¶
[TCP] Ferrari electronic FOAM
[UDP] Ferrari electronic FOAM
- unite: AppType = 'unite [3217 - tcp|udp]'¶
[TCP] Unified IP & Telecom Environment
[UDP] Unified IP & Telecom Environment
- smartpackets: AppType = 'smartpackets [3218 - tcp|udp]'¶
[TCP] EMC SmartPackets
[UDP] EMC SmartPackets
- xnm_clear_text: AppType = 'xnm-clear-text [3221 - tcp|udp]'¶
[TCP] XML NM over TCP
[UDP] XML NM over TCP
- glbp: AppType = 'glbp [3222 - tcp|udp]'¶
[TCP] Gateway Load Balancing Pr
[UDP] Gateway Load Balancing Pr
- digivote: AppType = 'digivote [3223 - tcp|udp]'¶
[TCP] DIGIVOTE (R) Vote-Server
[UDP] DIGIVOTE (R) Vote-Server
- aes_discovery: AppType = 'aes-discovery [3224 - tcp|udp]'¶
[TCP] AES Discovery Port
[UDP] AES Discovery Port
- isi_irp: AppType = 'isi-irp [3226 - tcp|udp]'¶
[TCP] ISI Industry Software IRP
[UDP] ISI Industry Software IRP
- dwnmshttp: AppType = 'dwnmshttp [3227 - tcp|udp]'¶
[TCP] DiamondWave NMS Server
[UDP] DiamondWave NMS Server
- dwmsgserver: AppType = 'dwmsgserver [3228 - tcp|udp]'¶
[TCP] DiamondWave MSG Server
[UDP] DiamondWave MSG Server
- global_cd_port: AppType = 'global-cd-port [3229 - tcp|udp]'¶
[TCP] Global CD Port
[UDP] Global CD Port
- sftdst_port: AppType = 'sftdst-port [3230 - tcp|udp]'¶
[TCP] Software Distributor Port
[UDP] Software Distributor Port
- vidigo: AppType = 'vidigo [3231 - tcp|udp]'¶
Delta Solutions Direct) - [UDP] VidiGo communication (previous was: Delta Solutions Direct)
- Type:
[TCP] VidiGo communication (previous was
- whisker: AppType = 'whisker [3233 - tcp|udp]'¶
[TCP] WhiskerControl main port
[UDP] WhiskerControl main port
- apparenet_ts: AppType = 'apparenet-ts [3236 - tcp|udp]'¶
[TCP] appareNet Test Server
[UDP] appareNet Test Server
- apparenet_tps: AppType = 'apparenet-tps [3237 - tcp|udp]'¶
[TCP] appareNet Test Packet Sequencer
[UDP] appareNet Test Packet Sequencer
- apparenet_as: AppType = 'apparenet-as [3238 - tcp|udp]'¶
[TCP] appareNet Analysis Server
[UDP] appareNet Analysis Server
- apparenet_ui: AppType = 'apparenet-ui [3239 - tcp|udp]'¶
[TCP] appareNet User Interface
[UDP] appareNet User Interface
- triomotion: AppType = 'triomotion [3240 - tcp|udp]'¶
[TCP] Trio Motion Control Port
[UDP] Trio Motion Control Port
- sysorb: AppType = 'sysorb [3241 - tcp|udp]'¶
[TCP] SysOrb Monitoring Server
[UDP] SysOrb Monitoring Server
- sdp_id_port: AppType = 'sdp-id-port [3242 - tcp|udp]'¶
[TCP] Session Description ID
[UDP] Session Description ID
- vieo_fe: AppType = 'vieo-fe [3245 - tcp|udp]'¶
[TCP] VIEO Fabric Executive
[UDP] VIEO Fabric Executive
- semaphore: AppType = 'semaphore [3255 - tcp|udp]'¶
[TCP] Semaphore Connection Port
[UDP] Semaphore Connection Port
- cpqrpm_agent: AppType = 'cpqrpm-agent [3256 - tcp|udp]'¶
[TCP] Compaq RPM Agent Port
[UDP] Compaq RPM Agent Port
- cpqrpm_server: AppType = 'cpqrpm-server [3257 - tcp|udp]'¶
[TCP] Compaq RPM Server Port
[UDP] Compaq RPM Server Port
- ivecon_port: AppType = 'ivecon-port [3258 - tcp|udp]'¶
[TCP] Ivecon Server Port
[UDP] Ivecon Server Port
- epncdp2: AppType = 'epncdp2 [3259 - tcp|udp]'¶
[TCP] Epson Network Common Devi
[UDP] Epson Network Common Devi
- ecolor_imager: AppType = 'ecolor-imager [3263 - tcp|udp]'¶
[TCP] E-Color Enterprise Imager
[UDP] E-Color Enterprise Imager
- msft_gc: AppType = 'msft-gc [3268 - tcp|udp]'¶
[TCP] Microsoft Global Catalog
[UDP] Microsoft Global Catalog
- msft_gc_ssl: AppType = 'msft-gc-ssl [3269 - tcp|udp]'¶
[TCP] Microsoft Global Catalog with LDAP/SSL
[UDP] Microsoft Global Catalog with LDAP/SSL
- user_manager: AppType = 'user-manager [3272 - tcp|udp]'¶
[TCP] Fujitsu User Manager
[UDP] Fujitsu User Manager
- sxmp: AppType = 'sxmp [3273 - tcp|udp]'¶
[TCP] Simple Extensible Multiplexed Protocol
[UDP] Simple Extensible Multiplexed Protocol
- ordinox_server: AppType = 'ordinox-server [3274 - tcp|udp]'¶
[TCP] Ordinox Server
[UDP] Ordinox Server
- caps_lm: AppType = 'caps-lm [3290 - tcp|udp]'¶
[TCP] CAPS LOGISTICS TOOLKIT - LM
[UDP] CAPS LOGISTICS TOOLKIT - LM
- sah_lm: AppType = 'sah-lm [3291 - tcp|udp]'¶
[TCP] S A Holditch & Associates - LM
[UDP] S A Holditch & Associates - LM
- dyniplookup: AppType = 'dyniplookup [3295 - tcp|udp]'¶
[TCP] Dynamic IP Lookup
[UDP] Dynamic IP Lookup
- cytel_lm: AppType = 'cytel-lm [3297 - tcp|udp]'¶
[TCP] Cytel License Manager
[UDP] Cytel License Manager
- tarantool: AppType = 'tarantool [3301 - tcp|udp]'¶
[TCP] Tarantool in-memory computing platform
[UDP] Tarantool in-memory computing platform
- opsession_clnt: AppType = 'opsession-clnt [3303 - tcp|udp]'¶
[TCP] OP Session Client
[UDP] OP Session Client
- opsession_srvr: AppType = 'opsession-srvr [3304 - tcp|udp]'¶
[TCP] OP Session Server
[UDP] OP Session Server
- opsession_prxy: AppType = 'opsession-prxy [3307 - tcp|udp]'¶
[TCP] OP Session Proxy
[UDP] OP Session Proxy
- appman_server: AppType = 'appman-server [3312 - tcp|udp]'¶
[TCP] Application Management Server
[UDP] Application Management Server
- ssrip: AppType = 'ssrip [3318 - tcp|udp]'¶
[TCP] Swith to Swith Routing Information Protocol
[UDP] Swith to Swith Routing Information Protocol
- officelink2000: AppType = 'officelink2000 [3320 - tcp|udp]'¶
[TCP] Office Link 2000
[UDP] Office Link 2000
- egptlm: AppType = 'egptlm [3328 - tcp|udp]'¶
[TCP] Eaglepoint License Manager
[UDP] Eaglepoint License Manager
- hp_device_disc: AppType = 'hp-device-disc [3329 - tcp|udp]'¶
[TCP] HP Device Disc
[UDP] HP Device Disc
- mcs_calypsoicf: AppType = 'mcs-calypsoicf [3330 - tcp|udp]'¶
[TCP] MCS Calypso ICF
[UDP] MCS Calypso ICF
- directv_web: AppType = 'directv-web [3334 - tcp|udp]'¶
[TCP] Direct TV Webcasting
[UDP] Direct TV Webcasting
- directv_soft: AppType = 'directv-soft [3335 - tcp|udp]'¶
[TCP] Direct TV Software Updates
[UDP] Direct TV Software Updates
- directv_tick: AppType = 'directv-tick [3336 - tcp|udp]'¶
[TCP] Direct TV Tickers
[UDP] Direct TV Tickers
- directv_catlg: AppType = 'directv-catlg [3337 - tcp|udp]'¶
[TCP] Direct TV Data Catalog
[UDP] Direct TV Data Catalog
- ms_cluster_net: AppType = 'ms-cluster-net [3343 - tcp|udp]'¶
[TCP] MS Cluster Net
[UDP] MS Cluster Net
- trnsprntproxy: AppType = 'trnsprntproxy [3346 - tcp|udp]'¶
[TCP] Trnsprnt Proxy
[UDP] Trnsprnt Proxy
- pangolin_laser: AppType = 'pangolin-laser [3348 - tcp|udp]'¶
[TCP] Pangolin Laser
[UDP] Pangolin Laser
- chevinservices: AppType = 'chevinservices [3349 - tcp|udp]'¶
[TCP] Chevin Services
[UDP] Chevin Services
- nati_vi_server: AppType = 'nati-vi-server [3363 - tcp|udp]'¶
[TCP] NATI Vi Server
[UDP] NATI Vi Server
- creativeserver_453: AppType = 'creativeserver [453 - tcp|udp]'¶
[TCP] CreativeServer
[UDP] CreativeServer
- creativeserver_3364: AppType = 'creativeserver [3364 - tcp|udp]'¶
[TCP] Creative Server
[UDP] Creative Server
- contentserver_454: AppType = 'contentserver [454 - tcp|udp]'¶
[TCP] ContentServer
[UDP] ContentServer
- contentserver_3365: AppType = 'contentserver [3365 - tcp|udp]'¶
[TCP] Content Server
[UDP] Content Server
- creativepartnr_455: AppType = 'creativepartnr [455 - tcp|udp]'¶
[TCP] CreativePartnr
[UDP] CreativePartnr
- creativepartnr_3366: AppType = 'creativepartnr [3366 - tcp|udp]'¶
[TCP] Creative Partner
[UDP] Creative Partner
- lavenir_lm: AppType = 'lavenir-lm [3373 - tcp|udp]'¶
[TCP] Lavenir License Manager
[UDP] Lavenir License Manager
- cogsys_lm: AppType = 'cogsys-lm [3377 - tcp|udp]'¶
[TCP] Cogsys Network License Manager
[UDP] Cogsys Network License Manager
- fujitsu_neat: AppType = 'fujitsu-neat [3382 - tcp|udp]'¶
[TCP] Fujitsu Network Enhanced Antitheft function
[UDP] Fujitsu Network Enhanced Antitheft function
- esp_lm: AppType = 'esp-lm [3383 - tcp|udp]'¶
[TCP] Enterprise Software Products License Manager
[UDP] Enterprise Software Products License Manager
- hp_clic: AppType = 'hp-clic [3384 - tcp|udp]'¶
[TCP] Cluster Management Services
[UDP] Hardware Management
- dsc: AppType = 'dsc [3390 - tcp|udp]'¶
[TCP] Distributed Service Coordinator
[UDP] Distributed Service Coordinator
- efi_lm: AppType = 'efi-lm [3392 - tcp|udp]'¶
[TCP] EFI License Management
[UDP] EFI License Management
- d2k_tapestry1: AppType = 'd2k-tapestry1 [3393 - tcp|udp]'¶
[TCP] D2K Tapestry Client to Server
[UDP] D2K Tapestry Client to Server
- d2k_tapestry2: AppType = 'd2k-tapestry2 [3394 - tcp|udp]'¶
[TCP] D2K Tapestry Server to Server
[UDP] D2K Tapestry Server to Server
- dyna_lm: AppType = 'dyna-lm [3395 - tcp|udp]'¶
[TCP] Dyna License Manager (Elam)
[UDP] Dyna License Manager (Elam)
- printer_agent: AppType = 'printer-agent [3396 - tcp|udp]'¶
[TCP] Printer Agent IANA assigned this well-formed service name as a replacement for “printer_agent”.
[TCP] Printer Agent
[UDP] Printer Agent IANA assigned this well-formed service name as a replacement for “printer_agent”.
[UDP] Printer Agent
- cloanto_lm: AppType = 'cloanto-lm [3397 - tcp|udp]'¶
[TCP] Cloanto License Manager
[UDP] Cloanto License Manager
- fxaengine_net: AppType = 'fxaengine-net [3402 - tcp|udp]'¶
[TCP] FXa Engine Network Port
[UDP] FXa Engine Network Port
- nokia_ann_ch1: AppType = 'nokia-ann-ch1 [3405 - tcp|udp]'¶
[TCP] Nokia Announcement ch 1
[UDP] Nokia Announcement ch 1
- nokia_ann_ch2: AppType = 'nokia-ann-ch2 [3406 - tcp|udp]'¶
[TCP] Nokia Announcement ch 2
[UDP] Nokia Announcement ch 2
- ldap_admin: AppType = 'ldap-admin [3407 - tcp|udp]'¶
[TCP] LDAP admin server port
[UDP] LDAP admin server port
- networklens: AppType = 'networklens [3409 - tcp|udp]'¶
[TCP] NetworkLens Event Port
[UDP] NetworkLens Event Port
- networklenss: AppType = 'networklenss [3410 - tcp|udp]'¶
[TCP] NetworkLens SSL Event
[UDP] NetworkLens SSL Event
- biolink_auth: AppType = 'biolink-auth [3411 - tcp|udp]'¶
[TCP] BioLink Authenteon server
[UDP] BioLink Authenteon server
- wip_port: AppType = 'wip-port [3414 - tcp|udp]'¶
[TCP] BroadCloud WIP Port
[UDP] BroadCloud WIP Port
- bcinameservice: AppType = 'bcinameservice [3415 - tcp|udp]'¶
[TCP] BCI Name Service
[UDP] BCI Name Service
- commandport: AppType = 'commandport [3416 - tcp|udp]'¶
[TCP] AirMobile IS Command Port
[UDP] AirMobile IS Command Port
- csvr: AppType = 'csvr [3417 - tcp|udp]'¶
[TCP] ConServR file translation
[UDP] ConServR file translation
- bmap: AppType = 'bmap [3421 - tcp|udp]'¶
[TCP] Bull Apprise portmapper
[UDP] Bull Apprise portmapper
- rusb_sys_port: AppType = 'rusb-sys-port [3422 - tcp|udp]'¶
[TCP] Remote USB System Port
[UDP] Remote USB System Port
- xtrm: AppType = 'xtrm [3423 - tcp|udp]'¶
[TCP] xTrade Reliable Messaging
[UDP] xTrade Reliable Messaging
- arkivio: AppType = 'arkivio [3426 - tcp|udp]'¶
[TCP] Arkivio Storage Protocol
[UDP] Arkivio Storage Protocol
- websphere_snmp: AppType = 'websphere-snmp [3427 - tcp|udp]'¶
[TCP] WebSphere SNMP
[UDP] WebSphere SNMP
- ssdispatch: AppType = 'ssdispatch [3430 - tcp|udp]'¶
[TCP] Scott Studios Dispatch
[UDP] Scott Studios Dispatch
- ndl_als: AppType = 'ndl-als [3431 - tcp|udp]'¶
[TCP] Active License Server Port
[UDP] Active License Server Port
- osdcp: AppType = 'osdcp [3432 - tcp|udp]'¶
[TCP] Secure Device Protocol
[UDP] Secure Device Protocol
- opnet_smp: AppType = 'opnet-smp [3433 - tcp|udp]'¶
[TCP] OPNET Service Management Platform
[UDP] OPNET Service Management Platform
- pacom: AppType = 'pacom [3435 - tcp|udp]'¶
[TCP] Pacom Security User Port
[UDP] Pacom Security User Port
- gc_config: AppType = 'gc-config [3436 - tcp|udp]'¶
[TCP] GuardControl Exchange Protocol
[UDP] GuardControl Exchange Protocol
- autocueds: AppType = 'autocueds [3437 - tcp|udp]'¶
[TCP] Autocue Directory Service
[UDP] Autocue Directory Service
- spiral_admin: AppType = 'spiral-admin [3438 - tcp|udp]'¶
[TCP] Spiralcraft Admin
[UDP] Spiralcraft Admin
- ans_console: AppType = 'ans-console [3440 - tcp|udp]'¶
[TCP] Net Steward Mgmt Console
[UDP] Net Steward Mgmt Console
- connect_client: AppType = 'connect-client [3441 - tcp|udp]'¶
[TCP] OC Connect Client
[UDP] OC Connect Client
- connect_server: AppType = 'connect-server [3442 - tcp|udp]'¶
[TCP] OC Connect Server
[UDP] OC Connect Server
- ov_nnm_websrv: AppType = 'ov-nnm-websrv [3443 - tcp|udp]'¶
[TCP] OpenView Network Node Manager WEB Server
[UDP] OpenView Network Node Manager WEB Server
- monp: AppType = 'monp [3445 - tcp|udp]'¶
[TCP] Media Object Network Protocol
[UDP] Media Object Network Protocol
- AppType_3comfaxrpc: AppType = '3comfaxrpc [3446 - tcp|udp]'¶
[TCP] 3Com FAX RPC port
[UDP] 3Com FAX RPC port
- directnet: AppType = 'directnet [3447 - tcp|udp]'¶
[TCP] DirectNet IM System
[UDP] DirectNet IM System
- dnc_port: AppType = 'dnc-port [3448 - tcp|udp]'¶
[TCP] Discovery and Net Config
[UDP] Discovery and Net Config
- sabp_signal: AppType = 'sabp-signal [3452 - tcp|udp]'¶
[TCP] SABP-Signalling Protocol
[UDP] SABP-Signalling Protocol
- mira: AppType = 'mira [3454 - tcp|udp]'¶
[TCP] Apple Remote Access Protocol
[UDP] Apple Remote Access Protocol
- vat_control: AppType = 'vat-control [3457 - tcp|udp]'¶
[TCP] VAT default control
[UDP] VAT default control
- edm_std_notify: AppType = 'edm-std-notify [3462 - tcp|udp]'¶
[TCP] EDM STD Notify
[UDP] EDM STD Notify
- edm_adm_notify: AppType = 'edm-adm-notify [3463 - tcp|udp]'¶
[TCP] EDM ADM Notify
[UDP] EDM ADM Notify
- ttcmremotectrl: AppType = 'ttcmremotectrl [3468 - tcp|udp]'¶
[TCP] TTCM Remote Controll
[UDP] TTCM Remote Controll
- jaugsremotec_1: AppType = 'jaugsremotec-1 [3472 - tcp|udp]'¶
[TCP] JAUGS N-G Remotec 1
[UDP] JAUGS N-G Remotec 1
- jaugsremotec_2: AppType = 'jaugsremotec-2 [3473 - tcp|udp]'¶
[TCP] JAUGS N-G Remotec 2
[UDP] JAUGS N-G Remotec 2
- genisar_port: AppType = 'genisar-port [3475 - tcp|udp]'¶
[TCP] Genisar Comm Port
[UDP] Genisar Comm Port
- plethora: AppType = 'plethora [3480 - tcp|udp]'¶
[TCP] Secure Virtual Workspace
[UDP] Secure Virtual Workspace
- cleanerliverc: AppType = 'cleanerliverc [3481 - tcp|udp]'¶
[TCP] CleanerLive remote ctrl
[UDP] CleanerLive remote ctrl
- vulture: AppType = 'vulture [3482 - tcp|udp]'¶
[TCP] Vulture Monitoring System
[UDP] Vulture Monitoring System
- slim_devices: AppType = 'slim-devices [3483 - tcp|udp]'¶
[TCP] Slim Devices Protocol
[UDP] Slim Devices Protocol
- gbs_stp: AppType = 'gbs-stp [3484 - tcp|udp]'¶
[TCP] GBS SnapTalk Protocol
[UDP] GBS SnapTalk Protocol
- ifsf_hb_port: AppType = 'ifsf-hb-port [3486 - tcp|udp]'¶
[TCP] IFSF Heartbeat Port
[UDP] IFSF Heartbeat Port
- fs_rh_srv: AppType = 'fs-rh-srv [3488 - tcp|udp]'¶
[TCP] FS Remote Host Server
[UDP] FS Remote Host Server
- colubris: AppType = 'colubris [3490 - tcp|udp]'¶
[TCP] Colubris Management Port
[UDP] Colubris Management Port
- tvdumtray_port: AppType = 'tvdumtray-port [3492 - tcp|udp]'¶
[TCP] TVDUM Tray Port
[UDP] TVDUM Tray Port
- seclayer_tcp: AppType = 'seclayer-tcp [3495 - tcp|udp]'¶
[TCP] securitylayer over tcp
[UDP] securitylayer over tcp
- seclayer_tls: AppType = 'seclayer-tls [3496 - tcp|udp]'¶
[TCP] securitylayer over tls
[UDP] securitylayer over tls
- ipether232port: AppType = 'ipether232port [3497 - tcp|udp]'¶
[TCP] ipEther232Port
[UDP] ipEther232Port
- dashpas_port: AppType = 'dashpas-port [3498 - tcp|udp]'¶
[TCP] DASHPAS user port
[UDP] DASHPAS user port
- avinstalldisc: AppType = 'avinstalldisc [3502 - tcp|udp]'¶
[TCP] Avocent Install Discovery
[UDP] Avocent Install Discovery
- ironstorm: AppType = 'ironstorm [3504 - tcp|udp]'¶
[TCP] IronStorm game server
[UDP] IronStorm game server
- ccmcomm: AppType = 'ccmcomm [3505 - tcp|udp]'¶
[TCP] CCM communications port
[UDP] CCM communications port
- nesh_broker: AppType = 'nesh-broker [3507 - tcp|udp]'¶
[TCP] Nesh Broker Port
[UDP] Nesh Broker Port
- interactionweb: AppType = 'interactionweb [3508 - tcp|udp]'¶
[TCP] Interaction Web
[UDP] Interaction Web
- vt_ssl: AppType = 'vt-ssl [3509 - tcp|udp]'¶
[TCP] Virtual Token SSL Port
[UDP] Virtual Token SSL Port
- aztec: AppType = 'aztec [3512 - tcp|udp]'¶
[TCP] Aztec Distribution Port
[UDP] Aztec Distribution Port
- arcpd: AppType = 'arcpd [3513 - tcp|udp]'¶
[TCP] Adaptec Remote Protocol
[UDP] Adaptec Remote Protocol
- must_backplane: AppType = 'must-backplane [3515 - tcp|udp]'¶
[TCP] MUST Backplane
[UDP] MUST Backplane
- smartcard_port: AppType = 'smartcard-port [3516 - tcp|udp]'¶
[TCP] Smartcard Port
[UDP] Smartcard Port
- AppType_802_11_iapp: AppType = '802-11-iapp [3517 - tcp|udp]'¶
[TCP] IEEE 802.11 WLANs WG IAPP
[UDP] IEEE 802.11 WLANs WG IAPP
- artifact_msg: AppType = 'artifact-msg [3518 - tcp|udp]'¶
[TCP] Artifact Message Server
[UDP] Artifact Message Server
- galileolog: AppType = 'galileolog [3520 - tcp|udp]'¶
[TCP] Netvion Galileo Log Port
[UDP] Netvion Galileo Log Port
- nssocketport: AppType = 'nssocketport [3522 - tcp|udp]'¶
[TCP] DO over NSSocketPort
[UDP] DO over NSSocketPort
- odeumservlink: AppType = 'odeumservlink [3523 - tcp|udp]'¶
[TCP] Odeum Serverlink
[UDP] Odeum Serverlink
- beserver_msg_q: AppType = 'beserver-msg-q [3527 - tcp|udp]'¶
[TCP] VERITAS Backup Exec Server
[UDP] VERITAS Backup Exec Server
- jboss_iiop_ssl: AppType = 'jboss-iiop-ssl [3529 - tcp|udp]'¶
[TCP] JBoss IIOP/SSL
[UDP] JBoss IIOP/SSL
- raven_rmp: AppType = 'raven-rmp [3532 - tcp|udp]'¶
[TCP] Raven Remote Management Control
[UDP] Raven Remote Management Control
- raven_rdp: AppType = 'raven-rdp [3533 - tcp|udp]'¶
[TCP] Raven Remote Management Data
[UDP] Raven Remote Management Data
- ni_visa_remote: AppType = 'ni-visa-remote [3537 - tcp|udp]'¶
[TCP] Remote NI-VISA port
[UDP] Remote NI-VISA port
- ibm_diradm: AppType = 'ibm-diradm [3538 - tcp|udp]'¶
[TCP] IBM Directory Server
[UDP] IBM Directory Server
- ibm_diradm_ssl: AppType = 'ibm-diradm-ssl [3539 - tcp|udp]'¶
[TCP] IBM Directory Server SSL
[UDP] IBM Directory Server SSL
- hacl_monitor: AppType = 'hacl-monitor [3542 - tcp|udp]'¶
[TCP] HA cluster monitor
[UDP] HA cluster monitor
- qftest_lookup: AppType = 'qftest-lookup [3543 - tcp|udp]'¶
[TCP] qftest Lookup Port
[UDP] qftest Lookup Port
- tellumat_nms: AppType = 'tellumat-nms [3549 - tcp|udp]'¶
[TCP] Tellumat MDR NMS
[UDP] Tellumat MDR NMS
- apcupsd: AppType = 'apcupsd [3551 - tcp|udp]'¶
[TCP] Apcupsd Information Port
[UDP] Apcupsd Information Port
- taserver: AppType = 'taserver [3552 - tcp|udp]'¶
[TCP] TeamAgenda Server Port
[UDP] TeamAgenda Server Port
- rbr_discovery: AppType = 'rbr-discovery [3553 - tcp|udp]'¶
[TCP] Red Box Recorder ADP
[UDP] Red Box Recorder ADP
- questnotify: AppType = 'questnotify [3554 - tcp|udp]'¶
[TCP] Quest Notification Server
[UDP] Quest Notification Server
- sky_transport: AppType = 'sky-transport [3556 - tcp|udp]'¶
[TCP] Sky Transport Protocol
[UDP] Sky Transport Protocol
- personalos_001: AppType = 'personalos-001 [3557 - tcp|udp]'¶
[TCP] PersonalOS Comm Port
[UDP] PersonalOS Comm Port
- esimport: AppType = 'esimport [3564 - tcp|udp]'¶
[TCP] Electromed SIM port
[UDP] Electromed SIM port
- dof_tunnel_sec: AppType = 'dof-tunnel-sec [3568 - tcp|udp]'¶
[TCP] DOF Secure Tunnel
[UDP] DOF Secure Tunnel
- mbg_ctrl: AppType = 'mbg-ctrl [3569 - tcp|udp]'¶
[TCP] Meinberg Control Service
[UDP] Meinberg Control Service
- mccwebsvr_port: AppType = 'mccwebsvr-port [3570 - tcp|udp]'¶
[TCP] MCC Web Server Port
[UDP] MCC Web Server Port
- megardsvr_port: AppType = 'megardsvr-port [3571 - tcp|udp]'¶
[TCP] MegaRAID Server Port
[UDP] MegaRAID Server Port
- megaregsvrport: AppType = 'megaregsvrport [3572 - tcp|udp]'¶
[TCP] Registration Server Port
[UDP] Registration Server Port
- tag_ups_1: AppType = 'tag-ups-1 [3573 - tcp|udp]'¶
[TCP] Advantage Group UPS Suite
[UDP] Advantage Group UPS Suite
- config_port: AppType = 'config-port [3577 - tcp|udp]'¶
[TCP] Configuration Port
[UDP] Configuration Port
- ttat3lb: AppType = 'ttat3lb [3579 - tcp|udp]'¶
[TCP] Tarantella Load Balancing
[UDP] Tarantella Load Balancing
- nati_svrloc: AppType = 'nati-svrloc [3580 - tcp|udp]'¶
[TCP] NATI-ServiceLocator
[UDP] NATI-ServiceLocator
- kfxaclicensing: AppType = 'kfxaclicensing [3581 - tcp|udp]'¶
[TCP] Ascent Capture Licensing
[UDP] Ascent Capture Licensing
- canex_watch: AppType = 'canex-watch [3583 - tcp|udp]'¶
[TCP] CANEX Watch System
[UDP] CANEX Watch System
- u_dbap: AppType = 'u-dbap [3584 - tcp|udp]'¶
[TCP] U-DBase Access Protocol
[UDP] U-DBase Access Protocol
- emprise_lls: AppType = 'emprise-lls [3585 - tcp|udp]'¶
[TCP] Emprise License Server
[UDP] Emprise License Server
- emprise_lsc: AppType = 'emprise-lsc [3586 - tcp|udp]'¶
[TCP] License Server Console
[UDP] License Server Console
- p2pgroup: AppType = 'p2pgroup [3587 - tcp|udp]'¶
[TCP] Peer to Peer Grouping
[UDP] Peer to Peer Grouping
- wv_csp_sms: AppType = 'wv-csp-sms [3590 - tcp|udp]'¶
[TCP] WV CSP SMS Binding
[UDP] WV CSP SMS Binding
- gtrack_server: AppType = 'gtrack-server [3591 - tcp|udp]'¶
[TCP] LOCANIS G-TRACK Server
[UDP] LOCANIS G-TRACK Server
- gtrack_ne: AppType = 'gtrack-ne [3592 - tcp|udp]'¶
[TCP] LOCANIS G-TRACK NE Port
[UDP] LOCANIS G-TRACK NE Port
[TCP] ShareApp
[UDP] ShareApp
- iw_mmogame: AppType = 'iw-mmogame [3596 - tcp|udp]'¶
[TCP] Illusion Wireless MMOG
[UDP] Illusion Wireless MMOG
- quasar_server: AppType = 'quasar-server [3599 - tcp|udp]'¶
[TCP] Quasar Accounting Server
[UDP] Quasar Accounting Server
- trap_daemon: AppType = 'trap-daemon [3600 - tcp|udp]'¶
[TCP] text relay-answer
[UDP] text relay-answer
- infiniswitchcl: AppType = 'infiniswitchcl [3602 - tcp|udp]'¶
[TCP] InfiniSwitch Mgr Client
[UDP] InfiniSwitch Mgr Client
- int_rcv_cntrl: AppType = 'int-rcv-cntrl [3603 - tcp|udp]'¶
[TCP] Integrated Rcvr Control
[UDP] Integrated Rcvr Control
- trendchip_dcp: AppType = 'trendchip-dcp [3608 - tcp|udp]'¶
[TCP] Trendchip control protocol
[UDP] Trendchip control protocol
- cpdi_pidas_cm: AppType = 'cpdi-pidas-cm [3609 - tcp|udp]'¶
[TCP] CPDI PIDAS Connection Mon
[UDP] CPDI PIDAS Connection Mon
- six_degrees: AppType = 'six-degrees [3611 - tcp|udp]'¶
[TCP] Six Degrees Port
[UDP] Six Degrees Port
- dataprotector: AppType = 'dataprotector [3612 - tcp|udp]'¶
[TCP] Micro Focus Data Protector
[UDP] Micro Focus Data Protector
- alaris_disc: AppType = 'alaris-disc [3613 - tcp|udp]'¶
[TCP] Alaris Device Discovery
[UDP] Alaris Device Discovery
- start_network: AppType = 'start-network [3615 - tcp|udp]'¶
[TCP] Start Messaging Network
[UDP] Start Messaging Network
- cd3o_protocol: AppType = 'cd3o-protocol [3616 - tcp|udp]'¶
[TCP] cd3o Control Protocol
[UDP] cd3o Control Protocol
- sharp_server: AppType = 'sharp-server [3617 - tcp|udp]'¶
[TCP] ATI SHARP Logic Engine
[UDP] ATI SHARP Logic Engine
- ep_pcp: AppType = 'ep-pcp [3620 - tcp|udp]'¶
[TCP] EPSON Projector Control Port
[UDP] EPSON Projector Control Port
- ep_nsp: AppType = 'ep-nsp [3621 - tcp|udp]'¶
[TCP] EPSON Network Screen Port
[UDP] EPSON Network Screen Port
- ff_lr_port: AppType = 'ff-lr-port [3622 - tcp|udp]'¶
[TCP] FF LAN Redundancy Port
[UDP] FF LAN Redundancy Port
- haipe_discover: AppType = 'haipe-discover [3623 - tcp|udp]'¶
[TCP] HAIPIS Dynamic Discovery
[UDP] HAIPIS Dynamic Discovery
- dist_upgrade: AppType = 'dist-upgrade [3624 - tcp|udp]'¶
[TCP] Distributed Upgrade Port
[UDP] Distributed Upgrade Port
- bvcdaemon_port: AppType = 'bvcdaemon-port [3626 - tcp|udp]'¶
[TCP] bvControl Daemon
[UDP] bvControl Daemon
- jamserverport: AppType = 'jamserverport [3627 - tcp|udp]'¶
[TCP] Jam Server Port
[UDP] Jam Server Port
- ept_machine: AppType = 'ept-machine [3628 - tcp|udp]'¶
[TCP] EPT Machine Interface
[UDP] EPT Machine Interface
- cs_remote_db: AppType = 'cs-remote-db [3630 - tcp|udp]'¶
[TCP] C&S Remote Database Port
[UDP] C&S Remote Database Port
- cs_services: AppType = 'cs-services [3631 - tcp|udp]'¶
[TCP] C&S Web Services Port
[UDP] C&S Web Services Port
- hlibmgr: AppType = 'hlibmgr [3634 - tcp|udp]'¶
[TCP] hNTSP Library Manager
[UDP] hNTSP Library Manager
- sdo: AppType = 'sdo [3635 - tcp|udp]'¶
[TCP] Simple Distributed Objects
[UDP] Simple Distributed Objects
- scservp: AppType = 'scservp [3637 - tcp|udp]'¶
[TCP] Customer Service Port
[UDP] Customer Service Port
- ehp_backup: AppType = 'ehp-backup [3638 - tcp|udp]'¶
[TCP] EHP Backup Protocol
[UDP] EHP Backup Protocol
- xap_ha: AppType = 'xap-ha [3639 - tcp|udp]'¶
[TCP] Extensible Automation
[UDP] Extensible Automation
- netplay_port1: AppType = 'netplay-port1 [3640 - tcp|udp]'¶
[TCP] Netplay Port 1
[UDP] Netplay Port 1
- netplay_port2: AppType = 'netplay-port2 [3641 - tcp|udp]'¶
[TCP] Netplay Port 2
[UDP] Netplay Port 2
- juxml_port: AppType = 'juxml-port [3642 - tcp|udp]'¶
[TCP] Juxml Replication port
[UDP] Juxml Replication port
- xss_srv_port: AppType = 'xss-srv-port [3646 - tcp|udp]'¶
[TCP] XSS Server Port
[UDP] XSS Server Port
- splitlock_gw: AppType = 'splitlock-gw [3647 - tcp|udp]'¶
[TCP] Splitlock Gateway
[UDP] Splitlock Gateway
- fjcp: AppType = 'fjcp [3648 - tcp|udp]'¶
[TCP] Fujitsu Cooperation Port
[UDP] Fujitsu Cooperation Port
- nmmp: AppType = 'nmmp [3649 - tcp|udp]'¶
[TCP] Nishioka Miyuki Msg Protocol
[UDP] Nishioka Miyuki Msg Protocol
- prismiq_plugin: AppType = 'prismiq-plugin [3650 - tcp|udp]'¶
[TCP] PRISMIQ VOD plug-in
[UDP] PRISMIQ VOD plug-in
- vxcrnbuport: AppType = 'vxcrnbuport [3652 - tcp|udp]'¶
[TCP] VxCR NBU Default Port
[UDP] VxCR NBU Default Port
- vaprtm: AppType = 'vaprtm [3654 - tcp|udp]'¶
[TCP] VAP RealTime Messenger
[UDP] VAP RealTime Messenger
- abatemgr: AppType = 'abatemgr [3655 - tcp|udp]'¶
[TCP] ActiveBatch Exec Agent
[UDP] ActiveBatch Exec Agent
- abatjss: AppType = 'abatjss [3656 - tcp|udp]'¶
[TCP] ActiveBatch Job Scheduler
[UDP] ActiveBatch Job Scheduler
- immedianet_bcn: AppType = 'immedianet-bcn [3657 - tcp|udp]'¶
[TCP] ImmediaNet Beacon
[UDP] ImmediaNet Beacon
- ps_ams: AppType = 'ps-ams [3658 - tcp|udp]'¶
[TCP] PlayStation AMS (Secure)
[UDP] PlayStation AMS (Secure)
- can_nds_ssl: AppType = 'can-nds-ssl [3660 - tcp|udp]'¶
[TCP] IBM Tivoli Directory Service using SSL
[UDP] IBM Tivoli Directory Service using SSL
- can_ferret_ssl: AppType = 'can-ferret-ssl [3661 - tcp|udp]'¶
[TCP] IBM Tivoli Directory Service using SSL
[UDP] IBM Tivoli Directory Service using SSL
- dtp: AppType = 'dtp [3663 - tcp|udp]'¶
[TCP] DIRECWAY Tunnel Protocol
[UDP] DIRECWAY Tunnel Protocol
- ent_engine: AppType = 'ent-engine [3665 - tcp|udp]'¶
[TCP] Enterprise Engine Port
[UDP] Enterprise Engine Port
- infoexch: AppType = 'infoexch [3667 - tcp|udp]'¶
[TCP] IBM Information Exchange
[UDP] IBM Information Exchange
- dell_rm_port: AppType = 'dell-rm-port [3668 - tcp|udp]'¶
[TCP] Dell Remote Management
[UDP] Dell Remote Management
- casanswmgmt: AppType = 'casanswmgmt [3669 - tcp|udp]'¶
[TCP] CA SAN Switch Management
[UDP] CA SAN Switch Management
- smile: AppType = 'smile [3670 - tcp|udp]'¶
[TCP] SMILE TCP/UDP Interface
[UDP] SMILE TCP/UDP Interface
- efcp: AppType = 'efcp [3671 - tcp|udp]'¶
[TCP] e Field Control (EIBnet)
[UDP] e Field Control (EIBnet)
- mediavault_gui: AppType = 'mediavault-gui [3673 - tcp|udp]'¶
[TCP] Openview Media Vault GUI
[UDP] Openview Media Vault GUI
- wininstall_ipc: AppType = 'wininstall-ipc [3674 - tcp|udp]'¶
[TCP] WinINSTALL IPC Port
[UDP] WinINSTALL IPC Port
- va_pacbase: AppType = 'va-pacbase [3676 - tcp|udp]'¶
[TCP] VisualAge Pacbase server
[UDP] VisualAge Pacbase server
- cas_mapi: AppType = 'cas-mapi [3682 - tcp|udp]'¶
[TCP] EMC SmartPackets-MAPI
[UDP] EMC SmartPackets-MAPI
- tnmpv2: AppType = 'tnmpv2 [3686 - tcp|udp]'¶
[TCP] Trivial Network Management
[UDP] Trivial Network Management
- simple_push_s: AppType = 'simple-push-s [3688 - tcp|udp]'¶
[TCP] simple-push Secure
[UDP] simple-push Secure
- daap: AppType = 'daap [3689 - tcp|udp]'¶
[TCP] Digital Audio Access Protocol (iTunes)
[UDP] Digital Audio Access Protocol (iTunes)
- magaya_network: AppType = 'magaya-network [3691 - tcp|udp]'¶
[TCP] Magaya Network Port
[UDP] Magaya Network Port
- intelsync: AppType = 'intelsync [3692 - tcp|udp]'¶
[TCP] Brimstone IntelSync
[UDP] Brimstone IntelSync
- bmc_data_coll: AppType = 'bmc-data-coll [3695 - tcp|udp]'¶
[TCP] BMC Data Collection
[UDP] BMC Data Collection
- telnetcpcd: AppType = 'telnetcpcd [3696 - tcp|udp]'¶
[TCP] Telnet Com Port Control
[UDP] Telnet Com Port Control
- nw_license: AppType = 'nw-license [3697 - tcp|udp]'¶
[TCP] NavisWorks License System
[UDP] NavisWorks License System
- kpn_icw: AppType = 'kpn-icw [3699 - tcp|udp]'¶
[TCP] Internet Call Waiting
[UDP] Internet Call Waiting
- ws_discovery: AppType = 'ws-discovery [3702 - tcp|udp]'¶
[TCP] Web Service Discovery
[UDP] Web Service Discovery
- adobeserver_3: AppType = 'adobeserver-3 [3703 - tcp|udp]'¶
[TCP] Adobe Server 3
[UDP] Adobe Server 3
- adobeserver_4: AppType = 'adobeserver-4 [3704 - tcp|udp]'¶
[TCP] Adobe Server 4
[UDP] Adobe Server 4
- adobeserver_5: AppType = 'adobeserver-5 [3705 - tcp|udp]'¶
[TCP] Adobe Server 5
[UDP] Adobe Server 5
- rt_event: AppType = 'rt-event [3706 - tcp|udp]'¶
[TCP] Real-Time Event Port
[UDP] Real-Time Event Port
- rt_event_s: AppType = 'rt-event-s [3707 - tcp|udp]'¶
[TCP] Real-Time Event Secure Port
[UDP] Real-Time Event Secure Port
- sun_as_iiops: AppType = 'sun-as-iiops [3708 - tcp|udp]'¶
[TCP] Sun App Svr - Naming
[UDP] Sun App Svr - Naming
- portgate_auth: AppType = 'portgate-auth [3710 - tcp|udp]'¶
[TCP] PortGate Authentication
[UDP] PortGate Authentication
- sentinel_ent: AppType = 'sentinel-ent [3712 - tcp|udp]'¶
[TCP] Sentinel Enterprise
[UDP] Sentinel Enterprise
- delos_dms: AppType = 'delos-dms [3714 - tcp|udp]'¶
[TCP] DELOS Direct Messaging
[UDP] DELOS Direct Messaging
- anoto_rendezv: AppType = 'anoto-rendezv [3715 - tcp|udp]'¶
[TCP] Anoto Rendezvous Port
[UDP] Anoto Rendezvous Port
- wv_csp_sms_cir: AppType = 'wv-csp-sms-cir [3716 - tcp|udp]'¶
[TCP] WV CSP SMS CIR Channel
[UDP] WV CSP SMS CIR Channel
- wv_csp_udp_cir: AppType = 'wv-csp-udp-cir [3717 - tcp|udp]'¶
[TCP] WV CSP UDP/IP CIR Channel
[UDP] WV CSP UDP/IP CIR Channel
- opus_services: AppType = 'opus-services [3718 - tcp|udp]'¶
[TCP] OPUS Server Port
[UDP] OPUS Server Port
- itelserverport: AppType = 'itelserverport [3719 - tcp|udp]'¶
[TCP] iTel Server Port
[UDP] iTel Server Port
- ufastro_instr: AppType = 'ufastro-instr [3720 - tcp|udp]'¶
[TCP] UF Astro. Instr. Services
[UDP] UF Astro. Instr. Services
- sychrond: AppType = 'sychrond [3723 - tcp|udp]'¶
[TCP] Sychron Service Daemon
[UDP] Sychron Service Daemon
- array_manager: AppType = 'array-manager [3726 - tcp|udp]'¶
[TCP] Xyratex Array Manager
[UDP] Xyratex Array Manager
- e_mdu: AppType = 'e-mdu [3727 - tcp|udp]'¶
[TCP] Ericsson Mobile Data Unit
[UDP] Ericsson Mobile Data Unit
- fksp_audit: AppType = 'fksp-audit [3729 - tcp|udp]'¶
[TCP] Fireking Audit Port
[UDP] Fireking Audit Port
- multip_msg: AppType = 'multip-msg [3733 - tcp|udp]'¶
[TCP] Multipuesto Msg Port
[UDP] Multipuesto Msg Port
- synel_data: AppType = 'synel-data [3734 - tcp|udp]'¶
[TCP] Synel Data Collection Port
[UDP] Synel Data Collection Port
- versatalk: AppType = 'versatalk [3738 - tcp|udp]'¶
[TCP] versaTalk Server Port
[UDP] versaTalk Server Port
- launchbird_lm: AppType = 'launchbird-lm [3739 - tcp|udp]'¶
[TCP] Launchbird LicenseManager
[UDP] Launchbird LicenseManager
- heartbeat: AppType = 'heartbeat [3740 - tcp|udp]'¶
[TCP] Heartbeat Protocol
[UDP] Heartbeat Protocol
- cst_port: AppType = 'cst-port [3742 - tcp|udp]'¶
[TCP] CST - Configuration & Service Tracker
[UDP] CST - Configuration & Service Tracker
- ipcs_command: AppType = 'ipcs-command [3743 - tcp|udp]'¶
[TCP] IP Control Systems Ltd.
[UDP] IP Control Systems Ltd.
- gw_call_port: AppType = 'gw-call-port [3745 - tcp|udp]'¶
[TCP] GWRTC Call Port
[UDP] GWRTC Call Port
- linktest_s: AppType = 'linktest-s [3747 - tcp|udp]'¶
[TCP] LXPRO.COM LinkTest SSL
[UDP] LXPRO.COM LinkTest SSL
- cbos_ip_port: AppType = 'cbos-ip-port [3750 - tcp|udp]'¶
[TCP] CBOS/IP ncapsalation port
[UDP] CBOS/IP ncapsalation port
- gprs_cube: AppType = 'gprs-cube [3751 - tcp|udp]'¶
[TCP] CommLinx GPRS Cube
[UDP] CommLinx GPRS Cube
- vipremoteagent: AppType = 'vipremoteagent [3752 - tcp|udp]'¶
[TCP] Vigil-IP RemoteAgent
[UDP] Vigil-IP RemoteAgent
- nattyserver: AppType = 'nattyserver [3753 - tcp|udp]'¶
[TCP] NattyServer Port
[UDP] NattyServer Port
- timestenbroker: AppType = 'timestenbroker [3754 - tcp|udp]'¶
[TCP] TimesTen Broker Port
[UDP] TimesTen Broker Port
- sas_remote_hlp: AppType = 'sas-remote-hlp [3755 - tcp|udp]'¶
[TCP] SAS Remote Help Server
[UDP] SAS Remote Help Server
- apw_registry: AppType = 'apw-registry [3758 - tcp|udp]'¶
[TCP] apw RMI registry
[UDP] apw RMI registry
- exapt_lmgr: AppType = 'exapt-lmgr [3759 - tcp|udp]'¶
[TCP] Exapt License Manager
[UDP] Exapt License Manager
- adtempusclient: AppType = 'adtempusclient [3760 - tcp|udp]'¶
[TCP] adTempus Client
[UDP] adTEmpus Client
- gbs_smp: AppType = 'gbs-smp [3762 - tcp|udp]'¶
[TCP] GBS SnapMail Protocol
[UDP] GBS SnapMail Protocol
- xo_wave: AppType = 'xo-wave [3763 - tcp|udp]'¶
[TCP] XO Wave Control Port
[UDP] XO Wave Control Port
- mni_prot_rout: AppType = 'mni-prot-rout [3764 - tcp|udp]'¶
[TCP] MNI Protected Routing
[UDP] MNI Protected Routing
- rtraceroute: AppType = 'rtraceroute [3765 - tcp|udp]'¶
[TCP] Remote Traceroute
[UDP] Remote Traceroute
- rblcheckd: AppType = 'rblcheckd [3768 - tcp|udp]'¶
[TCP] rblcheckd server daemon
[UDP] rblcheckd server daemon
- haipe_otnk: AppType = 'haipe-otnk [3769 - tcp|udp]'¶
[TCP] HAIPE Network Keying
[UDP] HAIPE Network Keying
- cindycollab: AppType = 'cindycollab [3770 - tcp|udp]'¶
[TCP] Cinderella Collaboration
[UDP] Cinderella Collaboration
- dvcprov_port: AppType = 'dvcprov-port [3776 - tcp|udp]'¶
[TCP] Device Provisioning Port
[UDP] Device Provisioning Port
- c_h_it_port: AppType = 'c-h-it-port [3778 - tcp|udp]'¶
[TCP] Cutler-Hammer IT Port
[UDP] Cutler-Hammer IT Port
- nnp: AppType = 'nnp [3780 - tcp|udp]'¶
[TCP] Nuzzler Network Protocol
[UDP] Nuzzler Network Protocol
- abcvoice_port: AppType = 'abcvoice-port [3781 - tcp|udp]'¶
[TCP] ABCvoice server port
[UDP] ABCvoice server port
- iso_tp0s: AppType = 'iso-tp0s [3782 - tcp|udp]'¶
[TCP] Secure ISO TP0 port
[UDP] Secure ISO TP0 port
- bim_pem: AppType = 'bim-pem [3783 - tcp|udp]'¶
[TCP] Impact Mgr./PEM Gateway
[UDP] Impact Mgr./PEM Gateway
- upstriggervsw: AppType = 'upstriggervsw [3786 - tcp|udp]'¶
[TCP] VSW Upstrigger port
[UDP] VSW Upstrigger port
- isrp_port: AppType = 'isrp-port [3788 - tcp|udp]'¶
[TCP] SPACEWAY Routing port
[UDP] SPACEWAY Routing port
- remotedeploy: AppType = 'remotedeploy [3789 - tcp|udp]'¶
[TCP] RemoteDeploy Administration Port [July 2003]
[UDP] RemoteDeploy Administration Port [July 2003]
- quickbooksrds: AppType = 'quickbooksrds [3790 - tcp|udp]'¶
[TCP] QuickBooks RDS
[UDP] QuickBooks RDS
- tvnetworkvideo: AppType = 'tvnetworkvideo [3791 - tcp|udp]'¶
[TCP] TV NetworkVideo Data port
[UDP] TV NetworkVideo Data port
- sitewatch: AppType = 'sitewatch [3792 - tcp|udp]'¶
[TCP] e-Watch Corporation SiteWatch
[UDP] e-Watch Corporation SiteWatch
- dcsoftware: AppType = 'dcsoftware [3793 - tcp|udp]'¶
[TCP] DataCore Software
[UDP] DataCore Software
- myblast: AppType = 'myblast [3795 - tcp|udp]'¶
[TCP] myBLAST Mekentosj port
[UDP] myBLAST Mekentosj port
- pwgpsi: AppType = 'pwgpsi [3800 - tcp|udp]'¶
[TCP] Print Services Interface
[UDP] Print Services Interface
- iqnet_port: AppType = 'iqnet-port [3804 - tcp|udp]'¶
[TCP] Harman IQNet Port
[UDP] Harman IQNet Port
- tcpdataserver: AppType = 'tcpdataserver [3805 - tcp|udp]'¶
[TCP] ThorGuard Server Port
[UDP] ThorGuard Server Port
- spugna: AppType = 'spugna [3807 - tcp|udp]'¶
[TCP] SpuGNA Communication Port
[UDP] SpuGNA Communication Port
- sun_as_iiops_ca: AppType = 'sun-as-iiops-ca [3808 - tcp|udp]'¶
[TCP] Sun App Svr-IIOPClntAuth
[UDP] Sun App Svr-IIOPClntAuth
- apocd: AppType = 'apocd [3809 - tcp|udp]'¶
[TCP] Java Desktop System Configuration Agent
[UDP] Java Desktop System Configuration Agent
- neto_wol_server: AppType = 'neto-wol-server [3812 - tcp|udp]'¶
[TCP] netO WOL Server
[UDP] netO WOL Server
- rap_ip: AppType = 'rap-ip [3813 - tcp|udp]'¶
[TCP] Rhapsody Interface Protocol
[UDP] Rhapsody Interface Protocol
- lansurveyorxml: AppType = 'lansurveyorxml [3815 - tcp|udp]'¶
[TCP] LANsurveyor XML
[UDP] LANsurveyor XML
- sunlps_http: AppType = 'sunlps-http [3816 - tcp|udp]'¶
[TCP] Sun Local Patch Server
[UDP] Sun Local Patch Server
- tapeware: AppType = 'tapeware [3817 - tcp|udp]'¶
[TCP] Yosemite Tech Tapeware
[UDP] Yosemite Tech Tapeware
- epl_slp: AppType = 'epl-slp [3819 - tcp|udp]'¶
[TCP] EPL Sequ Layer Protocol
[UDP] EPL Sequ Layer Protocol
- acp_discovery: AppType = 'acp-discovery [3822 - tcp|udp]'¶
[TCP] Compute Pool Discovery
[UDP] Compute Pool Discovery
- acp_conduit: AppType = 'acp-conduit [3823 - tcp|udp]'¶
[TCP] Compute Pool Conduit
[UDP] Compute Pool Conduit
- acp_policy: AppType = 'acp-policy [3824 - tcp|udp]'¶
[TCP] Compute Pool Policy
[UDP] Compute Pool Policy
- ffserver: AppType = 'ffserver [3825 - tcp|udp]'¶
[TCP] Antera FlowFusion Process Simulation
[UDP] Antera FlowFusion Process Simulation
- netmpi: AppType = 'netmpi [3827 - tcp|udp]'¶
[TCP] Netadmin Systems MPI service
[UDP] Netadmin Systems MPI service
- neteh: AppType = 'neteh [3828 - tcp|udp]'¶
[TCP] Netadmin Systems Event Handler
[UDP] Netadmin Systems Event Handler
- neteh_ext: AppType = 'neteh-ext [3829 - tcp|udp]'¶
[TCP] Netadmin Systems Event Handler External
[UDP] Netadmin Systems Event Handler External
- cernsysmgmtagt: AppType = 'cernsysmgmtagt [3830 - tcp|udp]'¶
[TCP] Cerner System Management Agent
[UDP] Cerner System Management Agent
- dvapps: AppType = 'dvapps [3831 - tcp|udp]'¶
[TCP] Docsvault Application Service
[UDP] Docsvault Application Service
- aipn_auth: AppType = 'aipn-auth [3833 - tcp|udp]'¶
[TCP] AIPN LS Authentication
[UDP] AIPN LS Authentication
- spectardata: AppType = 'spectardata [3834 - tcp|udp]'¶
[TCP] Spectar Data Stream Service
[UDP] Spectar Data Stream Service
- spectardb: AppType = 'spectardb [3835 - tcp|udp]'¶
[TCP] Spectar Database Rights Service
[UDP] Spectar Database Rights Service
- markem_dcp: AppType = 'markem-dcp [3836 - tcp|udp]'¶
[TCP] MARKEM NEXTGEN DCP
[UDP] MARKEM NEXTGEN DCP
- mkm_discovery: AppType = 'mkm-discovery [3837 - tcp|udp]'¶
[TCP] MARKEM Auto-Discovery
[UDP] MARKEM Auto-Discovery
- amx_rms: AppType = 'amx-rms [3839 - tcp|udp]'¶
[TCP] AMX Resource Management Suite
[UDP] AMX Resource Management Suite
- flirtmitmir: AppType = 'flirtmitmir [3840 - tcp|udp]'¶
[TCP] www.FlirtMitMir.de
[UDP] www.FlirtMitMir.de
- quest_agent: AppType = 'quest-agent [3843 - tcp|udp]'¶
[TCP] Quest Common Agent
[UDP] Quest Common Agent
- v_one_spp: AppType = 'v-one-spp [3845 - tcp|udp]'¶
[TCP] V-ONE Single Port Proxy
[UDP] V-ONE Single Port Proxy
- msfw_control: AppType = 'msfw-control [3847 - tcp|udp]'¶
[TCP] MS Firewall Control
[UDP] MS Firewall Control
- item: AppType = 'item [3848 - tcp|udp]'¶
[TCP] IT Environmental Monitor
[UDP] IT Environmental Monitor
- spw_dnspreload: AppType = 'spw-dnspreload [3849 - tcp|udp]'¶
[TCP] SPACEWAY DNS Preload
[UDP] SPACEWAY DNS Preload
- qtms_bootstrap: AppType = 'qtms-bootstrap [3850 - tcp|udp]'¶
[TCP] QTMS Bootstrap Protocol
[UDP] QTMS Bootstrap Protocol
- spectraport: AppType = 'spectraport [3851 - tcp|udp]'¶
[TCP] SpectraTalk Port
[UDP] SpectraTalk Port
- sse_app_config: AppType = 'sse-app-config [3852 - tcp|udp]'¶
[TCP] SSE App Configuration
[UDP] SSE App Configuration
- sscan: AppType = 'sscan [3853 - tcp|udp]'¶
[TCP] SONY scanning protocol
[UDP] SONY scanning protocol
- stryker_com: AppType = 'stryker-com [3854 - tcp|udp]'¶
[TCP] Stryker Comm Port
[UDP] Stryker Comm Port
[TCP] Navini Port
[UDP] Navini Port
- sasp: AppType = 'sasp [3860 - tcp|udp]'¶
[TCP] Server/Application State Protocol (SASP)
[UDP] Server/Application State Protocol (SASP)
- winshadow_hd: AppType = 'winshadow-hd [3861 - tcp|udp]'¶
[TCP] winShadow Host Discovery
[UDP] winShadow Host Discovery
- dzdaemon: AppType = 'dzdaemon [3866 - tcp|udp]'¶
[TCP] Sun SDViz DZDAEMON Port
[UDP] Sun SDViz DZDAEMON Port
- dzoglserver: AppType = 'dzoglserver [3867 - tcp|udp]'¶
[TCP] Sun SDViz DZOGLSERVER Port
[UDP] Sun SDViz DZOGLSERVER Port
- ovsam_mgmt: AppType = 'ovsam-mgmt [3869 - tcp|udp]'¶
[TCP] hp OVSAM MgmtServer Disco
[UDP] hp OVSAM MgmtServer Disco
- ovsam_d_agent: AppType = 'ovsam-d-agent [3870 - tcp|udp]'¶
[TCP] hp OVSAM HostAgent Disco
[UDP] hp OVSAM HostAgent Disco
- avocent_adsap: AppType = 'avocent-adsap [3871 - tcp|udp]'¶
[TCP] Avocent DS Authorization
[UDP] Avocent DS Authorization
- sixxsconfig: AppType = 'sixxsconfig [3874 - tcp|udp]'¶
[TCP] SixXS Configuration
[UDP] SixXS Configuration
- dl_agent: AppType = 'dl-agent [3876 - tcp|udp]'¶
[TCP] DirectoryLockdown Agent IANA assigned this well-formed service name as a replacement for “dl_agent”.
[TCP] DirectoryLockdown Agent
[UDP] DirectoryLockdown Agent IANA assigned this well-formed service name as a replacement for “dl_agent”.
[UDP] DirectoryLockdown Agent
- xmpcr_interface: AppType = 'xmpcr-interface [3877 - tcp|udp]'¶
[TCP] XMPCR Interface Port
[UDP] XMPCR Interface Port
- fotogcad: AppType = 'fotogcad [3878 - tcp|udp]'¶
[TCP] FotoG CAD interface
[UDP] FotoG CAD interface
- appss_lm: AppType = 'appss-lm [3879 - tcp|udp]'¶
[TCP] appss license manager
[UDP] appss license manager
- idac: AppType = 'idac [3881 - tcp|udp]'¶
[TCP] Data Acquisition and Control
[UDP] Data Acquisition and Control
- softrack_meter: AppType = 'softrack-meter [3884 - tcp|udp]'¶
[TCP] SofTrack Metering
[UDP] SofTrack Metering
- nei_management: AppType = 'nei-management [3886 - tcp|udp]'¶
[TCP] NEI management port
[UDP] NEI management port
- ciphire_data: AppType = 'ciphire-data [3887 - tcp|udp]'¶
[TCP] Ciphire Data Transport
[UDP] Ciphire Data Transport
- ciphire_serv: AppType = 'ciphire-serv [3888 - tcp|udp]'¶
[TCP] Ciphire Services
[UDP] Ciphire Services
- dandv_tester: AppType = 'dandv-tester [3889 - tcp|udp]'¶
[TCP] D and V Tester Control Port
[UDP] D and V Tester Control Port
- ndsconnect: AppType = 'ndsconnect [3890 - tcp|udp]'¶
[TCP] Niche Data Server Connect
[UDP] Niche Data Server Connect
- rtc_pm_port: AppType = 'rtc-pm-port [3891 - tcp|udp]'¶
[TCP] Oracle RTC-PM port
[UDP] Oracle RTC-PM port
- pcc_image_port: AppType = 'pcc-image-port [3892 - tcp|udp]'¶
[TCP] PCC-image-port
[UDP] PCC-image-port
- cgi_starapi: AppType = 'cgi-starapi [3893 - tcp|udp]'¶
[TCP] CGI StarAPI Server
[UDP] CGI StarAPI Server
- syam_smc: AppType = 'syam-smc [3895 - tcp|udp]'¶
[TCP] SyAm SMC Service Port
[UDP] SyAm SMC Service Port
- sdo_tls: AppType = 'sdo-tls [3896 - tcp|udp]'¶
[TCP] Simple Distributed Objects over TLS
[UDP] Simple Distributed Objects over TLS
- sdo_ssh: AppType = 'sdo-ssh [3897 - tcp|udp]'¶
[TCP] Simple Distributed Objects over SSH
[UDP] Simple Distributed Objects over SSH
- senip: AppType = 'senip [3898 - tcp|udp]'¶
[TCP] IAS, Inc. SmartEye NET Internet Protocol
[UDP] IAS, Inc. SmartEye NET Internet Protocol
- udt_os_1382: AppType = 'udt-os [1382 - tcp|udp]'¶
[TCP] udt_os IANA assigned this well-formed service name as a replacement for “udt_os”.
[TCP] udt_os
[UDP] udt_os IANA assigned this well-formed service name as a replacement for “udt_os”.
[UDP] udt_os
- udt_os_3900: AppType = 'udt-os [3900 - tcp|udp]'¶
[TCP] Unidata UDT OS IANA assigned this well-formed service name as a replacement for “udt_os”.
[TCP] Unidata UDT OS
[UDP] Unidata UDT OS IANA assigned this well-formed service name as a replacement for “udt_os”.
[UDP] Unidata UDT OS
- omnilink_port: AppType = 'omnilink-port [3904 - tcp|udp]'¶
[TCP] Arnet Omnilink Port
[UDP] Arnet Omnilink Port
- topovista_data: AppType = 'topovista-data [3906 - tcp|udp]'¶
[TCP] TopoVista elevation data
[UDP] TopoVista elevation data
- hppronetman: AppType = 'hppronetman [3908 - tcp|udp]'¶
[TCP] HP Procurve NetManagement
[UDP] HP Procurve NetManagement
- surfcontrolcpa: AppType = 'surfcontrolcpa [3909 - tcp|udp]'¶
[TCP] SurfControl CPA
[UDP] SurfControl CPA
- prnrequest: AppType = 'prnrequest [3910 - tcp|udp]'¶
[TCP] Printer Request Port
[UDP] Printer Request Port
- prnstatus: AppType = 'prnstatus [3911 - tcp|udp]'¶
[TCP] Printer Status Port
[UDP] Printer Status Port
- gbmt_stars: AppType = 'gbmt-stars [3912 - tcp|udp]'¶
[TCP] Global Maintech Stars
[UDP] Global Maintech Stars
- listcrt_port: AppType = 'listcrt-port [3913 - tcp|udp]'¶
[TCP] ListCREATOR Port
[UDP] ListCREATOR Port
- listcrt_port_2: AppType = 'listcrt-port-2 [3914 - tcp|udp]'¶
[TCP] ListCREATOR Port 2
[UDP] ListCREATOR Port 2
- agcat: AppType = 'agcat [3915 - tcp|udp]'¶
[TCP] Auto-Graphics Cataloging
[UDP] Auto-Graphics Cataloging
- pktcablemmcops: AppType = 'pktcablemmcops [3918 - tcp|udp]'¶
[TCP] PacketCableMultimediaCOPS
[UDP] PacketCableMultimediaCOPS
- exasoftport1: AppType = 'exasoftport1 [3920 - tcp|udp]'¶
[TCP] Exasoft IP Port
[UDP] Exasoft IP Port
- sor_update: AppType = 'sor-update [3922 - tcp|udp]'¶
[TCP] Soronti Update Port
[UDP] Soronti Update Port
- symb_sb_port: AppType = 'symb-sb-port [3923 - tcp|udp]'¶
[TCP] Symbian Service Broker
[UDP] Symbian Service Broker
- netboot_pxe: AppType = 'netboot-pxe [3928 - tcp|udp]'¶
[TCP] PXE NetBoot Manager
[UDP] PXE NetBoot Manager
- syam_webserver: AppType = 'syam-webserver [3930 - tcp|udp]'¶
[TCP] Syam Web Server Port
[UDP] Syam Web Server Port
- msr_plugin_port: AppType = 'msr-plugin-port [3931 - tcp|udp]'¶
[TCP] MSR Plugin Port
[UDP] MSR Plugin Port
- dyn_site: AppType = 'dyn-site [3932 - tcp|udp]'¶
[TCP] Dynamic Site System
[UDP] Dynamic Site System
- plbserve_port: AppType = 'plbserve-port [3933 - tcp|udp]'¶
[TCP] PL/B App Server User Port
[UDP] PL/B App Server User Port
- sunfm_port: AppType = 'sunfm-port [3934 - tcp|udp]'¶
[TCP] PL/B File Manager Port
[UDP] PL/B File Manager Port
- sdp_portmapper: AppType = 'sdp-portmapper [3935 - tcp|udp]'¶
[TCP] SDP Port Mapper Protocol
[UDP] SDP Port Mapper Protocol
- dvbservdsc: AppType = 'dvbservdsc [3937 - tcp|udp]'¶
[TCP] DVB Service Discovery
[UDP] DVB Service Discovery
- dbcontrol_agent: AppType = 'dbcontrol-agent [3938 - tcp|udp]'¶
[TCP] Oracle dbControl Agent po IANA assigned this well-formed service name as a replacement for “dbcontrol_agent”.
[TCP] Oracle dbControl Agent po
[UDP] Oracle dbControl Agent po IANA assigned this well-formed service name as a replacement for “dbcontrol_agent”.
[UDP] Oracle dbControl Agent po
- aamp: AppType = 'aamp [3939 - tcp|udp]'¶
[TCP] Anti-virus Application Management Port
[UDP] Anti-virus Application Management Port
- homeportal_web: AppType = 'homeportal-web [3941 - tcp|udp]'¶
[TCP] Home Portal Web Server
[UDP] Home Portal Web Server
- backupedge: AppType = 'backupedge [3946 - tcp|udp]'¶
[TCP] BackupEDGE Server
[UDP] BackupEDGE Server
- ccp: AppType = 'ccp [3947 - tcp|udp]'¶
[TCP] Connect and Control Protocol for Consumer, Commercial, and Industrial Electronic Devices
[UDP] Connect and Control Protocol for Consumer, Commercial, and Industrial Electronic Devices
- apdap: AppType = 'apdap [3948 - tcp|udp]'¶
[TCP] Anton Paar Device Administration Protocol
[UDP] Anton Paar Device Administration Protocol
- drip: AppType = 'drip [3949 - tcp|udp]'¶
[TCP] Dynamic Routing Information Protocol
[UDP] Dynamic Routing Information Protocol
- i3_sessionmgr: AppType = 'i3-sessionmgr [3952 - tcp|udp]'¶
[TCP] I3 Session Manager
[UDP] I3 Session Manager
- xmlink_connect: AppType = 'xmlink-connect [3953 - tcp|udp]'¶
[TCP] Eydeas XMLink Connect
[UDP] Eydeas XMLink Connect
- mqe_broker: AppType = 'mqe-broker [3957 - tcp|udp]'¶
[TCP] MQEnterprise Broker
[UDP] MQEnterprise Broker
- mqe_agent: AppType = 'mqe-agent [3958 - tcp|udp]'¶
[TCP] MQEnterprise Agent
[UDP] MQEnterprise Agent
- treehopper: AppType = 'treehopper [3959 - tcp|udp]'¶
[TCP] Tree Hopper Networking
[UDP] Tree Hopper Networking
- sbi_agent: AppType = 'sbi-agent [3962 - tcp|udp]'¶
[TCP] SBI Agent Protocol
[UDP] SBI Agent Protocol
- thrp: AppType = 'thrp [3963 - tcp|udp]'¶
[TCP] Teran Hybrid Routing Protocol
[UDP] Teran Hybrid Routing Protocol
- ati_ip_to_ncpe: AppType = 'ati-ip-to-ncpe [3965 - tcp|udp]'¶
[TCP] Avanti IP to NCPE API
[UDP] Avanti IP to NCPE API
- bflckmgr: AppType = 'bflckmgr [3966 - tcp|udp]'¶
[TCP] BuildForge Lock Manager
[UDP] BuildForge Lock Manager
- ianywhere_dbns: AppType = 'ianywhere-dbns [3968 - tcp|udp]'¶
[TCP] iAnywhere DBNS
[UDP] iAnywhere DBNS
- progistics: AppType = 'progistics [3973 - tcp|udp]'¶
[TCP] ConnectShip Progistics
[UDP] ConnectShip Progistics
- xk22: AppType = 'xk22 [3974 - tcp|udp]'¶
[TCP] Remote Applicant Tracking Service
[UDP] Remote Applicant Tracking Service
- opswagent: AppType = 'opswagent [3976 - tcp|udp]'¶
[TCP] Server Automation Agent
[UDP] Server Automation Agent
- secure_cfg_svr: AppType = 'secure-cfg-svr [3978 - tcp|udp]'¶
[TCP] Secured Configuration Server
[UDP] Secured Configuration Server
- smwan: AppType = 'smwan [3979 - tcp|udp]'¶
[TCP] Smith Micro Wide Area Network Service
[UDP] Smith Micro Wide Area Network Service
- starfish: AppType = 'starfish [3981 - tcp|udp]'¶
[TCP] Starfish System Admin
[UDP] Starfish System Admin
- mapper_nodemgr: AppType = 'mapper-nodemgr [3984 - tcp|udp]'¶
[TCP] MAPPER network node manager
[UDP] MAPPER network node manager
- mapper_mapethd: AppType = 'mapper-mapethd [3985 - tcp|udp]'¶
[TCP] MAPPER TCP/IP server
[UDP] MAPPER TCP/IP server
- mapper_ws_ethd: AppType = 'mapper-ws-ethd [3986 - tcp|udp]'¶
[TCP] MAPPER workstation server IANA assigned this well-formed service name as a replacement for “mapper-ws_ethd”.
[TCP] MAPPER workstation server
[UDP] MAPPER workstation server IANA assigned this well-formed service name as a replacement for “mapper-ws_ethd”.
[UDP] MAPPER workstation server
- dcs_config: AppType = 'dcs-config [3988 - tcp|udp]'¶
[TCP] DCS Configuration Port
[UDP] DCS Configuration Port
- bv_queryengine: AppType = 'bv-queryengine [3989 - tcp|udp]'¶
[TCP] BindView-Query Engine
[UDP] BindView-Query Engine
- bv_smcsrv: AppType = 'bv-smcsrv [3991 - tcp|udp]'¶
[TCP] BindView-SMCServer
[UDP] BindView-SMCServer
- bv_ds: AppType = 'bv-ds [3992 - tcp|udp]'¶
[TCP] BindView-DirectoryServer
[UDP] BindView-DirectoryServer
- iss_mgmt_ssl: AppType = 'iss-mgmt-ssl [3995 - tcp|udp]'¶
[TCP] ISS Management Svcs SSL
[UDP] ISS Management Svcs SSL
- dnx: AppType = 'dnx [3998 - tcp|udp]'¶
[TCP] Distributed Nagios Executor Service
[UDP] Distributed Nagios Executor Service
- nvcnet: AppType = 'nvcnet [3999 - tcp|udp]'¶
[TCP] Norman distributes scanning service
[UDP] Norman distributes scanning service
- netcheque: AppType = 'netcheque [4008 - tcp|udp]'¶
[TCP] NetCheque accounting
[UDP] NetCheque accounting
- samsung_unidex: AppType = 'samsung-unidex [4010 - tcp|udp]'¶
[TCP] Samsung Unidex
[UDP] Samsung Unidex
- altserviceboot: AppType = 'altserviceboot [4011 - tcp|udp]'¶
[TCP] Alternate Service Boot
[UDP] Alternate Service Boot
- talarian_mcast1: AppType = 'talarian-mcast1 [4015 - tcp|udp]'¶
[TCP] Talarian Mcast
[UDP] Talarian Mcast
- talarian_mcast2: AppType = 'talarian-mcast2 [4016 - tcp|udp]'¶
[TCP] Talarian Mcast
[UDP] Talarian Mcast
- talarian_mcast3: AppType = 'talarian-mcast3 [4017 - tcp|udp]'¶
[TCP] Talarian Mcast
[UDP] Talarian Mcast
- talarian_mcast4: AppType = 'talarian-mcast4 [4018 - tcp|udp]'¶
[TCP] Talarian Mcast
[UDP] Talarian Mcast
- talarian_mcast5: AppType = 'talarian-mcast5 [4019 - tcp|udp]'¶
[TCP] Talarian Mcast
[UDP] Talarian Mcast
- esnm_zoning: AppType = 'esnm-zoning [4023 - tcp|udp]'¶
[TCP] ESNM Zoning Port
[UDP] ESNM Zoning Port
- partimage: AppType = 'partimage [4025 - tcp|udp]'¶
[TCP] Partition Image Port
[UDP] Partition Image Port
- as_debug: AppType = 'as-debug [4026 - tcp|udp]'¶
[TCP] Graphical Debug Server
[UDP] Graphical Debug Server
- ip_qsig: AppType = 'ip-qsig [4029 - tcp|udp]'¶
[TCP] IP Q signaling protocol
[UDP] IP Q signaling protocol
- jdmn_port: AppType = 'jdmn-port [4030 - tcp|udp]'¶
[TCP] Accell/JSP Daemon Port
[UDP] Accell/JSP Daemon Port
- vrts_auth_port: AppType = 'vrts-auth-port [4032 - tcp|udp]'¶
[TCP] VERITAS Authorization Service
[UDP] VERITAS Authorization Service
[TCP] SANavigator Peer Port
[UDP] SANavigator Peer Port
- wap_push_http: AppType = 'wap-push-http [4035 - tcp|udp]'¶
[TCP] WAP Push OTA-HTTP port
[UDP] WAP Push OTA-HTTP port
- wap_push_https: AppType = 'wap-push-https [4036 - tcp|udp]'¶
[TCP] WAP Push OTA-HTTP secure
[UDP] WAP Push OTA-HTTP secure
- ravehd: AppType = 'ravehd [4037 - tcp|udp]'¶
[TCP] RaveHD network control
[UDP] RaveHD network control
- fazzt_ptp: AppType = 'fazzt-ptp [4038 - tcp|udp]'¶
[TCP] Fazzt Point-To-Point
[UDP] Fazzt Point-To-Point
- fazzt_admin: AppType = 'fazzt-admin [4039 - tcp|udp]'¶
[TCP] Fazzt Administration
[UDP] Fazzt Administration
- nirp: AppType = 'nirp [4043 - tcp|udp]'¶
[TCP] Neighbour Identity Resolution
[UDP] Neighbour Identity Resolution
- ltp: AppType = 'ltp [4044 - tcp|udp]'¶
[TCP] Location Tracking Protocol
[UDP] Location Tracking Protocol
- npp_92: AppType = 'npp [92 - tcp|udp]'¶
[TCP] Network Printing Protocol
[UDP] Network Printing Protocol
- npp_4045: AppType = 'npp [4045 - tcp|udp]'¶
[TCP] Network Paging Protocol
[UDP] Network Paging Protocol
- acp_proto: AppType = 'acp-proto [4046 - tcp|udp]'¶
[TCP] Accounting Protocol
[UDP] Accounting Protocol
- ctp_state: AppType = 'ctp-state [4047 - tcp|udp]'¶
[TCP] Context Transfer Protocol
[UDP] Context Transfer Protocol
- wafs: AppType = 'wafs [4049 - tcp|udp]'¶
[TCP] Wide Area File Services
[UDP] Wide Area File Services
- cisco_wafs: AppType = 'cisco-wafs [4050 - tcp|udp]'¶
[TCP] Wide Area File Services
[UDP] Wide Area File Services
- cppdp: AppType = 'cppdp [4051 - tcp|udp]'¶
[TCP] Cisco Peer to Peer Distribution Protocol
[UDP] Cisco Peer to Peer Distribution Protocol
- interact: AppType = 'interact [4052 - tcp|udp]'¶
[TCP] VoiceConnect Interact
[UDP] VoiceConnect Interact
- ccu_comm_1: AppType = 'ccu-comm-1 [4053 - tcp|udp]'¶
[TCP] CosmoCall Universe Communications Port 1
[UDP] CosmoCall Universe Communications Port 1
- ccu_comm_2: AppType = 'ccu-comm-2 [4054 - tcp|udp]'¶
[TCP] CosmoCall Universe Communications Port 2
[UDP] CosmoCall Universe Communications Port 2
- ccu_comm_3: AppType = 'ccu-comm-3 [4055 - tcp|udp]'¶
[TCP] CosmoCall Universe Communications Port 3
[UDP] CosmoCall Universe Communications Port 3
- lms: AppType = 'lms [4056 - tcp|udp]'¶
[TCP] Location Message Service
[UDP] Location Message Service
- kingfisher: AppType = 'kingfisher [4058 - tcp|udp]'¶
[TCP] Kingfisher protocol
[UDP] Kingfisher protocol
- dsmeter_iatc: AppType = 'dsmeter-iatc [4060 - tcp|udp]'¶
[TCP] DSMETER Inter-Agent Transfer Channel IANA assigned this well-formed service name as a replacement for “dsmeter_iatc”.
[TCP] DSMETER Inter-Agent Transfer Channel
[UDP] DSMETER Inter-Agent Transfer Channel IANA assigned this well-formed service name as a replacement for “dsmeter_iatc”.
[UDP] DSMETER Inter-Agent Transfer Channel
- ice_location: AppType = 'ice-location [4061 - tcp|udp]'¶
[TCP] Ice Location Service (TCP)
[UDP] Ice Location Service (TCP)
- ice_slocation: AppType = 'ice-slocation [4062 - tcp|udp]'¶
[TCP] Ice Location Service (SSL)
[UDP] Ice Location Service (SSL)
- ice_router: AppType = 'ice-router [4063 - tcp|udp]'¶
[TCP] Ice Firewall Traversal Service (TCP)
[UDP] Ice Firewall Traversal Service (TCP)
- ice_srouter: AppType = 'ice-srouter [4064 - tcp|udp]'¶
[TCP] Ice Firewall Traversal Service (SSL)
[UDP] Ice Firewall Traversal Service (SSL)
- avanti_cdp: AppType = 'avanti-cdp [4065 - tcp|udp]'¶
[TCP] Avanti Common Data IANA assigned this well-formed service name as a replacement for “avanti_cdp”.
[TCP] Avanti Common Data
[UDP] Avanti Common Data IANA assigned this well-formed service name as a replacement for “avanti_cdp”.
[UDP] Avanti Common Data
- pmas: AppType = 'pmas [4066 - tcp|udp]'¶
[TCP] Performance Measurement and Analysis
[UDP] Performance Measurement and Analysis
- idp: AppType = 'idp [4067 - tcp|udp]'¶
[TCP] Information Distribution Protocol
[UDP] Information Distribution Protocol
- ipfltbcst: AppType = 'ipfltbcst [4068 - tcp|udp]'¶
[TCP] IP Fleet Broadcast
[UDP] IP Fleet Broadcast
- minger: AppType = 'minger [4069 - tcp|udp]'¶
[TCP] Minger Email Address Validation Service
[UDP] Minger Email Address Validation Service
- tripe: AppType = 'tripe [4070 - tcp|udp]'¶
[TCP] Trivial IP Encryption (TrIPE)
[UDP] Trivial IP Encryption (TrIPE)
- aibkup: AppType = 'aibkup [4071 - tcp|udp]'¶
[TCP] Automatically Incremental Backup
[UDP] Automatically Incremental Backup
- zieto_sock: AppType = 'zieto-sock [4072 - tcp|udp]'¶
[TCP] Zieto Socket Communications
[UDP] Zieto Socket Communications
- irapp: AppType = 'irapp [4073 - tcp|udp]'¶
[TCP] Interactive Remote Application Pairing Protocol
[UDP] Interactive Remote Application Pairing Protocol
- cequint_cityid: AppType = 'cequint-cityid [4074 - tcp|udp]'¶
[TCP] Cequint City ID UI trigger
[UDP] Cequint City ID UI trigger
- perimlan: AppType = 'perimlan [4075 - tcp|udp]'¶
[TCP] ISC Alarm Message Service
[UDP] ISC Alarm Message Service
- santools: AppType = 'santools [4079 - tcp|udp]'¶
[TCP] SANtools Diagnostic Server
[UDP] SANtools Diagnostic Server
- lorica_in: AppType = 'lorica-in [4080 - tcp|udp]'¶
[TCP] Lorica inside facing
[UDP] Lorica inside facing
- lorica_in_sec: AppType = 'lorica-in-sec [4081 - tcp|udp]'¶
[TCP] Lorica inside facing (SSL)
[UDP] Lorica inside facing (SSL)
- lorica_out: AppType = 'lorica-out [4082 - tcp|udp]'¶
[TCP] Lorica outside facing
[UDP] Lorica outside facing
- lorica_out_sec: AppType = 'lorica-out-sec [4083 - tcp|udp]'¶
[TCP] Lorica outside facing (SSL)
[UDP] Lorica outside facing (SSL)
- opencore: AppType = 'opencore [4089 - tcp|udp]'¶
[TCP] OpenCORE Remote Control Service
[UDP] OpenCORE Remote Control Service
- omasgport: AppType = 'omasgport [4090 - tcp|udp]'¶
[TCP] OMA BCAST Service Guide
[UDP] OMA BCAST Service Guide
- ewinstaller: AppType = 'ewinstaller [4091 - tcp|udp]'¶
[TCP] EminentWare Installer
[UDP] EminentWare Installer
- xtgui: AppType = 'xtgui [4095 - tcp|udp]'¶
[TCP] xtgui information service
[UDP] xtgui information service
- bre: AppType = 'bre [4096 - tcp|udp]'¶
[TCP] BRE (Bridge Relay Element)
[UDP] BRE (Bridge Relay Element)
- igo_incognito: AppType = 'igo-incognito [4100 - tcp|udp]'¶
[TCP] IGo Incognito Data Port
[UDP] IGo Incognito Data Port
- j_ac: AppType = 'j-ac [4107 - tcp|udp]'¶
[TCP] JDL Accounting LAN Service
[UDP] JDL Accounting LAN Service
- izm: AppType = 'izm [4109 - tcp|udp]'¶
[TCP] Instantiated Zero-control Messaging
[UDP] Instantiated Zero-control Messaging
- g2tag: AppType = 'g2tag [4110 - tcp|udp]'¶
[TCP] G2 RFID Tag Telemetry Data
[UDP] G2 RFID Tag Telemetry Data
- apple_vpns_rp: AppType = 'apple-vpns-rp [4112 - tcp|udp]'¶
[TCP] Apple VPN Server Reporting Protocol
[UDP] Apple VPN Server Reporting Protocol
- aipn_reg: AppType = 'aipn-reg [4113 - tcp|udp]'¶
[TCP] AIPN LS Registration
[UDP] AIPN LS Registration
- hillrserv: AppType = 'hillrserv [4117 - tcp|udp]'¶
[TCP] Hillr Connection Manager
[UDP] Hillr Connection Manager
- netscript: AppType = 'netscript [4118 - tcp|udp]'¶
[TCP] Netadmin Systems NETscript service
[UDP] Netadmin Systems NETscript service
- assuria_slm: AppType = 'assuria-slm [4119 - tcp|udp]'¶
[TCP] Assuria Log Manager
[UDP] Assuria Log Manager
- e_builder: AppType = 'e-builder [4121 - tcp|udp]'¶
[TCP] e-Builder Application Communication
[UDP] e-Builder Application Communication
- fprams: AppType = 'fprams [4122 - tcp|udp]'¶
[TCP] Fiber Patrol Alarm Service
[UDP] Fiber Patrol Alarm Service
- tigv2: AppType = 'tigv2 [4124 - tcp|udp]'¶
[TCP] Rohill TetraNode Ip Gateway v2
[UDP] Rohill TetraNode Ip Gateway v2
- ddrepl: AppType = 'ddrepl [4126 - tcp|udp]'¶
[TCP] Data Domain Replication Service
[UDP] Data Domain Replication Service
- nufw: AppType = 'nufw [4128 - tcp|udp]'¶
[TCP] NuFW decision delegation protocol
[UDP] NuFW decision delegation protocol
- nuauth: AppType = 'nuauth [4129 - tcp|udp]'¶
[TCP] NuFW authentication protocol
[UDP] NuFW authentication protocol
- fronet: AppType = 'fronet [4130 - tcp|udp]'¶
[TCP] FRONET message protocol
[UDP] FRONET message protocol
- nuts_dem: AppType = 'nuts-dem [4132 - tcp|udp]'¶
[TCP] NUTS Daemon IANA assigned this well-formed service name as a replacement for “nuts_dem”.
[TCP] NUTS Daemon
[UDP] NUTS Daemon IANA assigned this well-formed service name as a replacement for “nuts_dem”.
[UDP] NUTS Daemon
- nuts_bootp: AppType = 'nuts-bootp [4133 - tcp|udp]'¶
[TCP] NUTS Bootp Server IANA assigned this well-formed service name as a replacement for “nuts_bootp”.
[TCP] NUTS Bootp Server
[UDP] NUTS Bootp Server IANA assigned this well-formed service name as a replacement for “nuts_bootp”.
[UDP] NUTS Bootp Server
- nifty_hmi: AppType = 'nifty-hmi [4134 - tcp|udp]'¶
[TCP] NIFTY-Serve HMI protocol
[UDP] NIFTY-Serve HMI protocol
- cl_db_attach: AppType = 'cl-db-attach [4135 - tcp|udp]'¶
[TCP] Classic Line Database Server Attach
[UDP] Classic Line Database Server Attach
- cl_db_request: AppType = 'cl-db-request [4136 - tcp|udp]'¶
[TCP] Classic Line Database Server Request
[UDP] Classic Line Database Server Request
- cl_db_remote: AppType = 'cl-db-remote [4137 - tcp|udp]'¶
[TCP] Classic Line Database Server Remote
[UDP] Classic Line Database Server Remote
- thrtx: AppType = 'thrtx [4139 - tcp|udp]'¶
[TCP] Imperfect Networks Server
[UDP] Imperfect Networks Server
- cedros_fds: AppType = 'cedros-fds [4140 - tcp|udp]'¶
[TCP] Cedros Fraud Detection System IANA assigned this well-formed service name as a replacement for “cedros_fds”.
[TCP] Cedros Fraud Detection System
[UDP] Cedros Fraud Detection System IANA assigned this well-formed service name as a replacement for “cedros_fds”.
[UDP] Cedros Fraud Detection System
- tgcconnect: AppType = 'tgcconnect [4146 - tcp|udp]'¶
[TCP] TGCConnect Beacon
[UDP] TGCConnect Beacon
- vrxpservman: AppType = 'vrxpservman [4147 - tcp|udp]'¶
[TCP] Multum Service Manager
[UDP] Multum Service Manager
- hhb_handheld: AppType = 'hhb-handheld [4148 - tcp|udp]'¶
[TCP] HHB Handheld Client
[UDP] HHB Handheld Client
- poweralert_nsa: AppType = 'poweralert-nsa [4150 - tcp|udp]'¶
[TCP] PowerAlert Network Shutdown Agent
[UDP] PowerAlert Network Shutdown Agent
- menandmice_noh: AppType = 'menandmice-noh [4151 - tcp|udp]'¶
[TCP] Men & Mice Remote Control IANA assigned this well-formed service name as a replacement for “menandmice_noh”.
[TCP] Men & Mice Remote Control
[UDP] Men & Mice Remote Control IANA assigned this well-formed service name as a replacement for “menandmice_noh”.
[UDP] Men & Mice Remote Control
- idig_mux: AppType = 'idig-mux [4152 - tcp|udp]'¶
[TCP] iDigTech Multiplex IANA assigned this well-formed service name as a replacement for “idig_mux”.
[TCP] iDigTech Multiplex
[UDP] iDigTech Multiplex IANA assigned this well-formed service name as a replacement for “idig_mux”.
[UDP] iDigTech Multiplex
- mbl_battd: AppType = 'mbl-battd [4153 - tcp|udp]'¶
[TCP] MBL Remote Battery Monitoring
[UDP] MBL Remote Battery Monitoring
- atlinks: AppType = 'atlinks [4154 - tcp|udp]'¶
[TCP] atlinks device discovery
[UDP] atlinks device discovery
- bzr: AppType = 'bzr [4155 - tcp|udp]'¶
[TCP] Bazaar version control system
[UDP] Bazaar version control system
- stat_scanner: AppType = 'stat-scanner [4157 - tcp|udp]'¶
[TCP] STAT Scanner Control
[UDP] STAT Scanner Control
- nss: AppType = 'nss [4159 - tcp|udp]'¶
[TCP] Network Security Service
[UDP] Network Security Service
- jini_discovery: AppType = 'jini-discovery [4160 - tcp|udp]'¶
[TCP] Jini Discovery
[UDP] Jini Discovery
- silverpeakpeer: AppType = 'silverpeakpeer [4163 - tcp|udp]'¶
[TCP] Silver Peak Peer Protocol
[UDP] Silver Peak Peer Protocol
- silverpeakcomm: AppType = 'silverpeakcomm [4164 - tcp|udp]'¶
[TCP] Silver Peak Communication Protocol
[UDP] Silver Peak Communication Protocol
- joost: AppType = 'joost [4166 - tcp|udp]'¶
[TCP] Joost Peer to Peer Protocol
[UDP] Joost Peer to Peer Protocol
- ddgn: AppType = 'ddgn [4167 - tcp|udp]'¶
[TCP] DeskDirect Global Network
[UDP] DeskDirect Global Network
- pslicser: AppType = 'pslicser [4168 - tcp|udp]'¶
[TCP] PrintSoft License Server
[UDP] PrintSoft License Server
- wello: AppType = 'wello [4177 - tcp|udp]'¶
[TCP] Wello P2P pubsub service
[UDP] Wello P2P pubsub service
- pcptcpservice: AppType = 'pcptcpservice [4182 - tcp|udp]'¶
[TCP] Production Company Pro TCP Service
[UDP] Production Company Pro TCP Service
- cyborgnet: AppType = 'cyborgnet [4183 - tcp|udp]'¶
[TCP] CyborgNet communications protocol
[UDP] CyborgNet communications protocol
- universe_suite: AppType = 'universe-suite [4184 - tcp|udp]'¶
[TCP] UNIVERSE SUITE MESSAGE SERVICE IANA assigned this well-formed service name as a replacement for “universe_suite”.
[TCP] UNIVERSE SUITE MESSAGE SERVICE
[UDP] UNIVERSE SUITE MESSAGE SERVICE IANA assigned this well-formed service name as a replacement for “universe_suite”.
[UDP] UNIVERSE SUITE MESSAGE SERVICE
- wcpp: AppType = 'wcpp [4185 - tcp|udp]'¶
[TCP] Woven Control Plane Protocol
[UDP] Woven Control Plane Protocol
- csc_proxy: AppType = 'csc-proxy [4187 - tcp]'¶
[TCP] Cascade Proxy IANA assigned this well-formed service name as a replacement for “csc_proxy”.
[TCP] Cascade Proxy
- vatata: AppType = 'vatata [4188 - tcp|udp]'¶
[TCP] Vatata Peer to Peer Protocol
[UDP] Vatata Peer to Peer Protocol
- aws_wsp: AppType = 'aws-wsp [4195 - tcp|udp|sctp|dccp]'¶
[TCP] AWS protocol for cloud remoting solution
[UDP] AWS protocol for cloud remoting solution
[SCTP] AWS protocol for cloud remoting solution
[DCCP] AWS protocol for cloud remoting solution
- hctl: AppType = 'hctl [4197 - tcp|udp]'¶
[TCP] Harman HControl Protocol
[UDP] Harman HControl Protocol
- d_data_control: AppType = 'd-data-control [4302 - tcp|udp]'¶
[TCP] Diagnostic Data Control
[UDP] Diagnostic Data Control
- srcp: AppType = 'srcp [4303 - tcp|udp]'¶
[TCP] Simple Railroad Command Protocol
[UDP] Simple Railroad Command Protocol
- owserver: AppType = 'owserver [4304 - tcp|udp]'¶
[TCP] One-Wire Filesystem Server
[UDP] One-Wire Filesystem Server
- batman: AppType = 'batman [4305 - tcp|udp]'¶
[TCP] better approach to mobile ad-hoc networking
[UDP] better approach to mobile ad-hoc networking
- trueconf: AppType = 'trueconf [4307 - tcp|udp]'¶
[TCP] TrueConf Videoconference Service
[UDP] TrueConf Videoconference Service
- compx_lockview: AppType = 'compx-lockview [4308 - tcp|udp]'¶
[TCP] CompX-LockView
[UDP] CompX-LockView
- dserver: AppType = 'dserver [4309 - tcp|udp]'¶
[TCP] Exsequi Appliance Discovery
[UDP] Exsequi Appliance Discovery
- mirrtex: AppType = 'mirrtex [4310 - tcp|udp]'¶
[TCP] Mir-RT exchange service
[UDP] Mir-RT exchange service
- skytale: AppType = 'skytale [4319 - tcp|udp]'¶
[TCP] Sentyron SkyTale encrypted communication
[UDP] Sentyron SkyTale encrypted communication
- fdt_rcatp: AppType = 'fdt-rcatp [4320 - tcp|udp]'¶
[TCP] FDT Remote Categorization Protocol
[UDP] FDT Remote Categorization Protocol
- trim_event: AppType = 'trim-event [4322 - tcp|udp]'¶
[TCP] TRIM Event Service
[UDP] TRIM Event Service
- jaxer_web: AppType = 'jaxer-web [4327 - tcp|udp]'¶
[TCP] Jaxer Web Protocol
[UDP] Jaxer Web Protocol
- jaxer_manager: AppType = 'jaxer-manager [4328 - tcp|udp]'¶
[TCP] Jaxer Manager Command Protocol
[UDP] Jaxer Manager Command Protocol
- publiqare_sync: AppType = 'publiqare-sync [4329 - tcp]'¶
[TCP] PubliQare Distributed Environment Synchronisation Engine
- ktickets_rest: AppType = 'ktickets-rest [4331 - tcp]'¶
[TCP] ktickets REST API for event management and ticketing systems (embedded POS devices)
- ahsp: AppType = 'ahsp [4333 - tcp|udp|sctp]'¶
[TCP] ArrowHead Service Protocol (AHSP)
[UDP] ArrowHead Service Protocol (AHSP)
[SCTP] ArrowHead Service Protocol (AHSP)
- restconf_ch_tls: AppType = 'restconf-ch-tls [4336 - tcp]'¶
[TCP] RESTCONF Call Home (TLS) [RFC 8071]
- gaia: AppType = 'gaia [4340 - tcp|udp]'¶
[TCP] Gaia Connector Protocol
[UDP] Gaia Connector Protocol
- m4_network_as: AppType = 'm4-network-as [4345 - tcp|udp]'¶
[TCP] Macro 4 Network AS
[UDP] Macro 4 Network AS
- fsportmap: AppType = 'fsportmap [4349 - tcp|udp]'¶
[TCP] File System Port Map
[UDP] File System Port Map
- plcy_net_svcs: AppType = 'plcy-net-svcs [4351 - tcp|udp]'¶
[TCP] PLCY Net Services
[UDP] PLCY Net Services
- qsnet_trans: AppType = 'qsnet-trans [4354 - tcp|udp]'¶
[TCP] QSNet Transmitter
[UDP] QSNet Transmitter
- qsnet_workst: AppType = 'qsnet-workst [4355 - tcp|udp]'¶
[TCP] QSNet Workstation
[UDP] QSNet Workstation
- qsnet_assist: AppType = 'qsnet-assist [4356 - tcp|udp]'¶
[TCP] QSNet Assistant
[UDP] QSNet Assistant
- omabcastltkm: AppType = 'omabcastltkm [4359 - tcp|udp]'¶
[TCP] OMA BCAST Long-Term Key Messages
[UDP] OMA BCAST Long-Term Key Messages
- matrix_vnet: AppType = 'matrix-vnet [4360 - tcp]'¶
[TCP] Matrix VNet Communication Protocol IANA assigned this well-formed service name as a replacement for “matrix_vnet”.
[TCP] Matrix VNet Communication Protocol
- epmd: AppType = 'epmd [4369 - tcp|udp]'¶
[TCP] Erlang Port Mapper Daemon
[UDP] Erlang Port Mapper Daemon
- elpro_tunnel: AppType = 'elpro-tunnel [4370 - tcp|udp]'¶
[TCP] ELPRO V2 Protocol Tunnel IANA assigned this well-formed service name as a replacement for “elpro_tunnel”.
[TCP] ELPRO V2 Protocol Tunnel
[UDP] ELPRO V2 Protocol Tunnel IANA assigned this well-formed service name as a replacement for “elpro_tunnel”.
[UDP] ELPRO V2 Protocol Tunnel
- remctl: AppType = 'remctl [4373 - tcp|udp]'¶
[TCP] Remote Authenticated Command Service
[UDP] Remote Authenticated Command Service
- cp_spxsvr: AppType = 'cp-spxsvr [4377 - tcp|udp]'¶
[TCP] Cambridge Pixel SPx Server
[UDP] Cambridge Pixel SPx Server
- cp_spxdpy: AppType = 'cp-spxdpy [4378 - tcp|udp]'¶
[TCP] Cambridge Pixel SPx Display
[UDP] Cambridge Pixel SPx Display
- xandros_cms: AppType = 'xandros-cms [4389 - tcp|udp]'¶
[TCP] Xandros Community Management Service
[UDP] Xandros Community Management Service
- wiegand: AppType = 'wiegand [4390 - tcp|udp]'¶
[TCP] Physical Access Control
[UDP] Physical Access Control
- apwi_rxspooler: AppType = 'apwi-rxspooler [4393 - tcp]'¶
[TCP] American Printware RXSpooler Protocol
- omnivisionesx: AppType = 'omnivisionesx [4395 - tcp|udp]'¶
[TCP] OmniVision communication for Virtual environments
[UDP] OmniVision communication for Virtual environments
- ds_srvr: AppType = 'ds-srvr [4401 - tcp|udp]'¶
[TCP] ASIGRA Televaulting DS-System Service
[UDP] ASIGRA Televaulting DS-System Service
- ds_clnt: AppType = 'ds-clnt [4402 - tcp|udp]'¶
[TCP] ASIGRA Televaulting DS-Client Service
[UDP] ASIGRA Televaulting DS-Client Service
- ds_user: AppType = 'ds-user [4403 - tcp|udp]'¶
[TCP] ASIGRA Televaulting DS-Client Monitoring/Management
[UDP] ASIGRA Televaulting DS-Client Monitoring/Management
- ds_admin: AppType = 'ds-admin [4404 - tcp|udp]'¶
[TCP] ASIGRA Televaulting DS-System Monitoring/Management
[UDP] ASIGRA Televaulting DS-System Monitoring/Management
- ds_mail: AppType = 'ds-mail [4405 - tcp|udp]'¶
[TCP] ASIGRA Televaulting Message Level Restore service
[UDP] ASIGRA Televaulting Message Level Restore service
- ds_slp: AppType = 'ds-slp [4406 - tcp|udp]'¶
[TCP] ASIGRA Televaulting DS-Sleeper Service
[UDP] ASIGRA Televaulting DS-Sleeper Service
- nvme: AppType = 'nvme [4420 - tcp|udp]'¶
[TCP] NVM Express over Fabrics storage access
[UDP] NVM Express over Fabrics storage access
- scaleft: AppType = 'scaleft [4421 - tcp]'¶
[TCP] Multi-Platform Remote Management for Cloud Infrastructure
- netrockey6: AppType = 'netrockey6 [4425 - tcp|udp]'¶
[TCP] NetROCKEY6 SMART Plus Service
[UDP] NetROCKEY6 SMART Plus Service
- beacon_port_2: AppType = 'beacon-port-2 [4426 - tcp|udp]'¶
[TCP] SMARTS Beacon Port
[UDP] SMARTS Beacon Port
- l_acoustics: AppType = 'l-acoustics [4432 - tcp|udp]'¶
[TCP] L-ACOUSTICS management
[UDP] L-ACOUSTICS management
- asc_slmd: AppType = 'asc-slmd [4448 - tcp|udp]'¶
[TCP] ASC Licence Manager
[UDP] ASC Licence Manager
- camp: AppType = 'camp [4450 - tcp|udp]'¶
[TCP] Common ASCII Messaging Protocol
[UDP] Common ASCII Messaging Protocol
- ctiprogramload: AppType = 'ctiprogramload [4452 - tcp|udp]'¶
[TCP] CTI Program Load
[UDP] CTI Program Load
- nssalertmgr: AppType = 'nssalertmgr [4453 - tcp|udp]'¶
[TCP] NSS Alert Manager
[UDP] NSS Alert Manager
- nssagentmgr: AppType = 'nssagentmgr [4454 - tcp|udp]'¶
[TCP] NSS Agent Manager
[UDP] NSS Agent Manager
- prchat_server: AppType = 'prchat-server [4456 - tcp|udp]'¶
[TCP] PR Chat Server
[UDP] PR Chat Server
- mcp: AppType = 'mcp [4458 - tcp|udp]'¶
[TCP] Matrix Configuration Protocol
[UDP] Matrix Configuration Protocol
- icms: AppType = 'icms [4486 - tcp|udp]'¶
[TCP] Integrated Client Message Service
[UDP] Integrated Client Message Service
- awacs_ice: AppType = 'awacs-ice [4488 - tcp|udp]'¶
[TCP] Apple Wide Area Connectivity Service ICE Bootstrap
[UDP] Apple Wide Area Connectivity Service ICE Bootstrap
- ehs_ssl: AppType = 'ehs-ssl [4536 - tcp|udp]'¶
[TCP] Event Heap Server SSL
[UDP] Event Heap Server SSL
- wssauthsvc: AppType = 'wssauthsvc [4537 - tcp|udp]'¶
[TCP] WSS Security Service
[UDP] WSS Security Service
- swx_gate: AppType = 'swx-gate [4538 - tcp|udp]'¶
[TCP] Software Data Exchange Gateway
[UDP] Software Data Exchange Gateway
- sf_lm: AppType = 'sf-lm [4546 - tcp|udp]'¶
[TCP] SF License Manager (Sentinel)
[UDP] SF License Manager (Sentinel)
- lanner_lm: AppType = 'lanner-lm [4547 - tcp|udp]'¶
[TCP] Lanner License Manager
[UDP] Lanner License Manager
- gds_adppiw_db: AppType = 'gds-adppiw-db [4550 - tcp|udp]'¶
[TCP] Perman I Interbase Server
[UDP] Perman I Interbase Server
- menandmice_mon: AppType = 'menandmice-mon [4552 - tcp|udp]'¶
[TCP] Men and Mice Monitoring
[UDP] Men and Mice Monitoring
- kwtc: AppType = 'kwtc [4566 - tcp|udp]'¶
[TCP] Kids Watch Time Control Service
[UDP] Kids Watch Time Control Service
- deploymentmap: AppType = 'deploymentmap [4570 - tcp]'¶
[TCP] Service to distribute and update within a site deployment information for Oracle Communications Suite
- cardifftec_back: AppType = 'cardifftec-back [4573 - tcp]'¶
[TCP] A port for communication between a server and client for a custom backup system
- ipt_anri_anri: AppType = 'ipt-anri-anri [4593 - tcp|udp]'¶
[TCP] IPT (ANRI-ANRI)
[UDP] IPT (ANRI-ANRI)
- ias_session: AppType = 'ias-session [4594 - tcp|udp]'¶
[TCP] IAS-Session (ANRI-ANRI)
[UDP] IAS-Session (ANRI-ANRI)
- ias_paging: AppType = 'ias-paging [4595 - tcp|udp]'¶
[TCP] IAS-Paging (ANRI-ANRI)
[UDP] IAS-Paging (ANRI-ANRI)
- ias_neighbor: AppType = 'ias-neighbor [4596 - tcp|udp]'¶
[TCP] IAS-Neighbor (ANRI-ANRI)
[UDP] IAS-Neighbor (ANRI-ANRI)
- ventoso: AppType = 'ventoso [4621 - udp]'¶
[UDP] Bidirectional single port remote radio VOIP and Control stream
- dots_signal: AppType = 'dots-signal [4646 - tcp|udp]'¶
[TCP] Distributed Denial-of-Service Open Threat Signaling (DOTS) Signal Channel Protocol. The service name is used to construct the SRV service names “_dots-signal._udp” and “_dots-signal._tcp” for discovering DOTS servers used to establish DOTS signal channel. [RFC 8973][RFC 9132]
[UDP] Distributed Denial-of-Service Open Threat Signaling (DOTS) Signal Channel Protocol. The service name is used to construct the SRV service names “_dots-signal._udp” and “_dots-signal._tcp” for discovering DOTS servers used to establish DOTS signal channel. [RFC 8973][RFC 9132]
- playsta2_app: AppType = 'playsta2-app [4658 - tcp|udp]'¶
[TCP] PlayStation2 App Port
[UDP] PlayStation2 App Port
- playsta2_lob: AppType = 'playsta2-lob [4659 - tcp|udp]'¶
[TCP] PlayStation2 Lobby Port
[UDP] PlayStation2 Lobby Port
- kar2ouche: AppType = 'kar2ouche [4661 - tcp|udp]'¶
[TCP] Kar2ouche Peer location service
[UDP] Kar2ouche Peer location service
- oms: AppType = 'oms [4662 - tcp|udp]'¶
[TCP] OrbitNet Message Service
[UDP] OrbitNet Message Service
- noteit: AppType = 'noteit [4663 - tcp|udp]'¶
[TCP] Note It! Message Service
[UDP] Note It! Message Service
- contclientms: AppType = 'contclientms [4665 - tcp|udp]'¶
[TCP] Container Client Message Service
[UDP] Container Client Message Service
- eportcomm: AppType = 'eportcomm [4666 - tcp|udp]'¶
[TCP] E-Port Message Service
[UDP] E-Port Message Service
- eportcommdata: AppType = 'eportcommdata [4669 - tcp|udp]'¶
[TCP] E-Port Data Service
[UDP] E-Port Data Service
- light: AppType = 'light [4670 - tcp|udp]'¶
[TCP] Light packets transfer protocol
[UDP] Light packets transfer protocol
- acter: AppType = 'acter [4671 - tcp|udp]'¶
[TCP] Bull RSF action server
[UDP] Bull RSF action server
- rfa: AppType = 'rfa [4672 - tcp|udp]'¶
[TCP] remote file access server
[UDP] remote file access server
- appiq_mgmt: AppType = 'appiq-mgmt [4674 - tcp|udp]'¶
[TCP] AppIQ Agent Management
[UDP] AppIQ Agent Management
- dhct_status: AppType = 'dhct-status [4675 - tcp|udp]'¶
[TCP] BIAP Device Status
[UDP] BIAP Device Status
- dhct_alerts: AppType = 'dhct-alerts [4676 - tcp|udp]'¶
[TCP] BIAP Generic Alert
[UDP] BIAP Generic Alert
- bcs: AppType = 'bcs [4677 - tcp|udp]'¶
[TCP] Business Continuity Servi
[UDP] Business Continuity Servi
- traversal: AppType = 'traversal [4678 - tcp|udp]'¶
[TCP] boundary traversal
[UDP] boundary traversal
- mgesupervision: AppType = 'mgesupervision [4679 - tcp|udp]'¶
[TCP] MGE UPS Supervision
[UDP] MGE UPS Supervision
- mgemanagement: AppType = 'mgemanagement [4680 - tcp|udp]'¶
[TCP] MGE UPS Management
[UDP] MGE UPS Management
- parliant: AppType = 'parliant [4681 - tcp|udp]'¶
[TCP] Parliant Telephony System
[UDP] Parliant Telephony System
- spike: AppType = 'spike [4683 - tcp|udp]'¶
[TCP] Spike Clipboard Service
[UDP] Spike Clipboard Service
- rfid_rp1: AppType = 'rfid-rp1 [4684 - tcp|udp]'¶
[TCP] RFID Reader Protocol 1.0
[UDP] RFID Reader Protocol 1.0
- msp_os: AppType = 'msp-os [4686 - tcp|udp]'¶
[TCP] Manina Service Protocol
[UDP] Manina Service Protocol
- nst: AppType = 'nst [4687 - tcp|udp]'¶
[TCP] Network Scanner Tool FTP
[UDP] Network Scanner Tool FTP
- mobile_p2p: AppType = 'mobile-p2p [4688 - tcp|udp]'¶
[TCP] Mobile P2P Service
[UDP] Mobile P2P Service
- altovacentral: AppType = 'altovacentral [4689 - tcp|udp]'¶
[TCP] Altova DatabaseCentral
[UDP] Altova DatabaseCentral
- prelude: AppType = 'prelude [4690 - tcp|udp]'¶
[TCP] Prelude IDS message proto
[UDP] Prelude IDS message proto
- mtn: AppType = 'mtn [4691 - tcp|udp]'¶
[TCP] monotone Netsync Protocol
[UDP] monotone Netsync Protocol
- conspiracy: AppType = 'conspiracy [4692 - tcp|udp]'¶
[TCP] Conspiracy messaging
[UDP] Conspiracy messaging
- netxms_mgmt: AppType = 'netxms-mgmt [4701 - tcp|udp]'¶
[TCP] NetXMS Management
[UDP] NetXMS Management
- netxms_sync: AppType = 'netxms-sync [4702 - tcp|udp]'¶
[TCP] NetXMS Server Synchronization
[UDP] NetXMS Server Synchronization
- npqes_test: AppType = 'npqes-test [4703 - tcp]'¶
[TCP] Network Performance Quality Evaluation System Test Service
- trinity_dist: AppType = 'trinity-dist [4711 - tcp|udp|sctp]'¶
[TCP] Trinity Trust Network Node Communication
[UDP] Trinity Trust Network Node Communication
[SCTP] Trinity Trust Network Node Communication
- gearman: AppType = 'gearman [4730 - tcp|udp]'¶
[TCP] Gearman Job Queue System
[UDP] Gearman Job Queue System
- solera_lpn: AppType = 'solera-lpn [4738 - tcp|udp]'¶
[TCP] SoleraTec Locator
[UDP] SoleraTec Locator
- ipfix: AppType = 'ipfix [4739 - tcp|udp|sctp]'¶
[TCP] IP Flow Info Export
[UDP] IP Flow Info Export
[SCTP] IP Flow Info Export
- ipfixs: AppType = 'ipfixs [4740 - tcp|udp|sctp]'¶
[TCP] ipfix protocol over TLS
[SCTP] ipfix protocol over DTLS
[UDP] ipfix protocol over DTLS
- openhpid: AppType = 'openhpid [4743 - tcp|udp]'¶
[TCP] openhpi HPI service
[UDP] openhpi HPI service
- ifsp: AppType = 'ifsp [4744 - tcp|udp]'¶
[TCP] Internet File Synchronization Protocol
[UDP] Internet File Synchronization Protocol
- ssad: AppType = 'ssad [4750 - tcp|udp]'¶
[TCP] Simple Service Auto Discovery
[UDP] Simple Service Auto Discovery
- spocp: AppType = 'spocp [4751 - tcp|udp]'¶
[TCP] Simple Policy Control Protocol
[UDP] Simple Policy Control Protocol
- snap: AppType = 'snap [4752 - tcp|udp]'¶
[TCP] Simple Network Audio Protocol
[UDP] Simple Network Audio Protocol
- simon_disc: AppType = 'simon-disc [4753 - udp]'¶
[UDP] Simple Invocation of Methods Over Network (SIMON) Discovery
- gre_udp_dtls: AppType = 'gre-udp-dtls [4755 - udp]'¶
[UDP] GRE-in-UDP Encapsulation with DTLS [RFC 8086]
- bfd_multi_ctl: AppType = 'bfd-multi-ctl [4784 - tcp|udp]'¶
[TCP] BFD Multihop Control
[UDP] BFD Multihop Control
- sia_ctrl_plane: AppType = 'sia-ctrl-plane [4787 - tcp]'¶
[TCP] Service Insertion Architecture (SIA) Control-Plane
- vxlan: AppType = 'vxlan [4789 - udp]'¶
[UDP] Virtual eXtensible Local Area Network (VXLAN) [RFC 7348]
- vxlan_gpe: AppType = 'vxlan-gpe [4790 - udp]'¶
[UDP] Generic Protocol Extension for Virtual eXtensible Local Area Network (VXLAN)
- unified_bus: AppType = 'unified-bus [4792 - tcp|udp]'¶
[TCP] IP Routable Unified Bus
[UDP] IP Routable Unified Bus
- iims: AppType = 'iims [4800 - tcp|udp]'¶
[TCP] Icona Instant Messenging System
[UDP] Icona Instant Messenging System
- iwec: AppType = 'iwec [4801 - tcp|udp]'¶
[TCP] Icona Web Embedded Chat
[UDP] Icona Web Embedded Chat
- ilss: AppType = 'ilss [4802 - tcp|udp]'¶
[TCP] Icona License System Server
[UDP] Icona License System Server
- quosa: AppType = 'quosa [4841 - tcp|udp]'¶
[TCP] QUOSA Virtual Library Service
[UDP] QUOSA Virtual Library Service
- gw_asv: AppType = 'gw-asv [4842 - tcp|udp]'¶
[TCP] nCode ICE-flow Library AppServer
[UDP] nCode ICE-flow Library AppServer
- opcua_tls: AppType = 'opcua-tls [4843 - tcp|udp]'¶
[TCP] OPC UA TCP Protocol over TLS/SSL
[UDP] OPC UA TCP Protocol over TLS/SSL
- gw_log: AppType = 'gw-log [4844 - tcp|udp]'¶
[TCP] nCode ICE-flow Library LogServer
[UDP] nCode ICE-flow Library LogServer
- wcr_remlib: AppType = 'wcr-remlib [4845 - tcp|udp]'¶
[TCP] WordCruncher Remote Library Service
[UDP] WordCruncher Remote Library Service
- contamac_icm: AppType = 'contamac-icm [4846 - tcp|udp]'¶
[TCP] Contamac ICM Service IANA assigned this well-formed service name as a replacement for “contamac_icm”.
[TCP] Contamac ICM Service
[UDP] Contamac ICM Service IANA assigned this well-formed service name as a replacement for “contamac_icm”.
[UDP] Contamac ICM Service
- appserv_http: AppType = 'appserv-http [4848 - tcp|udp]'¶
[TCP] App Server - Admin HTTP
[UDP] App Server - Admin HTTP
- appserv_https: AppType = 'appserv-https [4849 - tcp|udp]'¶
[TCP] App Server - Admin HTTPS
[UDP] App Server - Admin HTTPS
- sun_as_nodeagt: AppType = 'sun-as-nodeagt [4850 - tcp|udp]'¶
[TCP] Sun App Server - NA
[UDP] Sun App Server - NA
- derby_repli: AppType = 'derby-repli [4851 - tcp|udp]'¶
[TCP] Apache Derby Replication
[UDP] Apache Derby Replication
- phrelaydbg: AppType = 'phrelaydbg [4869 - tcp|udp]'¶
[TCP] Photon Relay Debug
[UDP] Photon Relay Debug
- cc_tracking: AppType = 'cc-tracking [4870 - tcp|udp]'¶
[TCP] Citcom Tracking Service
[UDP] Citcom Tracking Service
- tritium_can: AppType = 'tritium-can [4876 - tcp|udp]'¶
[TCP] Tritium CAN Bus Bridge Service
[UDP] Tritium CAN Bus Bridge Service
- lmcs: AppType = 'lmcs [4877 - tcp|udp]'¶
[TCP] Lighting Management Control System
[UDP] Lighting Management Control System
- hivestor: AppType = 'hivestor [4884 - tcp|udp]'¶
[TCP] HiveStor Distributed File System
[UDP] HiveStor Distributed File System
- xcap_portal: AppType = 'xcap-portal [4888 - tcp]'¶
[TCP] xcap code analysis portal public user access
- xcap_control: AppType = 'xcap-control [4889 - tcp]'¶
[TCP] xcap code analysis portal cluster control and administration
- hfcs: AppType = 'hfcs [4900 - tcp|udp]'¶
[TCP] HFSQL Client/Server Database Engine
[UDP] HFSQL Client/Server Database Engine
- flr_agent: AppType = 'flr-agent [4901 - tcp]'¶
[TCP] FileLocator Remote Search Agent IANA assigned this well-formed service name as a replacement for “flr_agent”.
[TCP] FileLocator Remote Search Agent
- an_signaling: AppType = 'an-signaling [4936 - udp]'¶
[UDP] Signal protocol port for autonomic networking
- eq_office_4940: AppType = 'eq-office-4940 [4940 - tcp|udp]'¶
[TCP] Equitrac Office
[UDP] Equitrac Office
- eq_office_4941: AppType = 'eq-office-4941 [4941 - tcp|udp]'¶
[TCP] Equitrac Office
[UDP] Equitrac Office
- eq_office_4942: AppType = 'eq-office-4942 [4942 - tcp|udp]'¶
[TCP] Equitrac Office
[UDP] Equitrac Office
- munin: AppType = 'munin [4949 - tcp|udp]'¶
[TCP] Munin Graphing Framework
[UDP] Munin Graphing Framework
- sybasesrvmon: AppType = 'sybasesrvmon [4950 - tcp|udp]'¶
[TCP] Sybase Server Monitor
[UDP] Sybase Server Monitor
- sagxtsds: AppType = 'sagxtsds [4952 - tcp|udp]'¶
[TCP] SAG Directory Server
[UDP] SAG Directory Server
- ccss_qmm: AppType = 'ccss-qmm [4969 - tcp|udp]'¶
[TCP] CCSS QMessageMonitor
[UDP] CCSS QMessageMonitor
- ccss_qsm: AppType = 'ccss-qsm [4970 - tcp|udp]'¶
[TCP] CCSS QSystemMonitor
[UDP] CCSS QSystemMonitor
- mrip: AppType = 'mrip [4986 - tcp|udp]'¶
[TCP] Model Railway Interface Program
[UDP] Model Railway Interface Program
- smar_se_port1: AppType = 'smar-se-port1 [4987 - tcp|udp]'¶
[TCP] SMAR Ethernet Port 1
[UDP] SMAR Ethernet Port 1
- smar_se_port2: AppType = 'smar-se-port2 [4988 - tcp|udp]'¶
[TCP] SMAR Ethernet Port 2
[UDP] SMAR Ethernet Port 2
- parallel: AppType = 'parallel [4989 - tcp|udp]'¶
[TCP] Parallel for GAUSS (tm)
[UDP] Parallel for GAUSS (tm)
- busycal: AppType = 'busycal [4990 - tcp|udp]'¶
[TCP] BusySync Calendar Synch. Protocol
[UDP] BusySync Calendar Synch. Protocol
- hfcs_manager: AppType = 'hfcs-manager [4999 - tcp|udp]'¶
[TCP] HFSQL Client/Server Database Engine Manager
[UDP] HFSQL Client/Server Database Engine Manager
- fmpro_internal: AppType = 'fmpro-internal [5003 - tcp|udp]'¶
[TCP] FileMaker, Inc. - Proprietary transport
[UDP] FileMaker, Inc. - Proprietary name binding
- wsm_server_ssl: AppType = 'wsm-server-ssl [5007 - tcp|udp]'¶
[TCP] wsm server ssl
[UDP] wsm server ssl
- winfs: AppType = 'winfs [5009 - tcp|udp]'¶
[TCP] Microsoft Windows Filesystem
[UDP] Microsoft Windows Filesystem
- telelpathstart: AppType = 'telelpathstart [5010 - tcp|udp]'¶
[TCP] TelepathStart
[UDP] TelepathStart
- telelpathattack: AppType = 'telelpathattack [5011 - tcp|udp]'¶
[TCP] TelepathAttack
[UDP] TelepathAttack
- fmpro_v6: AppType = 'fmpro-v6 [5013 - tcp|udp]'¶
[TCP] FileMaker, Inc. - Proprietary transport
[UDP] FileMaker, Inc. - Proprietary transport
- htuilsrv: AppType = 'htuilsrv [5023 - tcp|udp]'¶
[TCP] Htuil Server for PLD2
[UDP] Htuil Server for PLD2
- strexec_d: AppType = 'strexec-d [5026 - tcp|udp]'¶
[TCP] Storix I/O daemon (data)
[UDP] Storix I/O daemon (data)
- strexec_s: AppType = 'strexec-s [5027 - tcp|udp]'¶
[TCP] Storix I/O daemon (stat)
[UDP] Storix I/O daemon (stat)
- infobright: AppType = 'infobright [5029 - tcp|udp]'¶
[TCP] Infobright Database Server
[UDP] Infobright Database Server
- signacert_agent: AppType = 'signacert-agent [5032 - tcp]'¶
[TCP] SignaCert Enterprise Trust Server Agent
- asnaacceler8db: AppType = 'asnaacceler8db [5042 - tcp|udp]'¶
[TCP] asnaacceler8db
[UDP] asnaacceler8db
- swxadmin: AppType = 'swxadmin [5043 - tcp|udp]'¶
[TCP] ShopWorX Administration
[UDP] ShopWorX Administration
- lxi_evntsvc: AppType = 'lxi-evntsvc [5044 - tcp|udp]'¶
[TCP] LXI Event Service
[UDP] LXI Event Service
- ivocalize: AppType = 'ivocalize [5049 - tcp|udp]'¶
[TCP] iVocalize Web Conference
[UDP] iVocalize Web Conference
- mmcc: AppType = 'mmcc [5050 - tcp|udp]'¶
[TCP] multimedia conference control tool
[UDP] multimedia conference control tool
- intecom_ps1: AppType = 'intecom-ps1 [5056 - tcp|udp]'¶
[TCP] Intecom Pointspan 1
[UDP] Intecom Pointspan 1
- intecom_ps2: AppType = 'intecom-ps2 [5057 - tcp|udp]'¶
[TCP] Intecom Pointspan 2
[UDP] Intecom Pointspan 2
- na_localise: AppType = 'na-localise [5062 - tcp|udp]'¶
[TCP] Localisation access
[UDP] Localisation access
- stanag_5066: AppType = 'stanag-5066 [5066 - tcp|udp]'¶
[TCP] STANAG-5066-SUBNET-INTF
[UDP] STANAG-5066-SUBNET-INTF
- i_net_2000_npr: AppType = 'i-net-2000-npr [5069 - tcp|udp]'¶
[TCP] I/Net 2000-NPR
[UDP] I/Net 2000-NPR
- vtsas: AppType = 'vtsas [5070 - tcp|udp]'¶
[TCP] VersaTrans Server Agent Service
[UDP] VersaTrans Server Agent Service
- tag_pm: AppType = 'tag-pm [5073 - tcp|udp]'¶
[TCP] Advantage Group Port Mgr
[UDP] Advantage Group Port Mgr
- onscreen: AppType = 'onscreen [5080 - tcp|udp]'¶
[TCP] OnScreen Data Collection Service
[UDP] OnScreen Data Collection Service
- sdl_ets: AppType = 'sdl-ets [5081 - tcp|udp]'¶
[TCP] SDL - Ent Trans Server
[UDP] SDL - Ent Trans Server
- qcp: AppType = 'qcp [5082 - tcp|udp]'¶
[TCP] Qpur Communication Protocol
[UDP] Qpur Communication Protocol
- llrp: AppType = 'llrp [5084 - tcp|udp]'¶
[TCP] EPCglobal Low-Level Reader Protocol
[UDP] EPCglobal Low-Level Reader Protocol
- encrypted_llrp: AppType = 'encrypted-llrp [5085 - tcp|udp]'¶
[TCP] EPCglobal Encrypted LLRP
[UDP] EPCglobal Encrypted LLRP
- biotic: AppType = 'biotic [5087 - tcp]'¶
[TCP] BIOTIC - Binary Internet of Things Interoperable Communication
- sentlm_srv2srv: AppType = 'sentlm-srv2srv [5099 - tcp|udp]'¶
[TCP] SentLM Srv2Srv
[UDP] SentLM Srv2Srv
- oms_nonsecure: AppType = 'oms-nonsecure [5102 - tcp|udp]'¶
[TCP] Oracle OMS non-secure
[UDP] Oracle OMS non-secure
- actifioreplic: AppType = 'actifioreplic [5107 - tcp]'¶
[TCP] Disk to Disk replication between Actifio Clusters
- pm_cmdsvr: AppType = 'pm-cmdsvr [5112 - tcp|udp]'¶
[TCP] PeerMe Msg Cmd Service
[UDP] PeerMe Msg Cmd Service
- barracuda_bbs: AppType = 'barracuda-bbs [5120 - tcp|udp]'¶
[TCP] Barracuda Backup Protocol
[UDP] Barracuda Backup Protocol
- rmonitor_secure: AppType = 'rmonitor-secure [5145 - tcp|udp]'¶
[TCP] RMONITOR SECURE IANA assigned this well-formed service name as a replacement for “rmonitor_secure”.
[TCP] RMONITOR SECURE
[UDP] RMONITOR SECURE IANA assigned this well-formed service name as a replacement for “rmonitor_secure”.
[UDP] RMONITOR SECURE
- atmp: AppType = 'atmp [5150 - tcp|udp]'¶
[TCP] Ascend Tunnel Management Protocol
[UDP] Ascend Tunnel Management Protocol
- esri_sde: AppType = 'esri-sde [5151 - tcp|udp]'¶
[TCP] ESRI SDE Instance IANA assigned this well-formed service name as a replacement for “esri_sde”.
[TCP] ESRI SDE Instance
[UDP] ESRI SDE Remote Start IANA assigned this well-formed service name as a replacement for “esri_sde”.
[UDP] ESRI SDE Remote Start
- sde_discovery: AppType = 'sde-discovery [5152 - tcp|udp]'¶
[TCP] ESRI SDE Instance Discovery
[UDP] ESRI SDE Instance Discovery
- asctrl_agent: AppType = 'asctrl-agent [5155 - tcp|udp]'¶
[TCP] Oracle asControl Agent
[UDP] Oracle asControl Agent
- snmpssh_trap: AppType = 'snmpssh-trap [5162 - tcp]'¶
[TCP] SNMP Notification over SSH Transport Model [RFC 5592]
- ife_icorp: AppType = 'ife-icorp [5165 - tcp|udp]'¶
[TCP] ife_1corp IANA assigned this well-formed service name as a replacement for “ife_icorp”.
[TCP] ife_1corp
[UDP] ife_1corp IANA assigned this well-formed service name as a replacement for “ife_icorp”.
[UDP] ife_1corp
- winpcs: AppType = 'winpcs [5166 - tcp|udp]'¶
[TCP] WinPCS Service Connection
[UDP] WinPCS Service Connection
- ampl_lic: AppType = 'ampl-lic [5195 - tcp]'¶
[TCP] The protocol is used by a license server and client programs to control use of program licenses that float to networked machines
- ampl_tableproxy: AppType = 'ampl-tableproxy [5196 - tcp]'¶
[TCP] The protocol is used by two programs that exchange “table” data used in the AMPL modeling language
- targus_getdata: AppType = 'targus-getdata [5200 - tcp|udp]'¶
[TCP] TARGUS GetData
[UDP] TARGUS GetData
- targus_getdata1: AppType = 'targus-getdata1 [5201 - tcp|udp]'¶
[TCP] TARGUS GetData 1
[UDP] TARGUS GetData 1
- targus_getdata2: AppType = 'targus-getdata2 [5202 - tcp|udp]'¶
[TCP] TARGUS GetData 2
[UDP] TARGUS GetData 2
- targus_getdata3: AppType = 'targus-getdata3 [5203 - tcp|udp]'¶
[TCP] TARGUS GetData 3
[UDP] TARGUS GetData 3
- noteza: AppType = 'noteza [5215 - tcp|sctp]'¶
[TCP] NOTEZA Data Safety Service
[SCTP] NOTEZA Data Safety Service
- hpvirtgrp: AppType = 'hpvirtgrp [5223 - tcp|udp]'¶
[TCP] HP Virtual Machine Group Management
[UDP] HP Virtual Machine Group Management
- hpvirtctrl: AppType = 'hpvirtctrl [5224 - tcp|udp]'¶
[TCP] HP Virtual Machine Console Operations
[UDP] HP Virtual Machine Console Operations
- perfd: AppType = 'perfd [5227 - tcp|udp]'¶
[TCP] HP System Performance Metric Service
[UDP] HP System Performance Metric Service
- jaxflow: AppType = 'jaxflow [5229 - tcp]'¶
[TCP] Netflow/IPFIX/sFlow Collector and Forwarder Management
- jaxflow_data: AppType = 'jaxflow-data [5230 - tcp]'¶
[TCP] JaxMP RealFlow application and protocol data
- crusecontrol: AppType = 'crusecontrol [5231 - tcp]'¶
[TCP] Remote Control of Scan Software for Cruse Scanners
- galaxy_network: AppType = 'galaxy-network [5235 - tcp|udp]'¶
[TCP] Galaxy Network Service
[UDP] Galaxy Network Service
- mnet_discovery: AppType = 'mnet-discovery [5237 - tcp|udp]'¶
[TCP] m-net discovery
[UDP] m-net discovery
- caacws: AppType = 'caacws [5248 - tcp|udp]'¶
[TCP] CA Access Control Web Service
[UDP] CA Access Control Web Service
- caaclang2: AppType = 'caaclang2 [5249 - tcp|udp]'¶
[TCP] CA AC Lang Service
[UDP] CA AC Lang Service
- AppType_3com_njack_1: AppType = '3com-njack-1 [5264 - tcp|udp]'¶
[TCP] 3Com Network Jack Port 1
[UDP] 3Com Network Jack Port 1
- AppType_3com_njack_2: AppType = '3com-njack-2 [5265 - tcp|udp]'¶
[TCP] 3Com Network Jack Port 2
[UDP] 3Com Network Jack Port 2
- cartographerxmp: AppType = 'cartographerxmp [5270 - tcp|udp]'¶
[TCP] Cartographer XMP
[UDP] Cartographer XMP
- xmpp_bosh: AppType = 'xmpp-bosh [5280 - tcp]'¶
[TCP] Bidirectional-streams Over Synchronous HTTP (BOSH)
- transmit_port: AppType = 'transmit-port [5282 - tcp|udp]'¶
[TCP] Marimba Transmitter Port
[UDP] Marimba Transmitter Port
- hacl_hb: AppType = 'hacl-hb [5300 - tcp|udp]'¶
[TCP] HA cluster heartbeat
[UDP] HA cluster heartbeat
- hacl_gs: AppType = 'hacl-gs [5301 - tcp|udp]'¶
[TCP] HA cluster general services
[UDP] HA cluster general services
- hacl_cfg: AppType = 'hacl-cfg [5302 - tcp|udp]'¶
[TCP] HA cluster configuration
[UDP] HA cluster configuration
- hacl_probe: AppType = 'hacl-probe [5303 - tcp|udp]'¶
[TCP] HA cluster probing
[UDP] HA cluster probing
- hacl_local: AppType = 'hacl-local [5304 - tcp|udp]'¶
[TCP] HA Cluster Commands
[UDP] HA Cluster Commands
- permabit_cs: AppType = 'permabit-cs [5312 - tcp|udp]'¶
[TCP] Permabit Client-Server
[UDP] Permabit Client-Server
- rrdp: AppType = 'rrdp [5313 - tcp|udp]'¶
[TCP] Real-time & Reliable Data
[UDP] Real-time & Reliable Data
- opalis_rbt_ipc: AppType = 'opalis-rbt-ipc [5314 - tcp|udp]'¶
[TCP] opalis-rbt-ipc
[UDP] opalis-rbt-ipc
- hacl_poll: AppType = 'hacl-poll [5315 - tcp|udp]'¶
[TCP] HA Cluster UDP Polling
[UDP] HA Cluster UDP Polling
- pkix_cmc: AppType = 'pkix-cmc [5318 - tcp]'¶
[TCP] PKIX Certificate Management using CMS (CMC) [RFC 10003]
- roughtime: AppType = 'roughtime [5319 - tcp|udp]'¶
[TCP] Roughtime time synchronization [RFC-ietf-ntp-roughtime-19]
[UDP] Roughtime time synchronization [RFC-ietf-ntp-roughtime-19]
- bsfsvr_zn_ssl: AppType = 'bsfsvr-zn-ssl [5321 - tcp]'¶
[TCP] Webservices-based Zn interface of BSF over SSL
- kfserver: AppType = 'kfserver [5343 - tcp|udp]'¶
[TCP] Sculptor Database Server
[UDP] Sculptor Database Server
- pcp_multicast: AppType = 'pcp-multicast [5350 - udp]'¶
[UDP] Port Control Protocol Multicast [RFC 6887]
- mdnsresponder: AppType = 'mdnsresponder [5354 - tcp|udp]'¶
[TCP] Multicast DNS Responder IPC
[UDP] Multicast DNS Responder IPC
- ms_smlbiz: AppType = 'ms-smlbiz [5356 - tcp|udp]'¶
[TCP] Microsoft Small Business
[UDP] Microsoft Small Business
- wsdapi: AppType = 'wsdapi [5357 - tcp|udp]'¶
[TCP] Web Services for Devices
[UDP] Web Services for Devices
- wsdapi_s: AppType = 'wsdapi-s [5358 - tcp|udp]'¶
[TCP] WS for Devices Secured
[UDP] WS for Devices Secured
- ms_alerter: AppType = 'ms-alerter [5359 - tcp|udp]'¶
[TCP] Microsoft Alerter
[UDP] Microsoft Alerter
- ms_sideshow: AppType = 'ms-sideshow [5360 - tcp|udp]'¶
[TCP] Protocol for Windows SideShow
[UDP] Protocol for Windows SideShow
- ms_s_sideshow: AppType = 'ms-s-sideshow [5361 - tcp|udp]'¶
[TCP] Secure Protocol for Windows SideShow
[UDP] Secure Protocol for Windows SideShow
- serverwsd2: AppType = 'serverwsd2 [5362 - tcp|udp]'¶
[TCP] Microsoft Windows Server WSD2 Service
[UDP] Microsoft Windows Server WSD2 Service
- net_projection: AppType = 'net-projection [5363 - tcp|udp]'¶
[TCP] Windows Network Projection
[UDP] Windows Network Projection
- stresstester: AppType = 'stresstester [5397 - tcp|udp]'¶
[TCP] StressTester(tm) Injector
[UDP] StressTester(tm) Injector
- elektron_admin: AppType = 'elektron-admin [5398 - tcp|udp]'¶
[TCP] Elektron Administration
[UDP] Elektron Administration
- excerpts: AppType = 'excerpts [5401 - tcp|udp]'¶
[TCP] Excerpt Search Secure
[UDP] Excerpt Search Secure
- hpoms_dps_lstn: AppType = 'hpoms-dps-lstn [5404 - tcp|udp]'¶
[TCP] HPOMS-DPS-LSTN
[UDP] HPOMS-DPS-LSTN
- foresyte_clear: AppType = 'foresyte-clear [5407 - tcp|udp]'¶
[TCP] Foresyte-Clear
[UDP] Foresyte-Clear
- salient_dtasrv: AppType = 'salient-dtasrv [5409 - tcp|udp]'¶
[TCP] Salient Data Server
[UDP] Salient Data Server
- salient_usrmgr: AppType = 'salient-usrmgr [5410 - tcp|udp]'¶
[TCP] Salient User Manager
[UDP] Salient User Manager
- br_channel: AppType = 'br-channel [5425 - tcp|udp]'¶
[TCP] Beyond Remote Command Channel
[UDP] Beyond Remote Command Channel
- base: AppType = 'base [5429 - tcp|udp]'¶
[TCP] Billing and Accounting System Exchange
[UDP] Billing and Accounting System Exchange
- postgresql: AppType = 'postgresql [5432 - tcp|udp]'¶
[TCP] PostgreSQL Database
[UDP] PostgreSQL Database
- sgi_arrayd: AppType = 'sgi-arrayd [5434 - tcp|udp]'¶
[TCP] SGI Array Services Daemon
[UDP] SGI Array Services Daemon
- sceanics: AppType = 'sceanics [5435 - tcp|udp]'¶
[TCP] SCEANICS situation and action notification
[UDP] SCEANICS situation and action notification
- smbdirect: AppType = 'smbdirect [5445 - tcp|sctp]'¶
[TCP] Server Message Block over Remote Direct Memory Access
[SCTP] Server Message Block over Remote Direct Memory Access
- tiepie_disc: AppType = 'tiepie-disc [5450 - udp]'¶
[UDP] TiePie engineering data acquisition (discovery)
- ttlpriceproxy: AppType = 'ttlpriceproxy [5463 - tcp|udp]'¶
[TCP] TTL Price Proxy
[UDP] TTL Price Proxy
- quailnet: AppType = 'quailnet [5464 - tcp|udp]'¶
[TCP] Quail Networks Object Broker
[UDP] Quail Networks Object Broker
- apsolab_col: AppType = 'apsolab-col [5470 - tcp]'¶
[TCP] The Apsolab company’s data collection protocol (native api)
- apsolab_cols: AppType = 'apsolab-cols [5471 - tcp]'¶
[TCP] The Apsolab company’s secure data collection protocol (native api)
- apsolab_tags: AppType = 'apsolab-tags [5473 - tcp]'¶
[TCP] The Apsolab company’s secure dynamic tag protocol
- apsolab_rpc: AppType = 'apsolab-rpc [5474 - udp]'¶
[UDP] The Apsolab company’s status query protocol
- apsolab_data: AppType = 'apsolab-data [5475 - tcp]'¶
[TCP] The Apsolab company’s data retrieval protocol
- fcp_addr_srvr1: AppType = 'fcp-addr-srvr1 [5500 - tcp|udp]'¶
[TCP] fcp-addr-srvr1
[UDP] fcp-addr-srvr1
- fcp_addr_srvr2: AppType = 'fcp-addr-srvr2 [5501 - tcp|udp]'¶
[TCP] fcp-addr-srvr2
[UDP] fcp-addr-srvr2
- fcp_srvr_inst1: AppType = 'fcp-srvr-inst1 [5502 - tcp|udp]'¶
[TCP] fcp-srvr-inst1
[UDP] fcp-srvr-inst1
- fcp_srvr_inst2: AppType = 'fcp-srvr-inst2 [5503 - tcp|udp]'¶
[TCP] fcp-srvr-inst2
[UDP] fcp-srvr-inst2
- checkoutdb: AppType = 'checkoutdb [5505 - tcp|udp]'¶
[TCP] Checkout Database
[UDP] Checkout Database
- matter: AppType = 'matter [5540 - tcp|udp]'¶
[TCP] Matter Operational Discovery and Communi
[UDP] Matter Operational Discovery and Communi
- sgi_eventmond: AppType = 'sgi-eventmond [5553 - tcp|udp]'¶
[TCP] SGI Eventmond Port
[UDP] SGI Eventmond Port
- personal_agent: AppType = 'personal-agent [5555 - tcp|udp]'¶
[TCP] Personal Agent
[UDP] Personal Agent
- dof_dps_mc_sec: AppType = 'dof-dps-mc-sec [5567 - tcp|udp]'¶
[TCP] DOF Protocol Stack Multicast/Secure Transport
[UDP] DOF Protocol Stack Multicast/Secure Transport
- sdt: AppType = 'sdt [5568 - tcp|udp]'¶
[TCP] Session Data Transport Multicast
[UDP] Session Data Transport Multicast
- rdmnet_ctrl: AppType = 'rdmnet-ctrl [5569 - tcp]'¶
[TCP] PLASA E1.33, Remote Device Management (RDM) controller status notifications
- rdmnet_device: AppType = 'rdmnet-device [5569 - udp]'¶
[UDP] PLASA E1.33, Remote Device Management (RDM) messages
- sdmmp: AppType = 'sdmmp [5573 - tcp|udp]'¶
[TCP] SAS Domain Management Messaging Protocol
[UDP] SAS Domain Management Messaging Protocol
- tmosms0: AppType = 'tmosms0 [5580 - tcp|udp]'¶
[TCP] T-Mobile SMS Protocol Message 0
[UDP] T-Mobile SMS Protocol Message 0
- tmosms1: AppType = 'tmosms1 [5581 - tcp|udp]'¶
[TCP] T-Mobile SMS Protocol Message 1
[UDP] T-Mobile SMS Protocol Message 1
- fac_restore: AppType = 'fac-restore [5582 - tcp|udp]'¶
[TCP] T-Mobile SMS Protocol Message 3
[UDP] T-Mobile SMS Protocol Message 3
- tmo_icon_sync: AppType = 'tmo-icon-sync [5583 - tcp|udp]'¶
[TCP] T-Mobile SMS Protocol Message 2
[UDP] T-Mobile SMS Protocol Message 2
- att_mt_sms: AppType = 'att-mt-sms [5586 - tcp]'¶
[TCP] Planning to send mobile terminated SMS to the specific port so that the SMS is not visible to the client
- ininmessaging: AppType = 'ininmessaging [5597 - tcp|udp]'¶
[TCP] inin secure messaging
[UDP] inin secure messaging
- mctfeed: AppType = 'mctfeed [5598 - tcp|udp]'¶
[TCP] MCT Market Data Feed
[UDP] MCT Market Data Feed
- esinstall: AppType = 'esinstall [5599 - tcp|udp]'¶
[TCP] Enterprise Security Remote Install
[UDP] Enterprise Security Remote Install
- esmmanager: AppType = 'esmmanager [5600 - tcp|udp]'¶
[TCP] Enterprise Security Manager
[UDP] Enterprise Security Manager
- esmagent: AppType = 'esmagent [5601 - tcp|udp]'¶
[TCP] Enterprise Security Agent
[UDP] Enterprise Security Agent
- ninaf: AppType = 'ninaf [5627 - tcp|udp]'¶
[TCP] Node Initiated Network Association Forma
[UDP] Node Initiated Network Association Forma
- symantec_sfdb: AppType = 'symantec-sfdb [5629 - tcp|udp]'¶
[TCP] Symantec Storage Foundation for Database
[UDP] Symantec Storage Foundation for Database
- precise_comm: AppType = 'precise-comm [5630 - tcp|udp]'¶
[TCP] PreciseCommunication
[UDP] PreciseCommunication
- pcanywheredata: AppType = 'pcanywheredata [5631 - tcp|udp]'¶
[TCP] pcANYWHEREdata
[UDP] pcANYWHEREdata
- pcanywherestat: AppType = 'pcanywherestat [5632 - tcp|udp]'¶
[TCP] pcANYWHEREstat
[UDP] pcANYWHEREstat
- beorl: AppType = 'beorl [5633 - tcp|udp]'¶
[TCP] BE Operations Request Listener
[UDP] BE Operations Request Listener
- flcrs: AppType = 'flcrs [5638 - tcp]'¶
[TCP] Symantec Fingerprint Lookup and Container Reference Service
- amqps: AppType = 'amqps [5671 - tcp|udp]'¶
[TCP] amqp protocol over TLS/SSL
[UDP] amqp protocol over TLS/SSL
- hyperscsi_port: AppType = 'hyperscsi-port [5674 - tcp|udp]'¶
[TCP] HyperSCSI Port
[UDP] HyperSCSI Port
- questdb2_lnchr: AppType = 'questdb2-lnchr [5677 - tcp|udp]'¶
[TCP] Quest Central DB2 Launchr
[UDP] Quest Central DB2 Launchr
- rrac: AppType = 'rrac [5678 - tcp|udp]'¶
[TCP] Remote Replication Agent Connection
[UDP] Remote Replication Agent Connection
- dccm: AppType = 'dccm [5679 - tcp|udp]'¶
[TCP] Direct Cable Connect Manager
[UDP] Direct Cable Connect Manager
- auriga_router: AppType = 'auriga-router [5680 - tcp|udp]'¶
[TCP] Auriga Router Service
[UDP] Auriga Router Service
- ncxcp: AppType = 'ncxcp [5681 - tcp|udp]'¶
[TCP] Net-coneX Control Protocol
[UDP] Net-coneX Control Protocol
- qmvideo: AppType = 'qmvideo [5689 - tcp|udp]'¶
[TCP] QM video network management protocol
[UDP] QM video network management protocol
- supportassist: AppType = 'supportassist [5700 - tcp]'¶
[TCP] Dell SupportAssist data center management
[TCP] proshare conf audio
[UDP] proshare conf audio
[TCP] proshare conf video
[UDP] proshare conf video
[TCP] proshare conf data
[UDP] proshare conf data
[TCP] proshare conf request
[UDP] proshare conf request
[TCP] proshare conf notify
[UDP] proshare conf notify
- dpm: AppType = 'dpm [5718 - tcp|udp]'¶
[TCP] DPM Communication Server
[UDP] DPM Communication Server
- dpm_agent: AppType = 'dpm-agent [5719 - tcp|udp]'¶
[TCP] DPM Agent Coordinator
[UDP] DPM Agent Coordinator
- dtpt: AppType = 'dtpt [5721 - tcp|udp]'¶
[TCP] Desktop Passthru Service
[UDP] Desktop Passthru Service
- msdfsr: AppType = 'msdfsr [5722 - tcp|udp]'¶
[TCP] Microsoft DFS Replication Service
[UDP] Microsoft DFS Replication Service
- omhs: AppType = 'omhs [5723 - tcp|udp]'¶
[TCP] Operations Manager - Health Service
[UDP] Operations Manager - Health Service
- omsdk: AppType = 'omsdk [5724 - tcp|udp]'¶
[TCP] Operations Manager - SDK Service
[UDP] Operations Manager - SDK Service
- ms_ilm_sts: AppType = 'ms-ilm-sts [5726 - tcp]'¶
[TCP] Microsoft Lifecycle Manager Secure Token Service
- io_dist_group: AppType = 'io-dist-group [5728 - udp]'¶
[UDP] Dist. I/O Comm. Service Group Membership
- openmail: AppType = 'openmail [5729 - tcp|udp]'¶
[TCP] Openmail User Agent Layer
[UDP] Openmail User Agent Layer
- unieng: AppType = 'unieng [5730 - tcp|udp]'¶
[TCP] Steltor’s calendar access
[UDP] Steltor’s calendar access
- ida_discover1: AppType = 'ida-discover1 [5741 - tcp|udp]'¶
[TCP] IDA Discover Port 1
[UDP] IDA Discover Port 1
- ida_discover2: AppType = 'ida-discover2 [5742 - tcp|udp]'¶
[TCP] IDA Discover Port 2
[UDP] IDA Discover Port 2
- watchdoc_pod: AppType = 'watchdoc-pod [5743 - tcp|udp]'¶
[TCP] Watchdoc NetPOD Protocol
[UDP] Watchdoc NetPOD Protocol
- tunalyzer: AppType = 'tunalyzer [5748 - tcp|udp]'¶
[TCP] Wildbits Tunalyzer
[UDP] Wildbits Tunalyzer
- rscd: AppType = 'rscd [5750 - tcp|udp]'¶
[TCP] Bladelogic Agent Service
[UDP] Bladelogic Agent Service
- openmailg: AppType = 'openmailg [5755 - tcp|udp]'¶
[TCP] OpenMail Desk Gateway server
[UDP] OpenMail Desk Gateway server
- x500ms: AppType = 'x500ms [5757 - tcp|udp]'¶
[TCP] OpenMail X.500 Directory Server
[UDP] OpenMail X.500 Directory Server
- openmailns: AppType = 'openmailns [5766 - tcp|udp]'¶
[TCP] OpenMail NewMail Server
[UDP] OpenMail NewMail Server
- s_openmail: AppType = 's-openmail [5767 - tcp|udp]'¶
[TCP] OpenMail Suer Agent Layer (Secure)
[UDP] OpenMail Suer Agent Layer (Secure)
- openmailpxy: AppType = 'openmailpxy [5768 - tcp|udp]'¶
[TCP] OpenMail CMTS Server
[UDP] OpenMail CMTS Server
- spramsca: AppType = 'spramsca [5769 - tcp|udp]'¶
[TCP] x509solutions Internal CA
[UDP] x509solutions Internal CA
- spramsd: AppType = 'spramsd [5770 - tcp|udp]'¶
[TCP] x509solutions Secure Data
[UDP] x509solutions Secure Data
- starfield_io: AppType = 'starfield-io [5777 - tcp|udp]'¶
[TCP] Control commands and responses
[UDP] Control commands and responses
- AppType_3par_evts: AppType = '3par-evts [5781 - tcp|udp]'¶
[TCP] 3PAR Event Reporting Service
[UDP] 3PAR Event Reporting Service
- AppType_3par_mgmt: AppType = '3par-mgmt [5782 - tcp|udp]'¶
[TCP] 3PAR Management Service
[UDP] 3PAR Management Service
- AppType_3par_mgmt_ssl: AppType = '3par-mgmt-ssl [5783 - tcp|udp]'¶
[TCP] 3PAR Management Service with SSL
[UDP] 3PAR Management Service with SSL
- AppType_3par_rcopy: AppType = '3par-rcopy [5785 - tcp|udp]'¶
[TCP] 3PAR Inform Remote Copy
[UDP] 3PAR Inform Remote Copy
- xtreamx: AppType = 'xtreamx [5793 - tcp|udp]'¶
[TCP] XtreamX Supervised Peer message
[UDP] XtreamX Supervised Peer message
- spt_automation: AppType = 'spt-automation [5814 - tcp|udp]'¶
[TCP] Support Automation
[UDP] Support Automation
- shiprush_d_ch: AppType = 'shiprush-d-ch [5841 - tcp]'¶
[TCP] Z-firm ShipRush interface for web access and bidirectional data
- ppsuitemsg: AppType = 'ppsuitemsg [5863 - tcp|udp]'¶
[TCP] PlanetPress Suite Messeng
[UDP] PlanetPress Suite Messeng
- ff_ice: AppType = 'ff-ice [5903 - tcp|udp|sctp]'¶
[TCP] Flight & Flow Info for Collaborative Env
[UDP] Flight & Flow Info for Collaborative Env
[SCTP] Flight & Flow Info for Collaborative Env
- ag_swim: AppType = 'ag-swim [5904 - tcp|udp|sctp]'¶
[TCP] Air-Ground SWIM
[UDP] Air-Ground SWIM
[SCTP] Air-Ground SWIM
- asmgcs: AppType = 'asmgcs [5905 - tcp|udp|sctp]'¶
[TCP] Adv Surface Mvmnt and Guidance Cont Sys
[UDP] Adv Surface Mvmnt and Guidance Cont Sys
[SCTP] Adv Surface Mvmnt and Guidance Cont Sys
- rpas_c2: AppType = 'rpas-c2 [5906 - tcp|udp|sctp]'¶
[TCP] Remotely Piloted Vehicle C&C
[UDP] Remotely Piloted Vehicle C&C
[SCTP] Remotely Piloted Vehicle C&C
- dsd: AppType = 'dsd [5907 - tcp|udp|sctp]'¶
[TCP] Distress and Safety Data App
[UDP] Distress and Safety Data App
[SCTP] Distress and Safety Data App
- ipsma: AppType = 'ipsma [5908 - tcp|udp|sctp]'¶
[TCP] IPS Management Application
[UDP] IPS Management Application
[SCTP] IPS Management Application
- agma: AppType = 'agma [5909 - tcp|udp|sctp]'¶
[TCP] Air-ground media advisory
[UDP] Air-ground media advisory
[SCTP] Air-ground media advisory
- ats_atn: AppType = 'ats-atn [5910 - tcp|udp]'¶
[TCP] Air Traffic Services applications using ATN
[UDP] Air Traffic Services applications using ATN
- ats_acars: AppType = 'ats-acars [5911 - tcp|udp]'¶
[TCP] Air Traffic Services applications using ACARS
[UDP] Air Traffic Services applications using ACARS
- ais_met: AppType = 'ais-met [5912 - tcp|udp]'¶
[TCP] Aeronautical Information Service/Meteorological applications using ACARS
[UDP] Aeronautical Information Service/Meteorological applications using ACARS
- aoc_acars: AppType = 'aoc-acars [5913 - tcp|udp]'¶
[TCP] Airline operational communications applications using ACARS
[UDP] Airline operational communications applications using ACARS
- ipsdtls: AppType = 'ipsdtls [5914 - tcp|udp|sctp]'¶
[TCP] Security for Internet Protocol Suite
[UDP] Security for Internet Protocol Suite
[SCTP] Security for Internet Protocol Suite
- indy: AppType = 'indy [5963 - tcp|udp]'¶
[TCP] Indy Application Server
[UDP] Indy Application Server
- wsman: AppType = 'wsman [5985 - tcp|udp]'¶
[TCP] WBEM WS-Management HTTP
[UDP] WBEM WS-Management HTTP
- wsmans: AppType = 'wsmans [5986 - tcp|udp]'¶
[TCP] WBEM WS-Management HTTP over TLS/SSL
[UDP] WBEM WS-Management HTTP over TLS/SSL
- wbem_http: AppType = 'wbem-http [5988 - tcp|udp]'¶
[TCP] WBEM CIM-XML (HTTP)
[UDP] WBEM CIM-XML (HTTP)
- wbem_https: AppType = 'wbem-https [5989 - tcp|udp]'¶
[TCP] WBEM CIM-XML (HTTPS)
[UDP] WBEM CIM-XML (HTTPS)
- wbem_exp_https: AppType = 'wbem-exp-https [5990 - tcp|udp]'¶
[TCP] WBEM Export HTTPS
[UDP] WBEM Export HTTPS
- consul_insight: AppType = 'consul-insight [5992 - tcp|udp]'¶
[TCP] Consul InSight Security
[UDP] Consul InSight Security
- geneve: AppType = 'geneve [6081 - udp]'¶
[UDP] Generic Network Virtualization Encapsulation (Geneve) [RFC 8926]
- p25cai: AppType = 'p25cai [6082 - udp]'¶
[UDP] APCO Project 25 Common Air Interface - UDP encapsulation
- reload_config: AppType = 'reload-config [6084 - tcp]'¶
[TCP] Peer to Peer Infrastructure Configuration [RFC 6940]
- konspire2b: AppType = 'konspire2b [6085 - tcp|udp]'¶
[TCP] konspire2b p2p network
[UDP] konspire2b p2p network
- ldss: AppType = 'ldss [6087 - tcp|udp]'¶
[TCP] Local Download Sharing Service
[UDP] Local Download Sharing Service
- synchronet_rtc: AppType = 'synchronet-rtc [6101 - tcp|udp]'¶
[TCP] SynchroNet-rtc
[UDP] SynchroNet-rtc
- synchronet_upd: AppType = 'synchronet-upd [6102 - tcp|udp]'¶
[TCP] SynchroNet-upd
[UDP] SynchroNet-upd
- sercomm_scadmin: AppType = 'sercomm-scadmin [6108 - tcp|udp]'¶
[TCP] Sercomm-SCAdmin
[UDP] Sercomm-SCAdmin
- spc: AppType = 'spc [6111 - tcp|udp]'¶
[TCP] HP SoftBench Sub-Process Control
[UDP] HP SoftBench Sub-Process Control
- dtspcd: AppType = 'dtspcd [6112 - tcp|udp]'¶
[TCP] Desk-Top Sub-Process Control Daemon
[UDP] Desk-Top Sub-Process Control Daemon
- bex_webadmin: AppType = 'bex-webadmin [6122 - tcp|udp]'¶
[TCP] Backup Express Web Server
[UDP] Backup Express Web Server
- backup_express: AppType = 'backup-express [6123 - tcp|udp]'¶
[TCP] Backup Express
[UDP] Backup Express
- pnbs: AppType = 'pnbs [6124 - tcp|udp]'¶
[TCP] Phlexible Network Backup Service
[UDP] Phlexible Network Backup Service
- damewaremobgtwy: AppType = 'damewaremobgtwy [6130 - tcp]'¶
[TCP] The DameWare Mobile Gateway Service
- nbt_wol: AppType = 'nbt-wol [6133 - tcp|udp]'¶
[TCP] New Boundary Tech WOL
[UDP] New Boundary Tech WOL
- pulsonixnls: AppType = 'pulsonixnls [6140 - tcp|udp]'¶
[TCP] Pulsonix Network License Service
[UDP] Pulsonix Network License Service
- meta_corp: AppType = 'meta-corp [6141 - tcp|udp]'¶
[TCP] Meta Corporation License Manager
[UDP] Meta Corporation License Manager
- aspentec_lm: AppType = 'aspentec-lm [6142 - tcp|udp]'¶
[TCP] Aspen Technology License Manager
[UDP] Aspen Technology License Manager
- watershed_lm: AppType = 'watershed-lm [6143 - tcp|udp]'¶
[TCP] Watershed License Manager
[UDP] Watershed License Manager
- statsci1_lm: AppType = 'statsci1-lm [6144 - tcp|udp]'¶
[TCP] StatSci License Manager - 1
[UDP] StatSci License Manager - 1
- statsci2_lm: AppType = 'statsci2-lm [6145 - tcp|udp]'¶
[TCP] StatSci License Manager - 2
[UDP] StatSci License Manager - 2
- lonewolf_lm: AppType = 'lonewolf-lm [6146 - tcp|udp]'¶
[TCP] Lone Wolf Systems License Manager
[UDP] Lone Wolf Systems License Manager
- montage_lm: AppType = 'montage-lm [6147 - tcp|udp]'¶
[TCP] Montage License Manager
[UDP] Montage License Manager
- ricardo_lm_1522: AppType = 'ricardo-lm [1522 - tcp|udp]'¶
[TCP] Ricardo North America License Manager
[UDP] Ricardo North America License Manager
- ricardo_lm_6148: AppType = 'ricardo-lm [6148 - tcp|udp]'¶
[TCP] Ricardo North America License Manager
[UDP] Ricardo North America License Manager
- ecmp_data: AppType = 'ecmp-data [6160 - udp]'¶
[UDP] Emerson Extensible Control and Management Protocol Data
- patrol_ism: AppType = 'patrol-ism [6161 - tcp|udp]'¶
[TCP] PATROL Internet Srv Mgr
[UDP] PATROL Internet Srv Mgr
- patrol_coll: AppType = 'patrol-coll [6162 - tcp|udp]'¶
[TCP] PATROL Collector
[UDP] PATROL Collector
- pscribe: AppType = 'pscribe [6163 - tcp|udp]'¶
[TCP] Precision Scribe Cnx Port
[UDP] Precision Scribe Cnx Port
- lm_x: AppType = 'lm-x [6200 - tcp|udp]'¶
[TCP] LM-X License Manager by X-Formation
[UDP] LM-X License Manager by X-Formation
- thermo_calc: AppType = 'thermo-calc [6201 - udp]'¶
[UDP] Management of service nodes in a processing grid for thermodynamic calculations
- radmind: AppType = 'radmind [6222 - tcp|udp]'¶
[TCP] Radmind Access Protocol
[UDP] Radmind Access Protocol
- jeol_nsdtp_1: AppType = 'jeol-nsdtp-1 [6241 - tcp]'¶
[TCP] JEOL Network Services Data Transport Protocol 1
- jeol_nsddp_1: AppType = 'jeol-nsddp-1 [6241 - udp]'¶
[UDP] JEOL Network Services Dynamic Discovery Protocol 1
- jeol_nsdtp_2: AppType = 'jeol-nsdtp-2 [6242 - tcp]'¶
[TCP] JEOL Network Services Data Transport Protocol 2
- jeol_nsddp_2: AppType = 'jeol-nsddp-2 [6242 - udp]'¶
[UDP] JEOL Network Services Dynamic Discovery Protocol 2
- jeol_nsdtp_3: AppType = 'jeol-nsdtp-3 [6243 - tcp]'¶
[TCP] JEOL Network Services Data Transport Protocol 3
- jeol_nsddp_3: AppType = 'jeol-nsddp-3 [6243 - udp]'¶
[UDP] JEOL Network Services Dynamic Discovery Protocol 3
- jeol_nsdtp_4: AppType = 'jeol-nsdtp-4 [6244 - tcp]'¶
[TCP] JEOL Network Services Data Transport Protocol 4
- jeol_nsddp_4: AppType = 'jeol-nsddp-4 [6244 - udp]'¶
[UDP] JEOL Network Services Dynamic Discovery Protocol 4
- tl1_raw_ssl: AppType = 'tl1-raw-ssl [6251 - tcp|udp]'¶
[TCP] TL1 Raw Over SSL/TLS
[UDP] TL1 Raw Over SSL/TLS
- grid_alt: AppType = 'grid-alt [6269 - tcp|udp]'¶
[TCP] Grid Authentication Alt
[UDP] Grid Authentication Alt
- bmc_ctd_ldap: AppType = 'bmc-ctd-ldap [6301 - tcp|udp]'¶
[TCP] BMC CONTROL-D LDAP SERVER IANA assigned this well-formed service name as a replacement for “bmc_ctd_ldap”.
[TCP] BMC CONTROL-D LDAP SERVER
[UDP] BMC CONTROL-D LDAP SERVER IANA assigned this well-formed service name as a replacement for “bmc_ctd_ldap”.
[UDP] BMC CONTROL-D LDAP SERVER
- ufmp: AppType = 'ufmp [6306 - tcp|udp]'¶
[TCP] Unified Fabric Management Protocol
[UDP] Unified Fabric Management Protocol
- scup_disc: AppType = 'scup-disc [6315 - udp]'¶
[UDP] Sensor Control Unit Protocol Discovery Protocol
- abb_escp: AppType = 'abb-escp [6316 - tcp|udp]'¶
[TCP] Ethernet Sensor Communications Protocol
[UDP] Ethernet Sensor Communications Protocol
[TCP] Navtech Radar Sensor Data Command
[UDP] Navtech Radar Sensor Data
- repsvc: AppType = 'repsvc [6320 - tcp|udp]'¶
[TCP] Double-Take Replication Service
[UDP] Double-Take Replication Service
- emp_server1: AppType = 'emp-server1 [6321 - tcp|udp]'¶
[TCP] Empress Software Connectivity Server 1
[UDP] Empress Software Connectivity Server 1
- emp_server2: AppType = 'emp-server2 [6322 - tcp|udp]'¶
[TCP] Empress Software Connectivity Server 2
[UDP] Empress Software Connectivity Server 2
- sflow: AppType = 'sflow [6343 - tcp|udp]'¶
[TCP] sFlow traffic monitoring
[UDP] sFlow traffic monitoring
- streletz: AppType = 'streletz [6344 - tcp]'¶
[TCP] Argus-Spectr security and fire-prevention systems service
- adap: AppType = 'adap [6350 - tcp|udp]'¶
[TCP] App Discovery and Access Protocol
[UDP] App Discovery and Access Protocol
- metaedit_mu: AppType = 'metaedit-mu [6360 - tcp|udp]'¶
[TCP] MetaEdit+ Multi-User
[UDP] MetaEdit+ Multi-User
- metaedit_se: AppType = 'metaedit-se [6370 - tcp|udp]'¶
[TCP] MetaEdit+ Server Administration
[UDP] MetaEdit+ Server Administration
- metatude_mds: AppType = 'metatude-mds [6382 - tcp|udp]'¶
[TCP] Metatude Dialogue Server
[UDP] Metatude Dialogue Server
- clariion_evr01: AppType = 'clariion-evr01 [6389 - tcp|udp]'¶
[TCP] clariion-evr01
[UDP] clariion-evr01
- metaedit_ws: AppType = 'metaedit-ws [6390 - tcp|udp]'¶
[TCP] MetaEdit+ WebService API
[UDP] MetaEdit+ WebService API
- boe_filesvr: AppType = 'boe-filesvr [6404 - undefined]'¶
[N/A] Business Objects Enterprise internal server
- boe_pagesvr: AppType = 'boe-pagesvr [6405 - undefined]'¶
[N/A] Business Objects Enterprise internal server
- boe_processsvr: AppType = 'boe-processsvr [6406 - undefined]'¶
[N/A] Business Objects Enterprise internal server
- boe_resssvr1: AppType = 'boe-resssvr1 [6407 - undefined]'¶
[N/A] Business Objects Enterprise internal server
- boe_resssvr2: AppType = 'boe-resssvr2 [6408 - undefined]'¶
[N/A] Business Objects Enterprise internal server
- boe_resssvr3: AppType = 'boe-resssvr3 [6409 - undefined]'¶
[N/A] Business Objects Enterprise internal server
- boe_resssvr4: AppType = 'boe-resssvr4 [6410 - undefined]'¶
[N/A] Business Objects Enterprise internal server
- faxcomservice: AppType = 'faxcomservice [6417 - tcp|udp]'¶
[TCP] Faxcom Message Service
[UDP] Faxcom Message Service
- sun_sr_https: AppType = 'sun-sr-https [6443 - tcp|udp]'¶
[TCP] Service Registry Default HTTPS Domain
[UDP] Service Registry Default HTTPS Domain
- sge_execd: AppType = 'sge-execd [6445 - tcp|udp]'¶
[TCP] Grid Engine Execution Service IANA assigned this well-formed service name as a replacement for “sge_execd”.
[TCP] Grid Engine Execution Service
[UDP] Grid Engine Execution Service IANA assigned this well-formed service name as a replacement for “sge_execd”.
[UDP] Grid Engine Execution Service
- skip_cert_recv: AppType = 'skip-cert-recv [6455 - tcp|udp]'¶
[TCP] SKIP Certificate Receive
[UDP] SKIP Certificate Receive
- skip_cert_send: AppType = 'skip-cert-send [6456 - tcp|udp]'¶
[TCP] SKIP Certificate Send
[UDP] SKIP Certificate Send
- ieee11073_20701: AppType = 'ieee11073-20701 [6464 - tcp|udp]'¶
[TCP] Port assignment for medical device communication in accordance to IEEE 11073-20701
[UDP] Port assignment for medical device communication in accordance to IEEE 11073-20701
- lvision_lm: AppType = 'lvision-lm [6471 - tcp|udp]'¶
[TCP] LVision License Manager
[UDP] LVision License Manager
- sun_sr_http: AppType = 'sun-sr-http [6480 - tcp|udp]'¶
[TCP] Service Registry Default HTTP Domain
[UDP] Service Registry Default HTTP Domain
- ldoms_mgmt: AppType = 'ldoms-mgmt [6482 - tcp|udp]'¶
[TCP] Logical Domains Management Interface
[UDP] Logical Domains Management Interface
- sun_sr_jms: AppType = 'sun-sr-jms [6484 - tcp|udp]'¶
[TCP] Service Registry Default JMS Domain
[UDP] Service Registry Default JMS Domain
- sun_sr_iiop: AppType = 'sun-sr-iiop [6485 - tcp|udp]'¶
[TCP] Service Registry Default IIOP Domain
[UDP] Service Registry Default IIOP Domain
- sun_sr_iiops: AppType = 'sun-sr-iiops [6486 - tcp|udp]'¶
[TCP] Service Registry Default IIOPS Domain
[UDP] Service Registry Default IIOPS Domain
- sun_sr_iiop_aut: AppType = 'sun-sr-iiop-aut [6487 - tcp|udp]'¶
[TCP] Service Registry Default IIOPAuth Domain
[UDP] Service Registry Default IIOPAuth Domain
- sun_sr_jmx: AppType = 'sun-sr-jmx [6488 - tcp|udp]'¶
[TCP] Service Registry Default JMX Domain
[UDP] Service Registry Default JMX Domain
- sun_sr_admin: AppType = 'sun-sr-admin [6489 - tcp|udp]'¶
[TCP] Service Registry Default Admin Domain
[UDP] Service Registry Default Admin Domain
- boks_servc: AppType = 'boks-servc [6501 - tcp|udp]'¶
[TCP] BoKS Servc IANA assigned this well-formed service name as a replacement for “boks_servc”.
[TCP] BoKS Servc
[UDP] BoKS Servc IANA assigned this well-formed service name as a replacement for “boks_servc”.
[UDP] BoKS Servc
- boks_servm: AppType = 'boks-servm [6502 - tcp|udp]'¶
[TCP] BoKS Servm IANA assigned this well-formed service name as a replacement for “boks_servm”.
[TCP] BoKS Servm
[UDP] BoKS Servm IANA assigned this well-formed service name as a replacement for “boks_servm”.
[UDP] BoKS Servm
- boks_clntd: AppType = 'boks-clntd [6503 - tcp|udp]'¶
[TCP] BoKS Clntd IANA assigned this well-formed service name as a replacement for “boks_clntd”.
[TCP] BoKS Clntd
[UDP] BoKS Clntd IANA assigned this well-formed service name as a replacement for “boks_clntd”.
[UDP] BoKS Clntd
- badm_priv: AppType = 'badm-priv [6505 - tcp|udp]'¶
[TCP] BoKS Admin Private Port IANA assigned this well-formed service name as a replacement for “badm_priv”.
[TCP] BoKS Admin Private Port
[UDP] BoKS Admin Private Port IANA assigned this well-formed service name as a replacement for “badm_priv”.
[UDP] BoKS Admin Private Port
- badm_pub: AppType = 'badm-pub [6506 - tcp|udp]'¶
[TCP] BoKS Admin Public Port IANA assigned this well-formed service name as a replacement for “badm_pub”.
[TCP] BoKS Admin Public Port
[UDP] BoKS Admin Public Port IANA assigned this well-formed service name as a replacement for “badm_pub”.
[UDP] BoKS Admin Public Port
- bdir_priv: AppType = 'bdir-priv [6507 - tcp|udp]'¶
[TCP] BoKS Dir Server, Private Port IANA assigned this well-formed service name as a replacement for “bdir_priv”.
[TCP] BoKS Dir Server, Private Port
[UDP] BoKS Dir Server, Private Port IANA assigned this well-formed service name as a replacement for “bdir_priv”.
[UDP] BoKS Dir Server, Private Port
- bdir_pub: AppType = 'bdir-pub [6508 - tcp|udp]'¶
[TCP] BoKS Dir Server, Public Port IANA assigned this well-formed service name as a replacement for “bdir_pub”.
[TCP] BoKS Dir Server, Public Port
[UDP] BoKS Dir Server, Public Port IANA assigned this well-formed service name as a replacement for “bdir_pub”.
[UDP] BoKS Dir Server, Public Port
- dccp_udp: AppType = 'dccp-udp [6511 - udp]'¶
[UDP] Datagram Congestion Control Protocol Encapsulation for NAT Traversal [RFC 6773]
- elipse_rec: AppType = 'elipse-rec [6515 - tcp|udp]'¶
[TCP] Elipse RPC Protocol
[UDP] Elipse RPC Protocol
- canit_store: AppType = 'canit-store [6568 - tcp]'¶
[TCP] CanIt Storage Manager IANA assigned this well-formed service name as a replacement for “canit_store”.
[TCP] CanIt Storage Manager
- rp_reputation: AppType = 'rp-reputation [6568 - udp]'¶
[UDP] Roaring Penguin IP Address Reputation Collection
- parsec_master: AppType = 'parsec-master [6580 - tcp|udp]'¶
[TCP] Parsec Masterserver
[UDP] Parsec Masterserver
- parsec_peer: AppType = 'parsec-peer [6581 - tcp|udp]'¶
[TCP] Parsec Peer-to-Peer
[UDP] Parsec Peer-to-Peer
- parsec_game: AppType = 'parsec-game [6582 - tcp|udp]'¶
[TCP] Parsec Gameserver
[UDP] Parsec Gameserver
- joajewelsuite: AppType = 'joajewelsuite [6583 - tcp|udp]'¶
[TCP] JOA Jewel Suite
[UDP] JOA Jewel Suite
- kftp_data: AppType = 'kftp-data [6620 - tcp|udp]'¶
[TCP] Kerberos V5 FTP Data
[UDP] Kerberos V5 FTP Data
- kftp: AppType = 'kftp [6621 - tcp|udp]'¶
[TCP] Kerberos V5 FTP Control
[UDP] Kerberos V5 FTP Control
- wago_service: AppType = 'wago-service [6626 - tcp|udp]'¶
[TCP] WAGO Service and Update
[UDP] WAGO Service and Update
- nexgen: AppType = 'nexgen [6627 - tcp|udp]'¶
[TCP] Allied Electronics NeXGen
[UDP] Allied Electronics NeXGen
- afesc_mc: AppType = 'afesc-mc [6628 - tcp|udp]'¶
[TCP] AFE Stock Channel M/C
[UDP] AFE Stock Channel M/C
- nexgen_aux: AppType = 'nexgen-aux [6629 - tcp|udp]'¶
[TCP] Secondary, (non ANDI) multi-protocol multi-function interface to the Allied ANDI-based family of forecourt controllers
[UDP] Secondary, (non ANDI) multi-protocol multi-function interface to the Allied ANDI-based family of forecourt controllers
- mpls_udp: AppType = 'mpls-udp [6635 - udp]'¶
[UDP] Encapsulate MPLS packets in UDP tunnels. [RFC 7510]
- mpls_udp_dtls: AppType = 'mpls-udp-dtls [6636 - udp]'¶
[UDP] Encapsulate MPLS packets in UDP tunnels with DTLS. [RFC 7510]
- vocaltec_gold: AppType = 'vocaltec-gold [6670 - tcp|udp]'¶
[TCP] Vocaltec Global Online Directory
[UDP] Vocaltec Global Online Directory
- p4p_portal: AppType = 'p4p-portal [6671 - tcp|udp]'¶
[TCP] P4P Portal Service
[UDP] P4P Portal Service
- vision_server: AppType = 'vision-server [6672 - tcp|udp]'¶
[TCP] vision_server IANA assigned this well-formed service name as a replacement for “vision_server”.
[TCP] vision_server
[UDP] vision_server IANA assigned this well-formed service name as a replacement for “vision_server”.
[UDP] vision_server
- vision_elmd: AppType = 'vision-elmd [6673 - tcp|udp]'¶
[TCP] vision_elmd IANA assigned this well-formed service name as a replacement for “vision_elmd”.
[TCP] vision_elmd
[UDP] vision_elmd IANA assigned this well-formed service name as a replacement for “vision_elmd”.
[UDP] vision_elmd
- tsa: AppType = 'tsa [6689 - tcp|udp]'¶
[TCP] Tofino Security Appliance
[UDP] Tofino Security Appliance
- kti_icad_srvr: AppType = 'kti-icad-srvr [6701 - tcp|udp]'¶
[TCP] KTI/ICAD Nameserver
[UDP] KTI/ICAD Nameserver
- e_design_net: AppType = 'e-design-net [6702 - tcp|udp]'¶
[TCP] e-Design network
[UDP] e-Design network
- ibprotocol: AppType = 'ibprotocol [6714 - tcp|udp]'¶
[TCP] Internet Backplane Protocol
[UDP] Internet Backplane Protocol
- fibotrader_com: AppType = 'fibotrader-com [6715 - tcp|udp]'¶
[TCP] Fibotrader Communications
[UDP] Fibotrader Communications
- bmc_perf_agent: AppType = 'bmc-perf-agent [6767 - tcp|udp]'¶
[TCP] BMC PERFORM AGENT
[UDP] BMC PERFORM AGENT
- bmc_perf_mgrd: AppType = 'bmc-perf-mgrd [6768 - tcp|udp]'¶
[TCP] BMC PERFORM MGRD
[UDP] BMC PERFORM MGRD
- adi_gxp_srvprt: AppType = 'adi-gxp-srvprt [6769 - tcp|udp]'¶
[TCP] ADInstruments GxP Server
[UDP] ADInstruments GxP Server
- plysrv_https: AppType = 'plysrv-https [6771 - tcp|udp]'¶
[TCP] PolyServe https
[UDP] PolyServe https
- bfd_lag: AppType = 'bfd-lag [6784 - udp]'¶
[UDP] Bidirectional Forwarding Detection (BFD) on Link Aggregation Group (LAG) Interfaces [RFC 7130]
- dgpf_exchg: AppType = 'dgpf-exchg [6785 - tcp|udp]'¶
[TCP] DGPF Individual Exchange
[UDP] DGPF Individual Exchange
- smc_jmx: AppType = 'smc-jmx [6786 - tcp|udp]'¶
[TCP] Sun Java Web Console JMX
[UDP] Sun Java Web Console JMX
- smc_admin: AppType = 'smc-admin [6787 - tcp|udp]'¶
[TCP] Sun Web Console Admin
[UDP] Sun Web Console Admin
- acnet: AppType = 'acnet [6801 - tcp|udp]'¶
[TCP] ACNET Control System Protocol
[UDP] ACNET Control System Protocol
- split_ping: AppType = 'split-ping [6924 - tcp|udp]'¶
[TCP] Ping with RX/TX latency/loss split
[UDP] Ping with RX/TX latency/loss split
- xsmsvc: AppType = 'xsmsvc [6936 - tcp|udp]'¶
[TCP] XenSource Management Service
[UDP] XenSource Management Service
- mobilitysrv: AppType = 'mobilitysrv [6997 - tcp|udp]'¶
[TCP] Mobility XE Protocol
[UDP] Mobility XE Protocol
- iatp_normalpri: AppType = 'iatp-normalpri [6999 - tcp|udp]'¶
[TCP] IATP-normalPri
[UDP] IATP-normalPri
- afs3_fileserver: AppType = 'afs3-fileserver [7000 - tcp|udp]'¶
[TCP] file server itself
[UDP] file server itself
- afs3_callback: AppType = 'afs3-callback [7001 - tcp|udp]'¶
[TCP] callbacks to cache managers
[UDP] callbacks to cache managers
- afs3_prserver: AppType = 'afs3-prserver [7002 - tcp|udp]'¶
[TCP] users & groups database
[UDP] users & groups database
- afs3_vlserver: AppType = 'afs3-vlserver [7003 - tcp|udp]'¶
[TCP] volume location database
[UDP] volume location database
- afs3_kaserver: AppType = 'afs3-kaserver [7004 - tcp|udp]'¶
[TCP] AFS/Kerberos authentication service
[UDP] AFS/Kerberos authentication service
- afs3_volser: AppType = 'afs3-volser [7005 - tcp|udp]'¶
[TCP] volume managment server
[UDP] volume managment server
- afs3_errors: AppType = 'afs3-errors [7006 - tcp|udp]'¶
[TCP] error interpretation service
[UDP] error interpretation service
- afs3_bos: AppType = 'afs3-bos [7007 - tcp|udp]'¶
[TCP] basic overseer process
[UDP] basic overseer process
- afs3_update: AppType = 'afs3-update [7008 - tcp|udp]'¶
[TCP] server-to-server updater
[UDP] server-to-server updater
- afs3_rmtsys: AppType = 'afs3-rmtsys [7009 - tcp|udp]'¶
[TCP] remote cache manager service
[UDP] remote cache manager service
- ups_onlinet: AppType = 'ups-onlinet [7010 - tcp|udp]'¶
[TCP] onlinet uninterruptable power supplies
[UDP] onlinet uninterruptable power supplies
- talon_disc: AppType = 'talon-disc [7011 - tcp|udp]'¶
[TCP] Talon Discovery Port
[UDP] Talon Discovery Port
- microtalon_dis: AppType = 'microtalon-dis [7013 - tcp|udp]'¶
[TCP] Microtalon Discovery
[UDP] Microtalon Discovery
- microtalon_com: AppType = 'microtalon-com [7014 - tcp|udp]'¶
[TCP] Microtalon Communications
[UDP] Microtalon Communications
- talon_webserver: AppType = 'talon-webserver [7015 - tcp|udp]'¶
[TCP] Talon Webserver
[UDP] Talon Webserver
- vmsvc_2: AppType = 'vmsvc-2 [7025 - tcp|udp]'¶
[TCP] Vormetric Service II
[UDP] Vormetric Service II
- quest_disc: AppType = 'quest-disc [7040 - udp]'¶
[UDP] Quest application level network service discovery
- iwg1: AppType = 'iwg1 [7071 - tcp|udp]'¶
[TCP] IWGADTS Aircraft Housekeeping Message
[UDP] IWGADTS Aircraft Housekeeping Message
- empowerid: AppType = 'empowerid [7080 - tcp|udp]'¶
[TCP] EmpowerID Communication
[UDP] EmpowerID Communication
- elcn: AppType = 'elcn [7101 - tcp|udp]'¶
[TCP] Embedded Light Control Network
[UDP] Embedded Light Control Network
- virprot_lm: AppType = 'virprot-lm [7121 - tcp|udp]'¶
[TCP] Virtual Prototypes License Manager
[UDP] Virtual Prototypes License Manager
- snif: AppType = 'snif [7123 - tcp|udp]'¶
[TCP] SNIF End-to-End TLS Relay Control Connection [draft-zubov-snif-05, Section 4.3]
[UDP] SNIF End-to-End TLS Relay over QUIC [draft-zubov-snif-05, Section 4.4]
- scenidm: AppType = 'scenidm [7128 - tcp|udp]'¶
[TCP] intelligent data manager
[UDP] intelligent data manager
- scenccs: AppType = 'scenccs [7129 - tcp|udp]'¶
[TCP] Catalog Content Search
[UDP] Catalog Content Search
- caistoragemgr: AppType = 'caistoragemgr [7162 - tcp|udp]'¶
[TCP] CA Storage Manager
[UDP] CA Storage Manager
- cacsambroker: AppType = 'cacsambroker [7163 - tcp|udp]'¶
[TCP] CA Connection Broker
[UDP] CA Connection Broker
- fsr: AppType = 'fsr [7164 - tcp|udp]'¶
[TCP] File System Repository Agent
[UDP] File System Repository Agent
- doc_server: AppType = 'doc-server [7165 - tcp|udp]'¶
[TCP] Document WCF Server
[UDP] Document WCF Server
- aruba_server: AppType = 'aruba-server [7166 - tcp|udp]'¶
[TCP] Aruba eDiscovery Server
[UDP] Aruba eDiscovery Server
- ccag_pib: AppType = 'ccag-pib [7169 - tcp|udp]'¶
[TCP] Consequor Consulting Process Integration Bridge
[UDP] Consequor Consulting Process Integration Bridge
- nsrp: AppType = 'nsrp [7170 - tcp|udp]'¶
[TCP] Adaptive Name/Service Resolution
[UDP] Adaptive Name/Service Resolution
- drm_production: AppType = 'drm-production [7171 - tcp|udp]'¶
[TCP] Discovery and Retention Mgt Production
[UDP] Discovery and Retention Mgt Production
- janus_disc: AppType = 'janus-disc [7181 - udp]'¶
[UDP] Janus Guidewire Enterprise Discovery Service Bus
- pon_ictp: AppType = 'pon-ictp [7202 - tcp]'¶
[TCP] Inter-Channel Termination Protocol (ICTP) for multi-wavelength PON (Passive Optical Network) systems [TR-352][Inter-Channel-Termination protocol (ICTP) is a peer-to-peer protocol with a binary message format that is used by a set of optical line terminal (OLT) channel terminations (CT) comprising a 40-Gigabit-capable next-generation passive optical network (NG- PON2) system to exchange channel profile configuration and status information and to coordinate the operation of tunable optical network units (ONUs) in a multi-wavelength channel environment.]
- ps_server: AppType = 'ps-server [7215 - tcp]'¶
[TCP] Communication ports for PaperStream Server services
- ramp: AppType = 'ramp [7227 - tcp|udp]'¶
[TCP] Registry A & M Protocol
[UDP] Registry A & M Protocol
- frc_hicp: AppType = 'frc-hicp [7244 - tcp]'¶
[TCP] FrontRow Calypso Human Interface Control Protocol
- frc_hicp_disc: AppType = 'frc-hicp-disc [7244 - udp]'¶
[UDP] FrontRow Calypso Human Interface Control Protocol
- cnap: AppType = 'cnap [7262 - tcp|udp]'¶
[TCP] Calypso Network Access Protocol
[UDP] Calypso Network Access Protocol
- watchme_7272: AppType = 'watchme-7272 [7272 - tcp|udp]'¶
[TCP] WatchMe Monitoring 7272
[UDP] WatchMe Monitoring 7272
- oma_rlp: AppType = 'oma-rlp [7273 - tcp|udp]'¶
[TCP] OMA Roaming Location
[UDP] OMA Roaming Location
- oma_rlp_s: AppType = 'oma-rlp-s [7274 - tcp|udp]'¶
[TCP] OMA Roaming Location SEC
[UDP] OMA Roaming Location SEC
- oma_ulp: AppType = 'oma-ulp [7275 - tcp|udp]'¶
[TCP] OMA UserPlane Location
[UDP] OMA UserPlane Location
- oma_ilp: AppType = 'oma-ilp [7276 - tcp|udp]'¶
[TCP] OMA Internal Location Protocol
[UDP] OMA Internal Location Protocol
- oma_ilp_s: AppType = 'oma-ilp-s [7277 - tcp|udp]'¶
[TCP] OMA Internal Location Secure Protocol
[UDP] OMA Internal Location Secure Protocol
- oma_dcdocbs: AppType = 'oma-dcdocbs [7278 - tcp|udp]'¶
[TCP] OMA Dynamic Content Delivery over CBS
[UDP] OMA Dynamic Content Delivery over CBS
- itactionserver1: AppType = 'itactionserver1 [7280 - tcp|udp]'¶
[TCP] ITACTIONSERVER 1
[UDP] ITACTIONSERVER 1
- itactionserver2: AppType = 'itactionserver2 [7281 - tcp|udp]'¶
[TCP] ITACTIONSERVER 2
[UDP] ITACTIONSERVER 2
- lcm_server: AppType = 'lcm-server [7365 - tcp|udp]'¶
[TCP] LifeKeeper Communications
[UDP] LifeKeeper Communications
- mindfilesys: AppType = 'mindfilesys [7391 - tcp|udp]'¶
[TCP] mind-file system server
[UDP] mind-file system server
- mrssrendezvous: AppType = 'mrssrendezvous [7392 - tcp|udp]'¶
[TCP] mrss-rendezvous server
[UDP] mrss-rendezvous server
- nfoldman: AppType = 'nfoldman [7393 - tcp|udp]'¶
[TCP] nFoldMan Remote Publish
[UDP] nFoldMan Remote Publish
- fse: AppType = 'fse [7394 - tcp|udp]'¶
[TCP] File system export of backup images
[UDP] File system export of backup images
- hexarc: AppType = 'hexarc [7397 - tcp|udp]'¶
[TCP] Hexarc Command Language
[UDP] Hexarc Command Language
- rtps_discovery: AppType = 'rtps-discovery [7400 - tcp|udp]'¶
[TCP] RTPS Discovery
[UDP] RTPS Discovery
- rtps_dd_ut: AppType = 'rtps-dd-ut [7401 - tcp|udp]'¶
[TCP] RTPS Data-Distribution User-Traffic
[UDP] RTPS Data-Distribution User-Traffic
- rtps_dd_mt: AppType = 'rtps-dd-mt [7402 - tcp|udp]'¶
[TCP] RTPS Data-Distribution Meta-Traffic
[UDP] RTPS Data-Distribution Meta-Traffic
- ionixnetmon: AppType = 'ionixnetmon [7410 - tcp|udp]'¶
[TCP] Ionix Network Monitor
[UDP] Ionix Network Monitor
- daqstream: AppType = 'daqstream [7411 - tcp|udp]'¶
[TCP] Streaming of measurement data
[UDP] Streaming of measurement data
- mtportmon: AppType = 'mtportmon [7421 - tcp|udp]'¶
[TCP] Matisse Port Monitor
[UDP] Matisse Port Monitor
- pmdmgr: AppType = 'pmdmgr [7426 - tcp|udp]'¶
[TCP] OpenView DM Postmaster Manager
[UDP] OpenView DM Postmaster Manager
- oveadmgr: AppType = 'oveadmgr [7427 - tcp|udp]'¶
[TCP] OpenView DM Event Agent Manager
[UDP] OpenView DM Event Agent Manager
- ovladmgr: AppType = 'ovladmgr [7428 - tcp|udp]'¶
[TCP] OpenView DM Log Agent Manager
[UDP] OpenView DM Log Agent Manager
- opi_sock: AppType = 'opi-sock [7429 - tcp|udp]'¶
[TCP] OpenView DM rqt communication
[UDP] OpenView DM rqt communication
- xmpv7: AppType = 'xmpv7 [7430 - tcp|udp]'¶
[TCP] OpenView DM xmpv7 api pipe
[UDP] OpenView DM xmpv7 api pipe
- pmd: AppType = 'pmd [7431 - tcp|udp]'¶
[TCP] OpenView DM ovc/xmpv3 api pipe
[UDP] OpenView DM ovc/xmpv3 api pipe
- oracleas_https: AppType = 'oracleas-https [7443 - tcp|udp]'¶
[TCP] Oracle Application Server HTTPS
[UDP] Oracle Application Server HTTPS
- rise: AppType = 'rise [7473 - tcp|udp]'¶
The Vieneo Province - [UDP] Rise: The Vieneo Province
- Type:
[TCP] Rise
- ovbus: AppType = 'ovbus [7501 - tcp|udp]'¶
[TCP] HP OpenView Bus Daemon
[UDP] HP OpenView Bus Daemon
- ovhpas: AppType = 'ovhpas [7510 - tcp|udp]'¶
[TCP] HP OpenView Application Server
[UDP] HP OpenView Application Server
- saratoga: AppType = 'saratoga [7542 - tcp|udp]'¶
[TCP] Saratoga Transfer Protocol
[UDP] Saratoga Transfer Protocol
- nta_ds: AppType = 'nta-ds [7544 - tcp|udp]'¶
[TCP] FlowAnalyzer DisplayServer
[UDP] FlowAnalyzer DisplayServer
- nta_us: AppType = 'nta-us [7545 - tcp|udp]'¶
[TCP] FlowAnalyzer UtilityServer
[UDP] FlowAnalyzer UtilityServer
- tidp: AppType = 'tidp [7548 - tcp|udp]'¶
[TCP] Threat Information Distribution Protocol
[UDP] Threat Information Distribution Protocol
- nls_tl: AppType = 'nls-tl [7549 - tcp|udp]'¶
[TCP] Network Layer Signaling Transport Layer
[UDP] Network Layer Signaling Transport Layer
- sncp: AppType = 'sncp [7560 - tcp|udp]'¶
[TCP] Sniffer Command Protocol
[UDP] Sniffer Command Protocol
- coherence_disc: AppType = 'coherence-disc [7574 - udp]'¶
[UDP] Oracle Coherence Cluster discovery service
- mipi_debug: AppType = 'mipi-debug [7606 - tcp|udp]'¶
[TCP] MIPI Alliance Debug
[UDP] MIPI Alliance Debug
- indi: AppType = 'indi [7624 - tcp|udp]'¶
[TCP] Instrument Neutral Distributed Interface
[UDP] Instrument Neutral Distributed Interface
- simco: AppType = 'simco [7626 - tcp|sctp]'¶
[TCP] SImple Middlebox COnfiguration (SIMCO) Server [RFC 4540]
[SCTP] SImple Middlebox COnfiguration (SIMCO)
- zen_pawn: AppType = 'zen-pawn [7628 - tcp|udp]'¶
[TCP] Primary Agent Work Notification
[UDP] Primary Agent Work Notification
- rome: AppType = 'rome [7663 - tcp|udp]'¶
[TCP] Proprietary immutable distributed data storage
[UDP] Proprietary immutable distributed data storage
- authoritygate: AppType = 'authoritygate [7668 - tcp]'¶
[TCP] AuthorityGate Secure API communication for Orchestrated task sequencing
- imqbrokerd: AppType = 'imqbrokerd [7676 - tcp|udp]'¶
[TCP] iMQ Broker Rendezvous
[UDP] iMQ Broker Rendezvous
- sun_user_https: AppType = 'sun-user-https [7677 - tcp|udp]'¶
[TCP] Sun App Server - HTTPS
[UDP] Sun App Server - HTTPS
- ms_do: AppType = 'ms-do [7680 - tcp|udp]'¶
[TCP] Microsoft Delivery Optimization Peer-to-Peer
[UDP] Microsoft Delivery Optimization Peer-to-Peer
- collaber: AppType = 'collaber [7689 - tcp|udp]'¶
[TCP] Collaber Network Service
[UDP] Collaber Network Service
- sync_em7: AppType = 'sync-em7 [7707 - tcp|udp]'¶
[TCP] EM7 Dynamic Updates
[UDP] EM7 Dynamic Updates
- medimageportal: AppType = 'medimageportal [7720 - tcp|udp]'¶
[TCP] MedImage Portal
[UDP] MedImage Portal
- nsdeepfreezectl: AppType = 'nsdeepfreezectl [7724 - tcp|udp]'¶
[TCP] Novell Snap-in Deep Freeze Control
[UDP] Novell Snap-in Deep Freeze Control
- freezexservice: AppType = 'freezexservice [7726 - tcp|udp]'¶
[TCP] FreezeX Console Service
[UDP] FreezeX Console Service
- trident_data: AppType = 'trident-data [7727 - tcp|udp]'¶
[TCP] Trident Systems Data
[UDP] Trident Systems Data
- osvr: AppType = 'osvr [7728 - tcp|udp|sctp]'¶
[TCP] Open-Source Virtual Reality
[UDP] Open-Source Virtual Reality
[SCTP] Open-Source Virtual Reality
- aiagent: AppType = 'aiagent [7738 - tcp|udp]'¶
[TCP] HP Enterprise Discovery Agent
[UDP] HP Enterprise Discovery Agent
- scriptview: AppType = 'scriptview [7741 - tcp|udp]'¶
[TCP] ScriptView Network
[UDP] ScriptView Network
- sstp_1: AppType = 'sstp-1 [7743 - tcp|udp]'¶
[TCP] Sakura Script Transfer Protocol
[UDP] Sakura Script Transfer Protocol
- s_bfd: AppType = 's-bfd [7784 - udp]'¶
[UDP] Seamless Bidirectional Forwarding Detection (S-BFD) [RFC 7881]
- popup_reminders: AppType = 'popup-reminders [7787 - tcp|udp]'¶
[TCP] Popup Reminders Receive
[UDP] Popup Reminders Receive
- office_tools: AppType = 'office-tools [7789 - tcp|udp]'¶
[TCP] Office Tools Pro Receive
[UDP] Office Tools Pro Receive
- pnet_conn: AppType = 'pnet-conn [7797 - tcp|udp]'¶
[TCP] Propel Connector port
[UDP] Propel Connector port
- pnet_enc: AppType = 'pnet-enc [7798 - tcp|udp]'¶
[TCP] Propel Encoder port
[UDP] Propel Encoder port
- altbsdp: AppType = 'altbsdp [7799 - tcp|udp]'¶
[TCP] Alternate BSDP Service
[UDP] Alternate BSDP Service
- ssp_client: AppType = 'ssp-client [7801 - tcp|udp]'¶
[TCP] Secure Server Protocol - client
[UDP] Secure Server Protocol - client
- rbt_wanopt: AppType = 'rbt-wanopt [7810 - tcp|udp]'¶
[TCP] Riverbed WAN Optimization Protocol
[UDP] Riverbed WAN Optimization Protocol
- tnos_sp: AppType = 'tnos-sp [7901 - tcp|udp]'¶
[TCP] TNOS Service Protocol
[UDP] TNOS Service Protocol
- tnos_dps: AppType = 'tnos-dps [7903 - tcp|udp]'¶
[TCP] TNOS Secure DiaguardProtocol
[UDP] TNOS Secure DiaguardProtocol
- qo_secure: AppType = 'qo-secure [7913 - tcp|udp]'¶
[TCP] QuickObjects secure port
[UDP] QuickObjects secure port
- t2_drm: AppType = 't2-drm [7932 - tcp|udp]'¶
[TCP] Tier 2 Data Resource Manager
[UDP] Tier 2 Data Resource Manager
- t2_brm: AppType = 't2-brm [7933 - tcp|udp]'¶
[TCP] Tier 2 Business Rules Manager
[UDP] Tier 2 Business Rules Manager
- generalsync: AppType = 'generalsync [7962 - tcp|udp]'¶
[TCP] Encrypted, extendable, general-purpose synchronization protocol
[UDP] Encrypted, extendable, general-purpose synchronization protocol
- micromuse_ncps: AppType = 'micromuse-ncps [7979 - tcp|udp]'¶
[TCP] Micromuse-ncps
[UDP] Micromuse-ncps
- sossd_collect: AppType = 'sossd-collect [7981 - tcp]'¶
[TCP] Spotlight on SQL Server Desktop Collect
- sossd_disc: AppType = 'sossd-disc [7982 - udp]'¶
[UDP] Spotlight on SQL Server Desktop Agent Discovery
- teradataordbms: AppType = 'teradataordbms [8002 - tcp|udp]'¶
[TCP] Teradata ORDBMS
[UDP] Teradata ORDBMS
- mcreport: AppType = 'mcreport [8003 - tcp|udp]'¶
[TCP] Mulberry Connect Reporting Service
[UDP] Mulberry Connect Reporting Service
- p2pevolvenet: AppType = 'p2pevolvenet [8004 - tcp]'¶
[TCP] Opensource Evolv Enterprise Platform P2P Network Node Connection Protocol
- mxi: AppType = 'mxi [8005 - tcp|udp]'¶
[TCP] MXI Generation II for z/OS
[UDP] MXI Generation II for z/OS
- warppipe: AppType = 'warppipe [8007 - tcp|udp]'¶
[TCP] I/O oriented cluster computing software
[UDP] I/O oriented cluster computing software
- http_alt_591: AppType = 'http-alt [591 - tcp|udp]'¶
[TCP] FileMaker, Inc. - HTTP Alternate (see Port 80)
[UDP] FileMaker, Inc. - HTTP Alternate (see Port 80)
- intu_ec_svcdisc: AppType = 'intu-ec-svcdisc [8020 - tcp|udp]'¶
[TCP] Intuit Entitlement Service and Discovery
[UDP] Intuit Entitlement Service and Discovery
- intu_ec_client: AppType = 'intu-ec-client [8021 - tcp|udp]'¶
[TCP] Intuit Entitlement Client
[UDP] Intuit Entitlement Client
- arca_api: AppType = 'arca-api [8023 - tcp|udp]'¶
[TCP] ARCATrust vault API
[UDP] ARCATrust vault API
- ca_audit_da: AppType = 'ca-audit-da [8025 - tcp|udp]'¶
[TCP] CA Audit Distribution Agent
[UDP] CA Audit Distribution Agent
- ca_audit_ds: AppType = 'ca-audit-ds [8026 - tcp|udp]'¶
[TCP] CA Audit Distribution Server
[UDP] CA Audit Distribution Server
- papachi_p2p_srv: AppType = 'papachi-p2p-srv [8027 - tcp|udp]'¶
[TCP] peer tracker and data relay service
[UDP] peer tracker and data relay service
- vantronix_mgmt: AppType = 'vantronix-mgmt [8034 - tcp|udp]'¶
[TCP] .vantronix Management
[UDP] .vantronix Management
- ampify: AppType = 'ampify [8040 - tcp|udp]'¶
[TCP] Ampify Messaging Protocol
[UDP] Ampify Messaging Protocol
- enguity_xccetp: AppType = 'enguity-xccetp [8041 - tcp|udp]'¶
[TCP] Xcorpeon ASIC Carrier Ethernet Transport
[UDP] Xcorpeon ASIC Carrier Ethernet Transport
- senomix01: AppType = 'senomix01 [8052 - tcp|udp]'¶
[TCP] Senomix Timesheets Server
[UDP] Senomix Timesheets Server
- senomix02: AppType = 'senomix02 [8053 - tcp|udp]'¶
[TCP] Senomix Timesheets Client [1 year assignment]
[UDP] Senomix Timesheets Client [1 year assignment]
- senomix03: AppType = 'senomix03 [8054 - tcp|udp]'¶
[TCP] Senomix Timesheets Server [1 year assignment]
[UDP] Senomix Timesheets Server [1 year assignment]
- senomix04: AppType = 'senomix04 [8055 - tcp|udp]'¶
[TCP] Senomix Timesheets Server [1 year assignment]
[UDP] Senomix Timesheets Server [1 year assignment]
- senomix05: AppType = 'senomix05 [8056 - tcp|udp]'¶
[TCP] Senomix Timesheets Server [1 year assignment]
[UDP] Senomix Timesheets Server [1 year assignment]
- senomix06: AppType = 'senomix06 [8057 - tcp|udp]'¶
[TCP] Senomix Timesheets Client [1 year assignment]
[UDP] Senomix Timesheets Client [1 year assignment]
- senomix07: AppType = 'senomix07 [8058 - tcp|udp]'¶
[TCP] Senomix Timesheets Client [1 year assignment]
[UDP] Senomix Timesheets Client [1 year assignment]
- senomix08: AppType = 'senomix08 [8059 - tcp|udp]'¶
[TCP] Senomix Timesheets Client [1 year assignment]
[UDP] Senomix Timesheets Client [1 year assignment]
- ucs_isc: AppType = 'ucs-isc [8070 - tcp]'¶
[TCP] Oracle Unified Communication Suite’s Indexed Search Converter
- http_alt: AppType = 'http-alt [8080 - tcp|udp]'¶
[TCP] HTTP Alternate (see port 80)
[UDP] HTTP Alternate (see port 80)
- sunproxyadmin: AppType = 'sunproxyadmin [8081 - tcp|udp]'¶
[TCP] Sun Proxy Admin Service
[UDP] Sun Proxy Admin Service
- d_s_n: AppType = 'd-s-n [8086 - tcp|udp]'¶
[TCP] Distributed SCADA Networking Rendezvous Port
[UDP] Distributed SCADA Networking Rendezvous Port
- simplifymedia: AppType = 'simplifymedia [8087 - tcp|udp]'¶
[TCP] Simplify Media SPP Protocol
[UDP] Simplify Media SPP Protocol
- mtl8000_matrix: AppType = 'mtl8000-matrix [8115 - tcp|udp]'¶
[TCP] MTL8000 Matrix
[UDP] MTL8000 Matrix
- cp_cluster: AppType = 'cp-cluster [8116 - tcp|udp]'¶
[TCP] Check Point Clustering
[UDP] Check Point Clustering
- purityrpc: AppType = 'purityrpc [8117 - tcp]'¶
[TCP] Purity replication clustering and remote management
- apollo_data: AppType = 'apollo-data [8121 - tcp|udp]'¶
[TCP] Apollo Data Port
[UDP] Apollo Data Port
- apollo_admin: AppType = 'apollo-admin [8122 - tcp|udp]'¶
[TCP] Apollo Admin Port
[UDP] Apollo Admin Port
- paycash_online: AppType = 'paycash-online [8128 - tcp|udp]'¶
[TCP] PayCash Online Protocol
[UDP] PayCash Online Protocol
- paycash_wbp: AppType = 'paycash-wbp [8129 - tcp|udp]'¶
[TCP] PayCash Wallet-Browser
[UDP] PayCash Wallet-Browser
- vmware_fdm: AppType = 'vmware-fdm [8182 - tcp|udp]'¶
[TCP] VMware Fault Domain Manager
[UDP] VMware Fault Domain Manager
- itach: AppType = 'itach [8184 - tcp|udp]'¶
[TCP] Remote iTach Connection
[UDP] Remote iTach Connection
- spytechphone: AppType = 'spytechphone [8192 - tcp|udp]'¶
[TCP] SpyTech Phone Service
[UDP] SpyTech Phone Service
- synapse_nhttps: AppType = 'synapse-nhttps [8243 - tcp|udp]'¶
[TCP] Synapse Non Blocking HTTPS
[UDP] Synapse Non Blocking HTTPS
- ms_mcc: AppType = 'ms-mcc [8276 - tcp|udp]'¶
[TCP] Microsoft Connected Cache
[UDP] Microsoft Connected Cache
- synapse_nhttp: AppType = 'synapse-nhttp [8280 - tcp|udp]'¶
[TCP] Synapse Non Blocking HTTP
[UDP] Synapse Non Blocking HTTP
- blp4: AppType = 'blp4 [8294 - tcp|udp]'¶
[TCP] Bloomberg intelligent client
[UDP] Bloomberg intelligent client
- tmi: AppType = 'tmi [8300 - tcp|udp]'¶
[TCP] Transport Management Interface
[UDP] Transport Management Interface
- tnp_discover: AppType = 'tnp-discover [8320 - tcp|udp]'¶
[TCP] Thin(ium) Network Protocol
[UDP] Thin(ium) Network Protocol
- tnp: AppType = 'tnp [8321 - tcp|udp]'¶
[TCP] Thin(ium) Network Protocol
[UDP] Thin(ium) Network Protocol
- cruise_swroute: AppType = 'cruise-swroute [8377 - tcp|udp]'¶
[TCP] Cruise SWROUTE
[UDP] Cruise SWROUTE
- espeech: AppType = 'espeech [8416 - tcp|udp]'¶
[TCP] eSpeech Session Protocol
[UDP] eSpeech Session Protocol
- espeech_rtp: AppType = 'espeech-rtp [8417 - tcp|udp]'¶
[TCP] eSpeech RTP Protocol
[UDP] eSpeech RTP Protocol
- cybro_a_bus: AppType = 'cybro-a-bus [8442 - tcp|udp]'¶
[TCP] CyBro A-bus Protocol
[UDP] CyBro A-bus Protocol
- otv: AppType = 'otv [8472 - tcp|udp]'¶
[TCP] Overlay Transport Virtualization (OTV)
[UDP] Overlay Transport Virtualization (OTV)
[TCP] AquaMinds NoteShare
[UDP] AquaMinds NoteShare
- fmtp: AppType = 'fmtp [8500 - tcp|udp]'¶
[TCP] Flight Message Transfer Protocol
[UDP] Flight Message Transfer Protocol
- rtsp_alt: AppType = 'rtsp-alt [8554 - tcp|udp]'¶
[TCP] RTSP Alternate (see port 554)
[UDP] RTSP Alternate (see port 554)
- dof_tunnel: AppType = 'dof-tunnel [8567 - tcp|udp]'¶
[TCP] DOF Tunneling Protocol
[UDP] DOF Tunneling Protocol
- canon_cpp_disc: AppType = 'canon-cpp-disc [8609 - udp]'¶
[UDP] Canon Compact Printer Protocol Discovery
- canon_mfnp: AppType = 'canon-mfnp [8610 - tcp|udp]'¶
[TCP] Canon MFNP Service
[UDP] Canon MFNP Service
- canon_bjnp1: AppType = 'canon-bjnp1 [8611 - tcp|udp]'¶
[TCP] Canon BJNP Port 1
[UDP] Canon BJNP Port 1
- canon_bjnp2: AppType = 'canon-bjnp2 [8612 - tcp|udp]'¶
[TCP] Canon BJNP Port 2
[UDP] Canon BJNP Port 2
- canon_bjnp3: AppType = 'canon-bjnp3 [8613 - tcp|udp]'¶
[TCP] Canon BJNP Port 3
[UDP] Canon BJNP Port 3
- canon_bjnp4: AppType = 'canon-bjnp4 [8614 - tcp|udp]'¶
[TCP] Canon BJNP Port 4
[UDP] Canon BJNP Port 4
- msi_cps_rm: AppType = 'msi-cps-rm [8675 - tcp]'¶
[TCP] Motorola Solutions Customer Programming Software for Radio Management
- msi_cps_rm_disc: AppType = 'msi-cps-rm-disc [8675 - udp]'¶
[UDP] Motorola Solutions Customer Programming Software for Radio Management Discovery
- sun_as_jmxrmi: AppType = 'sun-as-jmxrmi [8686 - tcp|udp]'¶
[TCP] Sun App Server - JMX/RMI
[UDP] Sun App Server - JMX/RMI
- ultraseek_http: AppType = 'ultraseek-http [8765 - tcp|udp]'¶
[TCP] Ultraseek HTTP
[UDP] Ultraseek HTTP
- amcs: AppType = 'amcs [8766 - tcp|udp]'¶
[TCP] Agilent Connectivity Service
[UDP] Agilent Connectivity Service
- oktaauthenticat: AppType = 'oktaauthenticat [8769 - tcp]'¶
[TCP] Okta MultiPlatform Access Mgmt for Cloud Svcs
- dpap: AppType = 'dpap [8770 - tcp|udp]'¶
[TCP] Digital Photo Access Protocol (iPhoto)
[UDP] Digital Photo Access Protocol (iPhoto)
- acd_pm: AppType = 'acd-pm [8793 - tcp|udp]'¶
[TCP] Accedian Performance Measurement
[UDP] Accedian Performance Measurement
- sunwebadmin: AppType = 'sunwebadmin [8800 - tcp|udp]'¶
[TCP] Sun Web Server Admin Service
[UDP] Sun Web Server Admin Service
- AppType_3gpp_monp: AppType = '3gpp-monp [8809 - udp]'¶
[UDP] MCPTT Off-Network Protocol (MONP) [3GPP TS 24.379 v13.5.0s]
- dxspider: AppType = 'dxspider [8873 - tcp|udp]'¶
[TCP] dxspider linking protocol
[UDP] dxspider linking protocol
- ddi_tcp_6: AppType = 'ddi-tcp-6 [8893 - tcp]'¶
NewsEDGE/Web application
- Type:
[TCP] Desktop Data TCP 5
- ddi_udp_6: AppType = 'ddi-udp-6 [8893 - udp]'¶
NewsEDGE/Web application
- Type:
[UDP] Desktop Data UDP 5
- wcbackup: AppType = 'wcbackup [8912 - tcp|udp]'¶
[TCP] Windows Client Backup
[UDP] Windows Client Backup
- dragonfly: AppType = 'dragonfly [8913 - tcp|udp]'¶
[TCP] Dragonfly System Service
[UDP] Dragonfly System Service
- cumulus_admin: AppType = 'cumulus-admin [8954 - tcp|udp]'¶
[TCP] Cumulus Admin Port
[UDP] Cumulus Admin Port
- nod_provider: AppType = 'nod-provider [8980 - tcp|udp]'¶
[TCP] Network of Devices Provider
[UDP] Network of Devices Provider
- sunwebadmins: AppType = 'sunwebadmins [8989 - tcp|udp]'¶
[TCP] Sun Web Server SSL Admin Service
[UDP] Sun Web Server SSL Admin Service
- http_wmap: AppType = 'http-wmap [8990 - tcp|udp]'¶
[TCP] webmail HTTP service
[UDP] webmail HTTP service
- https_wmap: AppType = 'https-wmap [8991 - tcp|udp]'¶
[TCP] webmail HTTPS service
[UDP] webmail HTTPS service
- oracle_ms_ens: AppType = 'oracle-ms-ens [8997 - tcp]'¶
[TCP] Oracle Messaging Server Event Notification Service
- bctp: AppType = 'bctp [8999 - tcp|udp]'¶
[TCP] Brodos Crypto Trade Protocol
[UDP] Brodos Crypto Trade Protocol
- etlservicemgr: AppType = 'etlservicemgr [9001 - tcp|udp]'¶
[TCP] ETL Service Manager
[UDP] ETL Service Manager
- dynamid: AppType = 'dynamid [9002 - tcp|udp]'¶
[TCP] DynamID authentication
[UDP] DynamID authentication
- de_commissioned_port: AppType = 'de_commissioned_port [9006 - undefined]'¶
[N/A] De-Commissioned Port
- panagolin_ident: AppType = 'panagolin-ident [9021 - tcp|udp]'¶
[TCP] Pangolin Identification
[UDP] Pangolin Identification
- paragent: AppType = 'paragent [9022 - tcp|udp]'¶
[TCP] PrivateArk Remote Agent
[UDP] PrivateArk Remote Agent
- aurora: AppType = 'aurora [9084 - tcp|udp|sctp]'¶
[TCP] IBM AURORA Performance Visualizer
[UDP] IBM AURORA Performance Visualizer
[SCTP] IBM AURORA Performance Visualizer
- ibm_rsyscon: AppType = 'ibm-rsyscon [9085 - tcp|udp]'¶
[TCP] IBM Remote System Console
[UDP] IBM Remote System Console
- net2display: AppType = 'net2display [9086 - tcp|udp]'¶
[TCP] Vesa Net2Display
[UDP] Vesa Net2Display
- sqlexec: AppType = 'sqlexec [9088 - tcp|udp]'¶
[TCP] IBM Informix SQL Interface
[UDP] IBM Informix SQL Interface
- sqlexec_ssl: AppType = 'sqlexec-ssl [9089 - tcp|udp]'¶
[TCP] IBM Informix SQL Interface - Encrypted
[UDP] IBM Informix SQL Interface - Encrypted
- xmltec_xmlmail: AppType = 'xmltec-xmlmail [9091 - tcp|udp]'¶
[TCP] xmltec-xmlmail
[UDP] xmltec-xmlmail
- xmlipcregsvc: AppType = 'xmlipcregsvc [9092 - tcp|udp]'¶
[TCP] Xml-Ipc Server Reg
[UDP] Xml-Ipc Server Reg
- hp_pdl_datastr: AppType = 'hp-pdl-datastr [9100 - tcp|udp]'¶
[TCP] PDL Data Streaming Port
[UDP] PDL Data Streaming Port
- pdl_datastream: AppType = 'pdl-datastream [9100 - tcp|udp]'¶
[TCP] Printer PDL Data Stream
[UDP] Printer PDL Data Stream
- bacula_fd: AppType = 'bacula-fd [9102 - tcp|udp]'¶
[TCP] Bacula File Daemon
[UDP] Bacula File Daemon
- bacula_sd: AppType = 'bacula-sd [9103 - tcp|udp]'¶
[TCP] Bacula Storage Daemon
[UDP] Bacula Storage Daemon
- xadmin: AppType = 'xadmin [9105 - tcp|udp]'¶
[TCP] Xadmin Control Service [Ariën Huisken <xadmin&huisken-systems.nl> 15 June 2009]
[UDP] Xadmin Control Service [Ariën Huisken <xadmin&huisken-systems.nl> 15 June 2009]
- hexxorecore: AppType = 'hexxorecore [9111 - tcp|udp]'¶
[TCP] Multiple Purpose, Distributed Message Bus
[UDP] Multiple Purpose, Distributed Message Bus
- grcmp: AppType = 'grcmp [9122 - tcp]'¶
[TCP] Global Relay compliant mobile instant messaging protocol
- dddp: AppType = 'dddp [9131 - tcp|udp]'¶
[TCP] Dynamic Device Discovery
[UDP] Dynamic Device Discovery
- sirius_agent: AppType = 'sirius-agent [9183 - tcp|udp]'¶
[TCP] Sirius Configuration Agent
[UDP] Sirius Configuration Agent
- wap_wsp: AppType = 'wap-wsp [9200 - tcp|udp]'¶
[TCP] WAP connectionless session service
[UDP] WAP connectionless session service
- wap_wsp_wtp: AppType = 'wap-wsp-wtp [9201 - tcp|udp]'¶
[TCP] WAP session service
[UDP] WAP session service
- wap_wsp_s: AppType = 'wap-wsp-s [9202 - tcp|udp]'¶
[TCP] WAP secure connectionless session service
[UDP] WAP secure connectionless session service
- wap_wsp_wtp_s: AppType = 'wap-wsp-wtp-s [9203 - tcp|udp]'¶
[TCP] WAP secure session service
[UDP] WAP secure session service
- wap_vcard_s: AppType = 'wap-vcard-s [9206 - tcp|udp]'¶
[TCP] WAP vCard Secure
[UDP] WAP vCard Secure
- almobile_system: AppType = 'almobile-system [9209 - tcp|udp]'¶
[TCP] ALMobile System Service
[UDP] ALMobile System Service
- oma_mlp: AppType = 'oma-mlp [9210 - tcp|udp]'¶
[TCP] OMA Mobile Location Protocol
[UDP] OMA Mobile Location Protocol
- oma_mlp_s: AppType = 'oma-mlp-s [9211 - tcp|udp]'¶
[TCP] OMA Mobile Location Protocol Secure
[UDP] OMA Mobile Location Protocol Secure
- serverviewdbms: AppType = 'serverviewdbms [9212 - tcp|udp]'¶
[TCP] Server View dbms access
[UDP] Server View dbms access
- serverstart: AppType = 'serverstart [9213 - tcp|udp]'¶
[TCP] ServerStart RemoteControl
[UDP] ServerStart RemoteControl
- ipdcesgbs: AppType = 'ipdcesgbs [9214 - tcp|udp]'¶
[TCP] IPDC ESG BootstrapService
[UDP] IPDC ESG BootstrapService
- insis: AppType = 'insis [9215 - tcp|udp]'¶
[TCP] Integrated Setup and Install Service
[UDP] Integrated Setup and Install Service
- acme: AppType = 'acme [9216 - tcp|udp]'¶
[TCP] Aionex Communication Management Engine
[UDP] Aionex Communication Management Engine
- fsc_port: AppType = 'fsc-port [9217 - tcp|udp]'¶
[TCP] FSC Communication Port
[UDP] FSC Communication Port
- teamcoherence: AppType = 'teamcoherence [9222 - tcp|udp]'¶
[TCP] QSC Team Coherence
[UDP] QSC Team Coherence
- traingpsdata: AppType = 'traingpsdata [9277 - udp]'¶
[UDP] GPS Data transmitted from train to ground network
- pegasus: AppType = 'pegasus [9278 - tcp|udp]'¶
[TCP] Pegasus GPS Platform
[UDP] Pegasus GPS Platform
- pegasus_ctl: AppType = 'pegasus-ctl [9279 - tcp|udp]'¶
[TCP] Pegaus GPS System Control Interface
[UDP] Pegaus GPS System Control Interface
- swtp_port1: AppType = 'swtp-port1 [9281 - tcp|udp]'¶
[TCP] SofaWare transport port 1
[UDP] SofaWare transport port 1
- swtp_port2: AppType = 'swtp-port2 [9282 - tcp|udp]'¶
[TCP] SofaWare transport port 2
[UDP] SofaWare transport port 2
- visd: AppType = 'visd [9284 - tcp|udp]'¶
[TCP] VERITAS Information Serve
[UDP] VERITAS Information Serve
- n2h2server: AppType = 'n2h2server [9285 - tcp|udp]'¶
[TCP] N2H2 Filter Service Port
[UDP] N2H2 Filter Service Port
- armtechdaemon: AppType = 'armtechdaemon [9292 - tcp|udp]'¶
[TCP] ArmTech Daemon
[UDP] ArmTech Daemon
- armcenterhttp: AppType = 'armcenterhttp [9294 - tcp|udp]'¶
[TCP] ARMCenter http Service
[UDP] ARMCenter http Service
- armcenterhttps: AppType = 'armcenterhttps [9295 - tcp|udp]'¶
[TCP] ARMCenter https Service
[UDP] ARMCenter https Service
- vrace: AppType = 'vrace [9300 - tcp|udp]'¶
[TCP] Virtual Racing Service
[UDP] Virtual Racing Service
- secure_ts: AppType = 'secure-ts [9318 - tcp|udp]'¶
[TCP] PKIX TimeStamp over TLS
[UDP] PKIX TimeStamp over TLS
- ctechlicensing: AppType = 'ctechlicensing [9346 - tcp|udp]'¶
[TCP] C Tech Licensing
[UDP] C Tech Licensing
- boxp: AppType = 'boxp [9380 - tcp|udp]'¶
[TCP] Brivs! Open Extensible Protocol
[UDP] Brivs! Open Extensible Protocol
- sec_t4net_srv: AppType = 'sec-t4net-srv [9400 - tcp|udp]'¶
[TCP] Samsung Twain for Network Server
[UDP] Samsung Twain for Network Server
- sec_t4net_clt: AppType = 'sec-t4net-clt [9401 - tcp|udp]'¶
[TCP] Samsung Twain for Network Client
[UDP] Samsung Twain for Network Client
- sec_pc2fax_srv: AppType = 'sec-pc2fax-srv [9402 - tcp|udp]'¶
[TCP] Samsung PC2FAX for Network Server
[UDP] Samsung PC2FAX for Network Server
- git: AppType = 'git [9418 - tcp|udp]'¶
[TCP] git pack transfer service
[UDP] git pack transfer service
- tungsten_https: AppType = 'tungsten-https [9443 - tcp|udp]'¶
[TCP] WSO2 Tungsten HTTPS
[UDP] WSO2 Tungsten HTTPS
- wso2esb_console: AppType = 'wso2esb-console [9444 - tcp|udp]'¶
[TCP] WSO2 ESB Administration Console HTTPS
[UDP] WSO2 ESB Administration Console HTTPS
- sntlkeyssrvr: AppType = 'sntlkeyssrvr [9450 - tcp|udp]'¶
[TCP] Sentinel Keys Server
[UDP] Sentinel Keys Server
- mngsuite: AppType = 'mngsuite [9535 - tcp|udp]'¶
[TCP] Management Suite Remote Control
[UDP] Management Suite Remote Control
- laes_bf: AppType = 'laes-bf [9536 - tcp|udp]'¶
[TCP] Surveillance buffering function
[UDP] Surveillance buffering function
- trispen_sra: AppType = 'trispen-sra [9555 - tcp|udp]'¶
[TCP] Trispen Secure Remote Access
[UDP] Trispen Secure Remote Access
- cba8: AppType = 'cba8 [9593 - tcp|udp]'¶
[TCP] LANDesk Management Agent (cba8)
[UDP] LANDesk Management Agent (cba8)
- mercury_disc: AppType = 'mercury-disc [9596 - tcp|udp]'¶
[TCP] Mercury Discovery
[UDP] Mercury Discovery
- vscp: AppType = 'vscp [9598 - tcp|udp]'¶
[TCP] Very Simple Ctrl Protocol
[UDP] Very Simple Ctrl Protocol
- micromuse_ncpw: AppType = 'micromuse-ncpw [9600 - tcp|udp]'¶
[TCP] MICROMUSE-NCPW
[UDP] MICROMUSE-NCPW
- streamcomm_ds: AppType = 'streamcomm-ds [9612 - tcp|udp]'¶
[TCP] StreamComm User Directory
[UDP] StreamComm User Directory
- erunbook_agent: AppType = 'erunbook-agent [9616 - tcp]'¶
[TCP] eRunbook Agent IANA assigned this well-formed service name as a replacement for “erunbook_agent”.
[TCP] eRunbook Agent
- erunbook_server: AppType = 'erunbook-server [9617 - tcp]'¶
[TCP] eRunbook Server IANA assigned this well-formed service name as a replacement for “erunbook_server”.
[TCP] eRunbook Server
- condor: AppType = 'condor [9618 - tcp|udp]'¶
[TCP] Condor Collector Service
[UDP] Condor Collector Service
- odbcpathway: AppType = 'odbcpathway [9628 - tcp|udp]'¶
[TCP] ODBC Pathway Service
[UDP] ODBC Pathway Service
- uniport: AppType = 'uniport [9629 - tcp|udp]'¶
[TCP] UniPort SSO Controller
[UDP] UniPort SSO Controller
- xmms2: AppType = 'xmms2 [9667 - tcp|udp]'¶
[TCP] Cross-platform Music Multiplexing System
[UDP] Cross-platform Music Multiplexing System
- tec5_sdctp: AppType = 'tec5-sdctp [9668 - tcp|udp]'¶
[TCP] tec5 Spectral Device Control Protocol
[UDP] tec5 Spectral Device Control Protocol
- client_wakeup: AppType = 'client-wakeup [9694 - tcp|udp]'¶
[TCP] T-Mobile Client Wakeup Message
[UDP] T-Mobile Client Wakeup Message
- ccnx: AppType = 'ccnx [9695 - tcp|udp]'¶
[TCP] Content Centric Networking
[UDP] Content Centric Networking
- board_roar: AppType = 'board-roar [9700 - tcp|udp]'¶
[TCP] Board M.I.T. Service
[UDP] Board M.I.T. Service
- l5nas_parchan: AppType = 'l5nas-parchan [9747 - tcp|udp]'¶
[TCP] L5NAS Parallel Channel
[UDP] L5NAS Parallel Channel
- board_voip: AppType = 'board-voip [9750 - tcp|udp]'¶
[TCP] Board M.I.T. Synchronous Collaboration
[UDP] Board M.I.T. Synchronous Collaboration
- tungsten_http: AppType = 'tungsten-http [9762 - tcp|udp]'¶
[TCP] WSO2 Tungsten HTTP
[UDP] WSO2 Tungsten HTTP
- sstp_2: AppType = 'sstp-2 [9801 - tcp|udp]'¶
[TCP] Sakura Script Transfer Protocol-2
[UDP] Sakura Script Transfer Protocol-2
- davsrcs: AppType = 'davsrcs [9802 - tcp|udp]'¶
[TCP] WebDAV Source TLS/SSL
[UDP] WebDAV Source TLS/SSL
- kca_service: AppType = 'kca-service [9878 - udp]'¶
[UDP] The KX509 Kerberized Certificate Issuance Protocol in Use in 2012 [RFC 6717]
- cyborg_systems: AppType = 'cyborg-systems [9888 - tcp|udp]'¶
[TCP] CYBORG Systems
[UDP] CYBORG Systems
- gt_proxy: AppType = 'gt-proxy [9889 - tcp|udp]'¶
[TCP] Port for Cable network related data proxy or repeater
[UDP] Port for Cable network related data proxy or repeater
- sype_transport: AppType = 'sype-transport [9911 - tcp|udp]'¶
[TCP] SYPECom Transport Protocol
[UDP] SYPECom Transport Protocol
- alljoyn_stm: AppType = 'alljoyn-stm [9955 - tcp]'¶
[TCP] Contact Port for AllJoyn standard messaging
- alljoyn_mcm: AppType = 'alljoyn-mcm [9955 - udp]'¶
[UDP] Contact Port for AllJoyn multiplexed constrained messaging
- odnsp: AppType = 'odnsp [9966 - tcp|udp]'¶
[TCP] OKI Data Network Setting Protocol
[UDP] OKI Data Network Setting Protocol
- visweather: AppType = 'visweather [9979 - tcp]'¶
[TCP] Valley Information Systems Weather station data
- pumpkindb: AppType = 'pumpkindb [9981 - tcp]'¶
[TCP] Event sourcing database engine with a built-in programming language
- kaostransport: AppType = 'kaostransport [9986 - tcp]'¶
[TCP] KAOS secure message transport protocol for safety-critical environments
- dsm_scm_target: AppType = 'dsm-scm-target [9987 - tcp|udp]'¶
[TCP] DSM/SCM Target Interface
[UDP] DSM/SCM Target Interface
- osm_appsrvr: AppType = 'osm-appsrvr [9990 - tcp|udp]'¶
[TCP] OSM Applet Server
[UDP] OSM Applet Server
- ndmp: AppType = 'ndmp [10000 - tcp|udp]'¶
[TCP] Network Data Management Protocol
[UDP] Network Data Management Protocol
- scp_config: AppType = 'scp-config [10001 - tcp|udp]'¶
[TCP] SCP Configuration
[UDP] SCP Configuration
- documentum: AppType = 'documentum [10002 - tcp|udp]'¶
[TCP] EMC-Documentum Content Server Product
[UDP] EMC-Documentum Content Server Product
- documentum_s: AppType = 'documentum-s [10003 - tcp|udp]'¶
[TCP] EMC-Documentum Content Server Product IANA assigned this well-formed service name as a replacement for “documentum_s”.
[TCP] EMC-Documentum Content Server Product
[UDP] EMC-Documentum Content Server Product IANA assigned this well-formed service name as a replacement for “documentum_s”.
[UDP] EMC-Documentum Content Server Product
- netapp_sync: AppType = 'netapp-sync [10006 - tcp]'¶
[TCP] Sync replication protocol among different NetApp platforms
- swdtp_sv: AppType = 'swdtp-sv [10009 - tcp|udp]'¶
[TCP] Systemwalker Desktop Patrol
[UDP] Systemwalker Desktop Patrol
- zabbix_trapper: AppType = 'zabbix-trapper [10051 - tcp|udp]'¶
[TCP] Zabbix Trapper
[UDP] Zabbix Trapper
- swdtp: AppType = 'swdtp [10104 - tcp|udp]'¶
[TCP] Systemwalker Desktop Patrol
[UDP] Systemwalker Desktop Patrol
- bctp_server: AppType = 'bctp-server [10107 - tcp|udp]'¶
[TCP] VERITAS BCTP, server
[UDP] VERITAS BCTP, server
- nmea_0183: AppType = 'nmea-0183 [10110 - tcp|udp]'¶
[TCP] NMEA-0183 Navigational Data
[UDP] NMEA-0183 Navigational Data
- netiq_endpoint: AppType = 'netiq-endpoint [10113 - tcp|udp]'¶
[TCP] NetIQ Endpoint
[UDP] NetIQ Endpoint
- netiq_voipa: AppType = 'netiq-voipa [10116 - tcp|udp]'¶
[TCP] NetIQ VoIP Assessor
[UDP] NetIQ VoIP Assessor
- iqrm: AppType = 'iqrm [10117 - tcp|udp]'¶
[TCP] NetIQ IQCResource Managament Svc
[UDP] NetIQ IQCResource Managament Svc
- bmc_perf_sd: AppType = 'bmc-perf-sd [10128 - tcp|udp]'¶
[TCP] BMC-PERFORM-SERVICE DAEMON
[UDP] BMC-PERFORM-SERVICE DAEMON
- qb_db_server: AppType = 'qb-db-server [10160 - tcp|udp]'¶
[TCP] QB Database Server
[UDP] QB Database Server
- trisoap: AppType = 'trisoap [10200 - tcp|udp]'¶
[TCP] Trigence AE Soap Service
[UDP] Trigence AE Soap Service
- apollo_relay: AppType = 'apollo-relay [10252 - tcp|udp]'¶
[TCP] Apollo Relay Port
[UDP] Apollo Relay Port
- axis_wimp_port: AppType = 'axis-wimp-port [10260 - tcp|udp]'¶
[TCP] Axis WIMP Port
[UDP] Axis WIMP Port
- mos_lower: AppType = 'mos-lower [10540 - tcp|udp]'¶
[TCP] MOS Media Object Metadata Port
[UDP] MOS Media Object Metadata Port
- mos_upper: AppType = 'mos-upper [10541 - tcp|udp]'¶
[TCP] MOS Running Order Port
[UDP] MOS Running Order Port
- mos_aux: AppType = 'mos-aux [10542 - tcp|udp]'¶
[TCP] MOS Low Priority Port
[UDP] MOS Low Priority Port
- mos_soap: AppType = 'mos-soap [10543 - tcp|udp]'¶
[TCP] MOS SOAP Default Port
[UDP] MOS SOAP Default Port
- mos_soap_opt: AppType = 'mos-soap-opt [10544 - tcp|udp]'¶
[TCP] MOS SOAP Optional Port
[UDP] MOS SOAP Optional Port
- gap: AppType = 'gap [10800 - tcp|udp]'¶
[TCP] Gestor de Acaparamiento para Pocket PCs
[UDP] Gestor de Acaparamiento para Pocket PCs
- lpdg: AppType = 'lpdg [10805 - tcp|udp]'¶
[TCP] LUCIA Pareja Data Group
[UDP] LUCIA Pareja Data Group
- nbd: AppType = 'nbd [10809 - tcp]'¶
[TCP] Network Block Device [https://github.com/NetworkBlockDevice/nbd/blob/master/doc/proto.md]
- bveapi: AppType = 'bveapi [10880 - tcp|udp]'¶
[TCP] BVEssentials HTTP API
[UDP] BVEssentials HTTP API
- octopustentacle: AppType = 'octopustentacle [10933 - tcp]'¶
[TCP] Listen port used by the Octopus Deploy Tentacle deployment agent
- weave: AppType = 'weave [11095 - tcp|udp]'¶
[TCP] Nest device-to-device and device-to-service application protocol
[UDP] Nest device-to-device and device-to-service application protocol
- sgi_lk: AppType = 'sgi-lk [11106 - tcp|udp]'¶
[TCP] SGI LK Licensing service
[UDP] SGI LK Licensing service
- myq_termlink: AppType = 'myq-termlink [11108 - udp]'¶
[UDP] Hardware Terminals Discovery and Low-Level Communication Protocol
- sgi_dmfmgr: AppType = 'sgi-dmfmgr [11109 - tcp]'¶
[TCP] Data migration facility Manager (DMF) is a browser based interface to DMF
- sgi_soap: AppType = 'sgi-soap [11110 - tcp]'¶
[TCP] Data migration facility (DMF) SOAP is a web server protocol to support remote access to DMF
- vce: AppType = 'vce [11111 - tcp|udp]'¶
[TCP] Viral Computing Environment (VCE)
[UDP] Viral Computing Environment (VCE)
- suncacao_snmp: AppType = 'suncacao-snmp [11161 - tcp|udp]'¶
[TCP] sun cacao snmp access point
[UDP] sun cacao snmp access point
- suncacao_jmxmp: AppType = 'suncacao-jmxmp [11162 - tcp|udp]'¶
[TCP] sun cacao JMX-remoting access point
[UDP] sun cacao JMX-remoting access point
- suncacao_rmi: AppType = 'suncacao-rmi [11163 - tcp|udp]'¶
[TCP] sun cacao rmi registry access point
[UDP] sun cacao rmi registry access point
- suncacao_csa: AppType = 'suncacao-csa [11164 - tcp|udp]'¶
[TCP] sun cacao command-streaming access point
[UDP] sun cacao command-streaming access point
- suncacao_websvc: AppType = 'suncacao-websvc [11165 - tcp|udp]'¶
[TCP] sun cacao web service access point
[UDP] sun cacao web service access point
- oemcacao_websvc: AppType = 'oemcacao-websvc [11175 - tcp]'¶
[TCP] OEM cacao web service access point
- memcache: AppType = 'memcache [11211 - tcp|udp]'¶
[TCP] Memory cache service
[UDP] Memory cache service
- xcompute: AppType = 'xcompute [11235 - tcp|sctp]'¶
[TCP] numerical systems messaging
[SCTP] numerical systems messaging
- imip_channels: AppType = 'imip-channels [11320 - tcp|udp]'¶
[TCP] IMIP Channels Port
[UDP] IMIP Channels Port
- arena_server: AppType = 'arena-server [11321 - tcp|udp]'¶
[TCP] Arena Server Listen
[UDP] Arena Server Listen
- tempest_port: AppType = 'tempest-port [11600 - tcp|udp]'¶
[TCP] Tempest Protocol Port
[UDP] Tempest Protocol Port
- h323callsigalt: AppType = 'h323callsigalt [11720 - tcp|udp]'¶
[TCP] H.323 Call Control Signalling Alternate
[UDP] H.323 Call Control Signalling Alternate
- emc_xsw_dcache: AppType = 'emc-xsw-dcache [11723 - tcp|udp]'¶
[TCP] EMC XtremSW distributed cache
[UDP] EMC XtremSW distributed cache
- xoraya: AppType = 'xoraya [11876 - tcp|udp]'¶
[TCP] X2E Xoraya Multichannel protocol
[UDP] X2E Xoraya Multichannel protocol
- sysinfo_sp: AppType = 'sysinfo-sp [11967 - tcp|udp]'¶
[TCP] SysInfo Service Protocol
[UDP] SysInfo Service Protocol
- entextxid: AppType = 'entextxid [12000 - tcp|udp]'¶
[TCP] IBM Enterprise Extender SNA XID Exchange
[UDP] IBM Enterprise Extender SNA XID Exchange
- entextnetwk: AppType = 'entextnetwk [12001 - tcp|udp]'¶
[TCP] IBM Enterprise Extender SNA COS Network Priority
[UDP] IBM Enterprise Extender SNA COS Network Priority
- entexthigh: AppType = 'entexthigh [12002 - tcp|udp]'¶
[TCP] IBM Enterprise Extender SNA COS High Priority
[UDP] IBM Enterprise Extender SNA COS High Priority
- entextmed: AppType = 'entextmed [12003 - tcp|udp]'¶
[TCP] IBM Enterprise Extender SNA COS Medium Priority
[UDP] IBM Enterprise Extender SNA COS Medium Priority
- entextlow: AppType = 'entextlow [12004 - tcp|udp]'¶
[TCP] IBM Enterprise Extender SNA COS Low Priority
[UDP] IBM Enterprise Extender SNA COS Low Priority
- dbisamserver1: AppType = 'dbisamserver1 [12005 - tcp|udp]'¶
[TCP] DBISAM Database Server - Regular
[UDP] DBISAM Database Server - Regular
- dbisamserver2: AppType = 'dbisamserver2 [12006 - tcp|udp]'¶
[TCP] DBISAM Database Server - Admin
[UDP] DBISAM Database Server - Admin
- accuracer: AppType = 'accuracer [12007 - tcp|udp]'¶
[TCP] Accuracer Database System Server
[UDP] Accuracer Database System Server
- accuracer_dbms: AppType = 'accuracer-dbms [12008 - tcp|udp]'¶
[TCP] Accuracer Database System Admin
[UDP] Accuracer Database System Admin
- vipera: AppType = 'vipera [12012 - tcp|udp]'¶
[TCP] Vipera Messaging Service
[UDP] Vipera Messaging Service
- vipera_ssl: AppType = 'vipera-ssl [12013 - tcp|udp]'¶
[TCP] Vipera Messaging Service over SSL Communication
[UDP] Vipera Messaging Service over SSL Communication
- nupaper_ss: AppType = 'nupaper-ss [12121 - tcp|udp]'¶
[TCP] NuPaper Session Service
[UDP] NuPaper Session Service
- linogridengine: AppType = 'linogridengine [12300 - tcp|udp]'¶
[TCP] LinoGrid Engine
[UDP] LinoGrid Engine
- rads: AppType = 'rads [12302 - tcp]'¶
[TCP] Remote Administration Daemon (RAD) is a system service that offers secure, remote, programmatic access to Solaris system configuration and run- time state
- warehouse_sss: AppType = 'warehouse-sss [12321 - tcp|udp]'¶
[TCP] Warehouse Monitoring Syst SSS
[UDP] Warehouse Monitoring Syst SSS
- warehouse: AppType = 'warehouse [12322 - tcp|udp]'¶
[TCP] Warehouse Monitoring Syst
[UDP] Warehouse Monitoring Syst
- carb_repl_ctrl: AppType = 'carb-repl-ctrl [12546 - tcp]'¶
[TCP] Carbonite Server Replication Control
- bcslogc: AppType = 'bcslogc [13216 - tcp|udp]'¶
[TCP] Black Crow Software application logging
[UDP] Black Crow Software application logging
- rs_pias: AppType = 'rs-pias [13217 - tcp|udp]'¶
[TCP] R&S Proxy Installation Assistant Service
[UDP] R&S Proxy Installation Assistant Service
- bprd: AppType = 'bprd [13720 - tcp|udp]'¶
[TCP] BPRD Protocol (VERITAS NetBackup)
[UDP] BPRD Protocol (VERITAS NetBackup)
- bpdbm: AppType = 'bpdbm [13721 - tcp|udp]'¶
[TCP] BPDBM Protocol (VERITAS NetBackup)
[UDP] BPDBM Protocol (VERITAS NetBackup)
- bpjava_msvc: AppType = 'bpjava-msvc [13722 - tcp|udp]'¶
[TCP] BP Java MSVC Protocol
[UDP] BP Java MSVC Protocol
- vnetd: AppType = 'vnetd [13724 - tcp|udp]'¶
[TCP] Veritas Network Utility
[UDP] Veritas Network Utility
- dsmcc_config: AppType = 'dsmcc-config [13818 - tcp|udp]'¶
[TCP] DSMCC Config [ISO/IEC 13818-6 MPEG-2 DSM-CC]
[UDP] DSMCC Config [ISO/IEC 13818-6 MPEG-2 DSM-CC]
- dsmcc_session: AppType = 'dsmcc-session [13819 - tcp|udp]'¶
[TCP] DSMCC Session Messages [ISO/IEC 13818-6 MPEG-2 DSM-CC]
[UDP] DSMCC Session Messages [ISO/IEC 13818-6 MPEG-2 DSM-CC]
- dsmcc_passthru: AppType = 'dsmcc-passthru [13820 - tcp|udp]'¶
[TCP] DSMCC Pass-Thru Messages [ISO/IEC 13818-6 MPEG-2 DSM-CC]
[UDP] DSMCC Pass-Thru Messages [ISO/IEC 13818-6 MPEG-2 DSM-CC]
- dsmcc_download: AppType = 'dsmcc-download [13821 - tcp|udp]'¶
[TCP] DSMCC Download Protocol [ISO/IEC 13818-6 MPEG-2 DSM-CC]
[UDP] DSMCC Download Protocol [ISO/IEC 13818-6 MPEG-2 DSM-CC]
- dsmcc_ccp: AppType = 'dsmcc-ccp [13822 - tcp|udp]'¶
[TCP] DSMCC Channel Change Protocol [ISO/IEC 13818-6 MPEG-2 DSM-CC]
[UDP] DSMCC Channel Change Protocol [ISO/IEC 13818-6 MPEG-2 DSM-CC]
- ucontrol: AppType = 'ucontrol [13894 - tcp|udp]'¶
[TCP] Ultimate Control communication protocol
[UDP] Ultimate Control communication protocol
- scotty_ft: AppType = 'scotty-ft [14000 - tcp|udp]'¶
[TCP] SCOTTY High-Speed Filetransfer
[UDP] SCOTTY High-Speed Filetransfer
- scotty_disc: AppType = 'scotty-disc [14002 - udp]'¶
[UDP] Discovery of a SCOTTY hardware codec board
- sage_best_com1: AppType = 'sage-best-com1 [14033 - tcp|udp]'¶
[TCP] sage Best! Config Server 1
[UDP] sage Best! Config Server 1
- sage_best_com2: AppType = 'sage-best-com2 [14034 - tcp|udp]'¶
[TCP] sage Best! Config Server 2
[UDP] sage Best! Config Server 2
- vrts_tdd: AppType = 'vrts-tdd [14149 - tcp|udp]'¶
[TCP] Veritas Traffic Director
[UDP] Veritas Traffic Director
- vad: AppType = 'vad [14154 - tcp|udp]'¶
[TCP] Veritas Application Director
[UDP] Veritas Application Director
- ca_web_update: AppType = 'ca-web-update [14414 - tcp|udp]'¶
[TCP] CA eTrust Web Update Service
[UDP] CA eTrust Web Update Service
- hydap: AppType = 'hydap [15000 - tcp|udp]'¶
[TCP] Hypack Data Aquisition
[UDP] Hypack Data Aquisition
- v2g_secc: AppType = 'v2g-secc [15118 - udp]'¶
[UDP] v2g Supply Equipment Communication Controller Discovery Protocol
- cisco_snat: AppType = 'cisco-snat [15555 - tcp|udp]'¶
[TCP] Cisco Stateful NAT
[UDP] Cisco Stateful NAT
- bex_xr: AppType = 'bex-xr [15660 - tcp|udp]'¶
[TCP] Backup Express Restore Server
[UDP] Backup Express Restore Server
- ptp: AppType = 'ptp [15740 - tcp|udp]'¶
[TCP] Picture Transfer Protocol
[UDP] Picture Transfer Protocol
- sun_sea_port: AppType = 'sun-sea-port [16161 - tcp|udp]'¶
[TCP] Solaris SEA Port
[UDP] Solaris SEA Port
- solaris_audit: AppType = 'solaris-audit [16162 - tcp]'¶
[TCP] Solaris Audit - secure remote audit log
- pduncs: AppType = 'pduncs [16310 - tcp|udp]'¶
[TCP] Policy Distribute, Update Notification
[UDP] Policy Distribute, Update Notification
- pdefmns: AppType = 'pdefmns [16311 - tcp|udp]'¶
[TCP] Policy definition and update management
[UDP] Policy definition and update management
- netserialext1: AppType = 'netserialext1 [16360 - tcp|udp]'¶
[TCP] Network Serial Extension Ports One
[UDP] Network Serial Extension Ports One
- netserialext2: AppType = 'netserialext2 [16361 - tcp|udp]'¶
[TCP] Network Serial Extension Ports Two
[UDP] Network Serial Extension Ports Two
- netserialext3: AppType = 'netserialext3 [16367 - tcp|udp]'¶
[TCP] Network Serial Extension Ports Three
[UDP] Network Serial Extension Ports Three
- netserialext4: AppType = 'netserialext4 [16368 - tcp|udp]'¶
[TCP] Network Serial Extension Ports Four
[UDP] Network Serial Extension Ports Four
- axon_tunnel: AppType = 'axon-tunnel [16665 - tcp]'¶
[TCP] Reliable multipath data transport for high latencies
- cadsisvr: AppType = 'cadsisvr [16789 - tcp]'¶
[TCP] This server provides callable services to mainframe External Security Managers from any TCP/IP platform
- newbay_snc_mc: AppType = 'newbay-snc-mc [16900 - tcp|udp]'¶
[TCP] Newbay Mobile Client Update Service
[UDP] Newbay Mobile Client Update Service
- sgcip: AppType = 'sgcip [16950 - tcp|udp]'¶
[TCP] Simple Generic Client Interface Protocol
[UDP] Simple Generic Client Interface Protocol
- amt_soap_http: AppType = 'amt-soap-http [16992 - tcp|udp]'¶
[TCP] Intel(R) AMT SOAP/HTTP
[UDP] Intel(R) AMT SOAP/HTTP
- amt_soap_https: AppType = 'amt-soap-https [16993 - tcp|udp]'¶
[TCP] Intel(R) AMT SOAP/HTTPS
[UDP] Intel(R) AMT SOAP/HTTPS
- amt_redir_tcp: AppType = 'amt-redir-tcp [16994 - tcp|udp]'¶
[TCP] Intel(R) AMT Redirection/TCP
[UDP] Intel(R) AMT Redirection/TCP
- amt_redir_tls: AppType = 'amt-redir-tls [16995 - tcp|udp]'¶
[TCP] Intel(R) AMT Redirection/TLS
[UDP] Intel(R) AMT Redirection/TLS
- soundsvirtual: AppType = 'soundsvirtual [17185 - tcp|udp]'¶
[TCP] Sounds Virtual
[UDP] Sounds Virtual
- avtp: AppType = 'avtp [17220 - tcp|udp]'¶
[TCP] IEEE 1722 Transport Protocol for Time Sensitive Applications
[UDP] IEEE 1722 Transport Protocol for Time Sensitive Applications
- avdecc: AppType = 'avdecc [17221 - tcp|udp]'¶
[TCP] IEEE 1722.1 AVB Discovery, Enumeration, Connection management, and Control
[UDP] IEEE 1722.1 AVB Discovery, Enumeration, Connection management, and Control
- isa100_gci: AppType = 'isa100-gci [17223 - tcp]'¶
[TCP] ISA100 GCI is a service utilizing a common interface between an ISA100 Wireless gateway and a client application
- trdp_md: AppType = 'trdp-md [17225 - tcp|udp]'¶
[TCP] Train Realtime Data Protocol (TRDP) Message Data
[UDP] Train Realtime Data Protocol (TRDP) Message Data
- integrius_stp: AppType = 'integrius-stp [17234 - tcp|udp]'¶
[TCP] Integrius Secure Tunnel Protocol
[UDP] Integrius Secure Tunnel Protocol
- zigbee_ip: AppType = 'zigbee-ip [17755 - tcp|udp]'¶
[TCP] ZigBee IP Transport Service
[UDP] ZigBee IP Transport Service
- zigbee_ips: AppType = 'zigbee-ips [17756 - tcp|udp]'¶
[TCP] ZigBee IP Transport Secure Service
[UDP] ZigBee IP Transport Secure Service
[TCP] Beckman Instruments, Inc.
[UDP] Beckman Instruments, Inc.
- checkpoint_rtm: AppType = 'checkpoint-rtm [18241 - tcp|udp]'¶
[TCP] Check Point RTM
[UDP] Check Point RTM
- rds_ib: AppType = 'rds-ib [18634 - tcp|udp]'¶
[TCP] Reliable Datagram Service
[UDP] Reliable Datagram Service
- rds_ip: AppType = 'rds-ip [18635 - tcp|udp]'¶
[TCP] Reliable Datagram Service over IP
[UDP] Reliable Datagram Service over IP
- vdmmesh: AppType = 'vdmmesh [18668 - tcp]'¶
[TCP] Manufacturing Execution Systems Mesh Communication
- vdmmesh_disc: AppType = 'vdmmesh-disc [18668 - udp]'¶
[UDP] Manufacturing Execution Systems Mesh Communication
- scintilla: AppType = 'scintilla [19007 - tcp|udp]'¶
[TCP] Scintilla protocol for device services
[UDP] Scintilla protocol for device services
- ua_secureagent: AppType = 'ua-secureagent [19194 - tcp|udp]'¶
[TCP] UserAuthority SecureAgent
[UDP] UserAuthority SecureAgent
- cora_disc: AppType = 'cora-disc [19220 - udp]'¶
[UDP] Discovery for Client Connection Management and Data Exchange Service
- keysrvr: AppType = 'keysrvr [19283 - tcp|udp]'¶
[TCP] Key Server for SASSAFRAS
[UDP] Key Server for SASSAFRAS
- keyshadow: AppType = 'keyshadow [19315 - tcp|udp]'¶
[TCP] Key Shadow for SASSAFRAS
[UDP] Key Shadow for SASSAFRAS
- dnp_sec: AppType = 'dnp-sec [19999 - tcp|udp|sctp]'¶
[TCP] Distributed Network Protocol - Secure
[UDP] Distributed Network Protocol - Secure
[SCTP] Distributed Network Protocol - secured
- dnp: AppType = 'dnp [20000 - tcp|udp|sctp]'¶
[TCP] DNP
[UDP] DNP
[SCTP] Distributed Network Protocol
- commtact_https: AppType = 'commtact-https [20003 - tcp|udp]'¶
[TCP] Commtact HTTPS
[UDP] Commtact HTTPS
- openwebnet: AppType = 'openwebnet [20005 - tcp|udp]'¶
[TCP] OpenWebNet protocol for electric network
[UDP] OpenWebNet protocol for electric network
- opendeploy: AppType = 'opendeploy [20014 - tcp|udp]'¶
[TCP] OpenDeploy Listener
[UDP] OpenDeploy Listener
- nburn_id: AppType = 'nburn-id [20034 - tcp|udp]'¶
[TCP] NetBurner ID Port IANA assigned this well-formed service name as a replacement for “nburn_id”.
[TCP] NetBurner ID Port
[UDP] NetBurner ID Port IANA assigned this well-formed service name as a replacement for “nburn_id”.
[UDP] NetBurner ID Port
- tmophl7mts: AppType = 'tmophl7mts [20046 - tcp|udp]'¶
[TCP] TMOP HL7 Message Transfer Service
[UDP] TMOP HL7 Message Transfer Service
- ipdtp_port: AppType = 'ipdtp-port [20202 - tcp|udp]'¶
[TCP] IPD Tunneling Port
[UDP] IPD Tunneling Port
- emwavemsg: AppType = 'emwavemsg [20480 - tcp|udp]'¶
[TCP] emWave Message Service
[UDP] emWave Message Service
- xahaud: AppType = 'xahaud [21337 - tcp]'¶
//xahau.network]
- Type:
[TCP] Xahau P2P network protocol [https
- dfserver: AppType = 'dfserver [21554 - tcp|udp]'¶
[TCP] MineScape Design File Server
[UDP] MineScape Design File Server
- netspeak_is: AppType = 'netspeak-is [21846 - tcp|udp]'¶
[TCP] NetSpeak Corp. Directory Services
[UDP] NetSpeak Corp. Directory Services
- netspeak_cs: AppType = 'netspeak-cs [21847 - tcp|udp]'¶
[TCP] NetSpeak Corp. Connection Services
[UDP] NetSpeak Corp. Connection Services
- netspeak_acd: AppType = 'netspeak-acd [21848 - tcp|udp]'¶
[TCP] NetSpeak Corp. Automatic Call Distribution
[UDP] NetSpeak Corp. Automatic Call Distribution
- netspeak_cps: AppType = 'netspeak-cps [21849 - tcp|udp]'¶
[TCP] NetSpeak Corp. Credit Processing System
[UDP] NetSpeak Corp. Credit Processing System
- optohost002: AppType = 'optohost002 [22002 - tcp|udp]'¶
[TCP] Opto Host Port 2
[UDP] Opto Host Port 2
- optohost003: AppType = 'optohost003 [22003 - tcp|udp]'¶
[TCP] Opto Host Port 3
[UDP] Opto Host Port 3
- optohost004_22004: AppType = 'optohost004 [22004 - tcp|udp]'¶
[TCP] Opto Host Port 4
[UDP] Opto Host Port 4
- optohost004_22005: AppType = 'optohost004 [22005 - tcp|udp]'¶
[TCP] Opto Host Port 5
[UDP] Opto Host Port 5
- easyengine: AppType = 'easyengine [22222 - tcp]'¶
[TCP] EasyEngine is CLI tool to manage WordPress Sites on Nginx server
- showcockpit_net: AppType = 'showcockpit-net [22333 - tcp|udp]'¶
[TCP] ShowCockpit Networking
[UDP] ShowCockpit Networking
- shrewd_control: AppType = 'shrewd-control [22335 - tcp]'¶
[TCP] Initium Labs Security and Automation Control
- shrewd_stream: AppType = 'shrewd-stream [22335 - udp]'¶
[UDP] Initium Labs Security and Automation Streaming
- cis_secure: AppType = 'cis-secure [22343 - tcp|udp]'¶
[TCP] CompactIS Secure Tunnel
[UDP] CompactIS Secure Tunnel
- wibukey: AppType = 'wibukey [22347 - tcp|udp]'¶
[TCP] WibuKey Standard WkLan
[UDP] WibuKey Standard WkLan
- codemeter: AppType = 'codemeter [22350 - tcp|udp]'¶
[TCP] CodeMeter Standard
[UDP] CodeMeter Standard
- codemeter_cmwan: AppType = 'codemeter-cmwan [22351 - tcp]'¶
[TCP] TPC/IP requests of copy protection software to a server
- caldsoft_backup: AppType = 'caldsoft-backup [22537 - tcp]'¶
[TCP] CaldSoft Backup server file transfer
- talikaserver: AppType = 'talikaserver [22763 - tcp|udp]'¶
[TCP] Talika Main Server
[UDP] Talika Main Server
- aws_brf: AppType = 'aws-brf [22800 - tcp|udp]'¶
[TCP] Telerate Information Platform LAN
[UDP] Telerate Information Platform LAN
- brf_gw: AppType = 'brf-gw [22951 - tcp|udp]'¶
[TCP] Telerate Information Platform WAN
[UDP] Telerate Information Platform WAN
- inovaport1: AppType = 'inovaport1 [23000 - tcp|udp]'¶
[TCP] Inova LightLink Server Type 1
[UDP] Inova LightLink Server Type 1
- inovaport2: AppType = 'inovaport2 [23001 - tcp|udp]'¶
[TCP] Inova LightLink Server Type 2
[UDP] Inova LightLink Server Type 2
- inovaport3: AppType = 'inovaport3 [23002 - tcp|udp]'¶
[TCP] Inova LightLink Server Type 3
[UDP] Inova LightLink Server Type 3
- inovaport4: AppType = 'inovaport4 [23003 - tcp|udp]'¶
[TCP] Inova LightLink Server Type 4
[UDP] Inova LightLink Server Type 4
- inovaport5: AppType = 'inovaport5 [23004 - tcp|udp]'¶
[TCP] Inova LightLink Server Type 5
[UDP] Inova LightLink Server Type 5
- inovaport6: AppType = 'inovaport6 [23005 - tcp|udp]'¶
[TCP] Inova LightLink Server Type 6
[UDP] Inova LightLink Server Type 6
- elxmgmt: AppType = 'elxmgmt [23333 - tcp|udp]'¶
[TCP] Emulex HBAnyware Remote Management
[UDP] Emulex HBAnyware Remote Management
- intel_rci: AppType = 'intel-rci [24386 - tcp|udp]'¶
[TCP] Intel RCI IANA assigned this well-formed service name as a replacement for “intel_rci”.
[TCP] Intel RCI
[UDP] Intel RCI IANA assigned this well-formed service name as a replacement for “intel_rci”.
[UDP] Intel RCI
- tonidods: AppType = 'tonidods [24465 - tcp|udp]'¶
[TCP] Tonido Domain Server
[UDP] Tonido Domain Server
- udpstp: AppType = 'udpstp [24601 - udp]'¶
[UDP] UDP-based IP-Layer Capacity and Performance Measurement protocol [RFC 9946]
- sdtvwcam: AppType = 'sdtvwcam [24666 - tcp]'¶
[TCP] Service used by SmarDTV to communicate between a CAM and a second screen application
- canditv: AppType = 'canditv [24676 - tcp|udp]'¶
[TCP] Canditv Message Service
[UDP] Canditv Message Service
- proactivate: AppType = 'proactivate [24678 - tcp|udp]'¶
[TCP] Turbopower Proactivate
[UDP] Turbopower Proactivate
- tcc_http: AppType = 'tcc-http [24680 - tcp|udp]'¶
[TCP] TCC User HTTP Service
[UDP] TCC User HTTP Service
- find: AppType = 'find [24922 - tcp|udp]'¶
[TCP] Find Identification of Network Devices
[UDP] Find Identification of Network Devices
- vocaltec_hos: AppType = 'vocaltec-hos [25793 - tcp|udp]'¶
[TCP] Vocaltec Address Server
[UDP] Vocaltec Address Server
- scscp: AppType = 'scscp [26133 - tcp|udp]'¶
[TCP] Symbolic Computation Software Composability Protocol
[UDP] Symbolic Computation Software Composability Protocol
- k3software_svr: AppType = 'k3software-svr [26262 - tcp|udp]'¶
[TCP] K3 Software-Server
[UDP] K3 Software-Server
- k3software_cli: AppType = 'k3software-cli [26263 - tcp|udp]'¶
[TCP] K3 Software-Client
[UDP] K3 Software-Client
- flex_lmadmin: AppType = 'flex-lmadmin [27010 - tcp]'¶
[TCP] A protocol for managing license services
- jesmsjc: AppType = 'jesmsjc [27442 - tcp|udp]'¶
[TCP] Job controller service
[UDP] Job controller service
- kopek_httphead: AppType = 'kopek-httphead [27504 - tcp|udp]'¶
[TCP] Kopek HTTP Head Port
[UDP] Kopek HTTP Head Port
- ars_vista: AppType = 'ars-vista [27782 - tcp|udp]'¶
[TCP] ARS VISTA Application
[UDP] ARS VISTA Application
- tw_auth_key: AppType = 'tw-auth-key [27999 - tcp|udp]'¶
[TCP] TW Authentication/Key Distribution and
[UDP] Attribute Certificate Services
- voxelstorm: AppType = 'voxelstorm [28200 - tcp|udp]'¶
[TCP] VoxelStorm game server
[UDP] VoxelStorm game server
- bosswave: AppType = 'bosswave [28589 - tcp]'¶
[TCP] Building operating system services wide area verified exchange
- otmp: AppType = 'otmp [29167 - tcp|udp]'¶
[TCP] ObTools Message Protocol
[UDP] ObTools Message Protocol
- bingbang: AppType = 'bingbang [29999 - tcp]'¶
[TCP] data exchange protocol for IEC61850 in wind power plants
- pago_services1: AppType = 'pago-services1 [30001 - tcp|udp]'¶
[TCP] Pago Services 1
[UDP] Pago Services 1
- pago_services2: AppType = 'pago-services2 [30002 - tcp|udp]'¶
[TCP] Pago Services 2
[UDP] Pago Services 2
- amicon_fpsu_ra: AppType = 'amicon-fpsu-ra [30003 - tcp|udp]'¶
[TCP] Amicon FPSU-IP Remote Administration
[UDP] Amicon FPSU-IP Remote Administration
- kingdomsonline: AppType = 'kingdomsonline [30260 - tcp|udp]'¶
[TCP] Kingdoms Online (CraigAvenue)
[UDP] Kingdoms Online (CraigAvenue)
- dilithium3: AppType = 'dilithium3 [30939 - tcp|udp]'¶
[TCP] Persistent peer-to-peer connections for block propagation, transaction relay, and BFT consensus message exchange.
[UDP] Kademlia DHT peer discovery and routing table maintenance.
- ovobs: AppType = 'ovobs [30999 - tcp|udp]'¶
[TCP] OpenView Service Desk Client
[UDP] OpenView Service Desk Client
- ka_sddp: AppType = 'ka-sddp [31016 - tcp]'¶
[TCP] Kollective Agent Secure Distributed Delivery Protocol
- eldim: AppType = 'eldim [31337 - tcp|udp]'¶
[TCP] eldim is a secure file upload proxy
[UDP] eldim is a secure file upload proxy
- dsx_monitor: AppType = 'dsx-monitor [31685 - tcp]'¶
[TCP] DS Expert Monitor IANA assigned this well-formed service name as a replacement for “dsx_monitor”.
[TCP] DS Expert Monitor
- gamesmith_port: AppType = 'gamesmith-port [31765 - tcp|udp]'¶
[TCP] GameSmith Port
[UDP] GameSmith Port
- iceedcp_tx: AppType = 'iceedcp-tx [31948 - tcp|udp]'¶
[TCP] Embedded Device Configuration Protocol TX IANA assigned this well- formed service name as a replacement for “iceedcp_tx”.
[TCP] Embedded Device Configuration Protocol TX
[UDP] Embedded Device Configuration Protocol TX IANA assigned this well- formed service name as a replacement for “iceedcp_tx”.
[UDP] Embedded Device Configuration Protocol TX
- iceedcp_rx: AppType = 'iceedcp-rx [31949 - tcp|udp]'¶
[TCP] Embedded Device Configuration Protocol RX IANA assigned this well- formed service name as a replacement for “iceedcp_rx”.
[TCP] Embedded Device Configuration Protocol RX
[UDP] Embedded Device Configuration Protocol RX IANA assigned this well- formed service name as a replacement for “iceedcp_rx”.
[UDP] Embedded Device Configuration Protocol RX
- iracinghelper: AppType = 'iracinghelper [32034 - tcp|udp]'¶
[TCP] iRacing helper service
[UDP] iRacing helper service
- t1distproc60: AppType = 't1distproc60 [32249 - tcp|udp]'¶
[TCP] T1 Distributed Processor
[UDP] T1 Distributed Processor
- apm_link: AppType = 'apm-link [32483 - tcp|udp]'¶
[TCP] Access Point Manager Link
[UDP] Access Point Manager Link
- sec_ntb_clnt: AppType = 'sec-ntb-clnt [32635 - tcp|udp]'¶
[TCP] SecureNotebook-CLNT
[UDP] SecureNotebook-CLNT
- filenet_powsrm: AppType = 'filenet-powsrm [32767 - tcp|udp]'¶
[TCP] FileNet BPM WS-ReliableMessaging Client
[UDP] FileNet BPM WS-ReliableMessaging Client
- filenet_pa: AppType = 'filenet-pa [32772 - tcp|udp]'¶
[TCP] FileNET Process Analyzer
[UDP] FileNET Process Analyzer
- filenet_cm: AppType = 'filenet-cm [32773 - tcp|udp]'¶
[TCP] FileNET Component Manager
[UDP] FileNET Component Manager
- filenet_re: AppType = 'filenet-re [32774 - tcp|udp]'¶
[TCP] FileNET Rules Engine
[UDP] FileNET Rules Engine
- filenet_pch: AppType = 'filenet-pch [32775 - tcp|udp]'¶
[TCP] Performance Clearinghouse
[UDP] Performance Clearinghouse
- filenet_peior: AppType = 'filenet-peior [32776 - tcp|udp]'¶
[TCP] FileNET BPM IOR
[UDP] FileNET BPM IOR
- filenet_obrok: AppType = 'filenet-obrok [32777 - tcp|udp]'¶
[TCP] FileNet BPM CORBA
[UDP] FileNet BPM CORBA
- mlsn: AppType = 'mlsn [32801 - tcp|udp]'¶
[TCP] Multiple Listing Service Network
[UDP] Multiple Listing Service Network
- idmgratm: AppType = 'idmgratm [32896 - tcp|udp]'¶
[TCP] Attachmate ID Manager
[UDP] Attachmate ID Manager
- aurora_balaena: AppType = 'aurora-balaena [33123 - tcp|udp]'¶
[TCP] Aurora (Balaena Ltd)
[UDP] Aurora (Balaena Ltd)
- diamondport: AppType = 'diamondport [33331 - tcp|udp]'¶
[TCP] DiamondCentral Interface
[UDP] DiamondCentral Interface
- turbonote_2: AppType = 'turbonote-2 [34249 - tcp|udp]'¶
[TCP] TurboNote Relay Server Default Port
[UDP] TurboNote Relay Server Default Port
- p_net_local: AppType = 'p-net-local [34378 - tcp|udp]'¶
[TCP] P-Net on IP local
[UDP] P-Net on IP local
- p_net_remote: AppType = 'p-net-remote [34379 - tcp|udp]'¶
[TCP] P-Net on IP remote
[UDP] P-Net on IP remote
- profinet_rt: AppType = 'profinet-rt [34962 - tcp|udp]'¶
[TCP] PROFInet RT Unicast
[UDP] PROFInet RT Unicast
- profinet_rtm: AppType = 'profinet-rtm [34963 - tcp|udp]'¶
[TCP] PROFInet RT Multicast
[UDP] PROFInet RT Multicast
- profinet_cm: AppType = 'profinet-cm [34964 - tcp|udp]'¶
[TCP] PROFInet Context Manager
[UDP] PROFInet Context Manager
- profinet_cm_sec: AppType = 'profinet-cm-sec [34965 - tcp|udp]'¶
[TCP] PROFINET secure connection management and key provisioning
[UDP] PROFINET secure connection management and key provisioning
- profinet_rt_sec: AppType = 'profinet-rt-sec [34966 - udp]'¶
[UDP] PROFINET secure real-time data transfer over UDP (unicast and multicast)
- rt_classmanager: AppType = 'rt-classmanager [35004 - tcp|udp]'¶
[TCP] ReadyTech ClassManager
[UDP] ReadyTech ClassManager
- axio_disc: AppType = 'axio-disc [35100 - tcp|udp]'¶
[TCP] Axiomatic discovery protocol
[UDP] Axiomatic discovery protocol
- observium_agent: AppType = 'observium-agent [36602 - tcp]'¶
[TCP] Observium statistics collection agent
- neckar: AppType = 'neckar [37475 - tcp|udp]'¶
[TCP] science + computing’s Venus Administration Port
[UDP] science + computing’s Venus Administration Port
- unisys_eportal: AppType = 'unisys-eportal [37654 - tcp|udp]'¶
[TCP] Unisys ClearPath ePortal
[UDP] Unisys ClearPath ePortal
- galaxy7_data: AppType = 'galaxy7-data [38201 - tcp|udp]'¶
[TCP] Galaxy7 Data Tunnel
[UDP] Galaxy7 Data Tunnel
- fairview: AppType = 'fairview [38202 - tcp|udp]'¶
[TCP] Fairview Message Service
[UDP] Fairview Message Service
- agpolicy: AppType = 'agpolicy [38203 - tcp|udp]'¶
[TCP] AppGate Policy Server
[UDP] AppGate Policy Server
- sruth: AppType = 'sruth [38800 - tcp]'¶
[TCP] Sruth is a service for the distribution of routinely- generated but arbitrary files based on a publish/subscribe distribution model and implemented using a peer-to-peer transport mechanism
- secrmmsafecopya: AppType = 'secrmmsafecopya [38865 - tcp]'¶
[TCP] Security approval process for use of the secRMM SafeCopy program
- turbonote_1: AppType = 'turbonote-1 [39681 - tcp|udp]'¶
[TCP] TurboNote Default Port
[UDP] TurboNote Default Port
- fs_qos: AppType = 'fs-qos [41111 - tcp|udp]'¶
[TCP] Foursticks QoS Protocol
[UDP] Foursticks QoS Protocol
- z_wave_s: AppType = 'z-wave-s [41230 - tcp|udp]'¶
[TCP] Z-Wave Protocol over SSL/TLS
[UDP] Z-Wave Protocol over DTLS
- crestron_cip: AppType = 'crestron-cip [41794 - tcp|udp]'¶
[TCP] Crestron Control Port
[UDP] Crestron Control Port
- crestron_ctp: AppType = 'crestron-ctp [41795 - tcp|udp]'¶
[TCP] Crestron Terminal Port
[UDP] Crestron Terminal Port
- candp: AppType = 'candp [42508 - tcp|udp]'¶
[TCP] Computer Associates network discovery protocol
[UDP] Computer Associates network discovery protocol
- candrp: AppType = 'candrp [42509 - tcp|udp]'¶
[TCP] CA discovery response
[UDP] CA discovery response
- ndm_agent_port: AppType = 'ndm-agent-port [43189 - tcp|udp]'¶
[TCP] NDM-AGENT-PORT
[UDP] NDM-AGENT-PORT
- shaperai_disc: AppType = 'shaperai-disc [43210 - udp]'¶
[UDP] Shaper Automation Server Management Discovery
- ew_disc_cmd: AppType = 'ew-disc-cmd [43440 - udp]'¶
[UDP] Cisco EnergyWise Discovery and Command Flooding
- ciscocsdb: AppType = 'ciscocsdb [43441 - tcp|udp]'¶
[TCP] Cisco NetMgmt DB Ports
[UDP] Cisco NetMgmt DB Ports
- pmwebapi: AppType = 'pmwebapi [44323 - tcp]'¶
[TCP] HTTP binding for Performance Co-Pilot client API
- rbr_debug: AppType = 'rbr-debug [44553 - tcp|udp]'¶
[TCP] REALbasic Remote Debug
[UDP] REALbasic Remote Debug
- ethernet_ip_2: AppType = 'ethernet-ip-2 [44818 - tcp|udp]'¶
[TCP] EtherNet/IP messaging IANA assigned this well-formed service name as a replacement for “EtherNet/IP-2”.
[TCP] EtherNet/IP messaging
[UDP] EtherNet/IP messaging IANA assigned this well-formed service name as a replacement for “EtherNet/IP-2”.
[UDP] EtherNet/IP messaging
- m3da: AppType = 'm3da [44900 - tcp]'¶
[TCP] M3DA is used for efficient machine-to-machine communications
- m3da_disc: AppType = 'm3da-disc [44900 - udp]'¶
[UDP] M3DA Discovery is used for efficient machine-to-machine communications
- asmp: AppType = 'asmp [45000 - tcp]'¶
[TCP] Nuance AutoStore Status Monitoring Protocol (data transfer)
- asmp_mon: AppType = 'asmp-mon [45000 - udp]'¶
[UDP] Nuance AutoStore Status Monitoring Protocol (device monitoring)
- asmps: AppType = 'asmps [45001 - tcp]'¶
[TCP] Nuance AutoStore Status Monitoring Protocol (secure data transfer)
- witsnet: AppType = 'witsnet [45185 - tcp|udp]'¶
[TCP] Wire and Wireless transfer on synchroniz
[UDP] Wire and Wireless transfer on synchroniz
- cloudcheck_ping: AppType = 'cloudcheck-ping [45514 - udp]'¶
[UDP] ASSIA CloudCheck WiFi Management keepalive
- dai_shell: AppType = 'dai-shell [45824 - tcp]'¶
[TCP] Server for the DAI family of client-server products
- qdb2service: AppType = 'qdb2service [45825 - tcp|udp]'¶
[TCP] Qpuncture Data Access Service
[UDP] Qpuncture Data Access Service
- spremotetablet: AppType = 'spremotetablet [46998 - tcp]'¶
[TCP] Connection between a desktop computer or server and a signature tablet to capture handwritten signatures
- jvl_mactalk: AppType = 'jvl-mactalk [47100 - udp]'¶
[UDP] Configuration of motors connected to Industrial Ethernet
- dbbrowse: AppType = 'dbbrowse [47557 - tcp|udp]'¶
[TCP] Databeam Corporation
[UDP] Databeam Corporation
- directplaysrvr: AppType = 'directplaysrvr [47624 - tcp|udp]'¶
[TCP] Direct Play Server
[UDP] Direct Play Server
- bacnet: AppType = 'bacnet [47808 - tcp|udp]'¶
[TCP] Building Automation and Control Networks
[UDP] Building Automation and Control Networks
- presonus_ucnet: AppType = 'presonus-ucnet [47809 - udp]'¶
[UDP] PreSonus Universal Control Network Protocol
- nimcontroller: AppType = 'nimcontroller [48000 - tcp|udp]'¶
[TCP] Nimbus Controller
[UDP] Nimbus Controller
- weandsf: AppType = 'weandsf [48050 - tcp]'¶
[TCP] WeFi Access Network Discovery and Selection Function
- isnetserv: AppType = 'isnetserv [48128 - tcp|udp]'¶
[TCP] Image Systems Network Services
[UDP] Image Systems Network Services
- robotraconteur: AppType = 'robotraconteur [48653 - tcp|udp]'¶
[TCP] Robot Raconteur transport
[UDP] Robot Raconteur transport
- rdp: AppType = 'rdp [-1 - undefined]'¶
[N/A] Reliable Data Protocol
[N/A] Windows Remote Desktop Protocol
- AppType_1password: AppType = '1password [-1 - undefined]'¶
[N/A] 1Password Password Manager data sharing and synchronization protocol
- AppType_7ksonar: AppType = '7ksonar [-1 - tcp|udp]'¶
[TCP] Teledyne Marine 7k Sonar Protocol
[UDP] Teledyne Marine 7k Sonar Protocol
- abi_instrument: AppType = 'abi-instrument [-1 - undefined]'¶
[N/A] Applied Biosystems Universal Instrument Framework
- accessdata_f2w: AppType = 'accessdata-f2w [-1 - undefined]'¶
[N/A] FTK2 Backend Processing Agent Service
- acs_ctl_ds: AppType = 'acs-ctl-ds [-1 - tcp|udp]'¶
[TCP] Access Control Device
[UDP] Access Control Device
- acs_ctl_gw: AppType = 'acs-ctl-gw [-1 - tcp|udp]'¶
[TCP] Access Control Gateway
[UDP] Access Control Gateway
- activeraid: AppType = 'activeraid [-1 - undefined]'¶
[N/A] Active Storage Proprietary Device Management Protocol
- activeraid_ssl: AppType = 'activeraid-ssl [-1 - undefined]'¶
[N/A] Encrypted transport of Active Storage Proprietary Device Management Protocol
- adamhall: AppType = 'adamhall [-1 - tcp|udp]'¶
[TCP] Adam Hall network control and monitoring
[UDP] Adam Hall network control and monitoring
- adaptive_rn: AppType = 'adaptive-rn [-1 - tcp|udp]'¶
[TCP] ARN (Adaptive Routing Notification) is a protocol designed to enable dynamic routing adjustments by sharing network status information between nodes in data center networks, improving efficiency and fault tolerance.
[UDP] ARN (Adaptive Routing Notification) is a protocol designed to enable dynamic routing adjustments by sharing network status information between nodes in data center networks, improving efficiency and fault tolerance.
- addressbooksrv: AppType = 'addressbooksrv [-1 - tcp]'¶
[TCP] Address Book Server used for contacts and calendar synchronisation
- adnodes: AppType = 'adnodes [-1 - undefined]'¶
[N/A] difusi Cloud based plug & play network synchronization protocol, content pool database discovery, and cloudOS SAaS discovery protocol.
- ai_adp: AppType = 'ai-adp [-1 - tcp]'¶
[TCP] AI Agent Discovery Protocol (ADP) [draft-pro-adp-agent-discovery-00]
- airmate: AppType = 'airmate [-1 - tcp|udp]'¶
[TCP] Airmate interworking protocol
[UDP] Airmate interworking protocol
- airplay: AppType = 'airplay [-1 - tcp|udp]'¶
[TCP] Protocol for streaming of audio/video content
[UDP] Protocol for streaming of audio/video content
- alazartech_atn: AppType = 'alazartech-atn [-1 - tcp]'¶
[TCP] Alazar Technologies ATN Communication Protocol
- amiphd_p2p: AppType = 'amiphd-p2p [-1 - undefined]'¶
[N/A] P2PTapWar Sample Application from “iPhone SDK Development” Book
- anquetsync: AppType = 'anquetsync [-1 - undefined]'¶
[N/A] Anquet map synchronization between desktop and handheld devices
- anyremote: AppType = 'anyremote [-1 - tcp]'¶
[TCP] remote control of Linux PCs from Android and J2ME
- applerdbg: AppType = 'applerdbg [-1 - undefined]'¶
[N/A] Apple Remote Debug Services (OpenGL Profiler)
- arn: AppType = 'arn [-1 - tcp]'¶
[TCP] Active Registry Network for distribution of values and streams
- aroundsound: AppType = 'aroundsound [-1 - undefined]'¶
[N/A] AroundSound’s information sharing protocol
- aseba: AppType = 'aseba [-1 - tcp]'¶
[TCP] protocol for an event-based architecture for distributed control of mobile robots
- atlassianapp: AppType = 'atlassianapp [-1 - undefined]'¶
[N/A] Atlassian Application (JIRA, Confluence, Fisheye, Crucible, Crowd, Bamboo) discovery service
- attero_ad: AppType = 'attero-ad [-1 - tcp|udp]'¶
[TCP] Attero Tech Audio Device
[UDP] Attero Tech Audio Device
- axis_nvr: AppType = 'axis-nvr [-1 - tcp|udp]'¶
[TCP] Axis Network Video Recorders
[UDP] Axis Network Video Recorders
- barroomcomedy: AppType = 'barroomcomedy [-1 - tcp]'¶
[TCP] Peer to peer file sharing for a media player application
- beatpack: AppType = 'beatpack [-1 - undefined]'¶
[N/A] BeatPack Synchronization Server for BeatMaker
- beatsdirect: AppType = 'beatsdirect [-1 - tcp]'¶
[TCP] Beats Direct allows for the discovery and control of devices
- beyondidentity: AppType = 'beyondidentity [-1 - tcp]'¶
[TCP] Beyond Identity Platform Authenticator S
- bhipc: AppType = 'bhipc [-1 - tcp|udp]'¶
[TCP] Becker & Hickl Inter Process Communication
[UDP] Becker & Hickl Inter Process Communication
- biosonics: AppType = 'biosonics [-1 - tcp|udp]'¶
[TCP] BioSonics Echosounders
[UDP] BioSonics Echosounders
- bittorrent: AppType = 'bittorrent [-1 - undefined]'¶
[N/A] BitTorrent Zeroconf Peer Discovery Protocol
- blackbook: AppType = 'blackbook [-1 - undefined]'¶
[N/A] Little Black Book Information Exchange Protocol
- boardgame: AppType = 'boardgame [-1 - tcp]'¶
[TCP] Two-player board game play [https://github.com/chentianren0/MiniXiangqi/blob/main/docs/boardgame- protocol.md]
- booked_sync: AppType = 'booked-sync [-1 - tcp]'¶
[TCP] Booked communication protocol - Sharing And Sync Service
- bootstrap: AppType = 'bootstrap [-1 - tcp|udp]'¶
[TCP] Bootstrap service discovery
[UDP] Bootstrap service discovery
- boutfitness: AppType = 'boutfitness [-1 - tcp|udp]'¶
[TCP] Bout Fitness Synchronization Service
[UDP] Bout Fitness Synchronization Service
- brski_pledge: AppType = 'brski-pledge [-1 - tcp]'¶
[TCP] The Bootstrapping Remote Secure Key Infrastructure Pledge [RFC-ietf- anima-brski-prm-23]
- brski_proxy: AppType = 'brski-proxy [-1 - tcp]'¶
[TCP] The Bootstrapping Remote Secure Key Infrastructure Proxy [RFC 8995]
- brski_reg_cmp: AppType = 'brski-reg-cmp [-1 - tcp]'¶
[TCP] Bootstrapping Remote Secure Key Infrastructure registrar with CMP capabilities according to the Lightweight CMP Profile (LCMPP) [RFC9483] [RFC 9733]
- brski_registrar: AppType = 'brski-registrar [-1 - tcp]'¶
[TCP] The Bootstrapping Remote Secure Key Infrastructure Registrar [RFC 8995]
- btp: AppType = 'btp [-1 - tcp]'¶
[TCP] Beats Transfer Protocol allows for the discovery and control of devices
- caldav: AppType = 'caldav [-1 - tcp]'¶
[TCP] Calendaring Extensions to WebDAV (CalDAV) - non-TLS [RFC 6764]
- caldavs: AppType = 'caldavs [-1 - tcp]'¶
[TCP] Calendaring Extensions to WebDAV (CalDAV) - over TLS [RFC 6764]
- carddav: AppType = 'carddav [-1 - tcp]'¶
[TCP] vCard Extensions to WebDAV (CardDAV) - non-TLS [RFC 6352]
- carddavs: AppType = 'carddavs [-1 - tcp]'¶
[TCP] vCard Extensions to WebDAV (CardDAV) - over TLS [RFC 6352]
- cctv: AppType = 'cctv [-1 - undefined]'¶
[N/A] IP and Closed-Circuit Television for Securitiy applications
- certificates: AppType = 'certificates [-1 - tcp]'¶
[TCP] Server for S/MIME and PGP certificates [draft-bhjl-x509-srv-01]
- cip4discovery: AppType = 'cip4discovery [-1 - undefined]'¶
[N/A] Discovery of JDF (CIP4 Job Definition Format) enabled devices
- commfort: AppType = 'commfort [-1 - tcp]'¶
[TCP] A client-server chat for LAN or Internet with video chat support
- com_ocs_es_mcc: AppType = 'com-ocs-es-mcc [-1 - undefined]'¶
[N/A] ElectraStar media centre control protocol
- compressnet: AppType = 'compressnet [-1 - tcp|udp]'¶
[TCP] Management Utility/Compression Process
[UDP] Management Utility/Compression Process
- core_rd_tls: AppType = 'core-rd-tls [-1 - tcp]'¶
[TCP] Resource Directory accessed using CoAP over TLS [RFC 9176]
- core_rd_dtls: AppType = 'core-rd-dtls [-1 - udp]'¶
[UDP] Resource Directory accessed using CoAP over DTLS [RFC 9176]
- coviot: AppType = 'coviot [-1 - tcp|udp]'¶
[TCP] Service for coviot branded devices
[UDP] Service for coviot branded devices
- csi_mmws: AppType = 'csi-mmws [-1 - tcp]'¶
[TCP] Canfield Scientific Inc - Mirror Mobile Web Services
- dataturbine: AppType = 'dataturbine [-1 - undefined]'¶
[N/A] Open Source DataTurbine Streaming Data Middleware
- dbaudio: AppType = 'dbaudio [-1 - tcp|udp]'¶
[TCP] d&b audiotechnik remote network
[UDP] d&b audiotechnik remote network
- dell_soo_ds: AppType = 'dell-soo-ds [-1 - tcp|udp]'¶
[TCP] Spotlight on Oracle Diagnostic Server
[UDP] Spotlight on Oracle Diagnostic Server
- dell_soss_ds_w: AppType = 'dell-soss-ds-w [-1 - tcp]'¶
[TCP] Spotlight on SQL Server Diagnostic Server HTTP
- demoncamremote: AppType = 'demoncamremote [-1 - tcp|udp]'¶
[TCP] Peer-to-peer real-time video streaming
[UDP] Peer-to-peer real-time video streaming
- dhanda_g: AppType = 'dhanda-g [-1 - tcp|udp|sctp]'¶
[TCP] DHANDAg is going for a site
[UDP] DHANDAg is going for a site
[SCTP] DHANDAg is going for a site
- dictation: AppType = 'dictation [-1 - undefined]'¶
[N/A] Use of a dictation service by a hand-held device
- divelogsync: AppType = 'divelogsync [-1 - undefined]'¶
[N/A] Dive Log Data Sharing and Synchronization Protocol
- dltimesync: AppType = 'dltimesync [-1 - udp]'¶
[UDP] Local Area Dynamic Time Synchronisation Protocol
- dns_push_tls: AppType = 'dns-push-tls [-1 - tcp]'¶
[TCP] DNS Push Notification Service Type [RFC 8765#6.1]
- dns_query_tls: AppType = 'dns-query-tls [-1 - tcp]'¶
[TCP] DNS queries to the authoritative server over TLS
- dns_update: AppType = 'dns-update [-1 - tcp|udp]'¶
[TCP] DNS Dynamic Update Service
[UDP] DNS Dynamic Update Service
- dns_update_tls: AppType = 'dns-update-tls [-1 - tcp]'¶
[TCP] DNS Dynamic Update Service over TLS [RFC 6281]
- dnssd_srp_tls: AppType = 'dnssd-srp-tls [-1 - tcp]'¶
[TCP] DNS-Based Service Discovery (TLS) [RFC 9665]
- dots_call_home: AppType = 'dots-call-home [-1 - tcp|udp]'¶
[TCP] DOTS Signal Channel Call Home Protocol. The service name is used to construct the SRV service names “_dots-call-home._udp” and “_dots-call- home._tcp” for discovering Call Home DOTS clients used to establish DOTS signal channel call home. [RFC 8973]
[UDP] DOTS Signal Channel Call Home Protocol. The service name is used to construct the SRV service names “_dots-call-home._udp” and “_dots-call- home._tcp” for discovering Call Home DOTS clients used to establish DOTS signal channel call home. [RFC 8973]
- dots_data: AppType = 'dots-data [-1 - tcp]'¶
[TCP] DOTS Data Channel Protocol. The service name is used to construct the SRV service name “_dots-data._tcp” for discovering DOTS servers used to establish DOTS data channel. [RFC 8973]
- dsl_sync: AppType = 'dsl-sync [-1 - undefined]'¶
[N/A] Data Synchronization Protocol for Discovery Software products
- dtrmtdesktop: AppType = 'dtrmtdesktop [-1 - undefined]'¶
[N/A] Desktop Transporter Remote Desktop Protocol
- duckrace: AppType = 'duckrace [-1 - tcp]'¶
[TCP] A communication protocol that allows a school teacher to set work activities to students over a LAN.
- ea_dttx_poker: AppType = 'ea-dttx-poker [-1 - undefined]'¶
[N/A] Protocol for EA Downtown Texas Hold ‘em
- easyspndlg_sync: AppType = 'easyspndlg-sync [-1 - tcp]'¶
[TCP] Sync service for the Easy Spend Log app
- eb_amuzi: AppType = 'eb-amuzi [-1 - undefined]'¶
[N/A] Amuzi peer-to-peer session synchronization protocol
- eb_sync: AppType = 'eb-sync [-1 - tcp|udp]'¶
[TCP] Easy Books App data sync helper for Mac OS X and iOS
[UDP] Easy Books App data sync helper for Mac OS X and iOS
- ecms: AppType = 'ecms [-1 - undefined]'¶
[N/A] Northrup Grumman/Mission Systems/ESL Data Flow Protocol
- edsservice: AppType = 'edsservice [-1 - tcp]'¶
[TCP] Provides resolution of EDS services available on a given network
- efkon_elite: AppType = 'efkon-elite [-1 - tcp]'¶
[TCP] EFKON Lightweight Interface to Traffic Events
- eheap: AppType = 'eheap [-1 - undefined]'¶
[N/A] Interactive Room Software Infrastructure (Event Sharing)
- ep: AppType = 'ep [-1 - undefined]'¶
[N/A] Endpoint Protocol (EP) for use in Home Automation systems
- ewalletsync: AppType = 'ewalletsync [-1 - undefined]'¶
[N/A] Synchronization Protocol for Ilium Software’s eWallet
- firetask: AppType = 'firetask [-1 - undefined]'¶
[N/A] Firetask task sharing and synchronization protocol
- flightdmp: AppType = 'flightdmp [-1 - tcp|udp]'¶
[TCP] Flight Data Monitoring Protocol
[UDP] Flight Data Monitoring Protocol
- fmserver_admin: AppType = 'fmserver-admin [-1 - undefined]'¶
[N/A] FileMaker Server Administration Communication Service
- foxtrot_serv: AppType = 'foxtrot-serv [-1 - undefined]'¶
[N/A] FoxTrot Search Server Discovery Service
- foxtrot_start: AppType = 'foxtrot-start [-1 - undefined]'¶
[N/A] FoxTrot Professional Search Discovery Service
- gforce_ssmp: AppType = 'gforce-ssmp [-1 - undefined]'¶
[N/A] G-Force Control via SoundSpectrum’s SSMP TCP Protocol
- glasspadserver: AppType = 'glasspadserver [-1 - undefined]'¶
[N/A] GlassPadServer Data Exchange Protocol
- googexpeditions: AppType = 'googexpeditions [-1 - tcp|udp]'¶
[TCP] Service related to Google Expeditions which is a technology for enabling multi-participant virtual fieldtrip experiences over a local wireless network. See http://g.co/expeditions for more details
[UDP] Service related to Google Expeditions which is a technology for enabling multi-participant virtual fieldtrip experiences over a local wireless network. See http://g.co/expeditions for more details
- googlecast: AppType = 'googlecast [-1 - tcp]'¶
[TCP] Service related to Google Cast which is a technology for enabling multi-screen experiences. See developers.google.com/cast for more details
- grillezvous: AppType = 'grillezvous [-1 - undefined]'¶
[N/A] Roxio ToastAnywhere(tm) Recorder Sharing
- groovesquid: AppType = 'groovesquid [-1 - tcp]'¶
[TCP] Groovesquid Democratic Music Control Protocol
- gucam_http: AppType = 'gucam-http [-1 - tcp]'¶
[TCP] Image Data Transfer API for Wi-Fi Camera Devices over HTTP
- guid: AppType = 'guid [-1 - undefined]'¶
[N/A] Special service type for resolving by GUID (Globally Unique Identifier)
- h323: AppType = 'h323 [-1 - undefined]'¶
[N/A] H.323 Real-time audio, video and data communication call setup protocol
- hpdeviceinfo: AppType = 'hpdeviceinfo [-1 - tcp]'¶
[TCP] The service provides information about connected HP devices
- hpr_bldlnx: AppType = 'hpr-bldlnx [-1 - undefined]'¶
[N/A] HP Remote Build System for Linux-based Systems
- hpr_bldwin: AppType = 'hpr-bldwin [-1 - undefined]'¶
[N/A] HP Remote Build System for Microsoft Windows Systems
- hpr_db: AppType = 'hpr-db [-1 - undefined]'¶
[N/A] Identifies systems that house databases for the Remote Build System and Remote Test System
- hpr_rep: AppType = 'hpr-rep [-1 - undefined]'¶
[N/A] HP Remote Repository for Build and Test Results
- hpr_toollnx: AppType = 'hpr-toollnx [-1 - undefined]'¶
[N/A] HP Remote System that houses compilers and tools for Linux-based Systems
- hpr_toolwin: AppType = 'hpr-toolwin [-1 - undefined]'¶
[N/A] HP Remote System that houses compilers and tools for Microsoft Windows Systems
- hpr_tstlnx: AppType = 'hpr-tstlnx [-1 - undefined]'¶
[N/A] HP Remote Test System for Linux-based Systems
- hpr_tstwin: AppType = 'hpr-tstwin [-1 - undefined]'¶
[N/A] HP Remote Test System for Microsoft Windows Systems
- hyperstream: AppType = 'hyperstream [-1 - undefined]'¶
[N/A] Atempo HyperStream deduplication server
- icontrolbox: AppType = 'icontrolbox [-1 - tcp]'¶
[TCP] A Remote Control Application service used to control Computers on a Local Area Network
- iffl: AppType = 'iffl [-1 - undefined]'¶
[N/A] iFFL Bonjour service for communication between client and server applications.
- inova_ontrack: AppType = 'inova-ontrack [-1 - undefined]'¶
[N/A] Inova Solutions OnTrack Display Protocol
- iperfd: AppType = 'iperfd [-1 - tcp|udp]'¶
[TCP] Network socket performance test
[UDP] Network socket performance test
- irobotmcs: AppType = 'irobotmcs [-1 - tcp|udp]'¶
[TCP] iRobot Monitor and Control Service
[UDP] iRobot Monitor and Control Service
- irt_sharing: AppType = 'irt-sharing [-1 - tcp]'¶
[TCP] Image Resizer Toolbox preview sharing service
[N/A] iShare
- keynoteaccess: AppType = 'keynoteaccess [-1 - tcp]'¶
[TCP] KeynoteAccess is used for sending remote requests/responses when controlling a slideshow with Keynote Remote
- keynotepairing: AppType = 'keynotepairing [-1 - tcp]'¶
[TCP] KeynotePairing is used to pair Keynote Remote with Keynote
- knx: AppType = 'knx [-1 - tcp|udp]'¶
[TCP] KNX Discovery Protocol
[UDP] Discovery in KNX IoT Point API
- larvaio_control: AppType = 'larvaio-control [-1 - tcp|udp]'¶
[TCP] Larva IP Controller
[UDP] Larva IP Controller
- library: AppType = 'library [-1 - undefined]'¶
[N/A] Delicious Library 2 Collection Data Sharing Protocol
- libratone: AppType = 'libratone [-1 - undefined]'¶
[N/A] Protocol for setup and control of Libratone products
- llrp_secure: AppType = 'llrp-secure [-1 - undefined]'¶
[N/A] RFID reader Low Level Reader Protocol over SSL/TLS
- lsys_appserver: AppType = 'lsys-appserver [-1 - undefined]'¶
[N/A] Linksys One Application Server API
- lsys_oamp: AppType = 'lsys-oamp [-1 - undefined]'¶
[N/A] LinkSys Operations, Administration, Management, and Provisioning
- lumiere: AppType = 'lumiere [-1 - tcp]'¶
[TCP] A protocol to remotely control DMX512 devices over the network
- m30s1pt: AppType = 'm30s1pt [-1 - tcp|udp]'¶
[TCP] Moritz30-Project Standard protocol 1 Plain Text
[UDP] Moritz30-Project Standard protocol 1 Plain Text
- mas: AppType = 'mas [-1 - tcp|udp]'¶
[TCP] Pravala Mobility and Aggregation Service
[UDP] Pravala Mobility and Aggregation Service
- matterc: AppType = 'matterc [-1 - tcp|udp]'¶
[TCP] Matter Commissionable Node Discovery
[UDP] Matter Commissionable Node Discovery
- matterd: AppType = 'matterd [-1 - tcp|udp]'¶
[TCP] Matter Commissioner Discovery
[UDP] Matter Commissioner Discovery
- mazepseudo_game: AppType = 'mazepseudo-game [-1 - udp]'¶
[UDP] Peer to peer communication between instances of the Maze Pseudo game.
- mediaboard1: AppType = 'mediaboard1 [-1 - undefined]'¶
[N/A] MediaBoardONE Asset and Information Manager data sharing and synchronization protocol
- mieleathome: AppType = 'mieleathome [-1 - tcp]'¶
[TCP] Miele@home Protocol
- mist: AppType = 'mist [-1 - tcp]'¶
[TCP] A Medical Interoperability Service Type, used to identify medical devices providing network interfaces.
- mles: AppType = 'mles [-1 - tcp]'¶
[TCP] Mles is a client-server data distribution protocol targeted to serve as a lightweight and reliable distributed publish/subscribe database service.
- mmm: AppType = 'mmm [-1 - tcp]'¶
[TCP] Provides a client with access to the Mathematical Mesh, a user-focused PKI.
- mn_passage: AppType = 'mn-passage [-1 - tcp|udp]'¶
[TCP] A Remote Control Application service used to control Computers on a Local Area Network
[UDP] A Remote Control Application service used to control Computers on a Local Area Network
- mogeneti_auth: AppType = 'mogeneti-auth [-1 - tcp]'¶
[TCP] Authentication service for Mogeneti Software Applications
- moneyworks: AppType = 'moneyworks [-1 - undefined]'¶
[N/A] MoneyWorks Gold and MoneyWorks Datacentre network service
- mqtt_1883: AppType = 'mqtt [1883 - tcp|udp]'¶
[TCP] Message Queuing Telemetry Transport Protocol
[UDP] Message Queuing Telemetry Transport Protocol
- musicmachine: AppType = 'musicmachine [-1 - undefined]'¶
[N/A] Protocol for a distributed music playing service
- mxim_art2: AppType = 'mxim-art2 [-1 - undefined]'¶
[N/A] Maxim Integrated Products Automated Roadtest Mk II
- mxim_ice: AppType = 'mxim-ice [-1 - undefined]'¶
[N/A] Maxim Integrated Products In-circuit Emulator
- nasmon: AppType = 'nasmon [-1 - tcp|udp]'¶
[TCP] Proprietary communication protocol for NAS Monitor
[UDP] Proprietary communication protocol for NAS Monitor
- nasunifiler: AppType = 'nasunifiler [-1 - tcp]'¶
[TCP] This DNS-SD service is used by mobile clients to locate the Nasuni Filer (a storage product) for a given company.
- ncount_issuer: AppType = 'ncount-issuer [-1 - tcp]'¶
[TCP] The issuer service in the n-Count electronic value transfer system
- ndi: AppType = 'ndi [-1 - tcp|udp]'¶
[TCP] IP based video discovery and usage
[UDP] IP based video discovery and usage
- nextcap: AppType = 'nextcap [-1 - tcp|udp]'¶
[TCP] Proprietary communication protocol for NextCap capture solution
[UDP] Proprietary communication protocol for NextCap capture solution
- nfs_domainroot: AppType = 'nfs-domainroot [-1 - tcp]'¶
[TCP] NFS service for the domain root, the root of an organization’s published file namespace. [RFC 6641]
- nodel: AppType = 'nodel [-1 - tcp]'¶
[TCP] Lightweight event based control protocol utilising JavaScript Object Notation
- ntlx_arch: AppType = 'ntlx-arch [-1 - undefined]'¶
[N/A] American Dynamics Intellex Archive Management Service
- ntlx_ent: AppType = 'ntlx-ent [-1 - undefined]'¶
[N/A] American Dynamics Intellex Enterprise Management Service
- objective: AppType = 'objective [-1 - undefined]'¶
[N/A] Means for clients to locate servers in an Objective (http://www.objective.com) instance.
- oca: AppType = 'oca [-1 - tcp|udp]'¶
[TCP] Insecure OCP.1 protocol, which is the insecure TCP/IP implementation of the Object Control Architecture
[UDP] Insecure OCP.1 protocol, which is the insecure TCP/IP implementation of the Object Control Architecture
- ocasec: AppType = 'ocasec [-1 - tcp|udp]'¶
[TCP] Secure OCP.1 protocol, which is the secure TCP/IP implementation of the Object Control Architecture
[UDP] Secure OCP.1 protocol, which is the secure TCP/IP implementation of the Object Control Architecture
- officetime_sync: AppType = 'officetime-sync [-1 - undefined]'¶
[N/A] OfficeTime Synchronization Protocol
- oma_bcast_sg: AppType = 'oma-bcast-sg [-1 - undefined]'¶
[N/A] OMA BCAST Service Guide Discovery Service
- omadm_bootstrap: AppType = 'omadm-bootstrap [-1 - tcp]'¶
[TCP] Open Mobile Alliance (OMA) Device Management (DM) Bootstrap Server Discovery Service
- omni_live: AppType = 'omni-live [-1 - undefined]'¶
[N/A] Service for remote control of Omnisphere virtual instrument
- passwordwallet: AppType = 'passwordwallet [-1 - undefined]'¶
[N/A] PasswordWallet Data Synchronization Protocol
[TCP] Pair & Share data protocol
- parity: AppType = 'parity [-1 - tcp|udp]'¶
[TCP] PA-R-I-Ty (Public Address - Radio - Intercom - Telefony)
[UDP] PA-R-I-Ty (Public Address - Radio - Intercom - Telefony)
- payload_app: AppType = 'payload-app [-1 - tcp|udp]'¶
[TCP] Local and remote file transfers
[UDP] Local and remote file transfers
- photoparata: AppType = 'photoparata [-1 - undefined]'¶
[N/A] Photo Parata Event Photography Software
- photosmithsync: AppType = 'photosmithsync [-1 - tcp]'¶
[TCP] Photosmith’s iPad to Lightroom sync protocol
- pkixrep: AppType = 'pkixrep [-1 - undefined]'¶
[N/A] Public Key Infrastructure Repository Locator Service [RFC 4386]
- pokeeye: AppType = 'pokeeye [-1 - undefined]'¶
[N/A] Communication channel for “Poke Eye” Elgato EyeTV remote controller
- presence_5298: AppType = 'presence [5298 - tcp|udp]'¶
[TCP] XMPP Link-Local Messaging
[UDP] XMPP Link-Local Messaging
- presence_null: AppType = 'presence [-1 - undefined]'¶
[N/A] Peer-to-peer messaging / Link-Local Messaging
- print_caps: AppType = 'print-caps [-1 - undefined]'¶
[N/A] Retrieve a description of a device’s print capabilities
- profilemac_4749: AppType = 'profilemac [4749 - tcp|udp]'¶
[TCP] Profile for Mac
[UDP] Profile for Mac
- profilemac_null: AppType = 'profilemac [-1 - undefined]'¶
[N/A] Profile for Mac medical practice management software
- pstmailsync: AppType = 'pstmailsync [-1 - tcp]'¶
[TCP] File synchronization protocol for Pst Mail Sync
- pstmailsync_ssl: AppType = 'pstmailsync-ssl [-1 - tcp]'¶
[TCP] Secured file synchronization protocol for Pst Mail Sync
- pulsar: AppType = 'pulsar [-1 - tcp]'¶
[TCP] Network service for Pulsar messaging and data sharing mobile app
- pvaccess_5075: AppType = 'pvaccess [5075 - tcp]'¶
[TCP] Experimental Physics and Industrial Control System
- pvaccess_null: AppType = 'pvaccess [-1 - tcp]'¶
[TCP] Experimental Physics and Industrial Control System
- qwizcollab: AppType = 'qwizcollab [-1 - tcp]'¶
[TCP] Broadcast of Qwizdom Presentation sessions for joining by a client, such as Qwizdom Notes+.
- radiotag: AppType = 'radiotag [-1 - undefined]'¶
Event tagging for radio services
- Type:
[N/A] RadioTAG
- radiovis: AppType = 'radiovis [-1 - undefined]'¶
Visualisation for radio services
- Type:
[N/A] RadioVIS
- radioepg: AppType = 'radioepg [-1 - undefined]'¶
Electronic Programme Guide for radio services
- Type:
[N/A] RadioEPG
- radioport: AppType = 'radioport [-1 - tcp|udp]'¶
[TCP] RadioPort Message Service
[UDP] RadioPort Message Service
- radiusdtls: AppType = 'radiusdtls [-1 - udp]'¶
[UDP] Authentication, Accounting, and Dynamic Authorization via the RADIUS protocol. This service name is used to construct the SRV service label “_radiusdtls” for discovery of RADIUS/DTLS servers. [RFC 7585]
- radiustls: AppType = 'radiustls [-1 - tcp]'¶
[TCP] Authentication, Accounting, and Dynamic Authorization via the RADIUS protocol. This service name is used to construct the SRV service label “_radiustls” for discovery of RADIUS/TLS servers. [RFC 7585]
- recolive_cc: AppType = 'recolive-cc [-1 - tcp|udp]'¶
[TCP] Remote Camera Control
[UDP] Remote Camera Control
- remotebuddy: AppType = 'remotebuddy [-1 - tcp]'¶
[TCP] Remote Buddy remote control software command and data exchange
- renderpipe: AppType = 'renderpipe [-1 - undefined]'¶
[N/A] ARTvps RenderDrive/PURE Renderer Protocol
- retrospect_497: AppType = 'retrospect [497 - tcp|udp]'¶
[TCP] Retrospect backup and restore service
[UDP] Retrospect backup and restore service
- retrospect_null: AppType = 'retrospect [-1 - undefined]'¶
[N/A] Retrospect backup and restore service
- rfbc: AppType = 'rfbc [-1 - undefined]'¶
[N/A] Remote Frame Buffer Client (Used by VNC viewers in listen-mode)
- robustirc: AppType = 'robustirc [-1 - tcp]'¶
[TCP] Like ircu (RFC1459), but failure tolerant due to strong consistency among n>=3 servers
- rradict: AppType = 'rradict [-1 - tcp]'¶
[TCP] Ruckus Radio Access Device, Installation, Commissioning and Troubleshooting service.
- rsmp_server: AppType = 'rsmp-server [-1 - undefined]'¶
[N/A] Remote System Management Protocol (Server Instance)
[N/A] Safari Menu
- salutafugijms: AppType = 'salutafugijms [-1 - undefined]'¶
[N/A] Salutafugi Peer-To-Peer Java Message Service Implementation
- scoop_sftp: AppType = 'scoop-sftp [-1 - tcp|udp]'¶
[TCP] The service name is used by the SFTP protocol to upload log files from vehicles to road side units in a securely way in a cooperative intelligent transportation system.
[UDP] The service name is used by the SFTP protocol to upload log files from vehicles to road side units in a securely way in a cooperative intelligent transportation system.
- sepvsync: AppType = 'sepvsync [-1 - undefined]'¶
[N/A] SEPV Application Data Synchronization Protocol
- servereye: AppType = 'servereye [-1 - undefined]'¶
[N/A] ServerEye AgentContainer Communication Protocol
- setlistmaker_rc: AppType = 'setlistmaker-rc [-1 - tcp]'¶
[TCP] Remote Control for Set List Maker app
- setlistmaker_ss: AppType = 'setlistmaker-ss [-1 - tcp]'¶
[TCP] Screen sharing for Set List Maker app
- sge_qmaster_6444: AppType = 'sge-qmaster [6444 - tcp|udp]'¶
[TCP] Grid Engine Qmaster Service IANA assigned this well-formed service name as a replacement for “sge_qmaster”.
[TCP] Grid Engine Qmaster Service
[UDP] Grid Engine Qmaster Service IANA assigned this well-formed service name as a replacement for “sge_qmaster”.
[UDP] Grid Engine Qmaster Service
- shots_sync: AppType = 'shots-sync [-1 - udp]'¶
[UDP] The protocol is used to sync database among iOS devices and Mac OS X computers.
- siminsufflator: AppType = 'siminsufflator [-1 - tcp]'¶
[TCP] Simulated insufflator synchronisation protocol
- simmon: AppType = 'simmon [-1 - undefined]'¶
[N/A] Medical simulation patient monitor syncronisation protocol
- sipuri: AppType = 'sipuri [-1 - undefined]'¶
[N/A] Session Initiation Protocol Uniform Resource Identifier
- skillscapture: AppType = 'skillscapture [-1 - tcp|udp]'¶
[TCP] The protocol is used to transfer database records between an iOS device to a Mac OS X computer
[UDP] The protocol is used to transfer database records between an iOS device to a Mac OS X computer
- smimeca: AppType = 'smimeca [-1 - tcp]'¶
[TCP] Domain signing certificate for S/MIME keys [draft-bhjl-x509-srv-01]
- snif_cln: AppType = 'snif-cln [-1 - tcp]'¶
[TCP] SNIF End-to-End TLS Relay Client Connection [draft-zubov-snif-05, Section 4.5]
- snif_fifo: AppType = 'snif-fifo [-1 - tcp]'¶
[TCP] SNIF End-to-End TLS Relay Cluster [draft-zubov-snif-05, Section 4.6]
- snif_srv: AppType = 'snif-srv [-1 - tcp]'¶
[TCP] SNIF End-to-End TLS Relay Service Connection [draft-zubov-snif-05, Section 4.3]
- socketcloud: AppType = 'socketcloud [-1 - undefined]'¶
[N/A] Socketcloud distributed application framework
- ss_sign_disc: AppType = 'ss-sign-disc [-1 - udp]'¶
[UDP] Samsung Smart Interaction for Group Network Discovery
[N/A] Screen Sharing
- startrecapp: AppType = 'startrecapp [-1 - tcp]'¶
[TCP] Remote Controlled Multimedia Recorder Network
- stanza: AppType = 'stanza [-1 - undefined]'¶
[N/A] Lexcycle Stanza service for discovering shared books
- sugarlock_rcp: AppType = 'sugarlock-rcp [-1 - tcp|udp]'¶
[TCP] Remote control protocol for Sugarlock consumer electronics devices
[UDP] Remote control protocol for Sugarlock consumer electronics devices
- switcher: AppType = 'switcher [-1 - undefined]'¶
[N/A] Wireless home control remote control protocol
- swyp: AppType = 'swyp [-1 - undefined]'¶
[N/A] Framework for transferring any file from any app, to any app on any device: simply with a swÿp.
- synclavier: AppType = 'synclavier [-1 - tcp]'¶
[TCP] Remote control of Synclavier Digital Audio Workstation over local area network.
- syncopation: AppType = 'syncopation [-1 - undefined]'¶
[N/A] Syncopation Synchronization Protocol by Sonzea
- sztp: AppType = 'sztp [-1 - tcp]'¶
[TCP] This service name is used to construct the SRV service label “_sztp” for discovering SZTP bootstrap servers. [RFC 8572]
- taskcoachsync: AppType = 'taskcoachsync [-1 - undefined]'¶
[N/A] Task Coach Two-way Synchronization Protocol for iPhone
- thing: AppType = 'thing [-1 - tcp|udp]'¶
[TCP] Internet of things service discovery
[UDP] Internet of things service discovery
- timezone: AppType = 'timezone [-1 - tcp]'¶
[TCP] Time Zone Data Distribution Service - non-TLS [RFC 7808]
- timezones: AppType = 'timezones [-1 - tcp]'¶
[TCP] Time Zone Data Distribution Service - over TLS [RFC 7808]
[N/A] TI Navigator Hub 1.0 Discovery Service
- tmsensor: AppType = 'tmsensor [-1 - tcp|udp]'¶
[TCP] Teledyne Marine Sensor
[UDP] Teledyne Marine Sensor
- tokenlens: AppType = 'tokenlens [-1 - tcp|udp]'¶
[TCP] AI token usage and billing metering
[UDP] AI token usage and billing metering
- toothpicserver: AppType = 'toothpicserver [-1 - undefined]'¶
[N/A] ToothPics Dental Office Support Server
- touch_able: AppType = 'touch-able [-1 - undefined]'¶
[N/A] iPhone and iPod touch Remote Controllable
- tptx_console: AppType = 'tptx-console [-1 - tcp]'¶
[TCP] Coordination service for client users of the TotalPraisTrax iPad application
- transmitr: AppType = 'transmitr [-1 - tcp]'¶
[TCP] Service discovery and media transfer for peer to peer mobile media transfer app
- tri_vis_client: AppType = 'tri-vis-client [-1 - undefined]'¶
[N/A] triCerat Simplify Visibility Client
- tri_vis_server: AppType = 'tri-vis-server [-1 - undefined]'¶
[N/A] triCerat Simplify Visibility Server
- twosnakes: AppType = 'twosnakes [-1 - tcp|sctp]'¶
[TCP] Service to enable multiplayer game called two snakes.
[SCTP] Service to enable multiplayer game called two snakes.
- tzrpc: AppType = 'tzrpc [-1 - tcp]'¶
[TCP] TZ-Software remote procedure call based synchronization protocol
- uddi_inq: AppType = 'uddi-inq [-1 - undefined]'¶
[N/A] Universal Description, Discovery and Integration Inquiry
- uddi_pub: AppType = 'uddi-pub [-1 - undefined]'¶
[N/A] Universal Description, Discovery and Integration Publishing
- uddi_sub: AppType = 'uddi-sub [-1 - undefined]'¶
[N/A] Universal Description, Discovery and Integration Subscription
- uddi_sec: AppType = 'uddi-sec [-1 - undefined]'¶
[N/A] Universal Description, Discovery and Integration Security
- ve_decoder: AppType = 've-decoder [-1 - undefined]'¶
[N/A] American Dynamics VideoEdge Decoder Control Service
- ve_encoder: AppType = 've-encoder [-1 - undefined]'¶
[N/A] American Dynamics VideoEdge Encoder Control Service
- ve_recorder: AppType = 've-recorder [-1 - undefined]'¶
[N/A] American Dynamics VideoEdge Recorder Control Service
- webex: AppType = 'webex [-1 - tcp|udp]'¶
[TCP] Cisco WebEx serials products will release Bonjour based service
[UDP] Cisco WebEx serials products will release Bonjour based service
- webdav: AppType = 'webdav [-1 - undefined]'¶
[N/A] World Wide Web Distributed Authoring and Versioning (WebDAV)
- wifile: AppType = 'wifile [-1 - tcp]'¶
[TCP] System for transferring files between mobile device and computer in a local network
- wot: AppType = 'wot [-1 - tcp|udp]'¶
[TCP] W3C WoT Thing Description or Directory
[UDP] W3C WoT Thing Description or Directory
- wtc_viscostar: AppType = 'wtc-viscostar [-1 - undefined]'¶
[N/A] Wyatt Technology Corporation ViscoStar
- wtc_wpr: AppType = 'wtc-wpr [-1 - undefined]'¶
[N/A] Wyatt Technology Corporation DynaPro Plate Reader
- x510_9877: AppType = 'x510 [9877 - tcp]'¶
[TCP] The X.510 wrapper protocol [ITU-T X.510 / ISO/IEC 9584-11]
- xul_http: AppType = 'xul-http [-1 - undefined]'¶
[N/A] XUL (XML User Interface Language) transported over HTTP
- z_wave_null: AppType = 'z-wave [-1 - tcp|udp]'¶
[TCP] Z-Wave Service Discovery
[UDP] Z-Wave Service Discovery
- zeromq: AppType = 'zeromq [-1 - tcp|udp]'¶
[TCP] High performance brokerless messaging
[UDP] High performance brokerless messaging
- zigbee_bridge: AppType = 'zigbee-bridge [-1 - tcp|udp]'¶
[TCP] ZigBee Bridge device
[UDP] ZigBee Bridge device
- zigbee_gateway: AppType = 'zigbee-gateway [-1 - tcp|udp]'¶
[TCP] ZigBee IP Gateway
[UDP] ZigBee IP Gateway
- static _generate_next_value_(name, start, count, last_values)¶
Return the lower-cased version of the member name.
Footnotes