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(value=<no_arg>, names=None, module=None, qualname=None, type=None, start=1, boundary=None)[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 packet, with nothing preceding it.
- PRONET = 4¶
[
DLT_PRONET
] Proteon ProNET Token Ring.
- CHAOS = 5¶
[
DLT_CHAOS
] Chaos.
- 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
] ARCNET Data Packets, as described by the ARCNET Trade Association standard ATA 878.1-1999, but without the Starting Delimiter, Information Length, or Frame Check Sequence fields, and with only the first ISU of the Destination Identifier. For most packet types, ARCNET Trade Association draft standard ATA 878.2 is also used. See also RFC 1051 and RFC 1201; for RFC 1051 frames, ATA 878.2 is not used.
- SLIP = 8¶
[
DLT_SLIP
] SLIP, with a header giving packet direction
- PPP = 9¶
[
DLT_PPP
] PPP, as per RFC 1661 and RFC 1662; if the first 2 bytes are 0xff and 0x03, it’s PPP in HDLC-like framing, with the PPP header following those two bytes, otherwise it’s PPP without framing, and the packet begins with the PPP header. The data in the frame is not octet-stuffed or bit- stuffed.
- 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, as per RFC 1662, or Cisco PPP with HDLC framing, as per section 4.3.1 of RFC 1547; the first byte will be 0xFF for PPP in HDLC-like framing, and will be 0x0F or 0x8F for Cisco PPP with HDLC framing. The data in the frame is not octet-stuffed or bit- stuffed.
- PPP_ETHER = 51¶
[
DLT_PPP_ETHER
] PPPoE; the packet begins with a PPPoE header, as per RFC 2516.
- SYMANTEC_FIREWALL = 99¶
[
DLT_SYMANTEC_FIREWALL
] Symantec Enterprise (ex-Axent Raptor) firewall.
- ATM_RFC1483 = 100¶
[
DLT_ATM_RFC1483
] RFC 1483 LLC/SNAP-encapsulated ATM; the packet begins with an ISO 8802-2 (formerly known as IEEE 802.2) LLC header.
- RAW = 101¶
[
DLT_RAW
] Raw IP; the packet begins with an IPv4 or IPv6 header, with the version field of the header indicating whether it’s an IPv4 or IPv6 header.
- C_HDLC = 104¶
[
DLT_C_HDLC
] Cisco PPP with HDLC framing, as per section 4.3.1 of RFC 1547.
- 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 frames, beginning with a ITU-T Recommendation Q.922 LAPF header starting with the address field, and without an FCS at the end of the frame.
- LOOP = 108¶
[
DLT_LOOP
] OpenBSD loopback encapsulation.
- ENC = 109¶
[
DLT_ENC
] Encapsulated packets for IPsec.
- NETBSD_HDLC = 112¶
[
DLT_HDLC
] Cisco HDLC.
- LINUX_SLL = 113¶
[
DLT_LINUX_SLL
] Linux “cooked” capture encapsulation.
- LTALK = 114¶
[
DLT_LTALK
] Apple LocalTalk; the packet begins with an AppleTalk LocalTalk Link Access Protocol header, as described in chapter 1 of Inside AppleTalk, Second Edition.
- 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
] RFC 2625 IP-over-Fibre Channel, with the link-layer header being the Network_Header as described in that RFC.
- 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, as described by the ARCNET Trade Association standard ATA 878.1-1999, but without the Starting Delimiter, Information Length, or Frame Check Sequence fields, with only the first ISU of the Destination Identifier, and with an extra two-ISU offset field following the Destination Identifier. For most packet types, ARCNET Trade Association draft standard ATA 878.2 is also used; however, no exception frames are supplied, and reassembled frames, rather than fragments, are supplied. See also RFC 1051 and RFC 1201; for RFC 1051 frames, ATA 878.2 is not used.
- 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
] Signaling System 7 Message Transfer Part Level 2, as specified by ITU-T Recommendation Q.703, preceded by a pseudo-header.
- MTP2 = 140¶
[
DLT_MTP2
] Signaling System 7 Message Transfer Part Level 2, as specified by ITU-T Recommendation Q.703.
- MTP3 = 141¶
[
DLT_MTP3
] Signaling System 7 Message Transfer Part Level 3, as specified by ITU-T Recommendation Q.704, with no MTP2 header preceding the MTP3 packet.
- SCCP = 142¶
[
DLT_SCCP
] Signaling System 7 Signalling Connection Control Part, as specified by ITU-T Recommendation Q.711, ITU-T Recommendation Q.712, ITU-T Recommendation Q.713, and ITU-T Recommendation Q.714, with no MTP3 or MTP2 headers preceding the SCCP packet.
- 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, as specified by section 9.3 MS/TP Frame Format of ANSI/ASHRAE Standard 135, BACnet® - A Data Communication Protocol for Building Automation and Control Networks, including the preamble and, if present, the Data CRC.
- PPP_PPPD = 166¶
[
DLT_PPP_PPPD
] PPP in HDLC-like encapsulation, like LINKTYPE_PPP_HDLC, but with the 0xff address byte replaced by a direction indication—0x00 for incoming and 0x01 for outgoing.
- 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
] An ERF header followed by Ethernet.
- ERF_POS = 176¶
[
DLT_ERF_POS
] An ERF header followed by Packet-over-SONET.
- 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, beginning with an FRF.12 Interface fragmentation format fragmentation header.
- 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; the frame contains an HCI packet indicator byte, as specified by the UART Transport Layer portion of the most recent Bluetooth Core specification, followed by an HCI packet of the specified packet type, as specified by the Host Controller Interface Functional Specification portion of the most recent Bluetooth Core Specification.
- 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, as specified by the struct usbmon_packet in the Documentation/usb/usbmon.txt file in the Linux source tree. Only the first 48 bytes of that header are present. All fields in the header are in host byte order. When performing a live capture, the host byte order is the byte order of the machine on that the packets are captured. When reading a pcap file, the byte order is the byte order for the file, as specified by the file’s magic number; when reading a pcapng file, the byte order is the byte order for the section of the pcapng file, as specified by the Section Header Block.
- 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 information, as specified by the Per- Packet Information Header Specification, followed by a packet with the LINKTYPE_ value specified by the pph_dlt field of that header.
- 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 Low-Rate Wireless Networks, with each packet having the FCS at the end of the frame.
- SITA = 196¶
[
DLT_SITA
] Various link-layer types, with a pseudo-header, for SITA.
- ERF = 197¶
[
DLT_ERF
] Various link-layer types, with a pseudo-header, for Endace DAG cards; encapsulates 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; the frame contains a 4-byte direction field, in network byte order (big-endian), the low-order bit of which is set if the frame was sent from the host to the controller and clear if the frame was received by the host from the controller, followed by an HCI packet indicator byte, as specified by the UART Transport Layer portion of the most recent Bluetooth Core specification, followed by an HCI packet of the specified packet type, as specified by the Host Controller Interface Functional Specification portion of the most recent Bluetooth Core Specification.
- AX25_KISS = 202¶
[
DLT_AX25_KISS
] AX.25 packet, with a 1-byte KISS header containing a type indicator.
- LAPD = 203¶
[
DLT_LAPD
] Link Access Procedures on the D Channel (LAPD) frames, as specified by ITU-T Recommendation Q.920 and ITU-T Recommendation Q.921, starting with the address field, with no pseudo-header.
- PPP_WITH_DIR = 204¶
[
DLT_PPP_WITH_DIR
] PPP, as per RFC 1661 and RFC 1662, preceded with a one-byte pseudo-header with a zero value meaning “received by this host” and a non-zero value meaning “sent by this host”; if the first 2 bytes are 0xff and 0x03, it’s PPP in HDLC-like framing, with the PPP header following those two bytes, otherwise it’s PPP without framing, and the packet begins with the PPP header. The data in the frame is not octet-stuffed or bit-stuffed.
- C_HDLC_WITH_DIR = 205¶
[
DLT_C_HDLC_WITH_DIR
] Cisco PPP with HDLC framing, as per section 4.3.1 of RFC 1547, preceded with a one-byte pseudo-header with a zero value meaning “received by this host” and a non-zero value meaning “sent by this host”.
- FRELAY_WITH_DIR = 206¶
[
DLT_FRELAY_WITH_DIR
] Frame Relay LAPF frames, beginning with a one-byte pseudo-header with a zero value meaning “received by this host” (DCE⇒DTE) and a non-zero value meaning “sent by this host” (DTE⇒DCE), followed by an ITU-T Recommendation Q.922 LAPF header starting with the address field, and without an FCS at the end of the frame.
- LAPB_WITH_DIR = 207¶
[
DLT_LAPB_WITH_DIR
] Link Access Procedure, Balanced (LAPB), as specified by ITU-T Recommendation X.25, preceded with a one-byte pseudo-header with a zero value meaning “received by this host” (DCE⇒DTE) and a non-zero value meaning “sent by this host” (DTE⇒DCE).
- 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, preceded by a pseudo-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 Low-Rate Wireless Networks, with each packet having the FCS at the end of the frame, and with the PHY- level data for the O-QPSK, BPSK, GFSK, MSK, and RCC DSS BPSK PHYs (4 octets of 0 as preamble, one octet of SFD, one octet of frame length + reserved bit) preceding the MAC-layer data (starting with the frame control field).
- 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 a Linux USB header, as specified by the struct usbmon_packet in the Documentation/usb/usbmon.txt file in the Linux source tree. All 64 bytes of the header are present. All fields in the header are in host byte order. When performing a live capture, the host byte order is the byte order of the machine on that the packets are captured. When reading a pcap file, the byte order is the byte order for the file, as specified by the file’s magic number; when reading a pcapng file, the byte order is the byte order for the section of the pcapng file, as specified by the Section Header Block. For isochronous transfers, the ndesc field specifies the number of isochronous descriptors that follow.
- 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, beginning with a Frame_Header.
- FC_2_WITH_FRAME_DELIMS = 225¶
[
DLT_FC_2_WITH_FRAME_DELIMS
] Fibre Channel FC-2 frames, beginning an encoding of the SOF, followed by a Frame_Header, and ending with an encoding of the SOF. The encodings represent the frame delimiters as 4-byte sequences representing the corresponding ordered sets, with K28.5 represented as 0xBC, and the D symbols as the corresponding byte values; for example, SOFi2, which is K28.5 - D21.5 - D1.2 - D21.2, is represented as 0xBC 0xB5 0x55 0x55.
- IPNET = 226¶
[
DLT_IPNET
] Solaris ipnet
- CAN_SOCKETCAN = 227¶
[
DLT_CAN_SOCKETCAN
] CAN (Controller Area Network) frames, with a pseudo- header followed by the frame payload.
- IPV4 = 228¶
[
DLT_IPV4
] Raw IPv4; the packet begins with an IPv4 header.
- IPV6 = 229¶
[
DLT_IPV6
] Raw IPv6; the packet begins with an IPv6 header.
- IEEE802_15_4_NOFCS = 230¶
[
DLT_IEEE802_15_4_NOFCS
] IEEE 802.15.4 Low-Rate Wireless Network, without the FCS at the end of the frame.
- DBUS = 231¶
[
DLT_DBUS
] Raw D-Bus messages, starting with the endianness flag, followed by the message type, etc., but without the authentication handshake before the message sequence.
- 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 the message format specified by the PCAP format for DVB-CI specification.
- MUX27010 = 236¶
[
DLT_MUX27010
] Variant of 3GPP TS 27.010 multiplexing protocol (similar to, but not the same as, 27.010).
- STANAG_5066_D_PDU = 237¶
[
DLT_STANAG_5066_D_PDU
] D_PDUs as described by NATO standard STANAG 5066, starting with the synchronization sequence, and including both header and data CRCs. The current version of STANAG 5066 is backwards-compatible with the 1.0.2 version, although newer versions are classified.
- 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, preceded by a Hilscher netANALYZER pseudo-header.
- NETANALYZER_TRANSPARENT = 241¶
[
DLT_NETANALYZER_TRANSPARENT
] Ethernet frames, including the preamble and SFD, preceded by a Hilscher netANALYZER pseudo-header.
- IPOIB = 242¶
[
DLT_IPOIB
] IP-over-InfiniBand, as specified by RFC 4391 section 6.
- MPEG_2_TS = 243¶
[
DLT_MPEG_2_TS
] MPEG-2 Transport Stream transport packets, as specified by ISO 13818-1/ITU-T Recommendation H.222.0 (see table 2-2 of section 2.4.3.2 “Transport Stream packet layer”).
- 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
] Raw InfiniBand frames, starting with the Local Routing Header, as specified in Chapter 5 “Data packet format” of InfiniBand™ Architecture Specification Release 1.2.1 Volume 1 - General Specifications.
- 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 air interface Link Layer packets, in the format described in section 2.1 “PACKET FORMAT” of volume 6 of the Bluetooth Specification Version 4.0 (see PDF page 2200), but without the Preamble.
- 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 encapsulation of traffic for the BlueZ stack.
- 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.
- PROFIBUS_DL = 257¶
[
DLT_PROFIBUS_DL
] PROFIBUS data link layer packets, as specified by IEC standard 61158-4-3, beginning with the start delimiter, ending with the end delimiter, and including all octets between them.
- PKTAP = 258¶
[
DLT_PKTAP
] Apple PKTAP capture encapsulation.
- EPON = 259¶
[
DLT_EPON
] Ethernet-over-passive-optical-network packets, starting with the last 6 octets of the modified preamble as specified by 65.1.3.2 “Transmit” in Clause 65 of Section 5 of IEEE 802.3, followed immediately by an Ethernet frame.
- IPMI_HPM_2 = 260¶
[
DLT_IPMI_HPM_2
] IPMI trace packets, as specified by Table 3-20 “Trace Data Block Format” in the PICMG HPM.2 specification. The time stamps for packets in this format must match the time stamps in the Trace Data Blocks.
- ZWAVE_R1_R2 = 261¶
[
DLT_ZWAVE_R1_R2
] Z-Wave RF profile R1 and R2 packets, as specified by ITU-T Recommendation G.9959, with some MAC layer fields moved.
- ZWAVE_R3 = 262¶
[
DLT_ZWAVE_R3
] Z-Wave RF profile R3 packets, as specified by ITU-T Recommendation G.9959, with some MAC layer fields moved.
- 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
] SDLC packets, as specified by Chapter 1, “DLC Links”, section “Synchronous Data Link Control (SDLC)” of Systems Network Architecture Formats, GA27-3136-20, without the flag fields, zero-bit insertion, or Frame Check Sequence field, containing SNA path information units (PIUs) as the payload.
- TI_LLN_SNIFFER = 269¶
[
DLT_TI_LLN_SNIFFER
] TI LLN sniffer frames.
- LORATAP = 270¶
[
DLT_LORATAP
] LoRaTap pseudo-header, followed by the payload, which is typically the PHYPayload from the LoRaWan specification.
- 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
] mPackets, as specified by IEEE 802.3br Figure 99-4, starting with the preamble and always ending with a CRC field.
- 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 Low-Rate Wireless Networks, 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
] Payload of lawful intercept packets using the ELEE protocol. The packet begins with the ELEE header; it does not include any transport- layer or lower-layer headers for protocols used to transport ELEE packets.
- 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 packet, beginning with a PID, as described by Chapter 8 “Protocol Layer” of the the Universal Serial Bus Specification Revision 2.0. Deprecated in favor of speed specific USB 2.0, 1.1, or 1.0 linktypes.
- ATSC_ALP = 289¶
[
DLT_ATSC_ALP
] ATSC Link-Layer Protocol frames, as described in section 5 of the A/330 Link-Layer Protocol specification, found at the ATSC 3.0 standards page, beginning with a Base Header.
- 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 packet, beginning with a PID, as described by Chapter 8 “Protocol Layer” of the the Universal Serial Bus Specification Revision 2.0.
- USB_2_0_FULL_SPEED = 294¶
[
DLT_USB_2_0_FULL_SPEED
] Full-Speed USB 2.0, 1.1, or 1.0 packet, beginning with a PID, as described by Chapter 8 “Protocol Layer” of the the Universal Serial Bus Specification Revision 2.0.
- USB_2_0_HIGH_SPEED = 295¶
[
DLT_USB_2_0_HIGH_SPEED
] High-Speed USB 2.0 packet, beginning with a PID, as described by Chapter 8 “Protocol Layer” of the the Universal Serial Bus Specification Revision 2.0.
- AUERSWALD_LOG = 296¶
[
DLT_AUERSWALD_LOG
] Auerswald Logger Protocol, as described in this document.
- ZWAVE_TAP = 297¶
[
DLT_ZWAVE_TAP
] Z-Wave packets, as specified by ITU-T Recommendation G.9959, with a TAP meta-data 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) protocol between a vending machine controller and peripherals inside the vending machine, with the message format specified by the PCAP format for MDB specification.
- DECT_NR = 301¶
[
DLT_DECT_NR
] DECT-2020 New Radio (NR) MAC layer specified in ETSI TS 103 636-4. The Physical Header Field is always encoded using 80 bits (10 bytes). Broadcast transmissions using 40 bits (5 bytes) is padded with 40 zero bits (5 bytes). When padding is used the Receiver Identity value 0x0000 (reserved address) is used to detect broadcast transmissions.
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(value=<no_arg>, names=None, module=None, qualname=None, type=None, start=1, boundary=None)[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(value=<no_arg>, names=None, module=None, qualname=None, type=None, start=1, boundary=None)[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]
- 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 [Bernhard Petri]
- 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(value=<no_arg>, names=None, module=None, qualname=None, type=None, start=1, boundary=None)[source]¶
Bases:
StrEnum
[AppType] Application Layer Protocol Numbers
- svc: str¶
Service name.
- port: int¶
Port number.
- proto: TransportProtocol¶
Transport protocol.
- reserved_0: AppType = 'reserved [0 - tcp|udp]'¶
[TCP] Reserved
[UDP] Reserved
- tcpmux: AppType = 'tcpmux [1 - tcp|udp]'¶
[TCP] TCP Port Service Multiplexer
[UDP] TCP Port Service Multiplexer
- compressnet_2: AppType = 'compressnet [2 - tcp|udp]'¶
[TCP] Management Utility
[UDP] Management Utility
- compressnet_3: AppType = 'compressnet [3 - tcp|udp]'¶
[TCP] Compression Process
[UDP] Compression Process
- unassigned_4: AppType = 'unassigned [4 - tcp|udp]'¶
[TCP] Unassigned
[UDP] Unassigned
- rje: AppType = 'rje [5 - tcp|udp]'¶
[TCP] Remote Job Entry
[UDP] Remote Job Entry
- unassigned_6: AppType = 'unassigned [6 - tcp|udp]'¶
[TCP] Unassigned
[UDP] Unassigned
- echo: AppType = 'echo [7 - tcp|udp]'¶
[TCP] Echo
[UDP] Echo
- unassigned_8: AppType = 'unassigned [8 - tcp|udp]'¶
[TCP] Unassigned
[UDP] Unassigned
- discard: AppType = 'discard [9 - tcp|udp|sctp|dccp]'¶
- unassigned_10: AppType = 'unassigned [10 - tcp|udp]'¶
[TCP] Unassigned
[UDP] Unassigned
- systat: AppType = 'systat [11 - tcp|udp]'¶
[TCP] Active Users
[UDP] Active Users
- unassigned_12: AppType = 'unassigned [12 - tcp|udp]'¶
[TCP] Unassigned
[UDP] Unassigned
- unassigned_14: AppType = 'unassigned [14 - tcp|udp]'¶
[TCP] Unassigned
[UDP] Unassigned
- unassigned_was_netstat: AppType = 'unassigned_was_netstat [15 - tcp]'¶
[TCP] Unassigned [was netstat]
- unassigned_15: AppType = 'unassigned [15 - udp]'¶
[UDP] Unassigned
- unassigned_16: AppType = 'unassigned [16 - tcp|udp]'¶
[TCP] Unassigned
[UDP] Unassigned
- qotd: AppType = 'qotd [17 - tcp|udp]'¶
[TCP] Quote of the Day
[UDP] Quote of the Day
- chargen: AppType = 'chargen [19 - tcp|udp]'¶
[TCP] Character Generator
[UDP] Character Generator
- ftp_data: AppType = 'ftp-data [20 - tcp|udp|sctp]'¶
[TCP] File Transfer [Default Data]
[UDP] File Transfer [Default Data]
[SCTP] FTP [RFC 9260]
- ftp: AppType = 'ftp [21 - tcp|udp|sctp]'¶
- 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]'¶
- unassigned_26: AppType = 'unassigned [26 - tcp|udp]'¶
[TCP] Unassigned
[UDP] Unassigned
- nsw_fe: AppType = 'nsw-fe [27 - tcp|udp]'¶
[TCP] NSW User System FE
[UDP] NSW User System FE
- unassigned_28: AppType = 'unassigned [28 - tcp|udp]'¶
[TCP] Unassigned
[UDP] Unassigned
- msg_icp: AppType = 'msg-icp [29 - tcp|udp]'¶
[TCP] MSG ICP
[UDP] MSG ICP
- unassigned_30: AppType = 'unassigned [30 - tcp|udp]'¶
[TCP] Unassigned
[UDP] Unassigned
- msg_auth: AppType = 'msg-auth [31 - tcp|udp]'¶
[TCP] MSG Authentication
[UDP] MSG Authentication
- unassigned_32: AppType = 'unassigned [32 - tcp|udp]'¶
[TCP] Unassigned
[UDP] Unassigned
- dsp: AppType = 'dsp [33 - tcp|udp]'¶
[TCP] Display Support Protocol
[UDP] Display Support Protocol
- unassigned_34: AppType = 'unassigned [34 - tcp|udp]'¶
[TCP] Unassigned
[UDP] Unassigned
- any_private_printer_server: AppType = 'any_private_printer_server [35 - tcp|udp]'¶
[TCP] any private printer server
[UDP] any private printer server
- unassigned_36: AppType = 'unassigned [36 - tcp|udp]'¶
[TCP] Unassigned
[UDP] Unassigned
- time: AppType = 'time [37 - tcp|udp]'¶
[TCP] Time
[UDP] Time
- rlp: AppType = 'rlp [39 - tcp|udp]'¶
[TCP] Resource Location Protocol
[UDP] Resource Location Protocol
- unassigned_40: AppType = 'unassigned [40 - tcp|udp]'¶
[TCP] Unassigned
[UDP] Unassigned
- graphics: AppType = 'graphics [41 - tcp|udp]'¶
[TCP] Graphics
[UDP] Graphics
- name: AppType = 'name [42 - tcp|udp]'¶
[TCP] Host Name Server
[UDP] Host Name Server
- nameserver: AppType = 'nameserver [42 - tcp|udp]'¶
[TCP] Host Name Server
[UDP] Host Name Server
- nicname: AppType = 'nicname [43 - tcp|udp]'¶
[TCP] Who Is
[UDP] Who Is
- mpm_flags: AppType = 'mpm-flags [44 - tcp|udp]'¶
[TCP] MPM FLAGS Protocol
[UDP] MPM FLAGS Protocol
- mpm: AppType = 'mpm [45 - tcp|udp]'¶
[TCP] Message Processing Module [recv]
[UDP] Message Processing Module [recv]
- mpm_snd: AppType = 'mpm-snd [46 - tcp|udp]'¶
[TCP] MPM [default send]
[UDP] MPM [default send]
- reserved_47: AppType = 'reserved [47 - tcp|udp]'¶
[TCP] Reserved
[UDP] Reserved
- auditd: AppType = 'auditd [48 - tcp|udp]'¶
[TCP] Digital Audit Daemon
[UDP] Digital Audit Daemon
- 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
- reserved_51: AppType = 'reserved [51 - undefined]'¶
[N/A] Reserved
- xns_time: AppType = 'xns-time [52 - tcp|udp]'¶
[TCP] XNS Time Protocol
[UDP] XNS Time Protocol
- domain: AppType = 'domain [53 - tcp|udp]'¶
[TCP] Domain Name Server
[UDP] Domain Name Server
- xns_ch: AppType = 'xns-ch [54 - tcp|udp]'¶
[TCP] XNS Clearinghouse
[UDP] XNS Clearinghouse
- isi_gl: AppType = 'isi-gl [55 - tcp|udp]'¶
[TCP] ISI Graphics Language
[UDP] ISI Graphics Language
- xns_auth: AppType = 'xns-auth [56 - tcp|udp]'¶
[TCP] XNS Authentication
[UDP] XNS Authentication
- any_private_terminal_access: AppType = 'any_private_terminal_access [57 - tcp|udp]'¶
[TCP] any private terminal access
[UDP] any private terminal access
- xns_mail: AppType = 'xns-mail [58 - tcp|udp]'¶
[TCP] XNS Mail
[UDP] XNS Mail
- any_private_file_service: AppType = 'any_private_file_service [59 - tcp|udp]'¶
[TCP] any private file service
[UDP] any private file service
- unassigned_60: AppType = 'unassigned [60 - tcp|udp]'¶
[TCP] Unassigned
[UDP] Unassigned
- reserved_61: AppType = 'reserved [61 - tcp|udp]'¶
[TCP] Reserved
[UDP] Reserved
- acas: AppType = 'acas [62 - tcp|udp]'¶
[TCP] ACA Services
[UDP] ACA Services
- 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++”.
- whois: AppType = 'whois++ [63 - tcp|udp]'¶
[TCP] whois++
[UDP] 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
- tftp: AppType = 'tftp [69 - tcp|udp]'¶
[TCP] Trivial File Transfer
[UDP] Trivial File Transfer
- gopher: AppType = 'gopher [70 - tcp|udp]'¶
[TCP] Gopher
[UDP] Gopher
- netrjs_1: AppType = 'netrjs-1 [71 - tcp|udp]'¶
[TCP] Remote Job Service
[UDP] Remote Job Service
- netrjs_2: AppType = 'netrjs-2 [72 - tcp|udp]'¶
[TCP] Remote Job Service
[UDP] Remote Job Service
- netrjs_3: AppType = 'netrjs-3 [73 - tcp|udp]'¶
[TCP] Remote Job Service
[UDP] Remote Job Service
- netrjs_4: AppType = 'netrjs-4 [74 - tcp|udp]'¶
[TCP] Remote Job Service
[UDP] Remote Job Service
- 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
- vettcp: AppType = 'vettcp [78 - tcp|udp]'¶
[TCP] vettcp
[UDP] vettcp
- finger: AppType = 'finger [79 - tcp|udp]'¶
[TCP] Finger
[UDP] Finger
- http: AppType = 'http [80 - tcp|udp|sctp]'¶
- www: AppType = 'www [80 - tcp|udp]'¶
- www_http: AppType = 'www-http [80 - tcp|udp]'¶
[TCP] World Wide Web HTTP
[UDP] World Wide Web HTTP
- unassigned_81: AppType = 'unassigned [81 - undefined]'¶
[N/A] Unassigned
- xfer: AppType = 'xfer [82 - tcp|udp]'¶
[TCP] XFER Utility
[UDP] XFER Utility
- ctf: AppType = 'ctf [84 - tcp|udp]'¶
[TCP] Common Trace Facility
[UDP] Common Trace Facility
- mit_ml_dev_83: AppType = 'mit-ml-dev [83 - tcp|udp]'¶
[TCP] MIT ML Device
[UDP] MIT ML Device
- mit_ml_dev_85: AppType = 'mit-ml-dev [85 - tcp|udp]'¶
[TCP] MIT ML Device
[UDP] MIT ML Device
- mfcobol: AppType = 'mfcobol [86 - tcp|udp]'¶
[TCP] Micro Focus Cobol
[UDP] Micro Focus Cobol
- 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
- mit_dov: AppType = 'mit-dov [91 - tcp|udp]'¶
[TCP] MIT Dover Spooler
[UDP] MIT Dover Spooler
- dcp: AppType = 'dcp [93 - tcp|udp]'¶
[TCP] Device Control Protocol
[UDP] Device Control Protocol
- objcall: AppType = 'objcall [94 - tcp|udp]'¶
[TCP] Tivoli Object Dispatcher
[UDP] Tivoli Object Dispatcher
- supdup: AppType = 'supdup [95 - tcp|udp]'¶
[TCP] SUPDUP
[UDP] SUPDUP
- 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
- tacnews: AppType = 'tacnews [98 - tcp|udp]'¶
[TCP] TAC News
[UDP] TAC News
- metagram: AppType = 'metagram [99 - tcp|udp]'¶
[TCP] Metagram Relay
[UDP] Metagram Relay
- unassigned_100: AppType = 'unassigned [100 - undefined]'¶
[N/A] Unassigned
- hostname: AppType = 'hostname [101 - tcp|udp]'¶
[TCP] NIC Host Name Server
[UDP] NIC Host Name Server
- iso_tsap: AppType = 'iso-tsap [102 - tcp|udp]'¶
[TCP] ISO-TSAP Class 0
[UDP] ISO-TSAP Class 0
- 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
- AppType_3com_tsmux: AppType = '3com-tsmux [106 - tcp|udp]'¶
[TCP] 3COM-TSMUX
[UDP] 3COM-TSMUX
- 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
- ident: AppType = 'ident [113 - tcp]'¶
[TCP]
- auth: AppType = 'auth [113 - tcp|udp]'¶
[TCP] Authentication Service
[UDP] Authentication Service
- unassigned_114: AppType = 'unassigned [114 - undefined]'¶
[N/A] unassigned
- sftp: AppType = 'sftp [115 - tcp|udp]'¶
[TCP] Simple File Transfer Protocol
[UDP] Simple File Transfer Protocol
- ansanotify: AppType = 'ansanotify [116 - tcp|udp]'¶
[TCP] ANSA REX Notify
[UDP] ANSA REX Notify
- uucp_path: AppType = 'uucp-path [117 - tcp|udp]'¶
[TCP] UUCP Path Service
[UDP] UUCP Path Service
- sqlserv: AppType = 'sqlserv [118 - tcp|udp]'¶
[TCP] SQL Services
[UDP] SQL Services
- nntp: AppType = 'nntp [119 - tcp|udp]'¶
- cfdptkt: AppType = 'cfdptkt [120 - tcp|udp]'¶
[TCP] CFDPTKT
[UDP] CFDPTKT
- erpc: AppType = 'erpc [121 - tcp|udp]'¶
[TCP] Encore Expedited Remote Pro.Call
[UDP] Encore Expedited Remote Pro.Call
- smakynet: AppType = 'smakynet [122 - tcp|udp]'¶
[TCP] SMAKYNET
[UDP] SMAKYNET
- ntp: AppType = 'ntp [123 - tcp|udp]'¶
- ansatrader: AppType = 'ansatrader [124 - tcp|udp]'¶
[TCP] ANSA REX Trader
[UDP] ANSA REX Trader
- locus_map: AppType = 'locus-map [125 - tcp|udp]'¶
[TCP] Locus PC-Interface Net Map Ser
[UDP] Locus PC-Interface Net Map Ser
- nxedit: AppType = 'nxedit [126 - tcp|udp]'¶
[TCP] NXEdit
[UDP] NXEdit
- 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
- cisco_fna: AppType = 'cisco-fna [130 - tcp|udp]'¶
[TCP] cisco FNATIVE
[UDP] cisco FNATIVE
- cisco_tna: AppType = 'cisco-tna [131 - tcp|udp]'¶
[TCP] cisco TNATIVE
[UDP] cisco TNATIVE
- cisco_sys: AppType = 'cisco-sys [132 - tcp|udp]'¶
[TCP] cisco SYSMAINT
[UDP] cisco SYSMAINT
- statsrv: AppType = 'statsrv [133 - tcp|udp]'¶
[TCP] Statistics Service
[UDP] Statistics Service
- 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
- bl_idm: AppType = 'bl-idm [142 - tcp|udp]'¶
[TCP] Britton-Lee IDM
[UDP] Britton-Lee IDM
- uaac: AppType = 'uaac [145 - tcp|udp]'¶
[TCP] UAAC Protocol
[UDP] UAAC Protocol
- iso_tp0: AppType = 'iso-tp0 [146 - tcp|udp]'¶
[TCP] ISO-IP0
[UDP] ISO-IP0
- iso_ip: AppType = 'iso-ip [147 - tcp|udp]'¶
[TCP] ISO-IP
[UDP] ISO-IP
- jargon: AppType = 'jargon [148 - tcp|udp]'¶
[TCP] Jargon
[UDP] Jargon
- 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
- sql_net_150: AppType = 'sql-net [150 - tcp|udp]'¶
[TCP] SQL-NET
[UDP] SQL-NET
- hems: AppType = 'hems [151 - tcp|udp]'¶
[TCP] HEMS
[UDP] HEMS
- bftp: AppType = 'bftp [152 - tcp|udp]'¶
[TCP] Background File Transfer Program
[UDP] Background File Transfer Program
- sgmp: AppType = 'sgmp [153 - tcp|udp]'¶
[TCP] SGMP
[UDP] SGMP
- netsc_prod: AppType = 'netsc-prod [154 - tcp|udp]'¶
[TCP] NETSC
[UDP] NETSC
- netsc_dev: AppType = 'netsc-dev [155 - tcp|udp]'¶
[TCP] NETSC
[UDP] NETSC
- sqlsrv: AppType = 'sqlsrv [156 - tcp|udp]'¶
[TCP] SQL Service
[UDP] SQL Service
- knet_cmp: AppType = 'knet-cmp [157 - tcp|udp]'¶
[TCP] KNET/VM Command/Message Protocol
[UDP] KNET/VM Command/Message Protocol
- pcmail_srv: AppType = 'pcmail-srv [158 - tcp|udp]'¶
[TCP] PCMail Server
[UDP] PCMail Server
- nss_routing: AppType = 'nss-routing [159 - tcp|udp]'¶
[TCP] NSS-Routing
[UDP] NSS-Routing
- sgmp_traps: AppType = 'sgmp-traps [160 - tcp|udp]'¶
[TCP] SGMP-TRAPS
[UDP] SGMP-TRAPS
- snmp: AppType = 'snmp [161 - tcp|udp]'¶
[TCP] SNMP
[UDP] SNMP
- snmptrap: AppType = 'snmptrap [162 - tcp|udp]'¶
[TCP] SNMPTRAP
[UDP] SNMPTRAP
- cmip_man: AppType = 'cmip-man [163 - tcp|udp]'¶
[TCP] CMIP/TCP Manager
[UDP] CMIP/TCP Manager
- cmip_agent: AppType = 'cmip-agent [164 - tcp|udp]'¶
[TCP] CMIP/TCP Agent
[UDP] CMIP/TCP Agent
- xns_courier: AppType = 'xns-courier [165 - tcp|udp]'¶
[TCP] Xerox
[UDP] Xerox
- s_net: AppType = 's-net [166 - tcp|udp]'¶
[TCP] Sirius Systems
[UDP] Sirius Systems
- namp: AppType = 'namp [167 - tcp|udp]'¶
[TCP] NAMP
[UDP] NAMP
- rsvd: AppType = 'rsvd [168 - tcp|udp]'¶
[TCP] RSVD
[UDP] RSVD
- send: AppType = 'send [169 - tcp|udp]'¶
[TCP] SEND
[UDP] SEND
- print_srv: AppType = 'print-srv [170 - tcp|udp]'¶
[TCP] Network PostScript
[UDP] Network PostScript
- 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
- xyplex_mux: AppType = 'xyplex-mux [173 - tcp|udp]'¶
[TCP] Xyplex
[UDP] Xyplex
- mailq: AppType = 'mailq [174 - tcp|udp]'¶
[TCP] MAILQ
[UDP] MAILQ
- vmnet: AppType = 'vmnet [175 - tcp|udp]'¶
[TCP] VMNET
[UDP] VMNET
- genrad_mux: AppType = 'genrad-mux [176 - tcp|udp]'¶
[TCP] GENRAD-MUX
[UDP] GENRAD-MUX
- 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]
- ris: AppType = 'ris [180 - tcp|udp]'¶
[TCP] Intergraph
[UDP] Intergraph
- unify: AppType = 'unify [181 - tcp|udp]'¶
[TCP] Unify
[UDP] Unify
- audit: AppType = 'audit [182 - tcp|udp]'¶
[TCP] Unisys Audit SITP
[UDP] Unisys Audit SITP
- ocbinder: AppType = 'ocbinder [183 - tcp|udp]'¶
[TCP] OCBinder
[UDP] OCBinder
- ocserver: AppType = 'ocserver [184 - tcp|udp]'¶
[TCP] OCServer
[UDP] OCServer
- remote_kis: AppType = 'remote-kis [185 - tcp|udp]'¶
[TCP] Remote-KIS
[UDP] Remote-KIS
- kis: AppType = 'kis [186 - tcp|udp]'¶
[TCP] KIS Protocol
[UDP] KIS Protocol
- aci: AppType = 'aci [187 - tcp|udp]'¶
[TCP] Application Communication Interface
[UDP] Application Communication Interface
- mumps: AppType = 'mumps [188 - tcp|udp]'¶
[TCP] Plus Five’s MUMPS
[UDP] Plus Five’s MUMPS
- qft: AppType = 'qft [189 - tcp|udp]'¶
[TCP] Queued File Transport
[UDP] Queued File Transport
- 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
- smux: AppType = 'smux [199 - tcp|udp]'¶
[TCP] SMUX
[UDP] SMUX
- 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_3: AppType = 'at-3 [203 - tcp|udp]'¶
[TCP] AppleTalk Unused
[UDP] AppleTalk Unused
- at_echo: AppType = 'at-echo [204 - tcp|udp]'¶
[TCP] AppleTalk Echo
[UDP] AppleTalk Echo
- at_5: AppType = 'at-5 [205 - tcp|udp]'¶
[TCP] AppleTalk Unused
[UDP] AppleTalk Unused
- at_zis: AppType = 'at-zis [206 - tcp|udp]'¶
[TCP] AppleTalk Zone Information
[UDP] AppleTalk Zone Information
- at_7: AppType = 'at-7 [207 - tcp|udp]'¶
[TCP] AppleTalk Unused
[UDP] AppleTalk Unused
- at_8: AppType = 'at-8 [208 - tcp|udp]'¶
[TCP] AppleTalk Unused
[UDP] AppleTalk Unused
- 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
- anet: AppType = 'anet [212 - tcp|udp]'¶
[TCP] ATEXSSTR
[UDP] ATEXSSTR
- ipx: AppType = 'ipx [213 - tcp|udp]'¶
[TCP] IPX
[UDP] IPX
- vmpwscs: AppType = 'vmpwscs [214 - tcp|udp]'¶
[TCP] VM PWSCS
[UDP] VM PWSCS
- softpc: AppType = 'softpc [215 - tcp|udp]'¶
[TCP] Insignia Solutions
[UDP] Insignia Solutions
- cailic: AppType = 'cailic [216 - tcp|udp]'¶
[TCP] Computer Associates Int’l License Server
[UDP] Computer Associates Int’l License Server
- dbase: AppType = 'dbase [217 - tcp|udp]'¶
[TCP] dBASE Unix
[UDP] dBASE Unix
- mpp: AppType = 'mpp [218 - tcp|udp]'¶
[TCP] Netix Message Posting Protocol
[UDP] Netix Message Posting Protocol
- uarps: AppType = 'uarps [219 - tcp|udp]'¶
[TCP] Unisys ARPs
[UDP] Unisys ARPs
- 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
- masqdialer: AppType = 'masqdialer [224 - tcp|udp]'¶
[TCP] masqdialer
[UDP] masqdialer
- direct: AppType = 'direct [242 - tcp|udp]'¶
[TCP] Direct
[UDP] Direct
- sur_meas: AppType = 'sur-meas [243 - tcp|udp]'¶
[TCP] Survey Measurement
[UDP] Survey Measurement
- inbusiness: AppType = 'inbusiness [244 - tcp|udp]'¶
[TCP] inbusiness
[UDP] inbusiness
- link: AppType = 'link [245 - tcp|udp]'¶
[TCP] LINK
[UDP] LINK
- 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
- bhfhs: AppType = 'bhfhs [248 - tcp|udp]'¶
[TCP] bhfhs
[UDP] bhfhs
- rap_38: AppType = 'rap [38 - tcp|udp]'¶
[TCP] Route Access Protocol
[UDP] Route Access Protocol
- rap_256: AppType = 'rap [256 - tcp|udp]'¶
[TCP] RAP
[UDP] RAP
- set: AppType = 'set [257 - tcp|udp]'¶
[TCP] Secure Electronic Transaction
[UDP] Secure Electronic Transaction
- unassigned_258: AppType = 'unassigned [258 - undefined]'¶
[N/A] Unassigned
- esro_gen: AppType = 'esro-gen [259 - tcp|udp]'¶
[TCP] Efficient Short Remote Operations
[UDP] Efficient Short Remote Operations
- openport: AppType = 'openport [260 - tcp|udp]'¶
[TCP] Openport
[UDP] Openport
- nsiiops: AppType = 'nsiiops [261 - tcp|udp]'¶
[TCP] IIOP Name Service over TLS/SSL
[UDP] IIOP Name Service over TLS/SSL
- arcisdms: AppType = 'arcisdms [262 - tcp|udp]'¶
[TCP] Arcisdms
[UDP] Arcisdms
- hdap: AppType = 'hdap [263 - tcp|udp]'¶
[TCP] HDAP
[UDP] HDAP
- bgmp: AppType = 'bgmp [264 - tcp|udp]'¶
[TCP] BGMP
[UDP] BGMP
- x_bone_ctl: AppType = 'x-bone-ctl [265 - tcp|udp]'¶
[TCP] X-Bone CTL
[UDP] X-Bone CTL
- sst: AppType = 'sst [266 - tcp|udp]'¶
[TCP] SCSI on ST
[UDP] SCSI on ST
- 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
- manet: AppType = 'manet [269 - tcp|udp]'¶
- reserved_270: AppType = 'reserved [270 - tcp]'¶
[TCP] Reserved
- pt_tls: AppType = 'pt-tls [271 - tcp]'¶
[TCP] IETF Network Endpoint Assessment (NEA) Posture Transport Protocol over TLS (PT-TLS) [RFC 6876]
- reserved_271: AppType = 'reserved [271 - udp]'¶
[UDP] Reserved
- http_mgmt: AppType = 'http-mgmt [280 - tcp|udp]'¶
[TCP] http-mgmt
[UDP] http-mgmt
- personal_link: AppType = 'personal-link [281 - tcp|udp]'¶
[TCP] Personal Link
[UDP] Personal Link
- cableport_ax: AppType = 'cableport-ax [282 - tcp|udp]'¶
[TCP] Cable Port A/X
[UDP] Cable Port A/X
- rescap: AppType = 'rescap [283 - tcp|udp]'¶
[TCP] rescap
[UDP] rescap
- corerjd: AppType = 'corerjd [284 - tcp|udp]'¶
[TCP] corerjd
[UDP] corerjd
- unassigned_285: AppType = 'unassigned [285 - undefined]'¶
[N/A] Unassigned
- k_block: AppType = 'k-block [287 - tcp|udp]'¶
[TCP] K-BLOCK
[UDP] K-BLOCK
- novastorbakcup: AppType = 'novastorbakcup [308 - tcp|udp]'¶
[TCP] Novastor Backup
[UDP] Novastor Backup
- entrusttime: AppType = 'entrusttime [309 - tcp|udp]'¶
[TCP] EntrustTime
[UDP] EntrustTime
- bhmds: AppType = 'bhmds [310 - tcp|udp]'¶
[TCP] bhmds
[UDP] bhmds
- asip_webadmin: AppType = 'asip-webadmin [311 - tcp|udp]'¶
[TCP] AppleShare IP WebAdmin
[UDP] AppleShare IP WebAdmin
- vslmp: AppType = 'vslmp [312 - tcp|udp]'¶
[TCP] VSLMP
[UDP] VSLMP
- magenta_logic: AppType = 'magenta-logic [313 - tcp|udp]'¶
[TCP] Magenta Logic
[UDP] Magenta Logic
- opalis_robot: AppType = 'opalis-robot [314 - tcp|udp]'¶
[TCP] Opalis Robot
[UDP] Opalis Robot
- dpsi: AppType = 'dpsi [315 - tcp|udp]'¶
[TCP] DPSI
[UDP] DPSI
- decauth: AppType = 'decauth [316 - tcp|udp]'¶
[TCP] decAuth
[UDP] decAuth
- zannet: AppType = 'zannet [317 - tcp|udp]'¶
[TCP] Zannet
[UDP] Zannet
- pkix_timestamp: AppType = 'pkix-timestamp [318 - tcp|udp]'¶
[TCP] PKIX TimeStamp
[UDP] PKIX TimeStamp
- ptp_event: AppType = 'ptp-event [319 - tcp|udp]'¶
[TCP] PTP Event
[UDP] PTP Event
- ptp_general: AppType = 'ptp-general [320 - tcp|udp]'¶
[TCP] PTP General
[UDP] PTP General
- rtsps: AppType = 'rtsps [322 - tcp|udp]'¶
[TCP] RTSPS
[UDP] RTSPS
- reserved_323: AppType = 'reserved [323 - udp]'¶
[UDP] Reserved
- rpki_rtr_tls: AppType = 'rpki-rtr-tls [324 - tcp]'¶
[TCP] Resource PKI to Router Protocol over TLS [RFC 6810]
- reserved_324: AppType = 'reserved [324 - udp]'¶
[UDP] Reserved
- texar: AppType = 'texar [333 - tcp|udp]'¶
[TCP] Texar Security Port
[UDP] Texar Security Port
- 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
- zserv: AppType = 'zserv [346 - tcp|udp]'¶
[TCP] Zebra server
[UDP] Zebra server
- fatserv: AppType = 'fatserv [347 - tcp|udp]'¶
[TCP] Fatmen Server
[UDP] Fatmen Server
- csi_sgwp: AppType = 'csi-sgwp [348 - tcp|udp]'¶
[TCP] Cabletron Management Protocol
[UDP] Cabletron Management Protocol
- matip_type_a: AppType = 'matip-type-a [350 - tcp|udp]'¶
- matip_type_b: AppType = 'matip-type-b [351 - tcp|udp]'¶
- bhoetty: AppType = 'bhoetty [351 - tcp|udp]'¶
[TCP] bhoetty
[UDP] bhoetty
- dtag_ste_sb: AppType = 'dtag-ste-sb [352 - tcp|udp]'¶
[TCP] DTAG
[UDP] DTAG
- bhoedap4: AppType = 'bhoedap4 [352 - tcp|udp]'¶
[TCP] bhoedap4
[UDP] bhoedap4
- ndsauth: AppType = 'ndsauth [353 - tcp|udp]'¶
[TCP] NDSAUTH
[UDP] NDSAUTH
- bh611: AppType = 'bh611 [354 - tcp|udp]'¶
[TCP] bh611
[UDP] bh611
- datex_asn: AppType = 'datex-asn [355 - tcp|udp]'¶
[TCP] DATEX-ASN
[UDP] DATEX-ASN
- cloanto_net_1: AppType = 'cloanto-net-1 [356 - tcp|udp]'¶
[TCP] Cloanto Net 1
[UDP] Cloanto Net 1
- bhevent: AppType = 'bhevent [357 - tcp|udp]'¶
[TCP] bhevent
[UDP] bhevent
- shrinkwrap: AppType = 'shrinkwrap [358 - tcp|udp]'¶
[TCP] Shrinkwrap
[UDP] Shrinkwrap
- reserved_359: AppType = 'reserved [359 - tcp|udp]'¶
[TCP] Reserved
[UDP] Reserved
- scoi2odialog: AppType = 'scoi2odialog [360 - tcp|udp]'¶
[TCP] scoi2odialog
[UDP] scoi2odialog
- semantix: AppType = 'semantix [361 - tcp|udp]'¶
[TCP] Semantix
[UDP] Semantix
- srssend: AppType = 'srssend [362 - tcp|udp]'¶
[TCP] SRS Send
[UDP] SRS Send
- 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
- aurora_cmgr: AppType = 'aurora-cmgr [364 - tcp|udp]'¶
[TCP] Aurora CMGR
[UDP] Aurora CMGR
- dtk: AppType = 'dtk [365 - tcp|udp]'¶
[TCP] DTK
[UDP] DTK
- odmr: AppType = 'odmr [366 - tcp|udp]'¶
[TCP] ODMR
[UDP] ODMR
- mortgageware: AppType = 'mortgageware [367 - tcp|udp]'¶
[TCP] MortgageWare
[UDP] MortgageWare
- qbikgdp: AppType = 'qbikgdp [368 - tcp|udp]'¶
[TCP] QbikGDP
[UDP] QbikGDP
- rpc2portmap: AppType = 'rpc2portmap [369 - tcp|udp]'¶
[TCP] rpc2portmap
[UDP] rpc2portmap
- codaauth2: AppType = 'codaauth2 [370 - tcp|udp]'¶
[TCP] codaauth2
[UDP] codaauth2
- clearcase: AppType = 'clearcase [371 - tcp|udp]'¶
[TCP] Clearcase
[UDP] Clearcase
- ulistproc: AppType = 'ulistproc [372 - tcp|udp]'¶
[TCP] ListProcessor
[UDP] ListProcessor
- legent_1: AppType = 'legent-1 [373 - tcp|udp]'¶
[TCP] Legent Corporation
[UDP] Legent Corporation
- legent_2: AppType = 'legent-2 [374 - tcp|udp]'¶
[TCP] Legent Corporation
[UDP] Legent Corporation
- hassle: AppType = 'hassle [375 - tcp|udp]'¶
[TCP] Hassle
[UDP] Hassle
- nip: AppType = 'nip [376 - tcp|udp]'¶
[TCP] Amiga Envoy Network Inquiry Protocol
[UDP] Amiga Envoy Network Inquiry Protocol
- tnetos: AppType = 'tnetos [377 - tcp|udp]'¶
[TCP] NEC Corporation
[UDP] NEC Corporation
- dsetos: AppType = 'dsetos [378 - tcp|udp]'¶
[TCP] NEC Corporation
[UDP] NEC Corporation
- 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
- ibm_app: AppType = 'ibm-app [385 - tcp|udp]'¶
[TCP] IBM Application
[UDP] IBM Application
- 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.
- unidata_ldm: AppType = 'unidata-ldm [388 - tcp|udp]'¶
[TCP] Unidata LDM
[UDP] Unidata LDM
- ldap: AppType = 'ldap [389 - tcp|udp]'¶
[TCP] Lightweight Directory Access Protocol
[UDP] Lightweight Directory Access Protocol
- uis: AppType = 'uis [390 - tcp|udp]'¶
[TCP] UIS
[UDP] UIS
- 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
- meta5: AppType = 'meta5 [393 - tcp|udp]'¶
[TCP] Meta5
[UDP] Meta5
- 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.
- kryptolan: AppType = 'kryptolan [398 - tcp|udp]'¶
[TCP] Kryptolan
[UDP] Kryptolan
- 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
- osb_sd: AppType = 'osb-sd [400 - tcp|udp]'¶
[TCP] Oracle Secure Backup
[UDP] Oracle Secure Backup
- ups: AppType = 'ups [401 - tcp|udp]'¶
[TCP] Uninterruptible Power Supply
[UDP] Uninterruptible Power Supply
- genie: AppType = 'genie [402 - tcp|udp]'¶
[TCP] Genie Protocol
[UDP] Genie Protocol
- decap: AppType = 'decap [403 - tcp|udp]'¶
[TCP] decap
[UDP] decap
- nced: AppType = 'nced [404 - tcp|udp]'¶
[TCP] nced
[UDP] nced
- ncld: AppType = 'ncld [405 - tcp|udp]'¶
[TCP] ncld
[UDP] ncld
- imsp: AppType = 'imsp [406 - tcp|udp]'¶
[TCP] Interactive Mail Support Protocol
[UDP] Interactive Mail Support Protocol
- timbuktu: AppType = 'timbuktu [407 - tcp|udp]'¶
[TCP] Timbuktu
[UDP] Timbuktu
- 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
- rmt: AppType = 'rmt [411 - tcp|udp]'¶
[TCP] Remote MT Protocol
[UDP] Remote MT 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
- infoseek: AppType = 'infoseek [414 - tcp|udp]'¶
[TCP] InfoSeek
[UDP] InfoSeek
- bnet: AppType = 'bnet [415 - tcp|udp]'¶
[TCP] BNet
[UDP] BNet
- silverplatter: AppType = 'silverplatter [416 - tcp|udp]'¶
[TCP] Silverplatter
[UDP] Silverplatter
- onmux: AppType = 'onmux [417 - tcp|udp]'¶
[TCP] Onmux
[UDP] Onmux
- hyper_g: AppType = 'hyper-g [418 - tcp|udp]'¶
[TCP] Hyper-G
[UDP] Hyper-G
- ariel1: AppType = 'ariel1 [419 - tcp|udp]'¶
[TCP] Ariel 1
[UDP] Ariel 1
- smpte: AppType = 'smpte [420 - tcp|udp]'¶
[TCP] SMPTE
[UDP] SMPTE
- ariel2: AppType = 'ariel2 [421 - tcp|udp]'¶
[TCP] Ariel 2
[UDP] Ariel 2
- ariel3: AppType = 'ariel3 [422 - tcp|udp]'¶
[TCP] Ariel 3
[UDP] Ariel 3
- 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
- icad_el: AppType = 'icad-el [425 - tcp|udp]'¶
[TCP] ICAD
[UDP] ICAD
- smartsdp: AppType = 'smartsdp [426 - tcp|udp]'¶
[TCP] smartsdp
[UDP] smartsdp
- svrloc: AppType = 'svrloc [427 - tcp|udp]'¶
[TCP] Server Location
[UDP] Server Location
- 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
- utmpsd: AppType = 'utmpsd [430 - tcp|udp]'¶
[TCP] UTMPSD
[UDP] UTMPSD
- utmpcd: AppType = 'utmpcd [431 - tcp|udp]'¶
[TCP] UTMPCD
[UDP] UTMPCD
- iasd: AppType = 'iasd [432 - tcp|udp]'¶
[TCP] IASD
[UDP] IASD
- nnsp: AppType = 'nnsp [433 - tcp|udp]'¶
- mobileip_agent: AppType = 'mobileip-agent [434 - tcp|udp]'¶
[TCP] MobileIP-Agent
[UDP] MobileIP-Agent
- mobilip_mn: AppType = 'mobilip-mn [435 - tcp|udp]'¶
[TCP] MobilIP-MN
[UDP] MobilIP-MN
- dna_cml: AppType = 'dna-cml [436 - tcp|udp]'¶
[TCP] DNA-CML
[UDP] DNA-CML
- comscm: AppType = 'comscm [437 - tcp|udp]'¶
[TCP] comscm
[UDP] comscm
- dsfgw: AppType = 'dsfgw [438 - tcp|udp]'¶
[TCP] dsfgw
[UDP] dsfgw
- dasp: AppType = 'dasp [439 - tcp|udp]'¶
[TCP] dasp
[UDP] dasp
- sgcp: AppType = 'sgcp [440 - tcp|udp]'¶
[TCP] sgcp
[UDP] sgcp
- decvms_sysmgt: AppType = 'decvms-sysmgt [441 - tcp|udp]'¶
[TCP] decvms-sysmgt
[UDP] decvms-sysmgt
- 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
- snpp: AppType = 'snpp [444 - tcp|udp]'¶
- microsoft_ds: AppType = 'microsoft-ds [445 - tcp|udp]'¶
[TCP] Microsoft-DS
[UDP] Microsoft-DS
- 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
- macon_tcp: AppType = 'macon-tcp [456 - tcp]'¶
[TCP] macon-tcp
- macon_udp: AppType = 'macon-udp [456 - udp]'¶
[UDP] macon-udp
- scohelp: AppType = 'scohelp [457 - tcp|udp]'¶
[TCP] scohelp
[UDP] scohelp
- appleqtc: AppType = 'appleqtc [458 - tcp|udp]'¶
[TCP] apple quick time
[UDP] apple quick time
- ampr_rcmd: AppType = 'ampr-rcmd [459 - tcp|udp]'¶
[TCP] ampr-rcmd
[UDP] ampr-rcmd
- skronk: AppType = 'skronk [460 - tcp|udp]'¶
[TCP] skronk
[UDP] skronk
- datasurfsrv: AppType = 'datasurfsrv [461 - tcp|udp]'¶
[TCP] DataRampSrv
[UDP] DataRampSrv
- datasurfsrvsec: AppType = 'datasurfsrvsec [462 - tcp|udp]'¶
[TCP] DataRampSrvSec
[UDP] DataRampSrvSec
- alpes: AppType = 'alpes [463 - tcp|udp]'¶
[TCP] alpes
[UDP] alpes
- kpasswd: AppType = 'kpasswd [464 - tcp|udp]'¶
[TCP] kpasswd
[UDP] kpasswd
- urd: AppType = 'urd [465 - tcp]'¶
[TCP] URL Rendezvous Directory for SSM
- submissions: AppType = 'submissions [465 - tcp]'¶
[TCP] Message Submission over TLS protocol [RFC 8314]
- igmpv3lite: AppType = 'igmpv3lite [465 - udp]'¶
[UDP] IGMP over UDP for SSM
- digital_vrc: AppType = 'digital-vrc [466 - tcp|udp]'¶
[TCP] digital-vrc
[UDP] digital-vrc
- mylex_mapd: AppType = 'mylex-mapd [467 - tcp|udp]'¶
[TCP] mylex-mapd
[UDP] mylex-mapd
- photuris: AppType = 'photuris [468 - tcp|udp]'¶
[TCP] proturis
[UDP] proturis
- rcp: AppType = 'rcp [469 - tcp|udp]'¶
[TCP] Radio Control Protocol
[UDP] Radio Control Protocol
- scx_proxy: AppType = 'scx-proxy [470 - tcp|udp]'¶
[TCP] scx-proxy
[UDP] scx-proxy
- mondex: AppType = 'mondex [471 - tcp|udp]'¶
[TCP] Mondex
[UDP] Mondex
- ljk_login: AppType = 'ljk-login [472 - tcp|udp]'¶
[TCP] ljk-login
[UDP] ljk-login
- hybrid_pop: AppType = 'hybrid-pop [473 - tcp|udp]'¶
[TCP] hybrid-pop
[UDP] hybrid-pop
- tn_tl_w1: AppType = 'tn-tl-w1 [474 - tcp]'¶
[TCP] tn-tl-w1
- tn_tl_w2: AppType = 'tn-tl-w2 [474 - udp]'¶
[UDP] tn-tl-w2
- tcpnethaspsrv: AppType = 'tcpnethaspsrv [475 - tcp|udp]'¶
[TCP] tcpnethaspsrv
[UDP] tcpnethaspsrv
- tn_tl_fd1: AppType = 'tn-tl-fd1 [476 - tcp|udp]'¶
[TCP] tn-tl-fd1
[UDP] tn-tl-fd1
- ss7ns: AppType = 'ss7ns [477 - tcp|udp]'¶
[TCP] ss7ns
[UDP] ss7ns
- spsc: AppType = 'spsc [478 - tcp|udp]'¶
[TCP] spsc
[UDP] spsc
- iafserver: AppType = 'iafserver [479 - tcp|udp]'¶
[TCP] iafserver
[UDP] iafserver
- iafdbase: AppType = 'iafdbase [480 - tcp|udp]'¶
[TCP] iafdbase
[UDP] iafdbase
- ph: AppType = 'ph [481 - tcp|udp]'¶
[TCP] Ph service
[UDP] Ph service
- bgs_nsi: AppType = 'bgs-nsi [482 - tcp|udp]'¶
[TCP] bgs-nsi
[UDP] bgs-nsi
- ulpnet: AppType = 'ulpnet [483 - tcp|udp]'¶
[TCP] ulpnet
[UDP] ulpnet
- 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
- avian: AppType = 'avian [486 - tcp|udp]'¶
[TCP] avian
[UDP] avian
- saft: AppType = 'saft [487 - tcp|udp]'¶
[TCP] saft Simple Asynchronous File Transfer
[UDP] saft Simple Asynchronous File Transfer
- gss_http: AppType = 'gss-http [488 - tcp|udp]'¶
[TCP] gss-http
[UDP] gss-http
- nest_protocol: AppType = 'nest-protocol [489 - tcp|udp]'¶
[TCP] nest-protocol
[UDP] nest-protocol
- micom_pfs: AppType = 'micom-pfs [490 - tcp|udp]'¶
[TCP] micom-pfs
[UDP] micom-pfs
- go_login: AppType = 'go-login [491 - tcp|udp]'¶
[TCP] go-login
[UDP] go-login
- 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
- pov_ray: AppType = 'pov-ray [494 - tcp|udp]'¶
[TCP] POV-Ray
[UDP] POV-Ray
- intecourier: AppType = 'intecourier [495 - tcp|udp]'¶
[TCP] intecourier
[UDP] intecourier
- pim_rp_disc: AppType = 'pim-rp-disc [496 - tcp|udp]'¶
[TCP] PIM-RP-DISC
[UDP] PIM-RP-DISC
- siam: AppType = 'siam [498 - tcp|udp]'¶
[TCP] siam
[UDP] siam
- iso_ill: AppType = 'iso-ill [499 - tcp|udp]'¶
[TCP] ISO ILL Protocol
[UDP] ISO ILL Protocol
- isakmp: AppType = 'isakmp [500 - tcp|udp]'¶
[TCP] isakmp
[UDP] isakmp
- stmf: AppType = 'stmf [501 - tcp|udp]'¶
[TCP] STMF
[UDP] STMF
- mbap: AppType = 'mbap [502 - tcp|udp]'¶
[TCP] Modbus Application Protocol
[UDP] Modbus Application Protocol
- intrinsa: AppType = 'intrinsa [503 - tcp|udp]'¶
[TCP] Intrinsa
[UDP] Intrinsa
- citadel: AppType = 'citadel [504 - tcp|udp]'¶
[TCP] citadel
[UDP] citadel
- mailbox_lm: AppType = 'mailbox-lm [505 - tcp|udp]'¶
[TCP] mailbox-lm
[UDP] mailbox-lm
- ohimsrv: AppType = 'ohimsrv [506 - tcp|udp]'¶
[TCP] ohimsrv
[UDP] ohimsrv
- crs: AppType = 'crs [507 - tcp|udp]'¶
[TCP] crs
[UDP] crs
- xvttp: AppType = 'xvttp [508 - tcp|udp]'¶
[TCP] xvttp
[UDP] xvttp
- snare: AppType = 'snare [509 - tcp|udp]'¶
[TCP] snare
[UDP] snare
- fcp: AppType = 'fcp [510 - tcp|udp]'¶
[TCP] FirstClass Protocol
[UDP] FirstClass Protocol
- passgo: AppType = 'passgo [511 - tcp|udp]'¶
[TCP] PassGo
[UDP] PassGo
- exec: AppType = 'exec [512 - tcp]'¶
[TCP] remote process execution; authentication performed using passwords and UNIX login names
- comsat: AppType = 'comsat [512 - udp]'¶
[UDP]
- 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
- printer: AppType = 'printer [515 - tcp|udp]'¶
[TCP] spooler
[UDP] spooler
- videotex: AppType = 'videotex [516 - tcp|udp]'¶
[TCP] videotex
[UDP] videotex
- 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)
- ntalk: AppType = 'ntalk [518 - tcp|udp]'¶
[TCP]
[UDP]
- utime: AppType = 'utime [519 - tcp|udp]'¶
[TCP] unixtime
[UDP] unixtime
- efs: AppType = 'efs [520 - tcp]'¶
[TCP] extended file name server
- router: AppType = 'router [520 - udp]'¶
[UDP] local routing process (on site); uses variant of Xerox NS routing information protocol - RIP
- ripng: AppType = 'ripng [521 - tcp|udp]'¶
[TCP] ripng
[UDP] ripng
- ulp: AppType = 'ulp [522 - tcp|udp]'¶
[TCP] ULP
[UDP] ULP
- ibm_db2: AppType = 'ibm-db2 [523 - tcp|udp]'¶
[TCP] IBM-DB2
[UDP] IBM-DB2
- ncp: AppType = 'ncp [524 - tcp|udp]'¶
[TCP] NCP
[UDP] NCP
- timed: AppType = 'timed [525 - tcp|udp]'¶
[TCP] timeserver
[UDP] timeserver
- tempo: AppType = 'tempo [526 - tcp|udp]'¶
[TCP] newdate
[UDP] newdate
- stx: AppType = 'stx [527 - tcp|udp]'¶
[TCP] Stock IXChange
[UDP] Stock IXChange
- custix: AppType = 'custix [528 - tcp|udp]'¶
[TCP] Customer IXChange
[UDP] Customer IXChange
- irc_serv: AppType = 'irc-serv [529 - tcp|udp]'¶
[TCP] IRC-SERV
[UDP] IRC-SERV
- courier: AppType = 'courier [530 - tcp|udp]'¶
[TCP] rpc
[UDP] rpc
- conference: AppType = 'conference [531 - tcp|udp]'¶
[TCP] chat
[UDP] chat
- netnews: AppType = 'netnews [532 - tcp|udp]'¶
[TCP] readnews
[UDP] readnews
- netwall: AppType = 'netwall [533 - tcp|udp]'¶
[TCP] for emergency broadcasts
[UDP] for emergency broadcasts
- windream: AppType = 'windream [534 - tcp|udp]'¶
[TCP] windream Admin
[UDP] windream Admin
- iiop: AppType = 'iiop [535 - tcp|udp]'¶
[TCP] iiop
[UDP] iiop
- opalis_rdv: AppType = 'opalis-rdv [536 - tcp|udp]'¶
[TCP] opalis-rdv
[UDP] opalis-rdv
- gdomap: AppType = 'gdomap [538 - tcp|udp]'¶
[TCP] gdomap
[UDP] gdomap
- apertus_ldp: AppType = 'apertus-ldp [539 - tcp|udp]'¶
[TCP] Apertus Technologies Load Determination
[UDP] Apertus Technologies Load Determination
- uucp: AppType = 'uucp [540 - tcp|udp]'¶
[TCP] uucpd
[UDP] uucpd
- uucp_rlogin: AppType = 'uucp-rlogin [541 - tcp|udp]'¶
[TCP] uucp-rlogin
[UDP] uucp-rlogin
- commerce: AppType = 'commerce [542 - tcp|udp]'¶
[TCP] commerce
[UDP] commerce
- klogin: AppType = 'klogin [543 - tcp|udp]'¶
[TCP]
[UDP]
- kshell: AppType = 'kshell [544 - tcp|udp]'¶
[TCP] krcmd
[UDP] krcmd
- appleqtcsrvr: AppType = 'appleqtcsrvr [545 - tcp|udp]'¶
[TCP] appleqtcsrvr
[UDP] appleqtcsrvr
- dhcpv6_client: AppType = 'dhcpv6-client [546 - tcp|udp]'¶
[TCP] DHCPv6 Client
[UDP] DHCPv6 Client [RFC 8415]
- dhcpv6_server: AppType = 'dhcpv6-server [547 - tcp|udp]'¶
- afpovertcp: AppType = 'afpovertcp [548 - tcp|udp]'¶
[TCP] AFP over TCP
[UDP] AFP over TCP
- idfp: AppType = 'idfp [549 - tcp|udp]'¶
[TCP] IDFP
[UDP] IDFP
- new_rwho: AppType = 'new-rwho [550 - tcp|udp]'¶
[TCP] new-who [n/a]
[UDP] new-who [n/a]
- cybercash: AppType = 'cybercash [551 - tcp|udp]'¶
- devshr_nts: AppType = 'devshr-nts [552 - tcp|udp]'¶
[TCP] DeviceShare
[UDP] DeviceShare
- pirp: AppType = 'pirp [553 - tcp|udp]'¶
[TCP] pirp
[UDP] pirp
- rtsp: AppType = 'rtsp [554 - tcp|udp]'¶
[TCP] Real Time Streaming Protocol (RTSP)
[UDP] Real Time Streaming Protocol (RTSP)
- dsf: AppType = 'dsf [555 - tcp|udp]'¶
[TCP]
[UDP]
- remotefs: AppType = 'remotefs [556 - tcp|udp]'¶
[TCP] rfs server
[UDP] rfs server
- openvms_sysipc: AppType = 'openvms-sysipc [557 - tcp|udp]'¶
[TCP] openvms-sysipc
[UDP] openvms-sysipc
- sdnskmp: AppType = 'sdnskmp [558 - tcp|udp]'¶
[TCP] SDNSKMP
[UDP] SDNSKMP
- teedtap: AppType = 'teedtap [559 - tcp|udp]'¶
[TCP] TEEDTAP
[UDP] TEEDTAP
- rmonitor: AppType = 'rmonitor [560 - tcp|udp]'¶
[TCP] rmonitord
[UDP] rmonitord
- monitor: AppType = 'monitor [561 - tcp|udp]'¶
[TCP]
[UDP]
- chshell: AppType = 'chshell [562 - tcp|udp]'¶
[TCP] chcmd
[UDP] chcmd
- nntps: AppType = 'nntps [563 - tcp|udp]'¶
- AppType_9pfs: AppType = '9pfs [564 - tcp|udp]'¶
[TCP] plan 9 file service
[UDP] plan 9 file service
- whoami: AppType = 'whoami [565 - tcp|udp]'¶
[TCP] whoami
[UDP] whoami
- streettalk: AppType = 'streettalk [566 - tcp|udp]'¶
[TCP] streettalk
[UDP] streettalk
- banyan_rpc: AppType = 'banyan-rpc [567 - tcp|udp]'¶
[TCP] banyan-rpc
[UDP] banyan-rpc
- ms_shuttle: AppType = 'ms-shuttle [568 - tcp|udp]'¶
[TCP] microsoft shuttle
[UDP] microsoft shuttle
- ms_rome: AppType = 'ms-rome [569 - tcp|udp]'¶
[TCP] microsoft rome
[UDP] microsoft rome
- meter_570: AppType = 'meter [570 - tcp|udp]'¶
[TCP] demon
[UDP] demon
- meter_571: AppType = 'meter [571 - tcp|udp]'¶
[TCP] udemon
[UDP] udemon
- sonar: AppType = 'sonar [572 - tcp|udp]'¶
[TCP] sonar
[UDP] sonar
- banyan_vip: AppType = 'banyan-vip [573 - tcp|udp]'¶
[TCP] banyan-vip
[UDP] banyan-vip
- ftp_agent: AppType = 'ftp-agent [574 - tcp|udp]'¶
[TCP] FTP Software Agent System
[UDP] FTP Software Agent System
- vemmi: AppType = 'vemmi [575 - tcp|udp]'¶
[TCP] VEMMI
[UDP] VEMMI
- ipcd: AppType = 'ipcd [576 - tcp|udp]'¶
[TCP] ipcd
[UDP] ipcd
- vnas: AppType = 'vnas [577 - tcp|udp]'¶
[TCP] vnas
[UDP] vnas
- ipdd: AppType = 'ipdd [578 - tcp|udp]'¶
[TCP] ipdd
[UDP] ipdd
- decbsrv: AppType = 'decbsrv [579 - tcp|udp]'¶
[TCP] decbsrv
[UDP] decbsrv
- 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
- scc_security: AppType = 'scc-security [582 - tcp|udp]'¶
[TCP] SCC Security
[UDP] SCC Security
- philips_vc: AppType = 'philips-vc [583 - tcp|udp]'¶
[TCP] Philips Video-Conferencing
[UDP] Philips Video-Conferencing
- keyserver: AppType = 'keyserver [584 - tcp|udp]'¶
[TCP] Key Server
[UDP] Key Server
- password_chg: AppType = 'password-chg [586 - tcp|udp]'¶
[TCP] Password Change
[UDP] Password Change
- submission: AppType = 'submission [587 - tcp|udp]'¶
- cal: AppType = 'cal [588 - tcp|udp]'¶
[TCP] CAL
[UDP] CAL
- eyelink: AppType = 'eyelink [589 - tcp|udp]'¶
[TCP] EyeLink
[UDP] EyeLink
- tns_cml: AppType = 'tns-cml [590 - tcp|udp]'¶
[TCP] TNS CML
[UDP] TNS CML
- eudora_set: AppType = 'eudora-set [592 - tcp|udp]'¶
[TCP] Eudora Set
[UDP] Eudora Set
- http_rpc_epmap: AppType = 'http-rpc-epmap [593 - tcp|udp]'¶
[TCP] HTTP RPC Ep Map
[UDP] HTTP RPC Ep Map
- tpip: AppType = 'tpip [594 - tcp|udp]'¶
[TCP] TPIP
[UDP] TPIP
- cab_protocol: AppType = 'cab-protocol [595 - tcp|udp]'¶
[TCP] CAB Protocol
[UDP] CAB Protocol
- smsd: AppType = 'smsd [596 - tcp|udp]'¶
[TCP] SMSD
[UDP] SMSD
- 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
- acp: AppType = 'acp [599 - tcp|udp]'¶
[TCP] Aeolon Core Protocol
[UDP] Aeolon Core Protocol
- ipcserver: AppType = 'ipcserver [600 - tcp|udp]'¶
[TCP] Sun IPC server
[UDP] Sun IPC server
- syslog_conn: AppType = 'syslog-conn [601 - tcp|udp]'¶
- xmlrpc_beep: AppType = 'xmlrpc-beep [602 - tcp|udp]'¶
- soap_beep: AppType = 'soap-beep [605 - tcp|udp]'¶
- urm: AppType = 'urm [606 - tcp|udp]'¶
[TCP] Cray Unified Resource Manager
[UDP] Cray Unified Resource Manager
- nqs: AppType = 'nqs [607 - tcp|udp]'¶
[TCP] nqs
[UDP] nqs
- sift_uft: AppType = 'sift-uft [608 - tcp|udp]'¶
[TCP] Sender-Initiated/Unsolicited File Transfer
[UDP] Sender-Initiated/Unsolicited File Transfer
- npmp_trap: AppType = 'npmp-trap [609 - tcp|udp]'¶
[TCP] npmp-trap
[UDP] npmp-trap
- npmp_local: AppType = 'npmp-local [610 - tcp|udp]'¶
[TCP] npmp-local
[UDP] npmp-local
- npmp_gui: AppType = 'npmp-gui [611 - tcp|udp]'¶
[TCP] npmp-gui
[UDP] npmp-gui
- hmmp_ind: AppType = 'hmmp-ind [612 - tcp|udp]'¶
[TCP] HMMP Indication
[UDP] HMMP Indication
- hmmp_op: AppType = 'hmmp-op [613 - tcp|udp]'¶
[TCP] HMMP Operation
[UDP] HMMP Operation
- sshell: AppType = 'sshell [614 - tcp|udp]'¶
[TCP] SSLshell
[UDP] SSLshell
- 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
- dei_icda: AppType = 'dei-icda [618 - tcp|udp]'¶
[TCP] DEI-ICDA
[UDP] DEI-ICDA
- compaq_evm: AppType = 'compaq-evm [619 - tcp|udp]'¶
[TCP] Compaq EVM
[UDP] Compaq EVM
- sco_websrvrmgr: AppType = 'sco-websrvrmgr [620 - tcp|udp]'¶
[TCP] SCO WebServer Manager
[UDP] SCO WebServer Manager
- escp_ip: AppType = 'escp-ip [621 - tcp|udp]'¶
[TCP] ESCP
[UDP] ESCP
- collaborator: AppType = 'collaborator [622 - tcp|udp]'¶
[TCP] Collaborator
[UDP] Collaborator
- oob_ws_http: AppType = 'oob-ws-http [623 - tcp]'¶
[TCP] DMTF out-of-band web services management protocol
- asf_rmcp: AppType = 'asf-rmcp [623 - udp]'¶
[UDP] ASF Remote Management and Control Protocol
- cryptoadmin: AppType = 'cryptoadmin [624 - tcp|udp]'¶
[TCP] Crypto Admin
[UDP] Crypto Admin
- 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
- asia: AppType = 'asia [626 - tcp|udp]'¶
[TCP] ASIA
[UDP] ASIA
- passgo_tivoli: AppType = 'passgo-tivoli [627 - tcp|udp]'¶
[TCP] PassGo Tivoli
[UDP] PassGo Tivoli
- qmqp: AppType = 'qmqp [628 - tcp|udp]'¶
[TCP] QMQP
[UDP] QMQP
- AppType_3com_amp3: AppType = '3com-amp3 [629 - tcp|udp]'¶
[TCP] 3Com AMP3
[UDP] 3Com AMP3
- ipp: AppType = 'ipp [631 - tcp|udp]'¶
- bmpp: AppType = 'bmpp [632 - tcp|udp]'¶
[TCP] bmpp
[UDP] bmpp
- servstat: AppType = 'servstat [633 - tcp|udp]'¶
[TCP] Service Status update (Sterling Software)
[UDP] Service Status update (Sterling Software)
- ginad: AppType = 'ginad [634 - tcp|udp]'¶
[TCP] ginad
[UDP] ginad
- rlzdbase: AppType = 'rlzdbase [635 - tcp|udp]'¶
[TCP] RLZ DBase
[UDP] RLZ DBase
- ldaps: AppType = 'ldaps [636 - tcp|udp]'¶
[TCP] ldap protocol over TLS/SSL (was sldap)
[UDP] ldap protocol over TLS/SSL (was sldap)
- lanserver: AppType = 'lanserver [637 - tcp|udp]'¶
[TCP] lanserver
[UDP] lanserver
- mcns_sec: AppType = 'mcns-sec [638 - tcp|udp]'¶
[TCP] mcns-sec
[UDP] mcns-sec
- msdp: AppType = 'msdp [639 - tcp|udp]'¶
[TCP] MSDP
[UDP] MSDP
- entrust_sps: AppType = 'entrust-sps [640 - tcp|udp]'¶
[TCP] entrust-sps
[UDP] entrust-sps
- repcmd: AppType = 'repcmd [641 - tcp|udp]'¶
[TCP] repcmd
[UDP] repcmd
- esro_emsdp: AppType = 'esro-emsdp [642 - tcp|udp]'¶
[TCP] ESRO-EMSDP V1.3
[UDP] ESRO-EMSDP V1.3
- sanity: AppType = 'sanity [643 - tcp|udp]'¶
[TCP] SANity
[UDP] SANity
- dwr: AppType = 'dwr [644 - tcp|udp]'¶
[TCP] dwr
[UDP] dwr
- pssc: AppType = 'pssc [645 - tcp|udp]'¶
[TCP] PSSC
[UDP] PSSC
- ldp: AppType = 'ldp [646 - tcp|udp]'¶
[TCP] LDP
[UDP] LDP
- 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
- obex: AppType = 'obex [650 - tcp|udp]'¶
[TCP] OBEX
[UDP] OBEX
- ieee_mms: AppType = 'ieee-mms [651 - tcp|udp]'¶
[TCP] IEEE MMS
[UDP] IEEE MMS
- hello_port: AppType = 'hello-port [652 - tcp|udp]'¶
[TCP] HELLO_PORT
[UDP] HELLO_PORT
- repscmd: AppType = 'repscmd [653 - tcp|udp]'¶
[TCP] RepCmd
[UDP] RepCmd
- aodv: AppType = 'aodv [654 - tcp|udp]'¶
[TCP] AODV
[UDP] AODV
- tinc: AppType = 'tinc [655 - tcp|udp]'¶
[TCP] TINC
[UDP] TINC
- spmp: AppType = 'spmp [656 - tcp|udp]'¶
[TCP] SPMP
[UDP] SPMP
- rmc: AppType = 'rmc [657 - tcp|udp]'¶
[TCP] RMC
[UDP] RMC
- tenfold: AppType = 'tenfold [658 - tcp|udp]'¶
[TCP] TenFold
[UDP] TenFold
- mac_srvr_admin: AppType = 'mac-srvr-admin [660 - tcp|udp]'¶
[TCP] MacOS Server Admin
[UDP] MacOS Server Admin
- hap: AppType = 'hap [661 - tcp|udp]'¶
[TCP] HAP
[UDP] HAP
- pftp: AppType = 'pftp [662 - tcp|udp]'¶
[TCP] PFTP
[UDP] PFTP
- purenoise: AppType = 'purenoise [663 - tcp|udp]'¶
[TCP] PureNoise
[UDP] PureNoise
- 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
- sun_dr: AppType = 'sun-dr [665 - tcp|udp]'¶
[TCP] Sun DR
[UDP] Sun DR
- mdqs: AppType = 'mdqs [666 - tcp|udp]'¶
[TCP]
[UDP]
- doom: AppType = 'doom [666 - tcp|udp]'¶
[TCP] doom Id Software
[UDP] doom Id Software
- disclose: AppType = 'disclose [667 - tcp|udp]'¶
[TCP] campaign contribution disclosures - SDR Technologies
[UDP] campaign contribution disclosures - SDR Technologies
- mecomm: AppType = 'mecomm [668 - tcp|udp]'¶
[TCP] MeComm
[UDP] MeComm
- meregister: AppType = 'meregister [669 - tcp|udp]'¶
[TCP] MeRegister
[UDP] MeRegister
- vacdsm_sws: AppType = 'vacdsm-sws [670 - tcp|udp]'¶
[TCP] VACDSM-SWS
[UDP] VACDSM-SWS
- vacdsm_app: AppType = 'vacdsm-app [671 - tcp|udp]'¶
[TCP] VACDSM-APP
[UDP] VACDSM-APP
- vpps_qua: AppType = 'vpps-qua [672 - tcp|udp]'¶
[TCP] VPPS-QUA
[UDP] VPPS-QUA
- cimplex: AppType = 'cimplex [673 - tcp|udp]'¶
[TCP] CIMPLEX
[UDP] CIMPLEX
- acap: AppType = 'acap [674 - tcp|udp]'¶
[TCP] ACAP
[UDP] ACAP
- dctp: AppType = 'dctp [675 - tcp|udp]'¶
[TCP] DCTP
[UDP] DCTP
- vpps_via: AppType = 'vpps-via [676 - tcp|udp]'¶
[TCP] VPPS Via
[UDP] VPPS Via
- 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
- mrm: AppType = 'mrm [679 - tcp|udp]'¶
[TCP] MRM
[UDP] MRM
- entrust_aaas: AppType = 'entrust-aaas [680 - tcp|udp]'¶
[TCP] entrust-aaas
[UDP] entrust-aaas
- entrust_aams: AppType = 'entrust-aams [681 - tcp|udp]'¶
[TCP] entrust-aams
[UDP] entrust-aams
- xfr: AppType = 'xfr [682 - tcp|udp]'¶
[TCP] XFR
[UDP] XFR
- corba_iiop: AppType = 'corba-iiop [683 - tcp|udp]'¶
[TCP] CORBA IIOP
[UDP] CORBA IIOP
- 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
- asipregistry: AppType = 'asipregistry [687 - tcp|udp]'¶
[TCP] asipregistry
[UDP] asipregistry
- realm_rusd: AppType = 'realm-rusd [688 - tcp|udp]'¶
[TCP] ApplianceWare managment protocol
[UDP] ApplianceWare managment protocol
- nmap: AppType = 'nmap [689 - tcp|udp]'¶
[TCP] NMAP
[UDP] NMAP
- 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
- hyperwave_isp: AppType = 'hyperwave-isp [692 - tcp|udp]'¶
[TCP] Hyperwave-ISP
[UDP] Hyperwave-ISP
- connendp: AppType = 'connendp [693 - tcp|udp]'¶
[TCP] almanid Connection Endpoint
[UDP] almanid Connection Endpoint
- ha_cluster: AppType = 'ha-cluster [694 - tcp|udp]'¶
[TCP] ha-cluster
[UDP] ha-cluster
- ieee_mms_ssl: AppType = 'ieee-mms-ssl [695 - tcp|udp]'¶
[TCP] IEEE-MMS-SSL
[UDP] IEEE-MMS-SSL
- rushd: AppType = 'rushd [696 - tcp|udp]'¶
[TCP] RUSHD
[UDP] RUSHD
- uuidgen: AppType = 'uuidgen [697 - tcp|udp]'¶
[TCP] UUIDGEN
[UDP] UUIDGEN
- olsr: AppType = 'olsr [698 - tcp|udp]'¶
[TCP] OLSR
[UDP] OLSR
- accessnetwork: AppType = 'accessnetwork [699 - tcp|udp]'¶
[TCP] Access Network
[UDP] Access Network
- lmp: AppType = 'lmp [701 - tcp|udp]'¶
- iris_beep: AppType = 'iris-beep [702 - tcp|udp]'¶
- unassigned_703: AppType = 'unassigned [703 - undefined]'¶
[N/A] Unassigned
- elcsd: AppType = 'elcsd [704 - tcp|udp]'¶
[TCP] errlog copy/server daemon
[UDP] errlog copy/server daemon
- agentx: AppType = 'agentx [705 - tcp|udp]'¶
[TCP] AgentX
[UDP] AgentX
- silc: AppType = 'silc [706 - tcp|udp]'¶
[TCP] SILC
[UDP] SILC
- borland_dsj: AppType = 'borland-dsj [707 - tcp|udp]'¶
[TCP] Borland DSJ
[UDP] Borland DSJ
- unassigned_708: AppType = 'unassigned [708 - undefined]'¶
[N/A] Unassigned
- 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
- cisco_tdp: AppType = 'cisco-tdp [711 - tcp|udp]'¶
[TCP] Cisco TDP
[UDP] Cisco TDP
- iris_xpc: AppType = 'iris-xpc [713 - tcp|udp]'¶
[TCP] IRIS over XPC
[UDP] IRIS over XPC
- iris_xpcs: AppType = 'iris-xpcs [714 - tcp|udp]'¶
- 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
- netgw: AppType = 'netgw [741 - tcp|udp]'¶
[TCP] netGW
[UDP] netGW
- netrcs: AppType = 'netrcs [742 - tcp|udp]'¶
[TCP] Network based Rev. Cont. Sys.
[UDP] Network based Rev. Cont. Sys.
- unassigned_743: AppType = 'unassigned [743 - undefined]'¶
[N/A] Unassigned
- 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
- rfile: AppType = 'rfile [750 - tcp]'¶
[TCP]
- loadav: AppType = 'loadav [750 - udp]'¶
[UDP]
- kerberos_iv: AppType = 'kerberos-iv [750 - udp]'¶
[UDP] kerberos version iv
- pump: AppType = 'pump [751 - tcp|udp]'¶
[TCP]
[UDP]
- qrh: AppType = 'qrh [752 - tcp|udp]'¶
[TCP]
[UDP]
- rrh: AppType = 'rrh [753 - tcp|udp]'¶
[TCP]
[UDP]
- tell: AppType = 'tell [754 - tcp|udp]'¶
[TCP] send
[UDP] send
- nlogin: AppType = 'nlogin [758 - tcp|udp]'¶
[TCP]
[UDP]
- con: AppType = 'con [759 - tcp|udp]'¶
[TCP]
[UDP]
- ns: AppType = 'ns [760 - tcp|udp]'¶
[TCP]
[UDP]
- rxe: AppType = 'rxe [761 - tcp|udp]'¶
[TCP]
[UDP]
- quotad: AppType = 'quotad [762 - tcp|udp]'¶
[TCP]
[UDP]
- cycleserv: AppType = 'cycleserv [763 - tcp|udp]'¶
[TCP]
[UDP]
- omserv: AppType = 'omserv [764 - tcp|udp]'¶
[TCP]
[UDP]
- webster: AppType = 'webster [765 - tcp|udp]'¶
[TCP]
[UDP]
- unassigned_766: AppType = 'unassigned [766 - undefined]'¶
[N/A] Unassigned
- phonebook: AppType = 'phonebook [767 - tcp|udp]'¶
[TCP] phone
[UDP] phone
- unassigned_768: AppType = 'unassigned [768 - undefined]'¶
[N/A] Unassigned
- vid: AppType = 'vid [769 - tcp|udp]'¶
[TCP]
[UDP]
- cadlock: AppType = 'cadlock [770 - tcp|udp]'¶
[TCP]
[UDP]
- rtip: AppType = 'rtip [771 - tcp|udp]'¶
[TCP]
[UDP]
- cycleserv2: AppType = 'cycleserv2 [772 - tcp|udp]'¶
[TCP]
[UDP]
- submit: AppType = 'submit [773 - tcp]'¶
[TCP]
- notify: AppType = 'notify [773 - udp]'¶
[UDP]
- rpasswd: AppType = 'rpasswd [774 - tcp]'¶
[TCP]
- acmaint_dbd: AppType = 'acmaint-dbd [774 - udp]'¶
[UDP] IANA assigned this well-formed service name as a replacement for “acmaint_dbd”.
[UDP]
- entomb: AppType = 'entomb [775 - tcp]'¶
[TCP]
- acmaint_transd: AppType = 'acmaint-transd [775 - udp]'¶
[UDP] IANA assigned this well-formed service name as a replacement for “acmaint_transd”.
[UDP]
- wpages: AppType = 'wpages [776 - tcp|udp]'¶
[TCP]
[UDP]
- multiling_http: AppType = 'multiling-http [777 - tcp|udp]'¶
[TCP] Multiling HTTP
[UDP] Multiling HTTP
- wpgs: AppType = 'wpgs [780 - tcp|udp]'¶
[TCP]
[UDP]
- unassigned_786: AppType = 'unassigned [786 - undefined]'¶
[N/A] Unassigned
- unassigned_787: AppType = 'unassigned [787 - undefined]'¶
[N/A] Unassigned
- 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]
- device: AppType = 'device [801 - tcp|udp]'¶
[TCP]
[UDP]
- mbap_s: AppType = 'mbap-s [802 - tcp|udp]'¶
[TCP] Modbus Application Protocol Secure
[UDP] Modbus Application Protocol Secure
- fcp_udp: AppType = 'fcp-udp [810 - tcp|udp]'¶
[TCP] FCP
[UDP] FCP Datagram
- itm_mcell_s: AppType = 'itm-mcell-s [828 - tcp|udp]'¶
[TCP] itm-mcell-s
[UDP] itm-mcell-s
- pkix_3_ca_ra: AppType = 'pkix-3-ca-ra [829 - tcp|udp]'¶
[TCP] PKIX-3 CA/RA
[UDP] PKIX-3 CA/RA
- netconf_ssh: AppType = 'netconf-ssh [830 - tcp|udp]'¶
- netconf_beep: AppType = 'netconf-beep [831 - tcp|udp]'¶
- netconfsoaphttp: AppType = 'netconfsoaphttp [832 - tcp|udp]'¶
- netconfsoapbeep: AppType = 'netconfsoapbeep [833 - tcp|udp]'¶
- dhcp_failover2: AppType = 'dhcp-failover2 [847 - tcp|udp]'¶
[TCP] dhcp-failover 2
[UDP] dhcp-failover 2
- domain_s: AppType = 'domain-s [853 - tcp|udp]'¶
- dlep: AppType = 'dlep [854 - tcp|udp]'¶
- rsync: AppType = 'rsync [873 - tcp|udp]'¶
[TCP] rsync
[UDP] rsync
- 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
- accessbuilder: AppType = 'accessbuilder [888 - tcp|udp]'¶
[TCP] AccessBuilder
[UDP] AccessBuilder
- cddbp: AppType = 'cddbp [888 - tcp]'¶
[TCP] CD Database Protocol
- omginitialrefs: AppType = 'omginitialrefs [900 - tcp|udp]'¶
[TCP] OMG Initial Refs
[UDP] OMG Initial Refs
- smpnameres: AppType = 'smpnameres [901 - tcp|udp]'¶
[TCP] SMPNAMERES
[UDP] SMPNAMERES
- 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
- kink: AppType = 'kink [910 - tcp|udp]'¶
- xact_backup: AppType = 'xact-backup [911 - tcp|udp]'¶
[TCP] xact-backup
[UDP] xact-backup
- apex_mesh: AppType = 'apex-mesh [912 - tcp|udp]'¶
[TCP] APEX relay-relay service
[UDP] APEX relay-relay service
- apex_edge: AppType = 'apex-edge [913 - tcp|udp]'¶
- reserved_914: AppType = 'reserved [914 - tcp]'¶
[TCP] Reserved
- rift_lies: AppType = 'rift-lies [914 - udp]'¶
[UDP] Routing in Fat Trees Link Information Element [RFC-ietf-rift-rift-24]
- reserved_915: AppType = 'reserved [915 - tcp]'¶
[TCP] Reserved
- rift_ties: AppType = 'rift-ties [915 - udp]'¶
[UDP] Routing in Fat Trees Topology Information Element [RFC-ietf-rift- rift-24]
- rndc: AppType = 'rndc [953 - tcp]'¶
[TCP] BIND9 remote name daemon controller
- reserved_953: AppType = 'reserved [953 - udp]'¶
[UDP] Reserved
- 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
- nas: AppType = 'nas [991 - tcp|udp]'¶
- telnets: AppType = 'telnets [992 - tcp|udp]'¶
[TCP] telnet protocol over TLS/SSL
[UDP] telnet protocol over TLS/SSL
- reserved_994: AppType = 'reserved [994 - tcp|udp]'¶
[TCP] Reserved
[UDP] Reserved
- pop3s: AppType = 'pop3s [995 - tcp|udp]'¶
[TCP] POP3 over TLS protocol [RFC 8314]
[UDP] pop3 protocol over TLS/SSL (was spop3)
- vsinet: AppType = 'vsinet [996 - tcp|udp]'¶
[TCP] vsinet
[UDP] vsinet
- maitrd: AppType = 'maitrd [997 - tcp|udp]'¶
[TCP]
[UDP]
- busboy: AppType = 'busboy [998 - tcp]'¶
[TCP]
- puparp: AppType = 'puparp [998 - udp]'¶
[UDP]
- garcon: AppType = 'garcon [999 - tcp]'¶
[TCP]
- applix: AppType = 'applix [999 - udp]'¶
[UDP] Applix ac
- puprouter: AppType = 'puprouter [999 - tcp|udp]'¶
[TCP]
[UDP]
- cadlock2: AppType = 'cadlock2 [1000 - tcp|udp]'¶
[TCP]
[UDP]
- reserved_1001: AppType = 'reserved [1001 - udp]'¶
[UDP] Reserved
- possibly_used_by_sun_solaris: AppType = 'possibly_used_by_sun_solaris [1008 - udp]'¶
[UDP] Possibly used by Sun Solaris????
- unassigned_1009: AppType = 'unassigned [1009 - undefined]'¶
[N/A] Unassigned
- surf: AppType = 'surf [1010 - tcp|udp]'¶
[TCP] surf
[UDP] surf
- exp1: AppType = 'exp1 [1021 - tcp|udp|sctp|dccp]'¶
- exp2: AppType = 'exp2 [1022 - tcp|udp|sctp|dccp]'¶
- reserved_1023: AppType = 'reserved [1023 - tcp|udp]'¶
[TCP] Reserved
[UDP] Reserved
- reserved_1024: AppType = 'reserved [1024 - tcp|udp]'¶
[TCP] Reserved
[UDP] Reserved
- blackjack: AppType = 'blackjack [1025 - tcp|udp]'¶
[TCP] network blackjack
[UDP] network blackjack
- cap: AppType = 'cap [1026 - tcp|udp]'¶
[TCP] Calendar Access Protocol
[UDP] Calendar Access Protocol
- reserved_1027: AppType = 'reserved [1027 - tcp]'¶
[TCP] Reserved
- deprecated: AppType = 'deprecated [1028 - undefined]'¶
[N/A] Deprecated
- solid_mux: AppType = 'solid-mux [1029 - tcp|udp]'¶
[TCP] Solid Mux Server
[UDP] Solid Mux Server
- reserved_1030: AppType = 'reserved [1030 - undefined]'¶
[N/A] Reserved
- reserved_1031: AppType = 'reserved [1031 - undefined]'¶
[N/A] Reserved
- reserved_1032: AppType = 'reserved [1032 - undefined]'¶
[N/A] Reserved
- 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
- mxxrlogin: AppType = 'mxxrlogin [1035 - tcp|udp]'¶
[TCP] MX-XR RPC
[UDP] MX-XR RPC
- nsstp: AppType = 'nsstp [1036 - tcp|udp]'¶
[TCP] Nebula Secure Segment Transfer Protocol
[UDP] Nebula Secure Segment Transfer Protocol
- ams: AppType = 'ams [1037 - tcp|udp]'¶
[TCP] AMS
[UDP] AMS
- mtqp: AppType = 'mtqp [1038 - tcp|udp]'¶
- sbl: AppType = 'sbl [1039 - tcp|udp]'¶
[TCP] Streamlined Blackhole
[UDP] Streamlined Blackhole
- netarx: AppType = 'netarx [1040 - tcp|udp]'¶
[TCP] Netarx Netcare
[UDP] Netarx Netcare
- danf_ak2: AppType = 'danf-ak2 [1041 - tcp|udp]'¶
[TCP] AK2 Product
[UDP] AK2 Product
- afrog: AppType = 'afrog [1042 - tcp|udp]'¶
[TCP] Subnet Roaming
[UDP] Subnet Roaming
- 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
- cma: AppType = 'cma [1050 - tcp|udp]'¶
[TCP] CORBA Management Agent
[UDP] CORBA Management Agent
- optima_vnet: AppType = 'optima-vnet [1051 - tcp|udp]'¶
[TCP] Optima VNET
[UDP] Optima VNET
- ddt: AppType = 'ddt [1052 - tcp|udp]'¶
[TCP] Dynamic DNS Tools
[UDP] Dynamic DNS Tools
- remote_as: AppType = 'remote-as [1053 - tcp|udp]'¶
[TCP] Remote Assistant (RA)
[UDP] Remote Assistant (RA)
- brvread: AppType = 'brvread [1054 - tcp|udp]'¶
[TCP] BRVREAD
[UDP] BRVREAD
- ansyslmd: AppType = 'ansyslmd [1055 - tcp|udp]'¶
[TCP] ANSYS - License Manager
[UDP] ANSYS - License Manager
- vfo: AppType = 'vfo [1056 - tcp|udp]'¶
[TCP] VFO
[UDP] VFO
- startron: AppType = 'startron [1057 - tcp|udp]'¶
[TCP] STARTRON
[UDP] STARTRON
- nim: AppType = 'nim [1058 - tcp|udp]'¶
[TCP] nim
[UDP] nim
- nimreg: AppType = 'nimreg [1059 - tcp|udp]'¶
[TCP] nimreg
[UDP] nimreg
- polestar: AppType = 'polestar [1060 - tcp|udp]'¶
[TCP] POLESTAR
[UDP] POLESTAR
- kiosk: AppType = 'kiosk [1061 - tcp|udp]'¶
[TCP] KIOSK
[UDP] KIOSK
- veracity: AppType = 'veracity [1062 - tcp|udp]'¶
[TCP] Veracity
[UDP] Veracity
- kyoceranetdev: AppType = 'kyoceranetdev [1063 - tcp|udp]'¶
[TCP] KyoceraNetDev
[UDP] KyoceraNetDev
- jstel: AppType = 'jstel [1064 - tcp|udp]'¶
[TCP] JSTEL
[UDP] JSTEL
- syscomlan: AppType = 'syscomlan [1065 - tcp|udp]'¶
[TCP] SYSCOMLAN
[UDP] SYSCOMLAN
- fpo_fns: AppType = 'fpo-fns [1066 - tcp|udp]'¶
[TCP] FPO-FNS
[UDP] FPO-FNS
- 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
- gmrupdateserv: AppType = 'gmrupdateserv [1070 - tcp|udp]'¶
[TCP] GMRUpdateSERV
[UDP] GMRUpdateSERV
- bsquare_voip: AppType = 'bsquare-voip [1071 - tcp|udp]'¶
[TCP] BSQUARE-VOIP
[UDP] BSQUARE-VOIP
- cardax: AppType = 'cardax [1072 - tcp|udp]'¶
[TCP] CARDAX
[UDP] CARDAX
- 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
- rdrmshc: AppType = 'rdrmshc [1075 - tcp|udp]'¶
[TCP] RDRMSHC
[UDP] RDRMSHC
- dab_sti_c: AppType = 'dab-sti-c [1076 - tcp|udp]'¶
[TCP] DAB STI-C
[UDP] DAB STI-C
- imgames: AppType = 'imgames [1077 - tcp|udp]'¶
[TCP] IMGames
[UDP] IMGames
- avocent_proxy: AppType = 'avocent-proxy [1078 - tcp|udp]'¶
[TCP] Avocent Proxy Protocol
[UDP] Avocent Proxy Protocol
- asprovatalk: AppType = 'asprovatalk [1079 - tcp|udp]'¶
[TCP] ASPROVATalk
[UDP] ASPROVATalk
- socks: AppType = 'socks [1080 - tcp|udp]'¶
[TCP] Socks
[UDP] Socks
- pvuniwien: AppType = 'pvuniwien [1081 - tcp|udp]'¶
[TCP] PVUNIWIEN
[UDP] PVUNIWIEN
- amt_esd_prot: AppType = 'amt-esd-prot [1082 - tcp|udp]'¶
[TCP] AMT-ESD-PROT
[UDP] AMT-ESD-PROT
- 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
- webobjects: AppType = 'webobjects [1085 - tcp|udp]'¶
[TCP] Web Objects
[UDP] Web Objects
- 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_annunc: AppType = 'ff-annunc [1089 - tcp|udp]'¶
[TCP] FF Annunciation
[UDP] FF Annunciation
- ff_fms: AppType = 'ff-fms [1090 - tcp|udp]'¶
[TCP] FF Fieldbus Message Specification
[UDP] FF Fieldbus Message Specification
- ff_sm: AppType = 'ff-sm [1091 - tcp|udp]'¶
[TCP] FF System Management
[UDP] FF System Management
- obrpd: AppType = 'obrpd [1092 - tcp|udp]'¶
[TCP] Open Business Reporting Protocol
[UDP] Open Business Reporting Protocol
- proofd: AppType = 'proofd [1093 - tcp|udp]'¶
[TCP] PROOFD
[UDP] PROOFD
- rootd: AppType = 'rootd [1094 - tcp|udp]'¶
[TCP] ROOTD
[UDP] ROOTD
- nicelink: AppType = 'nicelink [1095 - tcp|udp]'¶
[TCP] NICELink
[UDP] NICELink
- 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
- rmiregistry: AppType = 'rmiregistry [1099 - tcp|udp]'¶
[TCP] RMI Registry
[UDP] RMI Registry
- mctp: AppType = 'mctp [1100 - tcp|udp]'¶
[TCP] MCTP
[UDP] MCTP
- pt2_discover: AppType = 'pt2-discover [1101 - tcp|udp]'¶
[TCP] PT2-DISCOVER
[UDP] PT2-DISCOVER
- 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
- xrl: AppType = 'xrl [1104 - tcp|udp]'¶
[TCP] XRL
[UDP] XRL
- ftranhc: AppType = 'ftranhc [1105 - tcp|udp]'¶
[TCP] FTRANHC
[UDP] FTRANHC
- 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
- ratio_adp: AppType = 'ratio-adp [1108 - tcp|udp]'¶
[TCP] ratio-adp
[UDP] ratio-adp
- reserved_iana: AppType = 'reserved_iana [1109 - undefined]'¶
[N/A] Reserved - IANA
- webadmstart: AppType = 'webadmstart [1110 - tcp]'¶
[TCP] Start web admin server
- nfsd_keepalive: AppType = 'nfsd-keepalive [1110 - udp]'¶
[UDP] Client status info
- 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
- ltp_deepspace: AppType = 'ltp-deepspace [1113 - tcp|udp|dccp]'¶
- mini_sql: AppType = 'mini-sql [1114 - tcp|udp]'¶
[TCP] Mini SQL
[UDP] Mini SQL
- ardus_trns: AppType = 'ardus-trns [1115 - tcp|udp]'¶
[TCP] ARDUS Transfer
[UDP] ARDUS Transfer
- ardus_cntl: AppType = 'ardus-cntl [1116 - tcp|udp]'¶
[TCP] ARDUS Control
[UDP] ARDUS Control
- 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
- rmpp: AppType = 'rmpp [1121 - tcp|udp]'¶
[TCP] Datalode RMPP
[UDP] Datalode RMPP
- availant_mgr: AppType = 'availant-mgr [1122 - tcp|udp]'¶
[TCP] availant-mgr
[UDP] availant-mgr
- murray: AppType = 'murray [1123 - tcp|udp]'¶
[TCP] Murray
[UDP] Murray
- hpvmmcontrol: AppType = 'hpvmmcontrol [1124 - tcp|udp]'¶
[TCP] HP VMM Control
[UDP] HP VMM Control
- hpvmmagent: AppType = 'hpvmmagent [1125 - tcp|udp]'¶
[TCP] HP VMM Agent
[UDP] HP VMM Agent
- hpvmmdata: AppType = 'hpvmmdata [1126 - tcp|udp]'¶
[TCP] HP VMM Agent
[UDP] HP VMM Agent
- 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
- dfn: AppType = 'dfn [1133 - tcp|udp]'¶
[TCP] Data Flow Network
[UDP] Data Flow Network
- aplx: AppType = 'aplx [1134 - tcp|udp]'¶
[TCP] MicroAPL APLX
[UDP] MicroAPL APLX
- 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
- trim: AppType = 'trim [1137 - tcp|udp]'¶
[TCP] TRIM Workgroup Service
[UDP] TRIM Workgroup Service
- 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
- mxomss: AppType = 'mxomss [1141 - tcp|udp]'¶
[TCP] User Message Service
[UDP] User Message Service
- edtools: AppType = 'edtools [1142 - tcp|udp]'¶
[TCP] User Discovery Service
[UDP] User Discovery Service
- imyx: AppType = 'imyx [1143 - tcp|udp]'¶
[TCP] Infomatryx Exchange
[UDP] Infomatryx Exchange
- fuscript: AppType = 'fuscript [1144 - tcp|udp]'¶
[TCP] Fusion Script
[UDP] Fusion Script
- 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
- capioverlan: AppType = 'capioverlan [1147 - tcp|udp]'¶
[TCP] CAPIoverLAN
[UDP] CAPIoverLAN
- 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
- blaze: AppType = 'blaze [1150 - tcp|udp]'¶
[TCP] Blaze File Server
[UDP] Blaze File Server
- 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
- c1222_acse: AppType = 'c1222-acse [1153 - tcp|udp]'¶
- resacommunity: AppType = 'resacommunity [1154 - tcp|udp]'¶
[TCP] Community Service
[UDP] Community Service
- nfa: AppType = 'nfa [1155 - tcp|udp]'¶
[TCP] Network File Access
[UDP] Network File Access
- 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
- dbcontrol_oms: AppType = 'dbcontrol-oms [1158 - tcp|udp]'¶
[TCP] dbControl OMS
[UDP] dbControl OMS
- oracle_oms: AppType = 'oracle-oms [1159 - tcp|udp]'¶
[TCP] Oracle OMS
[UDP] Oracle OMS
- 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
- health_trap: AppType = 'health-trap [1162 - tcp|udp]'¶
[TCP] Health Trap
[UDP] Health Trap
- sddp: AppType = 'sddp [1163 - tcp|udp]'¶
[TCP] SmartDialer Data Protocol
[UDP] SmartDialer Data Protocol
- qsm_proxy: AppType = 'qsm-proxy [1164 - tcp|udp]'¶
[TCP] QSM Proxy Service
[UDP] QSM Proxy Service
- qsm_gui: AppType = 'qsm-gui [1165 - tcp|udp]'¶
[TCP] QSM GUI Service
[UDP] QSM GUI Service
- qsm_remote: AppType = 'qsm-remote [1166 - tcp|udp]'¶
[TCP] QSM RemoteExec
[UDP] QSM RemoteExec
- 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
- tripwire: AppType = 'tripwire [1169 - tcp|udp]'¶
[TCP] TRIPWIRE
[UDP] TRIPWIRE
- atc_lm: AppType = 'atc-lm [1170 - tcp|udp]'¶
[TCP] AT+C License Manager
[UDP] AT+C License Manager
- atc_appserver: AppType = 'atc-appserver [1171 - tcp|udp]'¶
[TCP] AT+C FmiApplicationServer
[UDP] AT+C FmiApplicationServer
- dnap: AppType = 'dnap [1172 - tcp|udp]'¶
[TCP] DNA Protocol
[UDP] DNA Protocol
- 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
- dossier: AppType = 'dossier [1175 - tcp|udp]'¶
[TCP] Dossier Server
[UDP] Dossier Server
- 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
- b2n: AppType = 'b2n [1179 - tcp|udp]'¶
[TCP] Backup To Neighbor
[UDP] Backup To Neighbor
- 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
- accelenet: AppType = 'accelenet [1182 - tcp]'¶
[TCP] AcceleNet Control
- accelenet_data: AppType = 'accelenet-data [1182 - udp]'¶
[UDP] AcceleNet Data
- 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
- catchpole: AppType = 'catchpole [1185 - tcp|udp]'¶
[TCP] Catchpole port
[UDP] Catchpole port
- mysql_cluster: AppType = 'mysql-cluster [1186 - tcp|udp]'¶
[TCP] MySQL Cluster Manager
[UDP] MySQL Cluster Manager
- alias: AppType = 'alias [1187 - tcp|udp]'¶
[TCP] Alias Service
[UDP] Alias Service
- hp_webadmin: AppType = 'hp-webadmin [1188 - tcp|udp]'¶
[TCP] HP Web Admin
[UDP] HP Web Admin
- unet: AppType = 'unet [1189 - tcp|udp]'¶
[TCP] Unet Connection
[UDP] Unet Connection
- 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
- openvpn: AppType = 'openvpn [1194 - tcp|udp]'¶
[TCP] OpenVPN
[UDP] OpenVPN
- rsf_1: AppType = 'rsf-1 [1195 - tcp|udp]'¶
[TCP] RSF-1 clustering
[UDP] RSF-1 clustering
- netmagic: AppType = 'netmagic [1196 - tcp|udp]'¶
[TCP] Network Magic
[UDP] Network Magic
- 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
- dmidi: AppType = 'dmidi [1199 - tcp|udp]'¶
[TCP] DMIDI
[UDP] DMIDI
- scol: AppType = 'scol [1200 - tcp|udp]'¶
[TCP] SCOL
[UDP] SCOL
- nucleus_sand: AppType = 'nucleus-sand [1201 - tcp|udp]'¶
[TCP] Nucleus Sand Database Server
[UDP] Nucleus Sand Database Server
- caiccipc: AppType = 'caiccipc [1202 - tcp|udp]'¶
[TCP] caiccipc
[UDP] caiccipc
- 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
- accord_mgc: AppType = 'accord-mgc [1205 - tcp|udp]'¶
[TCP] Accord-MGC
[UDP] Accord-MGC
- anthony_data: AppType = 'anthony-data [1206 - tcp|udp]'¶
[TCP] Anthony Data
[UDP] Anthony Data
- metasage: AppType = 'metasage [1207 - tcp|udp]'¶
[TCP] MetaSage
[UDP] MetaSage
- seagull_ais: AppType = 'seagull-ais [1208 - tcp|udp]'¶
[TCP] SEAGULL AIS
[UDP] SEAGULL AIS
- ipcd3: AppType = 'ipcd3 [1209 - tcp|udp]'¶
[TCP] IPCD3
[UDP] IPCD3
- eoss: AppType = 'eoss [1210 - tcp|udp]'¶
[TCP] EOSS
[UDP] EOSS
- groove_dpp: AppType = 'groove-dpp [1211 - tcp|udp]'¶
[TCP] Groove DPP
[UDP] Groove DPP
- lupa: AppType = 'lupa [1212 - tcp|udp]'¶
[TCP] lupa
[UDP] lupa
- mpc_lifenet: AppType = 'mpc-lifenet [1213 - tcp|udp]'¶
[TCP] Medtronic/Physio-Control LIFENET
[UDP] Medtronic/Physio-Control LIFENET
- kazaa: AppType = 'kazaa [1214 - tcp|udp]'¶
[TCP] KAZAA
[UDP] KAZAA
- scanstat_1: AppType = 'scanstat-1 [1215 - tcp|udp]'¶
[TCP] scanSTAT 1.0
[UDP] scanSTAT 1.0
- etebac5: AppType = 'etebac5 [1216 - tcp|udp]'¶
[TCP] ETEBAC 5
[UDP] ETEBAC 5
- 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
- nerv: AppType = 'nerv [1222 - tcp|udp]'¶
[TCP] SNI R&D network
[UDP] SNI R&D network
- tgp: AppType = 'tgp [1223 - tcp|udp]'¶
[TCP] TrulyGlobal Protocol
[UDP] TrulyGlobal Protocol
- vpnz: AppType = 'vpnz [1224 - tcp|udp]'¶
[TCP] VPNz
[UDP] VPNz
- slinkysearch: AppType = 'slinkysearch [1225 - tcp|udp]'¶
[TCP] SLINKYSEARCH
[UDP] SLINKYSEARCH
- stgxfws: AppType = 'stgxfws [1226 - tcp|udp]'¶
[TCP] STGXFWS
[UDP] STGXFWS
- dns2go: AppType = 'dns2go [1227 - tcp|udp]'¶
[TCP] DNS2Go
[UDP] DNS2Go
- florence: AppType = 'florence [1228 - tcp|udp]'¶
[TCP] FLORENCE
[UDP] FLORENCE
- zented: AppType = 'zented [1229 - tcp|udp]'¶
[TCP] ZENworks Tiered Electronic Distribution
[UDP] ZENworks Tiered Electronic Distribution
- periscope: AppType = 'periscope [1230 - tcp|udp]'¶
[TCP] Periscope
[UDP] Periscope
- 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
- mosaicsyssvc1: AppType = 'mosaicsyssvc1 [1235 - tcp|udp]'¶
[TCP] mosaicsyssvc1
[UDP] mosaicsyssvc1
- bvcontrol: AppType = 'bvcontrol [1236 - tcp|udp]'¶
[TCP] bvcontrol
[UDP] bvcontrol
- tsdos390: AppType = 'tsdos390 [1237 - tcp|udp]'¶
[TCP] tsdos390
[UDP] tsdos390
- hacl_qs: AppType = 'hacl-qs [1238 - tcp|udp]'¶
[TCP] hacl-qs
[UDP] hacl-qs
- nmsd: AppType = 'nmsd [1239 - tcp|udp]'¶
[TCP] NMSD
[UDP] NMSD
- instantia: AppType = 'instantia [1240 - tcp|udp]'¶
[TCP] Instantia
[UDP] Instantia
- nessus: AppType = 'nessus [1241 - tcp|udp]'¶
[TCP] nessus
[UDP] nessus
- nmasoverip: AppType = 'nmasoverip [1242 - tcp|udp]'¶
[TCP] NMAS over IP
[UDP] NMAS over IP
- serialgateway: AppType = 'serialgateway [1243 - tcp|udp]'¶
[TCP] SerialGateway
[UDP] SerialGateway
- isbconference1: AppType = 'isbconference1 [1244 - tcp|udp]'¶
[TCP] isbconference1
[UDP] isbconference1
- isbconference2: AppType = 'isbconference2 [1245 - tcp|udp]'¶
[TCP] isbconference2
[UDP] isbconference2
- payrouter: AppType = 'payrouter [1246 - tcp|udp]'¶
[TCP] payrouter
[UDP] payrouter
- visionpyramid: AppType = 'visionpyramid [1247 - tcp|udp]'¶
[TCP] VisionPyramid
[UDP] VisionPyramid
- hermes: AppType = 'hermes [1248 - tcp|udp]'¶
[TCP] hermes
[UDP] hermes
- mesavistaco: AppType = 'mesavistaco [1249 - tcp|udp]'¶
[TCP] Mesa Vista Co
[UDP] Mesa Vista Co
- swldy_sias: AppType = 'swldy-sias [1250 - tcp|udp]'¶
[TCP] swldy-sias
[UDP] swldy-sias
- servergraph: AppType = 'servergraph [1251 - tcp|udp]'¶
[TCP] servergraph
[UDP] servergraph
- bspne_pcc: AppType = 'bspne-pcc [1252 - tcp|udp]'¶
[TCP] bspne-pcc
[UDP] bspne-pcc
- q55_pcc: AppType = 'q55-pcc [1253 - tcp|udp]'¶
[TCP] q55-pcc
[UDP] q55-pcc
- de_noc: AppType = 'de-noc [1254 - tcp|udp]'¶
[TCP] de-noc
[UDP] de-noc
- de_cache_query: AppType = 'de-cache-query [1255 - tcp|udp]'¶
[TCP] de-cache-query
[UDP] de-cache-query
- de_server: AppType = 'de-server [1256 - tcp|udp]'¶
[TCP] de-server
[UDP] de-server
- shockwave2: AppType = 'shockwave2 [1257 - tcp|udp]'¶
[TCP] Shockwave 2
[UDP] Shockwave 2
- opennl: AppType = 'opennl [1258 - tcp|udp]'¶
[TCP] Open Network Library
[UDP] Open Network Library
- opennl_voice: AppType = 'opennl-voice [1259 - tcp|udp]'¶
[TCP] Open Network Library Voice
[UDP] Open Network Library Voice
- ibm_ssd: AppType = 'ibm-ssd [1260 - tcp|udp]'¶
[TCP] ibm-ssd
[UDP] ibm-ssd
- mpshrsv: AppType = 'mpshrsv [1261 - tcp|udp]'¶
[TCP] mpshrsv
[UDP] mpshrsv
- qnts_orb: AppType = 'qnts-orb [1262 - tcp|udp]'¶
[TCP] QNTS-ORB
[UDP] QNTS-ORB
- dka: AppType = 'dka [1263 - tcp|udp]'¶
[TCP] dka
[UDP] dka
- prat: AppType = 'prat [1264 - tcp|udp]'¶
[TCP] PRAT
[UDP] PRAT
- dssiapi: AppType = 'dssiapi [1265 - tcp|udp]'¶
[TCP] DSSIAPI
[UDP] DSSIAPI
- dellpwrappks: AppType = 'dellpwrappks [1266 - tcp|udp]'¶
[TCP] DELLPWRAPPKS
[UDP] DELLPWRAPPKS
- epc: AppType = 'epc [1267 - tcp|udp]'¶
[TCP] eTrust Policy Compliance
[UDP] eTrust Policy Compliance
- propel_msgsys: AppType = 'propel-msgsys [1268 - tcp|udp]'¶
[TCP] PROPEL-MSGSYS
[UDP] PROPEL-MSGSYS
- watilapp: AppType = 'watilapp [1269 - tcp|udp]'¶
[TCP] WATiLaPP
[UDP] WATiLaPP
- opsmgr: AppType = 'opsmgr [1270 - tcp|udp]'¶
[TCP] Microsoft Operations Manager
[UDP] Microsoft Operations Manager
- excw: AppType = 'excw [1271 - tcp|udp]'¶
[TCP] eXcW
[UDP] eXcW
- cspmlockmgr: AppType = 'cspmlockmgr [1272 - tcp|udp]'¶
[TCP] CSPMLockMgr
[UDP] CSPMLockMgr
- emc_gateway: AppType = 'emc-gateway [1273 - tcp|udp]'¶
[TCP] EMC-Gateway
[UDP] EMC-Gateway
- t1distproc: AppType = 't1distproc [1274 - tcp|udp]'¶
[TCP] t1distproc
[UDP] t1distproc
- ivcollector: AppType = 'ivcollector [1275 - tcp|udp]'¶
[TCP] ivcollector
[UDP] ivcollector
- reserved_1276: AppType = 'reserved [1276 - tcp|udp]'¶
[TCP] Reserved
[UDP] Reserved
- miva_mqs: AppType = 'miva-mqs [1277 - tcp|udp]'¶
[TCP] mqs
[UDP] mqs
- 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
- pictrography: AppType = 'pictrography [1280 - tcp|udp]'¶
[TCP] Pictrography
[UDP] Pictrography
- healthd: AppType = 'healthd [1281 - tcp|udp]'¶
[TCP] healthd
[UDP] healthd
- emperion: AppType = 'emperion [1282 - tcp|udp]'¶
[TCP] Emperion
[UDP] Emperion
- productinfo: AppType = 'productinfo [1283 - tcp|udp]'¶
[TCP] Product Information
[UDP] Product Information
- iee_qfx: AppType = 'iee-qfx [1284 - tcp|udp]'¶
[TCP] IEE-QFX
[UDP] IEE-QFX
- neoiface: AppType = 'neoiface [1285 - tcp|udp]'¶
[TCP] neoiface
[UDP] neoiface
- netuitive: AppType = 'netuitive [1286 - tcp|udp]'¶
[TCP] netuitive
[UDP] netuitive
- routematch: AppType = 'routematch [1287 - tcp|udp]'¶
[TCP] RouteMatch Com
[UDP] RouteMatch Com
[TCP] NavBuddy
[UDP] NavBuddy
- jwalkserver: AppType = 'jwalkserver [1289 - tcp|udp]'¶
[TCP] JWalkServer
[UDP] JWalkServer
- winjaserver: AppType = 'winjaserver [1290 - tcp|udp]'¶
[TCP] WinJaServer
[UDP] WinJaServer
- seagulllms: AppType = 'seagulllms [1291 - tcp|udp]'¶
[TCP] SEAGULLLMS
[UDP] SEAGULLLMS
- dsdn: AppType = 'dsdn [1292 - tcp|udp]'¶
[TCP] dsdn
[UDP] dsdn
- pkt_krb_ipsec: AppType = 'pkt-krb-ipsec [1293 - tcp|udp]'¶
[TCP] PKT-KRB-IPSec
[UDP] PKT-KRB-IPSec
- cmmdriver: AppType = 'cmmdriver [1294 - tcp|udp]'¶
[TCP] CMMdriver
[UDP] CMMdriver
- ehtp: AppType = 'ehtp [1295 - tcp|udp]'¶
[TCP] End-by-Hop Transmission Protocol
[UDP] End-by-Hop Transmission Protocol
- dproxy: AppType = 'dproxy [1296 - tcp|udp]'¶
[TCP] dproxy
[UDP] dproxy
- sdproxy: AppType = 'sdproxy [1297 - tcp|udp]'¶
[TCP] sdproxy
[UDP] sdproxy
- lpcp: AppType = 'lpcp [1298 - tcp|udp]'¶
[TCP] lpcp
[UDP] lpcp
- hp_sci: AppType = 'hp-sci [1299 - tcp|udp]'¶
[TCP] hp-sci
[UDP] hp-sci
- h323hostcallsc: AppType = 'h323hostcallsc [1300 - tcp|udp]'¶
[TCP] H.323 Secure Call Control Signalling
[UDP] H.323 Secure Call Control Signalling
- reserved_1301: AppType = 'reserved [1301 - tcp|udp]'¶
[TCP] Reserved
[UDP] Reserved
- reserved_1302: AppType = 'reserved [1302 - tcp|udp]'¶
[TCP] Reserved
[UDP] Reserved
- sftsrv: AppType = 'sftsrv [1303 - tcp|udp]'¶
[TCP] sftsrv
[UDP] sftsrv
- boomerang: AppType = 'boomerang [1304 - tcp|udp]'¶
[TCP] Boomerang
[UDP] Boomerang
- pe_mike: AppType = 'pe-mike [1305 - tcp|udp]'¶
[TCP] pe-mike
[UDP] pe-mike
- re_conn_proto: AppType = 're-conn-proto [1306 - tcp|udp]'¶
[TCP] RE-Conn-Proto
[UDP] RE-Conn-Proto
- pacmand: AppType = 'pacmand [1307 - tcp|udp]'¶
[TCP] Pacmand
[UDP] Pacmand
- odsi: AppType = 'odsi [1308 - tcp|udp]'¶
[TCP] Optical Domain Service Interconnect (ODSI)
[UDP] Optical Domain Service Interconnect (ODSI)
- jtag_server: AppType = 'jtag-server [1309 - tcp|udp]'¶
[TCP] JTAG server
[UDP] JTAG server
- husky: AppType = 'husky [1310 - tcp|udp]'¶
[TCP] Husky
[UDP] Husky
- rxmon: AppType = 'rxmon [1311 - tcp|udp]'¶
[TCP] RxMon
[UDP] RxMon
- sti_envision: AppType = 'sti-envision [1312 - tcp|udp]'¶
[TCP] STI Envision
[UDP] STI Envision
- 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
- exbit_escp: AppType = 'exbit-escp [1316 - tcp|udp]'¶
[TCP] Exbit-ESCP
[UDP] Exbit-ESCP
- vrts_ipcserver: AppType = 'vrts-ipcserver [1317 - tcp|udp]'¶
[TCP] vrts-ipcserver
[UDP] vrts-ipcserver
- krb5gatekeeper: AppType = 'krb5gatekeeper [1318 - tcp|udp]'¶
[TCP] krb5gatekeeper
[UDP] krb5gatekeeper
- amx_icsp: AppType = 'amx-icsp [1319 - tcp|udp]'¶
[TCP] AMX-ICSP
[UDP] AMX-ICSP
- amx_axbnet: AppType = 'amx-axbnet [1320 - tcp|udp]'¶
[TCP] AMX-AXBNET
[UDP] AMX-AXBNET
- pip_321: AppType = 'pip [321 - tcp|udp]'¶
[TCP] PIP
[UDP] PIP
- pip_1321: AppType = 'pip [1321 - tcp|udp]'¶
[TCP] PIP
[UDP] PIP
- novation: AppType = 'novation [1322 - tcp|udp]'¶
[TCP] Novation
[UDP] Novation
- brcd: AppType = 'brcd [1323 - tcp|udp]'¶
[TCP] brcd
[UDP] brcd
- delta_mcp: AppType = 'delta-mcp [1324 - tcp|udp]'¶
[TCP] delta-mcp
[UDP] delta-mcp
- dx_instrument: AppType = 'dx-instrument [1325 - tcp|udp]'¶
[TCP] DX-Instrument
[UDP] DX-Instrument
- wimsic: AppType = 'wimsic [1326 - tcp|udp]'¶
[TCP] WIMSIC
[UDP] WIMSIC
- ultrex: AppType = 'ultrex [1327 - tcp|udp]'¶
[TCP] Ultrex
[UDP] Ultrex
- ewall: AppType = 'ewall [1328 - tcp|udp]'¶
[TCP] EWALL
[UDP] EWALL
- netdb_export: AppType = 'netdb-export [1329 - tcp|udp]'¶
[TCP] netdb-export
[UDP] netdb-export
- streetperfect: AppType = 'streetperfect [1330 - tcp|udp]'¶
[TCP] StreetPerfect
[UDP] StreetPerfect
- intersan: AppType = 'intersan [1331 - tcp|udp]'¶
[TCP] intersan
[UDP] intersan
- pcia_rxp_b: AppType = 'pcia-rxp-b [1332 - tcp|udp]'¶
[TCP] PCIA RXP-B
[UDP] PCIA RXP-B
- passwrd_policy: AppType = 'passwrd-policy [1333 - tcp|udp]'¶
[TCP] Password Policy
[UDP] Password Policy
- writesrv: AppType = 'writesrv [1334 - tcp|udp]'¶
[TCP] writesrv
[UDP] writesrv
- digital_notary: AppType = 'digital-notary [1335 - tcp|udp]'¶
[TCP] Digital Notary Protocol
[UDP] Digital Notary Protocol
- ischat: AppType = 'ischat [1336 - tcp|udp]'¶
[TCP] Instant Service Chat
[UDP] Instant Service Chat
- menandmice_dns: AppType = 'menandmice-dns [1337 - tcp|udp]'¶
[TCP] menandmice DNS
[UDP] menandmice DNS
- wmc_log_svc: AppType = 'wmc-log-svc [1338 - tcp|udp]'¶
[TCP] WMC-log-svr
[UDP] WMC-log-svr
- kjtsiteserver: AppType = 'kjtsiteserver [1339 - tcp|udp]'¶
[TCP] kjtsiteserver
[UDP] kjtsiteserver
- naap: AppType = 'naap [1340 - tcp|udp]'¶
[TCP] NAAP
[UDP] NAAP
- qubes: AppType = 'qubes [1341 - tcp|udp]'¶
[TCP] QuBES
[UDP] QuBES
- esbroker: AppType = 'esbroker [1342 - tcp|udp]'¶
[TCP] ESBroker
[UDP] ESBroker
- re101: AppType = 're101 [1343 - tcp|udp]'¶
[TCP] re101
[UDP] re101
- icap: AppType = 'icap [1344 - tcp|udp]'¶
[TCP] ICAP
[UDP] ICAP
- vpjp: AppType = 'vpjp [1345 - tcp|udp]'¶
[TCP] VPJP
[UDP] VPJP
- 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)
- lotusnote: AppType = 'lotusnote [1352 - tcp|udp]'¶
[TCP] Lotus Note
[UDP] Lotus Note
- relief: AppType = 'relief [1353 - tcp|udp]'¶
[TCP] Relief Consulting
[UDP] Relief Consulting
- 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
- connlcli: AppType = 'connlcli [1358 - tcp|udp]'¶
[TCP] CONNLCLI
[UDP] CONNLCLI
- ftsrv: AppType = 'ftsrv [1359 - tcp|udp]'¶
[TCP] FTSRV
[UDP] FTSRV
- mimer: AppType = 'mimer [1360 - tcp|udp]'¶
[TCP] MIMER
[UDP] MIMER
- linx: AppType = 'linx [1361 - tcp|udp]'¶
[TCP] LinX
[UDP] LinX
- timeflies: AppType = 'timeflies [1362 - tcp|udp]'¶
[TCP] TimeFlies
[UDP] TimeFlies
- 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
- dcs: AppType = 'dcs [1367 - tcp|udp]'¶
[TCP] DCS
[UDP] DCS
- screencast: AppType = 'screencast [1368 - tcp|udp]'¶
[TCP] ScreenCast
[UDP] ScreenCast
- 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
- chromagrafx: AppType = 'chromagrafx [1373 - tcp|udp]'¶
[TCP] Chromagrafx
[UDP] Chromagrafx
- molly: AppType = 'molly [1374 - tcp|udp]'¶
[TCP] EPI Software Systems
[UDP] EPI Software Systems
- bytex: AppType = 'bytex [1375 - tcp|udp]'¶
[TCP] Bytex
[UDP] Bytex
- 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
- elan: AppType = 'elan [1378 - tcp|udp]'¶
[TCP] Elan License Manager
[UDP] Elan 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_dm: AppType = 'iclpv-dm [1389 - tcp|udp]'¶
[TCP] Document Manager
[UDP] Document Manager
- iclpv_sc: AppType = 'iclpv-sc [1390 - tcp|udp]'¶
[TCP] Storage Controller
[UDP] Storage Controller
- iclpv_sas: AppType = 'iclpv-sas [1391 - tcp|udp]'¶
[TCP] Storage Access Server
[UDP] Storage Access Server
- iclpv_pm: AppType = 'iclpv-pm [1392 - tcp|udp]'¶
[TCP] Print Manager
[UDP] Print Manager
- 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
- tibet_server: AppType = 'tibet-server [1407 - tcp]'¶
[TCP] TIBET Data Server
- reserved_1407: AppType = 'reserved [1407 - udp]'¶
[UDP] Reserved
- 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
- hiq: AppType = 'hiq [1410 - tcp|udp]'¶
[TCP] HiQ License Manager
[UDP] HiQ License Manager
- af: AppType = 'af [1411 - tcp|udp]'¶
[TCP] AudioFile
[UDP] AudioFile
- innosys: AppType = 'innosys [1412 - tcp|udp]'¶
[TCP] InnoSys
[UDP] InnoSys
- innosys_acl: AppType = 'innosys-acl [1413 - tcp|udp]'¶
[TCP] Innosys-ACL
[UDP] Innosys-ACL
- ibm_mqseries: AppType = 'ibm-mqseries [1414 - tcp|udp]'¶
[TCP] IBM MQSeries
[UDP] IBM MQSeries
- dbstar: AppType = 'dbstar [1415 - tcp|udp]'¶
[TCP] DBStar
[UDP] DBStar
- 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
- nms: AppType = 'nms [1429 - tcp|udp]'¶
[TCP] Hypercom NMS
[UDP] Hypercom NMS
- tpdu: AppType = 'tpdu [1430 - tcp|udp]'¶
[TCP] Hypercom TPDU
[UDP] Hypercom TPDU
- 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
- ibm_cics: AppType = 'ibm-cics [1435 - tcp|udp]'¶
[TCP] IBM CICS
[UDP] IBM CICS
- saism: AppType = 'saism [1436 - tcp|udp]'¶
[TCP] Satellite-data Acquisition System 2
[UDP] Satellite-data Acquisition System 2
- tabula: AppType = 'tabula [1437 - tcp|udp]'¶
[TCP] Tabula
[UDP] Tabula
- 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
- peport: AppType = 'peport [1449 - tcp|udp]'¶
[TCP] PEport
[UDP] PEport
- 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
- esl_lm: AppType = 'esl-lm [1455 - tcp|udp]'¶
[TCP] ESL License Manager
[UDP] ESL License Manager
- dca: AppType = 'dca [1456 - tcp|udp]'¶
[TCP] DCA
[UDP] DCA
- 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
- nucleus: AppType = 'nucleus [1463 - tcp|udp]'¶
[TCP] Nucleus
[UDP] Nucleus
- 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
- pipes: AppType = 'pipes [1465 - tcp|udp]'¶
[TCP] Pipes Platform
[UDP] Pipes Platform
- 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
- uaiact: AppType = 'uaiact [1470 - tcp|udp]'¶
[TCP] Universal Analytics
[UDP] Universal Analytics
- csdmbase_1467: AppType = 'csdmbase [1467 - tcp|udp]'¶
[TCP] CSDMBASE
[UDP] CSDMBASE
- csdmbase_1471: AppType = 'csdmbase [1471 - tcp|udp]'¶
[TCP] csdmbase
[UDP] csdmbase
- csdm_1468: AppType = 'csdm [1468 - tcp|udp]'¶
[TCP] CSDM
[UDP] CSDM
- csdm_1472: AppType = 'csdm [1472 - tcp|udp]'¶
[TCP] csdm
[UDP] csdm
- openmath: AppType = 'openmath [1473 - tcp|udp]'¶
[TCP] OpenMath
[UDP] OpenMath
- telefinder: AppType = 'telefinder [1474 - tcp|udp]'¶
[TCP] Telefinder
[UDP] Telefinder
- taligent_lm: AppType = 'taligent-lm [1475 - tcp|udp]'¶
[TCP] Taligent License Manager
[UDP] Taligent License Manager
- clvm_cfg: AppType = 'clvm-cfg [1476 - tcp|udp]'¶
[TCP] clvm-cfg
[UDP] clvm-cfg
- ms_sna_server: AppType = 'ms-sna-server [1477 - tcp|udp]'¶
[TCP] ms-sna-server
[UDP] ms-sna-server
- ms_sna_base: AppType = 'ms-sna-base [1478 - tcp|udp]'¶
[TCP] ms-sna-base
[UDP] ms-sna-base
- dberegister: AppType = 'dberegister [1479 - tcp|udp]'¶
[TCP] dberegister
[UDP] dberegister
- pacerforum: AppType = 'pacerforum [1480 - tcp|udp]'¶
[TCP] PacerForum
[UDP] PacerForum
- airs: AppType = 'airs [1481 - tcp|udp]'¶
[TCP] AIRS
[UDP] AIRS
- miteksys_lm: AppType = 'miteksys-lm [1482 - tcp|udp]'¶
[TCP] Miteksys License Manager
[UDP] Miteksys License Manager
- afs: AppType = 'afs [1483 - tcp|udp]'¶
[TCP] AFS License Manager
[UDP] AFS License Manager
- confluent: AppType = 'confluent [1484 - tcp|udp]'¶
[TCP] Confluent License Manager
[UDP] Confluent License Manager
- lansource: AppType = 'lansource [1485 - tcp|udp]'¶
[TCP] LANSource
[UDP] LANSource
- 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
- localinfosrvr: AppType = 'localinfosrvr [1487 - tcp|udp]'¶
[TCP] LocalInfoSrvr
[UDP] LocalInfoSrvr
- docstor: AppType = 'docstor [1488 - tcp|udp]'¶
[TCP] DocStor
[UDP] DocStor
- dmdocbroker: AppType = 'dmdocbroker [1489 - tcp|udp]'¶
[TCP] dmdocbroker
[UDP] dmdocbroker
- insitu_conf: AppType = 'insitu-conf [1490 - tcp|udp]'¶
[TCP] insitu-conf
[UDP] insitu-conf
- unassigned_1491: AppType = 'unassigned [1491 - undefined]'¶
[N/A] Unassigned
- 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
- ica: AppType = 'ica [1494 - tcp|udp]'¶
[TCP] ica
[UDP] ica
- cvc: AppType = 'cvc [1495 - tcp|udp]'¶
[TCP] cvc
[UDP] cvc
- liberty_lm: AppType = 'liberty-lm [1496 - tcp|udp]'¶
[TCP] liberty-lm
[UDP] liberty-lm
- rfx_lm: AppType = 'rfx-lm [1497 - tcp|udp]'¶
[TCP] rfx-lm
[UDP] rfx-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
- shivadiscovery: AppType = 'shivadiscovery [1502 - tcp|udp]'¶
[TCP] Shiva
[UDP] Shiva
- imtc_mcs: AppType = 'imtc-mcs [1503 - tcp|udp]'¶
[TCP] Databeam
[UDP] Databeam
- 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)
- symplex: AppType = 'symplex [1507 - tcp|udp]'¶
[TCP] symplex
[UDP] symplex
- diagmond: AppType = 'diagmond [1508 - tcp|udp]'¶
[TCP] diagmond
[UDP] diagmond
- 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.
- AppType_3l_l1: AppType = '3l-l1 [1511 - tcp|udp]'¶
[TCP] 3l-l1
[UDP] 3l-l1
- 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
- ifor_protocol: AppType = 'ifor-protocol [1515 - tcp|udp]'¶
[TCP] ifor-protocol
[UDP] ifor-protocol
- 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
- cichild_lm: AppType = 'cichild-lm [1523 - tcp|udp]'¶
[TCP] cichild
[UDP] cichild
- ingreslock: AppType = 'ingreslock [1524 - tcp|udp]'¶
[TCP] ingres
[UDP] ingres
- orasrv: AppType = 'orasrv [1525 - tcp|udp]'¶
[TCP] oracle
[UDP] oracle
- 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
- tlisrv: AppType = 'tlisrv [1527 - tcp|udp]'¶
[TCP] oracle
[UDP] oracle
- 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
- coauthor: AppType = 'coauthor [1529 - tcp|udp]'¶
[TCP] oracle
[UDP] oracle
- rap_service: AppType = 'rap-service [1530 - tcp|udp]'¶
[TCP] rap-service
[UDP] rap-service
- rap_listen: AppType = 'rap-listen [1531 - tcp|udp]'¶
[TCP] rap-listen
[UDP] rap-listen
- miroconnect: AppType = 'miroconnect [1532 - tcp|udp]'¶
[TCP] miroconnect
[UDP] miroconnect
- virtual_places: AppType = 'virtual-places [1533 - tcp|udp]'¶
[TCP] Virtual Places Software
[UDP] Virtual Places Software
- micromuse_lm: AppType = 'micromuse-lm [1534 - tcp|udp]'¶
[TCP] micromuse-lm
[UDP] micromuse-lm
- ampr_info: AppType = 'ampr-info [1535 - tcp|udp]'¶
[TCP] ampr-info
[UDP] ampr-info
- ampr_inter: AppType = 'ampr-inter [1536 - tcp|udp]'¶
[TCP] ampr-inter
[UDP] ampr-inter
- sdsc_lm: AppType = 'sdsc-lm [1537 - tcp|udp]'¶
[TCP] isi-lm
[UDP] isi-lm
- AppType_3ds_lm: AppType = '3ds-lm [1538 - tcp|udp]'¶
[TCP] 3ds-lm
[UDP] 3ds-lm
- intellistor_lm: AppType = 'intellistor-lm [1539 - tcp|udp]'¶
[TCP] Intellistor License Manager
[UDP] Intellistor License Manager
- rds: AppType = 'rds [1540 - tcp|udp]'¶
[TCP] rds
[UDP] rds
- rds2: AppType = 'rds2 [1541 - tcp|udp]'¶
[TCP] rds2
[UDP] rds2
- gridgen_elmd: AppType = 'gridgen-elmd [1542 - tcp|udp]'¶
[TCP] gridgen-elmd
[UDP] gridgen-elmd
- simba_cs: AppType = 'simba-cs [1543 - tcp|udp]'¶
[TCP] simba-cs
[UDP] simba-cs
- aspeclmd: AppType = 'aspeclmd [1544 - tcp|udp]'¶
[TCP] aspeclmd
[UDP] aspeclmd
[TCP] vistium-share
[UDP] vistium-share
- abbaccuray: AppType = 'abbaccuray [1546 - tcp|udp]'¶
[TCP] abbaccuray
[UDP] abbaccuray
- laplink: AppType = 'laplink [1547 - tcp|udp]'¶
[TCP] laplink
[UDP] laplink
- axon_lm: AppType = 'axon-lm [1548 - tcp|udp]'¶
[TCP] Axon License Manager
[UDP] Axon License Manager
- shivahose: AppType = 'shivahose [1549 - tcp]'¶
[TCP] Shiva Hose
- shivasound: AppType = 'shivasound [1549 - udp]'¶
[UDP] Shiva Sound
- 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
- hecmtl_db: AppType = 'hecmtl-db [1551 - tcp|udp]'¶
[TCP] HECMTL-DB
[UDP] HECMTL-DB
- pciarray: AppType = 'pciarray [1552 - tcp|udp]'¶
[TCP] pciarray
[UDP] pciarray
- sna_cs: AppType = 'sna-cs [1553 - tcp|udp]'¶
[TCP] sna-cs
[UDP] sna-cs
- caci_lm: AppType = 'caci-lm [1554 - tcp|udp]'¶
[TCP] CACI Products Company License Manager
[UDP] CACI Products Company License Manager
- livelan: AppType = 'livelan [1555 - tcp|udp]'¶
[TCP] livelan
[UDP] livelan
- 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
- xingmpeg: AppType = 'xingmpeg [1558 - tcp|udp]'¶
[TCP] xingmpeg
[UDP] xingmpeg
- web2host: AppType = 'web2host [1559 - tcp|udp]'¶
[TCP] web2host
[UDP] web2host
- asci_val: AppType = 'asci-val [1560 - tcp|udp]'¶
[TCP] ASCI-RemoteSHADOW
[UDP] ASCI-RemoteSHADOW
- facilityview: AppType = 'facilityview [1561 - tcp|udp]'¶
[TCP] facilityview
[UDP] facilityview
- pconnectmgr: AppType = 'pconnectmgr [1562 - tcp|udp]'¶
[TCP] pconnectmgr
[UDP] pconnectmgr
- cadabra_lm: AppType = 'cadabra-lm [1563 - tcp|udp]'¶
[TCP] Cadabra License Manager
[UDP] Cadabra License Manager
- pay_per_view: AppType = 'pay-per-view [1564 - tcp|udp]'¶
[TCP] Pay-Per-View
[UDP] Pay-Per-View
- winddlb: AppType = 'winddlb [1565 - tcp|udp]'¶
[TCP] WinDD
[UDP] WinDD
- corelvideo: AppType = 'corelvideo [1566 - tcp|udp]'¶
[TCP] CORELVIDEO
[UDP] CORELVIDEO
- jlicelmd: AppType = 'jlicelmd [1567 - tcp|udp]'¶
[TCP] jlicelmd
[UDP] jlicelmd
- tsspmap: AppType = 'tsspmap [1568 - tcp|udp]'¶
[TCP] tsspmap
[UDP] tsspmap
- ets: AppType = 'ets [1569 - tcp|udp]'¶
[TCP] ets
[UDP] ets
- orbixd: AppType = 'orbixd [1570 - tcp|udp]'¶
[TCP] orbixd
[UDP] orbixd
- 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
- itscomm_ns: AppType = 'itscomm-ns [1573 - tcp|udp]'¶
[TCP] itscomm-ns
[UDP] itscomm-ns
- mvel_lm: AppType = 'mvel-lm [1574 - tcp|udp]'¶
[TCP] mvel-lm
[UDP] mvel-lm
- oraclenames: AppType = 'oraclenames [1575 - tcp|udp]'¶
[TCP] oraclenames
[UDP] oraclenames
- moldflow_lm: AppType = 'moldflow-lm [1576 - tcp|udp]'¶
[TCP] Moldflow License Manager
[UDP] Moldflow License Manager
- hypercube_lm: AppType = 'hypercube-lm [1577 - tcp|udp]'¶
[TCP] hypercube-lm
[UDP] hypercube-lm
- jacobus_lm: AppType = 'jacobus-lm [1578 - tcp|udp]'¶
[TCP] Jacobus License Manager
[UDP] Jacobus License Manager
- ioc_sea_lm: AppType = 'ioc-sea-lm [1579 - tcp|udp]'¶
[TCP] ioc-sea-lm
[UDP] ioc-sea-lm
- tn_tl_r1: AppType = 'tn-tl-r1 [1580 - tcp]'¶
[TCP] tn-tl-r1
- tn_tl_r2: AppType = 'tn-tl-r2 [1580 - udp]'¶
[UDP] tn-tl-r2
- mil_2045_47001: AppType = 'mil-2045-47001 [1581 - tcp|udp]'¶
[TCP] MIL-2045-47001
[UDP] MIL-2045-47001
- msims: AppType = 'msims [1582 - tcp|udp]'¶
[TCP] MSIMS
[UDP] MSIMS
- simbaexpress: AppType = 'simbaexpress [1583 - tcp|udp]'¶
[TCP] simbaexpress
[UDP] simbaexpress
- tn_tl_fd2: AppType = 'tn-tl-fd2 [1584 - tcp|udp]'¶
[TCP] tn-tl-fd2
[UDP] tn-tl-fd2
- intv: AppType = 'intv [1585 - tcp|udp]'¶
[TCP] intv
[UDP] intv
- ibm_abtact: AppType = 'ibm-abtact [1586 - tcp|udp]'¶
[TCP] ibm-abtact
[UDP] ibm-abtact
- 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
- triquest_lm: AppType = 'triquest-lm [1588 - tcp|udp]'¶
[TCP] triquest-lm
[UDP] triquest-lm
- vqp: AppType = 'vqp [1589 - tcp|udp]'¶
[TCP] VQP
[UDP] VQP
- gemini_lm: AppType = 'gemini-lm [1590 - tcp|udp]'¶
[TCP] gemini-lm
[UDP] gemini-lm
- ncpm_pm: AppType = 'ncpm-pm [1591 - tcp|udp]'¶
[TCP] ncpm-pm
[UDP] ncpm-pm
- commonspace: AppType = 'commonspace [1592 - tcp|udp]'¶
[TCP] commonspace
[UDP] commonspace
- mainsoft_lm: AppType = 'mainsoft-lm [1593 - tcp|udp]'¶
[TCP] mainsoft-lm
[UDP] mainsoft-lm
- sixtrak: AppType = 'sixtrak [1594 - tcp|udp]'¶
[TCP] sixtrak
[UDP] sixtrak
- radio: AppType = 'radio [1595 - tcp|udp]'¶
[TCP] radio
[UDP] radio
- radio_sm: AppType = 'radio-sm [1596 - tcp]'¶
[TCP] radio-sm
- radio_bc: AppType = 'radio-bc [1596 - udp]'¶
[UDP] radio-bc
- orbplus_iiop: AppType = 'orbplus-iiop [1597 - tcp|udp]'¶
[TCP] orbplus-iiop
[UDP] orbplus-iiop
- picknfs: AppType = 'picknfs [1598 - tcp|udp]'¶
[TCP] picknfs
[UDP] picknfs
- simbaservices: AppType = 'simbaservices [1599 - tcp|udp]'¶
[TCP] simbaservices
[UDP] simbaservices
- issd: AppType = 'issd [1600 - tcp|udp]'¶
[TCP] issd
[UDP] issd
- aas: AppType = 'aas [1601 - tcp|udp]'¶
[TCP] aas
[UDP] aas
- inspect: AppType = 'inspect [1602 - tcp|udp]'¶
[TCP] inspect
[UDP] inspect
- picodbc: AppType = 'picodbc [1603 - tcp|udp]'¶
[TCP] pickodbc
[UDP] pickodbc
- icabrowser: AppType = 'icabrowser [1604 - tcp|udp]'¶
[TCP] icabrowser
[UDP] icabrowser
- 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)
- stt: AppType = 'stt [1607 - tcp|udp]'¶
[TCP] stt
[UDP] stt
- smart_lm: AppType = 'smart-lm [1608 - tcp|udp]'¶
[TCP] Smart Corp. License Manager
[UDP] Smart Corp. License Manager
- isysg_lm: AppType = 'isysg-lm [1609 - tcp|udp]'¶
[TCP] isysg-lm
[UDP] isysg-lm
- taurus_wh: AppType = 'taurus-wh [1610 - tcp|udp]'¶
[TCP] taurus-wh
[UDP] taurus-wh
- ill: AppType = 'ill [1611 - tcp|udp]'¶
[TCP] Inter Library Loan
[UDP] Inter Library Loan
- 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
- skytelnet: AppType = 'skytelnet [1618 - tcp|udp]'¶
[TCP] skytelnet
[UDP] skytelnet
- xs_openstorage: AppType = 'xs-openstorage [1619 - tcp|udp]'¶
[TCP] xs-openstorage
[UDP] xs-openstorage
- faxportwinport: AppType = 'faxportwinport [1620 - tcp|udp]'¶
[TCP] faxportwinport
[UDP] faxportwinport
- softdataphone: AppType = 'softdataphone [1621 - tcp|udp]'¶
[TCP] softdataphone
[UDP] softdataphone
- ontime: AppType = 'ontime [1622 - tcp|udp]'¶
[TCP] ontime
[UDP] ontime
- jaleosnd: AppType = 'jaleosnd [1623 - tcp|udp]'¶
[TCP] jaleosnd
[UDP] jaleosnd
- udp_sr_port: AppType = 'udp-sr-port [1624 - tcp|udp]'¶
[TCP] udp-sr-port
[UDP] udp-sr-port
- svs_omagent: AppType = 'svs-omagent [1625 - tcp|udp]'¶
[TCP] svs-omagent
[UDP] svs-omagent
- shockwave: AppType = 'shockwave [1626 - tcp|udp]'¶
[TCP] Shockwave
[UDP] Shockwave
- t128_gateway: AppType = 't128-gateway [1627 - tcp|udp]'¶
[TCP] T.128 Gateway
[UDP] T.128 Gateway
- lontalk_norm: AppType = 'lontalk-norm [1628 - tcp|udp]'¶
[TCP] LonTalk normal
[UDP] LonTalk normal
- 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
- visitview: AppType = 'visitview [1631 - tcp|udp]'¶
[TCP] Visit view
[UDP] Visit view
- pammratc: AppType = 'pammratc [1632 - tcp|udp]'¶
[TCP] PAMMRATC
[UDP] PAMMRATC
- pammrpc: AppType = 'pammrpc [1633 - tcp|udp]'¶
[TCP] PAMMRPC
[UDP] PAMMRPC
- loaprobe: AppType = 'loaprobe [1634 - tcp|udp]'¶
[TCP] Log On America Probe
[UDP] Log On America Probe
- edb_server1: AppType = 'edb-server1 [1635 - tcp|udp]'¶
[TCP] EDB Server 1
[UDP] EDB Server 1
- 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
- invision: AppType = 'invision [1641 - tcp|udp]'¶
[TCP] InVision
[UDP] InVision
- isis_am: AppType = 'isis-am [1642 - tcp|udp]'¶
[TCP] isis-am
[UDP] isis-am
- isis_ambc: AppType = 'isis-ambc [1643 - tcp|udp]'¶
[TCP] isis-ambc
[UDP] isis-ambc
- saiseh: AppType = 'saiseh [1644 - tcp|udp]'¶
[TCP] Satellite-data Acquisition System 4
[UDP] Satellite-data Acquisition System 4
- sightline: AppType = 'sightline [1645 - tcp|udp]'¶
[TCP] SightLine
[UDP] SightLine
- sa_msg_port: AppType = 'sa-msg-port [1646 - tcp|udp]'¶
[TCP] sa-msg-port
[UDP] sa-msg-port
- rsap: AppType = 'rsap [1647 - tcp|udp]'¶
[TCP] rsap
[UDP] rsap
- concurrent_lm: AppType = 'concurrent-lm [1648 - tcp|udp]'¶
[TCP] concurrent-lm
[UDP] concurrent-lm
- kermit: AppType = 'kermit [1649 - tcp|udp]'¶
[TCP] kermit
[UDP] kermit
- nkd: AppType = 'nkd [1650 - tcp|udp]'¶
[TCP] nkdn
[UDP] nkd
- 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
- xnmp: AppType = 'xnmp [1652 - tcp|udp]'¶
[TCP] xnmp
[UDP] xnmp
- alphatech_lm: AppType = 'alphatech-lm [1653 - tcp|udp]'¶
[TCP] alphatech-lm
[UDP] alphatech-lm
- stargatealerts: AppType = 'stargatealerts [1654 - tcp|udp]'¶
[TCP] stargatealerts
[UDP] stargatealerts
- dec_mbadmin: AppType = 'dec-mbadmin [1655 - tcp|udp]'¶
[TCP] dec-mbadmin
[UDP] dec-mbadmin
- dec_mbadmin_h: AppType = 'dec-mbadmin-h [1656 - tcp|udp]'¶
[TCP] dec-mbadmin-h
[UDP] dec-mbadmin-h
- fujitsu_mmpdc: AppType = 'fujitsu-mmpdc [1657 - tcp|udp]'¶
[TCP] fujitsu-mmpdc
[UDP] fujitsu-mmpdc
- sixnetudr: AppType = 'sixnetudr [1658 - tcp|udp]'¶
[TCP] sixnetudr
[UDP] sixnetudr
- 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_1: AppType = 'netview-aix-1 [1661 - tcp|udp]'¶
[TCP] netview-aix-1
[UDP] netview-aix-1
- netview_aix_2: AppType = 'netview-aix-2 [1662 - tcp|udp]'¶
[TCP] netview-aix-2
[UDP] netview-aix-2
- netview_aix_3: AppType = 'netview-aix-3 [1663 - tcp|udp]'¶
[TCP] netview-aix-3
[UDP] netview-aix-3
- netview_aix_4: AppType = 'netview-aix-4 [1664 - tcp|udp]'¶
[TCP] netview-aix-4
[UDP] netview-aix-4
- netview_aix_5: AppType = 'netview-aix-5 [1665 - tcp|udp]'¶
[TCP] netview-aix-5
[UDP] netview-aix-5
- netview_aix_6: AppType = 'netview-aix-6 [1666 - tcp|udp]'¶
[TCP] netview-aix-6
[UDP] netview-aix-6
- netview_aix_7: AppType = 'netview-aix-7 [1667 - tcp|udp]'¶
[TCP] netview-aix-7
[UDP] netview-aix-7
- netview_aix_8: AppType = 'netview-aix-8 [1668 - tcp|udp]'¶
[TCP] netview-aix-8
[UDP] netview-aix-8
- netview_aix_9: AppType = 'netview-aix-9 [1669 - tcp|udp]'¶
[TCP] netview-aix-9
[UDP] netview-aix-9
- 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
- pdp: AppType = 'pdp [1675 - tcp|udp]'¶
[TCP] Pacific Data Products
[UDP] Pacific Data Products
- netcomm1: AppType = 'netcomm1 [1676 - tcp]'¶
[TCP] netcomm1
- netcomm2: AppType = 'netcomm2 [1676 - udp]'¶
[UDP] netcomm2
- groupwise: AppType = 'groupwise [1677 - tcp|udp]'¶
[TCP] groupwise
[UDP] groupwise
- prolink: AppType = 'prolink [1678 - tcp|udp]'¶
[TCP] prolink
[UDP] prolink
- darcorp_lm: AppType = 'darcorp-lm [1679 - tcp|udp]'¶
[TCP] darcorp-lm
[UDP] darcorp-lm
- microcom_sbp: AppType = 'microcom-sbp [1680 - tcp|udp]'¶
[TCP] microcom-sbp
[UDP] microcom-sbp
- sd_elmd: AppType = 'sd-elmd [1681 - tcp|udp]'¶
[TCP] sd-elmd
[UDP] sd-elmd
- lanyon_lantern: AppType = 'lanyon-lantern [1682 - tcp|udp]'¶
[TCP] lanyon-lantern
[UDP] lanyon-lantern
- ncpm_hip: AppType = 'ncpm-hip [1683 - tcp|udp]'¶
[TCP] ncpm-hip
[UDP] ncpm-hip
- snaresecure: AppType = 'snaresecure [1684 - tcp|udp]'¶
[TCP] SnareSecure
[UDP] SnareSecure
- n2nremote: AppType = 'n2nremote [1685 - tcp|udp]'¶
[TCP] n2nremote
[UDP] n2nremote
- cvmon: AppType = 'cvmon [1686 - tcp|udp]'¶
[TCP] cvmon
[UDP] cvmon
- nsjtp_ctrl: AppType = 'nsjtp-ctrl [1687 - tcp|udp]'¶
[TCP] nsjtp-ctrl
[UDP] nsjtp-ctrl
- nsjtp_data: AppType = 'nsjtp-data [1688 - tcp|udp]'¶
[TCP] nsjtp-data
[UDP] nsjtp-data
- firefox: AppType = 'firefox [1689 - tcp|udp]'¶
[TCP] firefox
[UDP] firefox
- ng_umds: AppType = 'ng-umds [1690 - tcp|udp]'¶
[TCP] ng-umds
[UDP] ng-umds
- empire_empuma: AppType = 'empire-empuma [1691 - tcp|udp]'¶
[TCP] empire-empuma
[UDP] empire-empuma
- sstsys_lm: AppType = 'sstsys-lm [1692 - tcp|udp]'¶
[TCP] sstsys-lm
[UDP] sstsys-lm
- rrirtr: AppType = 'rrirtr [1693 - tcp|udp]'¶
[TCP] rrirtr
[UDP] rrirtr
- rrimwm: AppType = 'rrimwm [1694 - tcp|udp]'¶
[TCP] rrimwm
[UDP] rrimwm
- rrilwm: AppType = 'rrilwm [1695 - tcp|udp]'¶
[TCP] rrilwm
[UDP] rrilwm
- rrifmm: AppType = 'rrifmm [1696 - tcp|udp]'¶
[TCP] rrifmm
[UDP] rrifmm
- rrisat: AppType = 'rrisat [1697 - tcp|udp]'¶
[TCP] rrisat
[UDP] rrisat
- 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
- mps_raft: AppType = 'mps-raft [1700 - tcp|udp]'¶
[TCP] mps-raft
[UDP] mps-raft
- l2f: AppType = 'l2f [1701 - tcp|udp]'¶
[TCP] l2f
[UDP] l2f
- l2tp: AppType = 'l2tp [1701 - tcp|udp]'¶
[TCP] l2tp
[UDP] l2tp
[TCP] deskshare
[UDP] deskshare
- hb_engine: AppType = 'hb-engine [1703 - tcp|udp]'¶
[TCP] hb-engine
[UDP] hb-engine
- bcs_broker: AppType = 'bcs-broker [1704 - tcp|udp]'¶
[TCP] bcs-broker
[UDP] bcs-broker
- slingshot: AppType = 'slingshot [1705 - tcp|udp]'¶
[TCP] slingshot
[UDP] slingshot
- jetform: AppType = 'jetform [1706 - tcp|udp]'¶
[TCP] jetform
[UDP] jetform
- vdmplay: AppType = 'vdmplay [1707 - tcp|udp]'¶
[TCP] vdmplay
[UDP] vdmplay
- gat_lmd: AppType = 'gat-lmd [1708 - tcp|udp]'¶
[TCP] gat-lmd
[UDP] gat-lmd
- centra: AppType = 'centra [1709 - tcp|udp]'¶
[TCP] centra
[UDP] centra
- impera: AppType = 'impera [1710 - tcp|udp]'¶
[TCP] impera
[UDP] impera
- pptconference: AppType = 'pptconference [1711 - tcp|udp]'¶
[TCP] pptconference
[UDP] pptconference
- registrar: AppType = 'registrar [1712 - tcp|udp]'¶
[TCP] resource monitoring service
[UDP] resource monitoring service
- conferencetalk: AppType = 'conferencetalk [1713 - tcp|udp]'¶
[TCP] ConferenceTalk
[UDP] ConferenceTalk
- sesi_lm: AppType = 'sesi-lm [1714 - tcp|udp]'¶
[TCP] sesi-lm
[UDP] sesi-lm
- houdini_lm: AppType = 'houdini-lm [1715 - tcp|udp]'¶
[TCP] houdini-lm
[UDP] houdini-lm
- xmsg: AppType = 'xmsg [1716 - tcp|udp]'¶
[TCP] xmsg
[UDP] xmsg
- fj_hdnet: AppType = 'fj-hdnet [1717 - tcp|udp]'¶
[TCP] fj-hdnet
[UDP] fj-hdnet
- 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
- caicci: AppType = 'caicci [1721 - tcp|udp]'¶
[TCP] caicci
[UDP] caicci
- hks_lm: AppType = 'hks-lm [1722 - tcp|udp]'¶
[TCP] HKS License Manager
[UDP] HKS License Manager
- csbphonemaster: AppType = 'csbphonemaster [1724 - tcp|udp]'¶
[TCP] csbphonemaster
[UDP] csbphonemaster
- iden_ralp: AppType = 'iden-ralp [1725 - tcp|udp]'¶
[TCP] iden-ralp
[UDP] iden-ralp
- iberiagames: AppType = 'iberiagames [1726 - tcp|udp]'¶
[TCP] IBERIAGAMES
[UDP] IBERIAGAMES
- winddx: AppType = 'winddx [1727 - tcp|udp]'¶
[TCP] winddx
[UDP] winddx
- telindus: AppType = 'telindus [1728 - tcp|udp]'¶
[TCP] TELINDUS
[UDP] TELINDUS
- citynl: AppType = 'citynl [1729 - tcp|udp]'¶
[TCP] CityNL License Management
[UDP] CityNL License Management
- roketz: AppType = 'roketz [1730 - tcp|udp]'¶
[TCP] roketz
[UDP] roketz
- msiccp: AppType = 'msiccp [1731 - tcp|udp]'¶
[TCP] MSICCP
[UDP] MSICCP
- proxim: AppType = 'proxim [1732 - tcp|udp]'¶
[TCP] proxim
[UDP] proxim
- 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
- privatechat: AppType = 'privatechat [1735 - tcp|udp]'¶
[TCP] PrivateChat
[UDP] PrivateChat
- street_stream: AppType = 'street-stream [1736 - tcp|udp]'¶
[TCP] street-stream
[UDP] street-stream
- ultimad: AppType = 'ultimad [1737 - tcp|udp]'¶
[TCP] ultimad
[UDP] ultimad
- gamegen1: AppType = 'gamegen1 [1738 - tcp|udp]'¶
[TCP] GameGen1
[UDP] GameGen1
- webaccess: AppType = 'webaccess [1739 - tcp|udp]'¶
[TCP] webaccess
[UDP] webaccess
- encore: AppType = 'encore [1740 - tcp|udp]'¶
[TCP] encore
[UDP] encore
- cisco_net_mgmt: AppType = 'cisco-net-mgmt [1741 - tcp|udp]'¶
[TCP] cisco-net-mgmt
[UDP] cisco-net-mgmt
- AppType_3com_nsd: AppType = '3com-nsd [1742 - tcp|udp]'¶
[TCP] 3Com-nsd
[UDP] 3Com-nsd
- cinegrfx_lm: AppType = 'cinegrfx-lm [1743 - tcp|udp]'¶
[TCP] Cinema Graphics License Manager
[UDP] Cinema Graphics License Manager
- ncpm_ft: AppType = 'ncpm-ft [1744 - tcp|udp]'¶
[TCP] ncpm-ft
[UDP] ncpm-ft
- remote_winsock: AppType = 'remote-winsock [1745 - tcp|udp]'¶
[TCP] remote-winsock
[UDP] remote-winsock
- ftrapid_1: AppType = 'ftrapid-1 [1746 - tcp|udp]'¶
[TCP] ftrapid-1
[UDP] ftrapid-1
- ftrapid_2: AppType = 'ftrapid-2 [1747 - tcp|udp]'¶
[TCP] ftrapid-2
[UDP] ftrapid-2
- oracle_em1: AppType = 'oracle-em1 [1748 - tcp|udp]'¶
[TCP] oracle-em1
[UDP] oracle-em1
- 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
- swiftnet: AppType = 'swiftnet [1751 - tcp|udp]'¶
[TCP] SwiftNet
[UDP] SwiftNet
- lofr_lm: AppType = 'lofr-lm [1752 - tcp|udp]'¶
[TCP] Leap of Faith Research License Manager
[UDP] Leap of Faith Research License Manager
- predatar_comms: AppType = 'predatar-comms [1753 - tcp]'¶
[TCP] Predatar Comms Service
- reserved_1753: AppType = 'reserved [1753 - udp]'¶
[UDP] Reserved
- oracle_em2: AppType = 'oracle-em2 [1754 - tcp|udp]'¶
[TCP] oracle-em2
[UDP] oracle-em2
- ms_streaming: AppType = 'ms-streaming [1755 - tcp|udp]'¶
[TCP] ms-streaming
[UDP] ms-streaming
- capfast_lmd: AppType = 'capfast-lmd [1756 - tcp|udp]'¶
[TCP] capfast-lmd
[UDP] capfast-lmd
- cnhrp: AppType = 'cnhrp [1757 - tcp|udp]'¶
[TCP] cnhrp
[UDP] cnhrp
- tftp_mcast: AppType = 'tftp-mcast [1758 - tcp|udp]'¶
[TCP] tftp-mcast
[UDP] tftp-mcast
- spss_lm: AppType = 'spss-lm [1759 - tcp|udp]'¶
[TCP] SPSS License Manager
[UDP] SPSS License Manager
- www_ldap_gw: AppType = 'www-ldap-gw [1760 - tcp|udp]'¶
[TCP] www-ldap-gw
[UDP] www-ldap-gw
- cft_0: AppType = 'cft-0 [1761 - tcp|udp]'¶
[TCP] cft-0
[UDP] cft-0
- cft_1: AppType = 'cft-1 [1762 - tcp|udp]'¶
[TCP] cft-1
[UDP] cft-1
- cft_2: AppType = 'cft-2 [1763 - tcp|udp]'¶
[TCP] cft-2
[UDP] cft-2
- cft_3: AppType = 'cft-3 [1764 - tcp|udp]'¶
[TCP] cft-3
[UDP] cft-3
- cft_4: AppType = 'cft-4 [1765 - tcp|udp]'¶
[TCP] cft-4
[UDP] cft-4
- cft_5: AppType = 'cft-5 [1766 - tcp|udp]'¶
[TCP] cft-5
[UDP] cft-5
- cft_6: AppType = 'cft-6 [1767 - tcp|udp]'¶
[TCP] cft-6
[UDP] cft-6
- cft_7: AppType = 'cft-7 [1768 - tcp|udp]'¶
[TCP] cft-7
[UDP] cft-7
- bmc_net_adm: AppType = 'bmc-net-adm [1769 - tcp|udp]'¶
[TCP] bmc-net-adm
[UDP] bmc-net-adm
- bmc_net_svc: AppType = 'bmc-net-svc [1770 - tcp|udp]'¶
[TCP] bmc-net-svc
[UDP] bmc-net-svc
- vaultbase: AppType = 'vaultbase [1771 - tcp|udp]'¶
[TCP] vaultbase
[UDP] vaultbase
- essweb_gw: AppType = 'essweb-gw [1772 - tcp|udp]'¶
[TCP] EssWeb Gateway
[UDP] EssWeb Gateway
- kmscontrol: AppType = 'kmscontrol [1773 - tcp|udp]'¶
[TCP] KMSControl
[UDP] KMSControl
- global_dtserv: AppType = 'global-dtserv [1774 - tcp|udp]'¶
[TCP] global-dtserv
[UDP] global-dtserv
- vdab: AppType = 'vdab [1775 - tcp]'¶
[TCP] data interchange between visual processing containers
- reserved_1775: AppType = 'reserved [1775 - udp]'¶
[UDP] Reserved
- femis: AppType = 'femis [1776 - tcp|udp]'¶
[TCP] Federal Emergency Management Information System
[UDP] Federal Emergency Management Information System
- powerguardian: AppType = 'powerguardian [1777 - tcp|udp]'¶
[TCP] powerguardian
[UDP] powerguardian
- prodigy_intrnet: AppType = 'prodigy-intrnet [1778 - tcp|udp]'¶
[TCP] prodigy-internet
[UDP] prodigy-internet
- pharmasoft: AppType = 'pharmasoft [1779 - tcp|udp]'¶
[TCP] pharmasoft
[UDP] pharmasoft
- dpkeyserv: AppType = 'dpkeyserv [1780 - tcp|udp]'¶
[TCP] dpkeyserv
[UDP] dpkeyserv
- answersoft_lm: AppType = 'answersoft-lm [1781 - tcp|udp]'¶
[TCP] answersoft-lm
[UDP] answersoft-lm
- hp_hcip: AppType = 'hp-hcip [1782 - tcp|udp]'¶
[TCP] hp-hcip
[UDP] hp-hcip
- 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
- funk_logger: AppType = 'funk-logger [1786 - tcp|udp]'¶
[TCP] funk-logger
[UDP] funk-logger
- funk_license: AppType = 'funk-license [1787 - tcp|udp]'¶
[TCP] funk-license
[UDP] funk-license
- psmond: AppType = 'psmond [1788 - tcp|udp]'¶
[TCP] psmond
[UDP] psmond
- hello: AppType = 'hello [1789 - tcp|udp]'¶
[TCP] hello
[UDP] hello
- 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
- ea1: AppType = 'ea1 [1791 - tcp|udp]'¶
[TCP] EA1
[UDP] EA1
- ibm_dt_2: AppType = 'ibm-dt-2 [1792 - tcp|udp]'¶
[TCP] ibm-dt-2
[UDP] ibm-dt-2
- rsc_robot: AppType = 'rsc-robot [1793 - tcp|udp]'¶
[TCP] rsc-robot
[UDP] rsc-robot
- cera_bcm: AppType = 'cera-bcm [1794 - tcp|udp]'¶
[TCP] cera-bcm
[UDP] cera-bcm
- dpi_proxy: AppType = 'dpi-proxy [1795 - tcp|udp]'¶
[TCP] dpi-proxy
[UDP] dpi-proxy
- 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
- uma_1797: AppType = 'uma [1797 - tcp|udp]'¶
[TCP] UMA
[UDP] UMA
- etp: AppType = 'etp [1798 - tcp|udp]'¶
[TCP] Event Transfer Protocol
[UDP] Event Transfer Protocol
- netrisk: AppType = 'netrisk [1799 - tcp|udp]'¶
[TCP] NETRISK
[UDP] NETRISK
- ansys_lm: AppType = 'ansys-lm [1800 - tcp|udp]'¶
[TCP] ANSYS-License manager
[UDP] ANSYS-License manager
- msmq: AppType = 'msmq [1801 - tcp|udp]'¶
[TCP] Microsoft Message Que
[UDP] Microsoft Message Que
- concomp1: AppType = 'concomp1 [1802 - tcp|udp]'¶
[TCP] ConComp1
[UDP] ConComp1
- hp_hcip_gwy: AppType = 'hp-hcip-gwy [1803 - tcp|udp]'¶
[TCP] HP-HCIP-GWY
[UDP] HP-HCIP-GWY
- enl: AppType = 'enl [1804 - tcp|udp]'¶
[TCP] ENL
[UDP] ENL
- enl_name: AppType = 'enl-name [1805 - tcp|udp]'¶
[TCP] ENL-Name
[UDP] ENL-Name
- musiconline: AppType = 'musiconline [1806 - tcp|udp]'¶
[TCP] Musiconline
[UDP] Musiconline
- fhsp: AppType = 'fhsp [1807 - tcp|udp]'¶
[TCP] Fujitsu Hot Standby Protocol
[UDP] Fujitsu Hot Standby Protocol
- oracle_vp2: AppType = 'oracle-vp2 [1808 - tcp|udp]'¶
[TCP] Oracle-VP2
[UDP] Oracle-VP2
- oracle_vp1: AppType = 'oracle-vp1 [1809 - tcp|udp]'¶
[TCP] Oracle-VP1
[UDP] Oracle-VP1
- jerand_lm: AppType = 'jerand-lm [1810 - tcp|udp]'¶
[TCP] Jerand License Manager
[UDP] Jerand License Manager
- scientia_sdb: AppType = 'scientia-sdb [1811 - tcp|udp]'¶
[TCP] Scientia-SDB
[UDP] Scientia-SDB
- radius_acct: AppType = 'radius-acct [1813 - tcp|udp]'¶
- tdp_suite: AppType = 'tdp-suite [1814 - tcp|udp]'¶
[TCP] TDP Suite
[UDP] TDP Suite
- mmpft: AppType = 'mmpft [1815 - tcp|udp]'¶
[TCP] Manufacturing messaging protocol for factory transmission
[UDP] Manufacturing messaging protocol for factory transmission
- harp: AppType = 'harp [1816 - tcp|udp]'¶
[TCP] HARP
[UDP] HARP
- rkb_oscs: AppType = 'rkb-oscs [1817 - tcp|udp]'¶
[TCP] RKB-OSCS
[UDP] RKB-OSCS
- 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
- mcagent: AppType = 'mcagent [1820 - tcp|udp]'¶
[TCP] mcagent
[UDP] mcagent
- donnyworld: AppType = 'donnyworld [1821 - tcp|udp]'¶
[TCP] donnyworld
[UDP] donnyworld
- es_elmd: AppType = 'es-elmd [1822 - tcp|udp]'¶
[TCP] es-elmd
[UDP] es-elmd
- unisys_lm: AppType = 'unisys-lm [1823 - tcp|udp]'¶
[TCP] Unisys Natural Language License Manager
[UDP] Unisys Natural Language License Manager
- metrics_pas: AppType = 'metrics-pas [1824 - tcp|udp]'¶
[TCP] metrics-pas
[UDP] metrics-pas
- direcpc_video: AppType = 'direcpc-video [1825 - tcp|udp]'¶
[TCP] DirecPC Video
[UDP] DirecPC Video
- ardt: AppType = 'ardt [1826 - tcp|udp]'¶
[TCP] ARDT
[UDP] ARDT
- asi: AppType = 'asi [1827 - tcp|udp]'¶
[TCP] ASI
[UDP] ASI
- itm_mcell_u: AppType = 'itm-mcell-u [1828 - tcp|udp]'¶
[TCP] itm-mcell-u
[UDP] itm-mcell-u
- optika_emedia: AppType = 'optika-emedia [1829 - tcp|udp]'¶
[TCP] Optika eMedia
[UDP] Optika eMedia
- net8_cman: AppType = 'net8-cman [1830 - tcp|udp]'¶
[TCP] Oracle Net8 CMan Admin
[UDP] Oracle Net8 CMan Admin
- myrtle: AppType = 'myrtle [1831 - tcp|udp]'¶
[TCP] Myrtle
[UDP] Myrtle
- tht_treasure: AppType = 'tht-treasure [1832 - tcp|udp]'¶
[TCP] ThoughtTreasure
[UDP] ThoughtTreasure
- udpradio: AppType = 'udpradio [1833 - tcp|udp]'¶
[TCP] udpradio
[UDP] udpradio
- ardusuni: AppType = 'ardusuni [1834 - tcp|udp]'¶
[TCP] ARDUS Unicast
[UDP] ARDUS Unicast
- ardusmul: AppType = 'ardusmul [1835 - tcp|udp]'¶
[TCP] ARDUS Multicast
[UDP] ARDUS Multicast
- ste_smsc: AppType = 'ste-smsc [1836 - tcp|udp]'¶
[TCP] ste-smsc
[UDP] ste-smsc
- csoft1: AppType = 'csoft1 [1837 - tcp|udp]'¶
[TCP] csoft1
[UDP] csoft1
- talnet: AppType = 'talnet [1838 - tcp|udp]'¶
[TCP] TALNET
[UDP] TALNET
- netopia_vo1: AppType = 'netopia-vo1 [1839 - tcp|udp]'¶
[TCP] netopia-vo1
[UDP] netopia-vo1
- netopia_vo2: AppType = 'netopia-vo2 [1840 - tcp|udp]'¶
[TCP] netopia-vo2
[UDP] netopia-vo2
- netopia_vo3: AppType = 'netopia-vo3 [1841 - tcp|udp]'¶
[TCP] netopia-vo3
[UDP] netopia-vo3
- netopia_vo4: AppType = 'netopia-vo4 [1842 - tcp|udp]'¶
[TCP] netopia-vo4
[UDP] netopia-vo4
- netopia_vo5: AppType = 'netopia-vo5 [1843 - tcp|udp]'¶
[TCP] netopia-vo5
[UDP] netopia-vo5
- direcpc_dll: AppType = 'direcpc-dll [1844 - tcp|udp]'¶
[TCP] DirecPC-DLL
[UDP] DirecPC-DLL
- altalink: AppType = 'altalink [1845 - tcp|udp]'¶
[TCP] altalink
[UDP] altalink
- tunstall_pnc: AppType = 'tunstall-pnc [1846 - tcp|udp]'¶
[TCP] Tunstall PNC
[UDP] Tunstall PNC
- slp_notify: AppType = 'slp-notify [1847 - tcp|udp]'¶
- fjdocdist: AppType = 'fjdocdist [1848 - tcp|udp]'¶
[TCP] fjdocdist
[UDP] fjdocdist
- alpha_sms: AppType = 'alpha-sms [1849 - tcp|udp]'¶
[TCP] ALPHA-SMS
[UDP] ALPHA-SMS
- gsi: AppType = 'gsi [1850 - tcp|udp]'¶
[TCP] GSI
[UDP] GSI
- ctcd: AppType = 'ctcd [1851 - tcp|udp]'¶
[TCP] ctcd
[UDP] ctcd
- virtual_time: AppType = 'virtual-time [1852 - tcp|udp]'¶
[TCP] Virtual Time
[UDP] Virtual Time
- vids_avtp: AppType = 'vids-avtp [1853 - tcp|udp]'¶
[TCP] VIDS-AVTP
[UDP] VIDS-AVTP
- buddy_draw: AppType = 'buddy-draw [1854 - tcp|udp]'¶
[TCP] Buddy Draw
[UDP] Buddy Draw
- 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
- datacaptor: AppType = 'datacaptor [1857 - tcp|udp]'¶
[TCP] DataCaptor
[UDP] DataCaptor
- privateark: AppType = 'privateark [1858 - tcp|udp]'¶
[TCP] PrivateArk
[UDP] PrivateArk
- 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
- lecroy_vicp: AppType = 'lecroy-vicp [1861 - tcp|udp]'¶
[TCP] LeCroy VICP
[UDP] LeCroy VICP
- mysql_cm_agent: AppType = 'mysql-cm-agent [1862 - tcp|udp]'¶
[TCP] MySQL Cluster Manager Agent
[UDP] MySQL Cluster Manager Agent
- msnp: AppType = 'msnp [1863 - tcp|udp]'¶
[TCP] MSNP
[UDP] MSNP
- paradym_31port: AppType = 'paradym-31port [1864 - tcp|udp]'¶
[TCP] Paradym 31 Port
[UDP] Paradym 31 Port
- entp: AppType = 'entp [1865 - tcp|udp]'¶
[TCP] ENTP
[UDP] ENTP
- swrmi: AppType = 'swrmi [1866 - tcp|udp]'¶
[TCP] swrmi
[UDP] swrmi
- udrive: AppType = 'udrive [1867 - tcp|udp]'¶
[TCP] UDRIVE
[UDP] UDRIVE
- viziblebrowser: AppType = 'viziblebrowser [1868 - tcp|udp]'¶
[TCP] VizibleBrowser
[UDP] VizibleBrowser
- transact: AppType = 'transact [1869 - tcp|udp]'¶
[TCP] TransAct
[UDP] TransAct
- sunscalar_dns: AppType = 'sunscalar-dns [1870 - tcp|udp]'¶
[TCP] SunSCALAR DNS Service
[UDP] SunSCALAR DNS Service
- canocentral0: AppType = 'canocentral0 [1871 - tcp|udp]'¶
[TCP] Cano Central 0
[UDP] Cano Central 0
- canocentral1: AppType = 'canocentral1 [1872 - tcp|udp]'¶
[TCP] Cano Central 1
[UDP] Cano Central 1
- fjmpjps: AppType = 'fjmpjps [1873 - tcp|udp]'¶
[TCP] Fjmpjps
[UDP] Fjmpjps
- fjswapsnp: AppType = 'fjswapsnp [1874 - tcp|udp]'¶
[TCP] Fjswapsnp
[UDP] Fjswapsnp
- westell_stats: AppType = 'westell-stats [1875 - tcp|udp]'¶
[TCP] westell stats
[UDP] westell stats
- ewcappsrv: AppType = 'ewcappsrv [1876 - tcp|udp]'¶
[TCP] ewcappsrv
[UDP] ewcappsrv
- hp_webqosdb: AppType = 'hp-webqosdb [1877 - tcp|udp]'¶
[TCP] hp-webqosdb
[UDP] hp-webqosdb
- drmsmc: AppType = 'drmsmc [1878 - tcp|udp]'¶
[TCP] drmsmc
[UDP] drmsmc
- nettgain_nms: AppType = 'nettgain-nms [1879 - tcp|udp]'¶
[TCP] NettGain NMS
[UDP] NettGain NMS
- 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
- leoip: AppType = 'leoip [1886 - tcp|udp]'¶
[TCP] Leonardo over IP
[UDP] Leonardo over IP
- filex_lport: AppType = 'filex-lport [1887 - tcp|udp]'¶
[TCP] FileX Listening Port
[UDP] FileX Listening Port
- ncconfig: AppType = 'ncconfig [1888 - tcp|udp]'¶
[TCP] NC Config Port
[UDP] NC Config 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
- elad: AppType = 'elad [1893 - tcp|udp]'¶
[TCP] ELAD Protocol
[UDP] ELAD Protocol
- o2server_port: AppType = 'o2server-port [1894 - tcp|udp]'¶
[TCP] O2Server Port
[UDP] O2Server Port
- unassigned_1895: AppType = 'unassigned [1895 - tcp|udp]'¶
[TCP] unassigned
[UDP] unassigned
- b_novative_ls: AppType = 'b-novative-ls [1896 - tcp|udp]'¶
[TCP] b-novative license server
[UDP] b-novative license server
- metaagent: AppType = 'metaagent [1897 - tcp|udp]'¶
[TCP] MetaAgent
[UDP] MetaAgent
- cymtec_port: AppType = 'cymtec-port [1898 - tcp|udp]'¶
[TCP] Cymtec secure management
[UDP] Cymtec secure management
- mc2studios: AppType = 'mc2studios [1899 - tcp|udp]'¶
[TCP] MC2Studios
[UDP] MC2Studios
- ssdp: AppType = 'ssdp [1900 - tcp|udp]'¶
[TCP] SSDP
[UDP] SSDP
- 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
- tpmd: AppType = 'tpmd [1906 - tcp|udp]'¶
[TCP] TPortMapperReq
[UDP] TPortMapperReq
- intrastar: AppType = 'intrastar [1907 - tcp|udp]'¶
[TCP] IntraSTAR
[UDP] IntraSTAR
- dawn: AppType = 'dawn [1908 - tcp|udp]'¶
[TCP] Dawn
[UDP] Dawn
- 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
- rhp_iibp: AppType = 'rhp-iibp [1912 - tcp|udp]'¶
[TCP] rhp-iibp
[UDP] rhp-iibp
- armadp: AppType = 'armadp [1913 - tcp|udp]'¶
[TCP] armadp
[UDP] armadp
- elm_momentum: AppType = 'elm-momentum [1914 - tcp|udp]'¶
[TCP] Elm-Momentum
[UDP] Elm-Momentum
- facelink: AppType = 'facelink [1915 - tcp|udp]'¶
[TCP] FACELINK
[UDP] FACELINK
- persona: AppType = 'persona [1916 - tcp|udp]'¶
[TCP] Persoft Persona
[UDP] Persoft Persona
- noagent: AppType = 'noagent [1917 - tcp|udp]'¶
[TCP] nOAgent
[UDP] nOAgent
- 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
- noadmin: AppType = 'noadmin [1921 - tcp|udp]'¶
[TCP] NoAdmin
[UDP] NoAdmin
- tapestry: AppType = 'tapestry [1922 - tcp|udp]'¶
[TCP] Tapestry
[UDP] Tapestry
- spice: AppType = 'spice [1923 - tcp|udp]'¶
[TCP] SPICE
[UDP] SPICE
- xiip: AppType = 'xiip [1924 - tcp|udp]'¶
[TCP] XIIP
[UDP] XIIP
- discovery_port: AppType = 'discovery-port [1925 - tcp|udp]'¶
[TCP] Surrogate Discovery Port
[UDP] Surrogate Discovery Port
- egs: AppType = 'egs [1926 - tcp|udp]'¶
[TCP] Evolution Game Server
[UDP] Evolution Game Server
- 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
- amdsched: AppType = 'amdsched [1931 - tcp|udp]'¶
[TCP] AMD SCHED
[UDP] AMD SCHED
- ctt_broker: AppType = 'ctt-broker [1932 - tcp|udp]'¶
[TCP] CTT Broker
[UDP] CTT Broker
- xmapi: AppType = 'xmapi [1933 - tcp|udp]'¶
[TCP] IBM LM MT Agent
[UDP] IBM LM MT Agent
- xaapi: AppType = 'xaapi [1934 - tcp|udp]'¶
[TCP] IBM LM Appl Agent
[UDP] IBM LM Appl Agent
- 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
- dic_aida: AppType = 'dic-aida [1941 - tcp|udp]'¶
[TCP] DIC-Aida
[UDP] DIC-Aida
- res: AppType = 'res [1942 - tcp|udp]'¶
[TCP] Real Enterprise Service
[UDP] Real Enterprise Service
- beeyond_media: AppType = 'beeyond-media [1943 - tcp|udp]'¶
[TCP] Beeyond Media
[UDP] Beeyond Media
- close_combat: AppType = 'close-combat [1944 - tcp|udp]'¶
[TCP] close-combat
[UDP] close-combat
- dialogic_elmd: AppType = 'dialogic-elmd [1945 - tcp|udp]'¶
[TCP] dialogic-elmd
[UDP] dialogic-elmd
- tekpls: AppType = 'tekpls [1946 - tcp|udp]'¶
[TCP] tekpls
[UDP] tekpls
- sentinelsrm: AppType = 'sentinelsrm [1947 - tcp|udp]'¶
[TCP] SentinelSRM
[UDP] SentinelSRM
- eye2eye: AppType = 'eye2eye [1948 - tcp|udp]'¶
[TCP] eye2eye
[UDP] eye2eye
- 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
- bcs_lmserver: AppType = 'bcs-lmserver [1951 - tcp|udp]'¶
[TCP] bcs-lmserver
[UDP] bcs-lmserver
- mpnjsc: AppType = 'mpnjsc [1952 - tcp|udp]'¶
[TCP] mpnjsc
[UDP] mpnjsc
- rapidbase: AppType = 'rapidbase [1953 - tcp|udp]'¶
[TCP] Rapid Base
[UDP] Rapid Base
- 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)
- vrtl_vmf_ds: AppType = 'vrtl-vmf-ds [1956 - tcp|udp]'¶
[TCP] Vertel VMF DS
[UDP] Vertel VMF DS
- unix_status: AppType = 'unix-status [1957 - tcp|udp]'¶
[TCP] unix-status
[UDP] unix-status
- dxadmind: AppType = 'dxadmind [1958 - tcp|udp]'¶
[TCP] CA Administration Daemon
[UDP] CA Administration Daemon
- simp_all: AppType = 'simp-all [1959 - tcp|udp]'¶
[TCP] SIMP Channel
[UDP] SIMP Channel
- nasmanager: AppType = 'nasmanager [1960 - tcp|udp]'¶
[TCP] Merit DAC NASmanager
[UDP] Merit DAC NASmanager
- bts_appserver: AppType = 'bts-appserver [1961 - tcp|udp]'¶
[TCP] BTS APPSERVER
[UDP] BTS APPSERVER
- biap_mp: AppType = 'biap-mp [1962 - tcp|udp]'¶
[TCP] BIAP-MP
[UDP] BIAP-MP
- webmachine: AppType = 'webmachine [1963 - tcp|udp]'¶
[TCP] WebMachine
[UDP] WebMachine
- solid_e_engine: AppType = 'solid-e-engine [1964 - tcp|udp]'¶
[TCP] SOLID E ENGINE
[UDP] SOLID E ENGINE
- tivoli_npm: AppType = 'tivoli-npm [1965 - tcp|udp]'¶
[TCP] Tivoli NPM
[UDP] Tivoli NPM
- slush: AppType = 'slush [1966 - tcp|udp]'¶
[TCP] Slush
[UDP] Slush
- sns_quote: AppType = 'sns-quote [1967 - tcp|udp]'¶
[TCP] SNS Quote
[UDP] SNS Quote
- lipsinc: AppType = 'lipsinc [1968 - tcp|udp]'¶
[TCP] LIPSinc
[UDP] LIPSinc
- lipsinc1: AppType = 'lipsinc1 [1969 - tcp|udp]'¶
[TCP] LIPSinc 1
[UDP] LIPSinc 1
- netop_rc: AppType = 'netop-rc [1970 - tcp|udp]'¶
[TCP] NetOp Remote Control
[UDP] NetOp Remote Control
- netop_school: AppType = 'netop-school [1971 - tcp|udp]'¶
[TCP] NetOp School
[UDP] NetOp School
- intersys_cache: AppType = 'intersys-cache [1972 - tcp|udp]'¶
[TCP] Cache
[UDP] Cache
- dlsrap: AppType = 'dlsrap [1973 - tcp|udp]'¶
[TCP] Data Link Switching Remote Access Protocol
[UDP] Data Link Switching Remote Access Protocol
- drp: AppType = 'drp [1974 - tcp|udp]'¶
[TCP] DRP
[UDP] DRP
- tcoflashagent: AppType = 'tcoflashagent [1975 - tcp|udp]'¶
[TCP] TCO Flash Agent
[UDP] TCO Flash Agent
- tcoregagent: AppType = 'tcoregagent [1976 - tcp|udp]'¶
[TCP] TCO Reg Agent
[UDP] TCO Reg Agent
- tcoaddressbook: AppType = 'tcoaddressbook [1977 - tcp|udp]'¶
[TCP] TCO Address Book
[UDP] TCO Address Book
- unisql: AppType = 'unisql [1978 - tcp|udp]'¶
[TCP] UniSQL
[UDP] UniSQL
- unisql_java: AppType = 'unisql-java [1979 - tcp|udp]'¶
[TCP] UniSQL Java
[UDP] UniSQL Java
- pearldoc_xact: AppType = 'pearldoc-xact [1980 - tcp|udp]'¶
[TCP] PearlDoc XACT
[UDP] PearlDoc XACT
- p2pq: AppType = 'p2pq [1981 - tcp|udp]'¶
[TCP] p2pQ
[UDP] p2pQ
- estamp: AppType = 'estamp [1982 - tcp|udp]'¶
[TCP] Evidentiary Timestamp
[UDP] Evidentiary Timestamp
- lhtp: AppType = 'lhtp [1983 - tcp|udp]'¶
[TCP] Loophole Test Protocol
[UDP] Loophole Test Protocol
- bb: AppType = 'bb [1984 - tcp|udp]'¶
[TCP] BB
[UDP] BB
- hsrp: AppType = 'hsrp [1985 - tcp|udp]'¶
- 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
- mshnet: AppType = 'mshnet [1989 - tcp|udp]'¶
[TCP] MHSnet system
[UDP] MHSnet system
- 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
- ipsendmsg: AppType = 'ipsendmsg [1992 - tcp|udp]'¶
[TCP] IPsendmsg
[UDP] IPsendmsg
- 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
- perf_port: AppType = 'perf-port [1995 - tcp|udp]'¶
[TCP] cisco perf port
[UDP] cisco perf 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
- cisco_sccp: AppType = 'cisco-sccp [2000 - tcp|udp]'¶
[TCP] Cisco SCCP
[UDP] Cisco SCCp
- dc: AppType = 'dc [2001 - tcp]'¶
[TCP]
- wizard: AppType = 'wizard [2001 - udp]'¶
[UDP] curry
- globe: AppType = 'globe [2002 - tcp|udp]'¶
[TCP]
[UDP]
- brutus: AppType = 'brutus [2003 - tcp|udp]'¶
[TCP] Brutus Server
[UDP] Brutus Server
- mailbox: AppType = 'mailbox [2004 - tcp]'¶
[TCP]
- emce: AppType = 'emce [2004 - udp]'¶
[UDP] CCWS mm conf
- berknet: AppType = 'berknet [2005 - tcp]'¶
[TCP]
- oracle: AppType = 'oracle [2005 - udp]'¶
[UDP]
- invokator: AppType = 'invokator [2006 - tcp]'¶
[TCP]
- dectalk: AppType = 'dectalk [2007 - tcp]'¶
[TCP]
- conf: AppType = 'conf [2008 - tcp]'¶
[TCP]
- news: AppType = 'news [2009 - tcp]'¶
[TCP]
- search: AppType = 'search [2010 - tcp]'¶
[TCP]
- pipe_server: AppType = 'pipe-server [2010 - udp]'¶
[UDP] IANA assigned this well-formed service name as a replacement for “pipe_server”.
[UDP]
- raid_cc: AppType = 'raid-cc [2011 - tcp]'¶
[TCP] raid
- servserv: AppType = 'servserv [2011 - udp]'¶
[UDP]
- ttyinfo: AppType = 'ttyinfo [2012 - tcp]'¶
[TCP]
- raid_ac: AppType = 'raid-ac [2012 - udp]'¶
[UDP]
- raid_am_2007: AppType = 'raid-am [2007 - udp]'¶
[UDP]
- raid_am_2013: AppType = 'raid-am [2013 - tcp]'¶
[TCP]
- raid_cd_2006: AppType = 'raid-cd [2006 - udp]'¶
[UDP] raid
- raid_cd_2013: AppType = 'raid-cd [2013 - udp]'¶
[UDP]
- troff: AppType = 'troff [2014 - tcp]'¶
[TCP]
- raid_sf: AppType = 'raid-sf [2014 - udp]'¶
[UDP]
- cypress: AppType = 'cypress [2015 - tcp]'¶
[TCP]
- raid_cs: AppType = 'raid-cs [2015 - udp]'¶
[UDP]
- bootserver: AppType = 'bootserver [2016 - tcp|udp]'¶
[TCP]
[UDP]
- cypress_stat: AppType = 'cypress-stat [2017 - tcp]'¶
[TCP]
- bootclient: AppType = 'bootclient [2017 - udp]'¶
[UDP]
- terminaldb_2008: AppType = 'terminaldb [2008 - udp]'¶
[UDP]
- terminaldb_2018: AppType = 'terminaldb [2018 - tcp]'¶
[TCP]
- rellpack: AppType = 'rellpack [2018 - udp]'¶
[UDP]
- whosockami_2009: AppType = 'whosockami [2009 - udp]'¶
[UDP]
- whosockami_2019: AppType = 'whosockami [2019 - tcp]'¶
[TCP]
- about: AppType = 'about [2019 - udp]'¶
[UDP]
- xinupageserver: AppType = 'xinupageserver [2020 - tcp|udp]'¶
[TCP]
[UDP]
- servexec: AppType = 'servexec [2021 - tcp]'¶
[TCP]
- xinuexpansion1: AppType = 'xinuexpansion1 [2021 - udp]'¶
[UDP]
- down: AppType = 'down [2022 - tcp]'¶
[TCP]
- xinuexpansion2: AppType = 'xinuexpansion2 [2022 - udp]'¶
[UDP]
- xinuexpansion3: AppType = 'xinuexpansion3 [2023 - tcp|udp]'¶
[TCP]
[UDP]
- xinuexpansion4: AppType = 'xinuexpansion4 [2024 - tcp|udp]'¶
[TCP]
[UDP]
- ellpack: AppType = 'ellpack [2025 - tcp]'¶
[TCP]
- xribs: AppType = 'xribs [2025 - udp]'¶
[UDP]
- scrabble: AppType = 'scrabble [2026 - tcp|udp]'¶
[TCP]
[UDP]
- shadowserver: AppType = 'shadowserver [2027 - tcp|udp]'¶
[TCP]
[UDP]
- submitserver: AppType = 'submitserver [2028 - tcp|udp]'¶
[TCP]
[UDP]
- hsrpv6: AppType = 'hsrpv6 [2029 - tcp|udp]'¶
[TCP] Hot Standby Router Protocol IPv6
[UDP] Hot Standby Router Protocol IPv6
- device2: AppType = 'device2 [2030 - tcp|udp]'¶
[TCP]
[UDP]
- mobrien_chat: AppType = 'mobrien-chat [2031 - tcp|udp]'¶
[TCP] mobrien-chat
[UDP] mobrien-chat
- blackboard: AppType = 'blackboard [2032 - tcp|udp]'¶
[TCP]
[UDP]
- glogger: AppType = 'glogger [2033 - tcp|udp]'¶
[TCP]
[UDP]
- scoremgr: AppType = 'scoremgr [2034 - tcp|udp]'¶
[TCP]
[UDP]
- imsldoc: AppType = 'imsldoc [2035 - tcp|udp]'¶
[TCP]
[UDP]
- 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
- objectmanager: AppType = 'objectmanager [2038 - tcp|udp]'¶
[TCP]
[UDP]
- prizma: AppType = 'prizma [2039 - tcp|udp]'¶
[TCP] Prizma Monitoring Service
[UDP] Prizma Monitoring Service
- lam: AppType = 'lam [2040 - tcp|udp]'¶
[TCP]
[UDP]
- interbase: AppType = 'interbase [2041 - tcp|udp]'¶
[TCP]
[UDP]
- isis: AppType = 'isis [2042 - tcp|udp]'¶
[TCP] isis
[UDP] isis
- isis_bcast: AppType = 'isis-bcast [2043 - tcp|udp]'¶
[TCP] isis-bcast
[UDP] isis-bcast
- rimsl: AppType = 'rimsl [2044 - tcp|udp]'¶
[TCP]
[UDP]
- cdfunc: AppType = 'cdfunc [2045 - tcp|udp]'¶
[TCP]
[UDP]
- sdfunc: AppType = 'sdfunc [2046 - tcp|udp]'¶
[TCP]
[UDP]
- dls_197: AppType = 'dls [197 - tcp|udp]'¶
[TCP] Directory Location Service
[UDP] Directory Location Service
- dls_2047: AppType = 'dls [2047 - tcp|udp]'¶
[TCP]
[UDP]
- dls_monitor: AppType = 'dls-monitor [2048 - tcp|udp]'¶
[TCP]
[UDP]
- shilp: AppType = 'shilp [2049 - tcp|udp]'¶
[TCP]
[UDP]
- 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
- epnsdp: AppType = 'epnsdp [2051 - tcp|udp]'¶
[TCP] EPNSDP
[UDP] EPNSDP
- 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
- weblogin: AppType = 'weblogin [2054 - tcp|udp]'¶
[TCP] Weblogin Port
[UDP] Weblogin Port
- iop: AppType = 'iop [2055 - tcp|udp]'¶
[TCP] Iliad-Odyssey Protocol
[UDP] Iliad-Odyssey Protocol
- omnisky: AppType = 'omnisky [2056 - tcp|udp]'¶
[TCP] OmniSky Port
[UDP] OmniSky Port
- 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
- netmount: AppType = 'netmount [2061 - tcp|udp]'¶
[TCP] NetMount
[UDP] NetMount
- icg_swp: AppType = 'icg-swp [2062 - tcp|udp]'¶
[TCP] ICG SWP Port
[UDP] ICG SWP Port
- icg_bridge: AppType = 'icg-bridge [2063 - tcp|udp]'¶
[TCP] ICG Bridge Port
[UDP] ICG Bridge Port
- 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
- event_port: AppType = 'event-port [2069 - tcp|udp]'¶
[TCP] HTTP Event Port
[UDP] HTTP Event Port
- 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
- msync: AppType = 'msync [2072 - tcp|udp]'¶
[TCP] GlobeCast mSync
[UDP] GlobeCast mSync
- gxs_data_port: AppType = 'gxs-data-port [2073 - tcp|udp]'¶
[TCP] DataReel Database Socket
[UDP] DataReel Database Socket
- vrtl_vmf_sa: AppType = 'vrtl-vmf-sa [2074 - tcp|udp]'¶
[TCP] Vertel VMF SA
[UDP] Vertel VMF SA
- 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
- radsec: AppType = 'radsec [2083 - tcp|udp]'¶
- sunclustergeo: AppType = 'sunclustergeo [2084 - tcp|udp]'¶
[TCP] SunCluster Geographic
[UDP] SunCluster Geographic
- ada_cip: AppType = 'ada-cip [2085 - tcp|udp]'¶
[TCP] ADA Control
[UDP] ADA Control
- gnunet: AppType = 'gnunet [2086 - tcp|udp]'¶
[TCP] GNUnet
[UDP] GNUnet
- eli: AppType = 'eli [2087 - tcp|udp]'¶
[TCP] ELI - Event Logging Integration
[UDP] ELI - Event Logging Integration
- ip_blf: AppType = 'ip-blf [2088 - tcp|udp]'¶
[TCP] IP Busy Lamp Field
[UDP] IP Busy Lamp Field
- sep: AppType = 'sep [2089 - tcp|udp]'¶
[TCP] Security Encapsulation Protocol - SEP
[UDP] Security Encapsulation Protocol - SEP
- lrp: AppType = 'lrp [2090 - tcp|udp]'¶
[TCP] Load Report Protocol
[UDP] Load Report Protocol
- prp: AppType = 'prp [2091 - tcp|udp]'¶
[TCP] PRP
[UDP] PRP
- descent3: AppType = 'descent3 [2092 - tcp|udp]'¶
[TCP] Descent 3
[UDP] Descent 3
- nbx_cc: AppType = 'nbx-cc [2093 - tcp|udp]'¶
[TCP] NBX CC
[UDP] NBX CC
- nbx_au: AppType = 'nbx-au [2094 - tcp|udp]'¶
[TCP] NBX AU
[UDP] NBX AU
- nbx_ser: AppType = 'nbx-ser [2095 - tcp|udp]'¶
[TCP] NBX SER
[UDP] NBX SER
- nbx_dir: AppType = 'nbx-dir [2096 - tcp|udp]'¶
[TCP] NBX DIR
[UDP] NBX DIR
- jetformpreview: AppType = 'jetformpreview [2097 - tcp|udp]'¶
[TCP] Jet Form Preview
[UDP] Jet Form Preview
- dialog_port: AppType = 'dialog-port [2098 - tcp|udp]'¶
[TCP] Dialog Port
[UDP] Dialog Port
- 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
- rtcm_sc104: AppType = 'rtcm-sc104 [2101 - tcp|udp]'¶
[TCP] rtcm-sc104
[UDP] rtcm-sc104
- zephyr_srv: AppType = 'zephyr-srv [2102 - tcp|udp]'¶
[TCP] Zephyr server
[UDP] Zephyr server
- 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
- minipay: AppType = 'minipay [2105 - tcp|udp]'¶
[TCP] MiniPay
[UDP] MiniPay
- mzap: AppType = 'mzap [2106 - tcp|udp]'¶
[TCP] MZAP
[UDP] MZAP
- bintec_admin: AppType = 'bintec-admin [2107 - tcp|udp]'¶
[TCP] BinTec Admin
[UDP] BinTec Admin
- comcam: AppType = 'comcam [2108 - tcp|udp]'¶
[TCP] Comcam
[UDP] Comcam
- ergolight: AppType = 'ergolight [2109 - tcp|udp]'¶
[TCP] Ergolight
[UDP] Ergolight
- umsp: AppType = 'umsp [2110 - tcp|udp]'¶
[TCP] UMSP
[UDP] UMSP
- 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
- hsl_storm: AppType = 'hsl-storm [2113 - tcp|udp]'¶
[TCP] HSL StoRM
[UDP] HSL StoRM
- 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
- ccowcmr: AppType = 'ccowcmr [2116 - tcp|udp]'¶
[TCP] CCOWCMR
[UDP] CCOWCMR
- mentaclient: AppType = 'mentaclient [2117 - tcp|udp]'¶
[TCP] MENTACLIENT
[UDP] MENTACLIENT
- mentaserver: AppType = 'mentaserver [2118 - tcp|udp]'¶
[TCP] MENTASERVER
[UDP] MENTASERVER
- gsigatekeeper: AppType = 'gsigatekeeper [2119 - tcp|udp]'¶
[TCP] GSIGATEKEEPER
[UDP] GSIGATEKEEPER
- qencp: AppType = 'qencp [2120 - tcp|udp]'¶
[TCP] Quick Eagle Networks CP
[UDP] Quick Eagle Networks CP
- scientia_ssdb: AppType = 'scientia-ssdb [2121 - tcp|udp]'¶
[TCP] SCIENTIA-SSDB
[UDP] SCIENTIA-SSDB
- 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)
- elatelink: AppType = 'elatelink [2124 - tcp|udp]'¶
[TCP] ELATELINK
[UDP] ELATELINK
- lockstep: AppType = 'lockstep [2125 - tcp|udp]'¶
[TCP] LOCKSTEP
[UDP] LOCKSTEP
- pktcable_cops: AppType = 'pktcable-cops [2126 - tcp|udp]'¶
[TCP] PktCable-COPS
[UDP] PktCable-COPS
- index_pc_wb: AppType = 'index-pc-wb [2127 - tcp|udp]'¶
[TCP] INDEX-PC-WB
[UDP] INDEX-PC-WB
- net_steward: AppType = 'net-steward [2128 - tcp|udp]'¶
[TCP] Net Steward Control
[UDP] Net Steward Control
- cs_live: AppType = 'cs-live [2129 - tcp|udp]'¶
[TCP] cs-live.com
[UDP] cs-live.com
- xds: AppType = 'xds [2130 - tcp|udp]'¶
[TCP] XDS
[UDP] XDS
- avantageb2b: AppType = 'avantageb2b [2131 - tcp|udp]'¶
[TCP] Avantageb2b
[UDP] Avantageb2b
- solera_epmap: AppType = 'solera-epmap [2132 - tcp|udp]'¶
[TCP] SoleraTec End Point Map
[UDP] SoleraTec End Point Map
- zymed_zpp: AppType = 'zymed-zpp [2133 - tcp|udp]'¶
[TCP] ZYMED-ZPP
[UDP] ZYMED-ZPP
- avenue: AppType = 'avenue [2134 - tcp|udp]'¶
[TCP] AVENUE
[UDP] AVENUE
- gris: AppType = 'gris [2135 - tcp|udp]'¶
[TCP] Grid Resource Information Server
[UDP] Grid Resource Information Server
- appworxsrv: AppType = 'appworxsrv [2136 - tcp|udp]'¶
[TCP] APPWORXSRV
[UDP] APPWORXSRV
- connect: AppType = 'connect [2137 - tcp|udp]'¶
[TCP] CONNECT
[UDP] CONNECT
- unbind_cluster: AppType = 'unbind-cluster [2138 - tcp|udp]'¶
[TCP] UNBIND-CLUSTER
[UDP] UNBIND-CLUSTER
- ias_auth: AppType = 'ias-auth [2139 - tcp|udp]'¶
[TCP] IAS-AUTH
[UDP] IAS-AUTH
- ias_reg: AppType = 'ias-reg [2140 - tcp|udp]'¶
[TCP] IAS-REG
[UDP] IAS-REG
- ias_admind: AppType = 'ias-admind [2141 - tcp|udp]'¶
[TCP] IAS-ADMIND
[UDP] IAS-ADMIND
- tdmoip: AppType = 'tdmoip [2142 - tcp|udp]'¶
- 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
- acptsys: AppType = 'acptsys [2149 - tcp|udp]'¶
[TCP] ACPTSYS
[UDP] ACPTSYS
- dynamic3d: AppType = 'dynamic3d [2150 - tcp|udp]'¶
[TCP] DYNAMIC3D
[UDP] DYNAMIC3D
- docent: AppType = 'docent [2151 - tcp|udp]'¶
[TCP] DOCENT
[UDP] DOCENT
- gtp_user: AppType = 'gtp-user [2152 - tcp|udp]'¶
[TCP] GTP-User Plane (3GPP)
[UDP] GTP-User Plane (3GPP)
- ctlptc: AppType = 'ctlptc [2153 - tcp|udp]'¶
[TCP] Control Protocol
[UDP] Control Protocol
- stdptc: AppType = 'stdptc [2154 - tcp|udp]'¶
[TCP] Standard Protocol
[UDP] Standard Protocol
- brdptc: AppType = 'brdptc [2155 - tcp|udp]'¶
[TCP] Bridge Protocol
[UDP] Bridge Protocol
- 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
- apc_2160: AppType = 'apc-2160 [2160 - tcp|udp]'¶
[TCP] APC 2160
[UDP] APC 2160
- apc_2161: AppType = 'apc-2161 [2161 - tcp|udp]'¶
[TCP] APC 2161
[UDP] APC 2161
[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
- x_bone_api: AppType = 'x-bone-api [2165 - tcp|udp]'¶
[TCP] X-Bone API
[UDP] X-Bone API
- iwserver: AppType = 'iwserver [2166 - tcp|udp]'¶
[TCP] iwserver
[UDP] iwserver
- 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)
- eyetv: AppType = 'eyetv [2170 - tcp|udp]'¶
[TCP] EyeTV Server Port
[UDP] EyeTV Server Port
- 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
- eforward: AppType = 'eforward [2181 - tcp|udp]'¶
[TCP] eforward
[UDP] eforward
- cgn_stat: AppType = 'cgn-stat [2182 - tcp|udp]'¶
[TCP] CGN status
[UDP] CGN status
- 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
- ssmc: AppType = 'ssmc [2187 - tcp]'¶
[TCP] Sepehr System Management Control
- ssmd: AppType = 'ssmd [2187 - udp]'¶
[UDP] Sepehr System Management Data
- radware_rpm: AppType = 'radware-rpm [2188 - tcp]'¶
[TCP] Radware Resource Pool Manager
- reserved_2188: AppType = 'reserved [2188 - udp]'¶
[UDP] Reserved
- radware_rpm_s: AppType = 'radware-rpm-s [2189 - tcp]'¶
[TCP] Secure Radware Resource Pool Manager
- reserved_2189: AppType = 'reserved [2189 - udp]'¶
[UDP] Reserved
- tivoconnect: AppType = 'tivoconnect [2190 - tcp|udp]'¶
[TCP] TiVoConnect Beacon
[UDP] TiVoConnect Beacon
- tvbus: AppType = 'tvbus [2191 - tcp|udp]'¶
[TCP] TvBus Messaging
[UDP] TvBus Messaging
- 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
- reserved_2200: AppType = 'reserved [2200 - tcp|udp]'¶
[TCP] Reserved
[UDP] Reserved
- 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
- hpocbus: AppType = 'hpocbus [2206 - tcp|udp]'¶
[TCP] HP OpenCall bus
[UDP] HP OpenCall bus
- hpssd: AppType = 'hpssd [2207 - tcp|udp]'¶
[TCP] HP Status and Services
[UDP] HP Status and Services
- hpiod: AppType = 'hpiod [2208 - tcp|udp]'¶
[TCP] HP I/O Backend
[UDP] HP I/O Backend
- 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
- emwin: AppType = 'emwin [2211 - tcp|udp]'¶
[TCP] EMWIN
[UDP] EMWIN
- leecoposserver: AppType = 'leecoposserver [2212 - tcp|udp]'¶
[TCP] LeeCO POS Server Service
[UDP] LeeCO POS Server Service
- kali: AppType = 'kali [2213 - tcp|udp]'¶
[TCP] Kali
[UDP] Kali
- rpi: AppType = 'rpi [2214 - tcp|udp]'¶
[TCP] RDQ Protocol Interface
[UDP] RDQ Protocol Interface
- ipcore: AppType = 'ipcore [2215 - tcp|udp]'¶
[TCP] IPCore.co.za GPRS
[UDP] IPCore.co.za GPRS
- vtu_comms: AppType = 'vtu-comms [2216 - tcp|udp]'¶
[TCP] VTU data service
[UDP] VTU data service
- gotodevice: AppType = 'gotodevice [2217 - tcp|udp]'¶
[TCP] GoToDevice Device Management
[UDP] GoToDevice Device Management
- bounzza: AppType = 'bounzza [2218 - tcp|udp]'¶
[TCP] Bounzza IRC Proxy
[UDP] Bounzza IRC Proxy
- netiq_ncap: AppType = 'netiq-ncap [2219 - tcp|udp]'¶
[TCP] NetIQ NCAP Protocol
[UDP] NetIQ NCAP Protocol
- netiq: AppType = 'netiq [2220 - tcp|udp]'¶
[TCP] NetIQ End2End
[UDP] NetIQ End2End
- 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
- rockwell_csp2: AppType = 'rockwell-csp2 [2223 - tcp|udp]'¶
[TCP] Rockwell CSP2
[UDP] Rockwell CSP2
- 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
- reserved_2225: AppType = 'reserved [2225 - udp]'¶
[UDP] Reserved
- di_drm: AppType = 'di-drm [2226 - tcp|udp]'¶
[TCP] Digital Instinct DRM
[UDP] Digital Instinct DRM
- di_msg: AppType = 'di-msg [2227 - tcp|udp]'¶
[TCP] DI Messaging Service
[UDP] DI Messaging Service
- ehome_ms: AppType = 'ehome-ms [2228 - tcp|udp]'¶
[TCP] eHome Message Server
[UDP] eHome Message Server
- datalens: AppType = 'datalens [2229 - tcp|udp]'¶
[TCP] DataLens Service
[UDP] DataLens Service
- 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
- ivs_video: AppType = 'ivs-video [2232 - tcp|udp]'¶
[TCP] IVS Video default
[UDP] IVS Video default
- infocrypt: AppType = 'infocrypt [2233 - tcp|udp]'¶
[TCP] INFOCRYPT
[UDP] INFOCRYPT
- directplay: AppType = 'directplay [2234 - tcp|udp]'¶
[TCP] DirectPlay
[UDP] DirectPlay
- sercomm_wlink: AppType = 'sercomm-wlink [2235 - tcp|udp]'¶
[TCP] Sercomm-WLink
[UDP] Sercomm-WLink
- nani: AppType = 'nani [2236 - tcp|udp]'¶
[TCP] Nani
[UDP] Nani
- optech_port1_lm: AppType = 'optech-port1-lm [2237 - tcp|udp]'¶
[TCP] Optech Port1 License Manager
[UDP] Optech Port1 License Manager
- aviva_sna: AppType = 'aviva-sna [2238 - tcp|udp]'¶
[TCP] AVIVA SNA SERVER
[UDP] AVIVA SNA SERVER
- imagequery: AppType = 'imagequery [2239 - tcp|udp]'¶
[TCP] Image Query
[UDP] Image Query
- recipe: AppType = 'recipe [2240 - tcp|udp]'¶
[TCP] RECIPe
[UDP] RECIPe
- ivsd: AppType = 'ivsd [2241 - tcp|udp]'¶
[TCP] IVS Daemon
[UDP] IVS Daemon
- foliocorp: AppType = 'foliocorp [2242 - tcp|udp]'¶
[TCP] Folio Remote Server
[UDP] Folio Remote Server
- magicom: AppType = 'magicom [2243 - tcp|udp]'¶
[TCP] Magicom Protocol
[UDP] Magicom Protocol
- nmsserver: AppType = 'nmsserver [2244 - tcp|udp]'¶
[TCP] NMS Server
[UDP] NMS Server
- hao: AppType = 'hao [2245 - tcp|udp]'¶
[TCP] HaO
[UDP] HaO
- 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
- ums: AppType = 'ums [2248 - tcp|udp]'¶
[TCP] User Management Service
[UDP] User Management Service
- rfmp: AppType = 'rfmp [2249 - tcp|udp]'¶
[TCP] RISO File Manager Protocol
[UDP] RISO File Manager Protocol
- remote_collab: AppType = 'remote-collab [2250 - tcp|udp]'¶
[TCP] remote-collab
[UDP] remote-collab
- dif_port: AppType = 'dif-port [2251 - tcp|udp]'¶
[TCP] Distributed Framework Port
[UDP] Distributed Framework Port
- njenet_ssl: AppType = 'njenet-ssl [2252 - tcp|udp]'¶
[TCP] NJENET using SSL
[UDP] NJENET using SSL
- dtv_chan_req: AppType = 'dtv-chan-req [2253 - tcp|udp]'¶
[TCP] DTV Channel Request
[UDP] DTV Channel Request
- seispoc: AppType = 'seispoc [2254 - tcp|udp]'¶
[TCP] Seismic P.O.C. Port
[UDP] Seismic P.O.C. Port
- vrtp: AppType = 'vrtp [2255 - tcp|udp]'¶
[TCP] VRTP - ViRtue Transfer Protocol
[UDP] VRTP - ViRtue Transfer Protocol
- pcc_mfp: AppType = 'pcc-mfp [2256 - tcp|udp]'¶
[TCP] PCC MFP
[UDP] PCC MFP
- 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
- apc_2260: AppType = 'apc-2260 [2260 - tcp|udp]'¶
[TCP] APC 2260
[UDP] APC 2260
- 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
- mfserver: AppType = 'mfserver [2266 - tcp|udp]'¶
[TCP] M-Files Server
[UDP] M-files Server
- ontobroker: AppType = 'ontobroker [2267 - tcp|udp]'¶
[TCP] OntoBroker
[UDP] OntoBroker
- mikey: AppType = 'mikey [2269 - tcp|udp]'¶
[TCP] MIKEY
[UDP] MIKEY
- starschool: AppType = 'starschool [2270 - tcp|udp]'¶
[TCP] starSchool
[UDP] starSchool
- 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
- pcttunnell: AppType = 'pcttunnell [2274 - tcp|udp]'¶
[TCP] PCTTunneller
[UDP] PCTTunneller
- 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
- xmquery: AppType = 'xmquery [2279 - tcp|udp]'¶
[TCP] xmquery
[UDP] xmquery
- lnvpoller: AppType = 'lnvpoller [2280 - tcp|udp]'¶
[TCP] LNVPOLLER
[UDP] LNVPOLLER
- lnvconsole: AppType = 'lnvconsole [2281 - tcp|udp]'¶
[TCP] LNVCONSOLE
[UDP] LNVCONSOLE
- lnvalarm: AppType = 'lnvalarm [2282 - tcp|udp]'¶
[TCP] LNVALARM
[UDP] LNVALARM
- lnvstatus: AppType = 'lnvstatus [2283 - tcp|udp]'¶
[TCP] LNVSTATUS
[UDP] LNVSTATUS
- lnvmaps: AppType = 'lnvmaps [2284 - tcp|udp]'¶
[TCP] LNVMAPS
[UDP] LNVMAPS
- lnvmailmon: AppType = 'lnvmailmon [2285 - tcp|udp]'¶
[TCP] LNVMAILMON
[UDP] LNVMAILMON
- nas_metering: AppType = 'nas-metering [2286 - tcp|udp]'¶
[TCP] NAS-Metering
[UDP] NAS-Metering
- dna: AppType = 'dna [2287 - tcp|udp]'¶
[TCP] DNA
[UDP] DNA
- netml: AppType = 'netml [2288 - tcp|udp]'¶
[TCP] NETML
[UDP] NETML
- 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
- cvmmon: AppType = 'cvmmon [2300 - tcp|udp]'¶
[TCP] CVMMON
[UDP] CVMMON
- cpq_wbem: AppType = 'cpq-wbem [2301 - tcp|udp]'¶
[TCP] Compaq HTTP
[UDP] Compaq HTTP
- binderysupport: AppType = 'binderysupport [2302 - tcp|udp]'¶
[TCP] Bindery Support
[UDP] Bindery Support
- proxy_gateway: AppType = 'proxy-gateway [2303 - tcp|udp]'¶
[TCP] Proxy Gateway
[UDP] Proxy Gateway
- 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
- tappi_boxnet: AppType = 'tappi-boxnet [2306 - tcp|udp]'¶
[TCP] TAPPI BoxNet
[UDP] TAPPI BoxNet
- pehelp: AppType = 'pehelp [2307 - tcp|udp]'¶
[TCP] pehelp
[UDP] pehelp
- sdhelp: AppType = 'sdhelp [2308 - tcp|udp]'¶
[TCP] sdhelp
[UDP] sdhelp
- sdserver: AppType = 'sdserver [2309 - tcp|udp]'¶
[TCP] SD Server
[UDP] SD Server
- sdclient: AppType = 'sdclient [2310 - tcp|udp]'¶
[TCP] SD Client
[UDP] SD Client
- 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)
- cr_websystems: AppType = 'cr-websystems [2314 - tcp|udp]'¶
[TCP] CR WebSystems
[UDP] CR WebSystems
- precise_sft: AppType = 'precise-sft [2315 - tcp|udp]'¶
[TCP] Precise Sft.
[UDP] Precise Sft.
- 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
- infolibria: AppType = 'infolibria [2319 - tcp|udp]'¶
[TCP] InfoLibria
[UDP] InfoLibria
- siebel_ns: AppType = 'siebel-ns [2320 - tcp|udp]'¶
[TCP] Siebel NS
[UDP] Siebel NS
- rdlap: AppType = 'rdlap [2321 - tcp|udp]'¶
[TCP] RDLAP
[UDP] RDLAP
- ofsd: AppType = 'ofsd [2322 - tcp|udp]'¶
[TCP] ofsd
[UDP] ofsd
- AppType_3d_nfsd: AppType = '3d-nfsd [2323 - tcp|udp]'¶
[TCP] 3d-nfsd
[UDP] 3d-nfsd
- cosmocall: AppType = 'cosmocall [2324 - tcp|udp]'¶
[TCP] Cosmocall
[UDP] Cosmocall
- ansysli: AppType = 'ansysli [2325 - tcp|udp]'¶
[TCP] ANSYS Licensing Interconnect
[UDP] ANSYS Licensing Interconnect
- idcp: AppType = 'idcp [2326 - tcp|udp]'¶
[TCP] IDCP
[UDP] IDCP
- xingcsm: AppType = 'xingcsm [2327 - tcp|udp]'¶
[TCP] xingcsm
[UDP] xingcsm
- netrix_sftm: AppType = 'netrix-sftm [2328 - tcp|udp]'¶
[TCP] Netrix SFTM
[UDP] Netrix SFTM
- nvd_2184: AppType = 'nvd [2184 - tcp|udp]'¶
[TCP] NVD User
[UDP] NVD User
- nvd_2329: AppType = 'nvd [2329 - tcp|udp]'¶
[TCP] NVD
[UDP] NVD
- tscchat: AppType = 'tscchat [2330 - tcp|udp]'¶
[TCP] TSCCHAT
[UDP] TSCCHAT
- agentview: AppType = 'agentview [2331 - tcp|udp]'¶
[TCP] AGENTVIEW
[UDP] AGENTVIEW
- rcc_host: AppType = 'rcc-host [2332 - tcp|udp]'¶
[TCP] RCC Host
[UDP] RCC Host
- snapp: AppType = 'snapp [2333 - tcp|udp]'¶
[TCP] SNAPP
[UDP] SNAPP
- ace_client: AppType = 'ace-client [2334 - tcp|udp]'¶
[TCP] ACE Client Auth
[UDP] ACE Client Auth
- ace_proxy: AppType = 'ace-proxy [2335 - tcp|udp]'¶
[TCP] ACE Proxy
[UDP] ACE Proxy
- appleugcontrol: AppType = 'appleugcontrol [2336 - tcp|udp]'¶
[TCP] Apple UG Control
[UDP] Apple UG Control
- ideesrv: AppType = 'ideesrv [2337 - tcp|udp]'¶
[TCP] ideesrv
[UDP] ideesrv
- 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
- xiostatus: AppType = 'xiostatus [2341 - tcp|udp]'¶
[TCP] XIO Status
[UDP] XIO Status
- manage_exec: AppType = 'manage-exec [2342 - tcp|udp]'¶
[TCP] Seagate Manage Exec
[UDP] Seagate Manage Exec
- nati_logos: AppType = 'nati-logos [2343 - tcp|udp]'¶
[TCP] nati logos
[UDP] nati logos
- fcmsys: AppType = 'fcmsys [2344 - tcp|udp]'¶
[TCP] fcmsys
[UDP] fcmsys
- dbm: AppType = 'dbm [2345 - tcp|udp]'¶
[TCP] dbm
[UDP] dbm
- 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
- psrserver: AppType = 'psrserver [2351 - tcp|udp]'¶
[TCP] psrserver
[UDP] psrserver
- pslserver: AppType = 'pslserver [2352 - tcp|udp]'¶
[TCP] pslserver
[UDP] pslserver
- pspserver: AppType = 'pspserver [2353 - tcp|udp]'¶
[TCP] pspserver
[UDP] pspserver
- psprserver: AppType = 'psprserver [2354 - tcp|udp]'¶
[TCP] psprserver
[UDP] psprserver
- psdbserver: AppType = 'psdbserver [2355 - tcp|udp]'¶
[TCP] psdbserver
[UDP] psdbserver
- gxtelmd: AppType = 'gxtelmd [2356 - tcp|udp]'¶
[TCP] GXT License Managemant
[UDP] GXT License Managemant
- unihub_server: AppType = 'unihub-server [2357 - tcp|udp]'¶
[TCP] UniHub Server
[UDP] UniHub Server
- futrix: AppType = 'futrix [2358 - tcp|udp]'¶
[TCP] Futrix
[UDP] Futrix
- flukeserver: AppType = 'flukeserver [2359 - tcp|udp]'¶
[TCP] FlukeServer
[UDP] FlukeServer
- nexstorindltd: AppType = 'nexstorindltd [2360 - tcp|udp]'¶
[TCP] NexstorIndLtd
[UDP] NexstorIndLtd
- tl1: AppType = 'tl1 [2361 - tcp|udp]'¶
[TCP] TL1
[UDP] TL1
- digiman: AppType = 'digiman [2362 - tcp|udp]'¶
[TCP] digiman
[UDP] digiman
- mediacntrlnfsd: AppType = 'mediacntrlnfsd [2363 - tcp|udp]'¶
[TCP] Media Central NFSD
[UDP] Media Central NFSD
- oi_2000: AppType = 'oi-2000 [2364 - tcp|udp]'¶
[TCP] OI-2000
[UDP] OI-2000
- dbref: AppType = 'dbref [2365 - tcp|udp]'¶
[TCP] dbref
[UDP] dbref
- qip_login: AppType = 'qip-login [2366 - tcp|udp]'¶
[TCP] qip-login
[UDP] qip-login
- service_ctrl: AppType = 'service-ctrl [2367 - tcp|udp]'¶
[TCP] Service Control
[UDP] Service Control
- opentable: AppType = 'opentable [2368 - tcp|udp]'¶
[TCP] OpenTable
[UDP] OpenTable
- bif_p2p: AppType = 'bif-p2p [2369 - tcp|udp]'¶
[TCP] Blockchain Identifier InFrastructure P2P
[UDP] Blockchain Identifier InFrastructure P2P
- l3_hbmon: AppType = 'l3-hbmon [2370 - tcp|udp]'¶
[TCP] L3-HBMon
[UDP] L3-HBMon
- rda_630: AppType = 'rda [630 - tcp|udp]'¶
[TCP] RDA
[UDP] RDA
- rda_2371: AppType = 'rda [2371 - tcp]'¶
[TCP] Remote Device Access
- reserved_2371: AppType = 'reserved [2371 - udp]'¶
[UDP] Reserved
- lanmessenger: AppType = 'lanmessenger [2372 - tcp|udp]'¶
[TCP] LanMessenger
[UDP] LanMessenger
- remographlm: AppType = 'remographlm [2373 - tcp]'¶
[TCP] Remograph License Manager
- reserved_2373: AppType = 'reserved [2373 - udp]'¶
[UDP] Reserved
- hydra: AppType = 'hydra [2374 - tcp]'¶
[TCP] Hydra RPC
- reserved_2374: AppType = 'reserved [2374 - udp]'¶
[UDP] Reserved
- docker: AppType = 'docker [2375 - tcp]'¶
[TCP] Docker REST API (plain text)
- reserved_2375: AppType = 'reserved [2375 - udp]'¶
[UDP] Reserved
- docker_s: AppType = 'docker-s [2376 - tcp]'¶
[TCP] Docker REST API (ssl)
- swarm: AppType = 'swarm [2377 - tcp]'¶
[TCP] RPC interface for Docker Swarm
- reserved_2377: AppType = 'reserved [2377 - udp]'¶
[UDP] Reserved
- reserved_2378: AppType = 'reserved [2378 - tcp]'¶
[TCP] Reserved
- dali: AppType = 'dali [2378 - udp]'¶
[UDP] DALI lighting control
- etcd_client: AppType = 'etcd-client [2379 - tcp]'¶
[TCP] etcd client communication
- reserved_2379: AppType = 'reserved [2379 - udp]'¶
[UDP] Reserved
- etcd_server: AppType = 'etcd-server [2380 - tcp]'¶
[TCP] etcd server to server communication
- reserved_2380: AppType = 'reserved [2380 - udp]'¶
[UDP] Reserved
- compaq_https: AppType = 'compaq-https [2381 - tcp|udp]'¶
[TCP] Compaq HTTPS
[UDP] Compaq HTTPS
- ms_olap3: AppType = 'ms-olap3 [2382 - tcp|udp]'¶
[TCP] Microsoft OLAP
[UDP] Microsoft OLAP
- ms_olap4: AppType = 'ms-olap4 [2383 - tcp|udp]'¶
[TCP] Microsoft OLAP
[UDP] Microsoft OLAP
- sd_request: AppType = 'sd-request [2384 - tcp]'¶
[TCP] SD-REQUEST
- sd_capacity: AppType = 'sd-capacity [2384 - udp]'¶
[UDP] SD-CAPACITY
- sd_data: AppType = 'sd-data [2385 - tcp|udp]'¶
[TCP] SD-DATA
[UDP] SD-DATA
- virtualtape: AppType = 'virtualtape [2386 - tcp|udp]'¶
[TCP] Virtual Tape
[UDP] Virtual Tape
- 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
- rsmtp: AppType = 'rsmtp [2390 - tcp|udp]'¶
[TCP] RSMTP
[UDP] RSMTP
- AppType_3com_net_mgmt: AppType = '3com-net-mgmt [2391 - tcp|udp]'¶
[TCP] 3COM Net Management
[UDP] 3COM Net Management
- tacticalauth: AppType = 'tacticalauth [2392 - tcp|udp]'¶
[TCP] Tactical Auth
[UDP] Tactical Auth
- ms_olap1: AppType = 'ms-olap1 [2393 - tcp|udp]'¶
[TCP] MS OLAP 1
[UDP] MS OLAP 1
- ms_olap2: AppType = 'ms-olap2 [2394 - tcp|udp]'¶
[TCP] MS OLAP 2
[UDP] MS OLAP 2
- 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
- wusage: AppType = 'wusage [2396 - tcp|udp]'¶
[TCP] Wusage
[UDP] Wusage
- ncl: AppType = 'ncl [2397 - tcp|udp]'¶
[TCP] NCL
[UDP] NCL
- orbiter: AppType = 'orbiter [2398 - tcp|udp]'¶
[TCP] Orbiter
[UDP] Orbiter
- 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
- cvspserver: AppType = 'cvspserver [2401 - tcp|udp]'¶
[TCP] cvspserver
[UDP] cvspserver
- 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
- trc_netpoll: AppType = 'trc-netpoll [2405 - tcp|udp]'¶
[TCP] TRC Netpoll
[UDP] TRC Netpoll
- jediserver: AppType = 'jediserver [2406 - tcp|udp]'¶
[TCP] JediServer
[UDP] JediServer
- orion: AppType = 'orion [2407 - tcp|udp]'¶
[TCP] Orion
[UDP] Orion
- railgun_webaccl: AppType = 'railgun-webaccl [2408 - tcp]'¶
[TCP] CloudFlare Railgun Web Acceleration Protocol
- reserved_2408: AppType = 'reserved [2408 - udp]'¶
[UDP] Reserved
- sns_protocol: AppType = 'sns-protocol [2409 - tcp|udp]'¶
[TCP] SNS Protocol
[UDP] SNS Protocol
- vrts_registry: AppType = 'vrts-registry [2410 - tcp|udp]'¶
[TCP] VRTS Registry
[UDP] VRTS Registry
- netwave_ap_mgmt: AppType = 'netwave-ap-mgmt [2411 - tcp|udp]'¶
[TCP] Netwave AP Management
[UDP] Netwave AP Management
- cdn: AppType = 'cdn [2412 - tcp|udp]'¶
[TCP] CDN
[UDP] CDN
- orion_rmi_reg: AppType = 'orion-rmi-reg [2413 - tcp|udp]'¶
[TCP] orion-rmi-reg
[UDP] orion-rmi-reg
- beeyond: AppType = 'beeyond [2414 - tcp|udp]'¶
[TCP] Beeyond
[UDP] Beeyond
- codima_rtp: AppType = 'codima-rtp [2415 - tcp|udp]'¶
[TCP] Codima Remote Transaction Protocol
[UDP] Codima Remote Transaction Protocol
- rmtserver: AppType = 'rmtserver [2416 - tcp|udp]'¶
[TCP] RMT Server
[UDP] RMT Server
- composit_server: AppType = 'composit-server [2417 - tcp|udp]'¶
[TCP] Composit Server
[UDP] Composit Server
- cas: AppType = 'cas [2418 - tcp|udp]'¶
[TCP] cas
[UDP] cas
- 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
- g_talk: AppType = 'g-talk [2421 - tcp|udp]'¶
[TCP] G-Talk
[UDP] G-Talk
- crmsbits: AppType = 'crmsbits [2422 - tcp|udp]'¶
[TCP] CRMSBITS
[UDP] CRMSBITS
- rnrp: AppType = 'rnrp [2423 - tcp|udp]'¶
[TCP] RNRP
[UDP] RNRP
- kofax_svr: AppType = 'kofax-svr [2424 - tcp|udp]'¶
[TCP] KOFAX-SVR
[UDP] KOFAX-SVR
- 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
- ott: AppType = 'ott [2428 - tcp|udp]'¶
[TCP] One Way Trip Time
[UDP] One Way Trip Time
- ft_role: AppType = 'ft-role [2429 - tcp|udp]'¶
[TCP] FT-ROLE
[UDP] FT-ROLE
- venus: AppType = 'venus [2430 - tcp|udp]'¶
[TCP] venus
[UDP] venus
- venus_se: AppType = 'venus-se [2431 - tcp|udp]'¶
[TCP] venus-se
[UDP] venus-se
- codasrv: AppType = 'codasrv [2432 - tcp|udp]'¶
[TCP] codasrv
[UDP] codasrv
- codasrv_se: AppType = 'codasrv-se [2433 - tcp|udp]'¶
[TCP] codasrv-se
[UDP] codasrv-se
- pxc_epmap: AppType = 'pxc-epmap [2434 - tcp|udp]'¶
[TCP] pxc-epmap
[UDP] pxc-epmap
- optilogic: AppType = 'optilogic [2435 - tcp|udp]'¶
[TCP] OptiLogic
[UDP] OptiLogic
- topx: AppType = 'topx [2436 - tcp|udp]'¶
[TCP] TOP/X
[UDP] TOP/X
- msp_18: AppType = 'msp [18 - tcp|udp]'¶
[TCP] Message Send Protocol (historic)
[UDP] Message Send Protocol (historic)
- msp_2438: AppType = 'msp [2438 - tcp|udp]'¶
[TCP] MSP
[UDP] MSP
- sybasedbsynch: AppType = 'sybasedbsynch [2439 - tcp|udp]'¶
[TCP] SybaseDBSynch
[UDP] SybaseDBSynch
- spearway: AppType = 'spearway [2440 - tcp|udp]'¶
[TCP] Spearway Lockers
[UDP] Spearway Lockers
- pvsw_inet: AppType = 'pvsw-inet [2441 - tcp|udp]'¶
[TCP] Pervasive I*net Data Server
[UDP] Pervasive I*net Data Server
- netangel: AppType = 'netangel [2442 - tcp|udp]'¶
[TCP] Netangel
[UDP] Netangel
- 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
- dtn1: AppType = 'dtn1 [2445 - tcp|udp]'¶
[TCP] DTN1
[UDP] DTN1
- 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
- ovwdb: AppType = 'ovwdb [2447 - tcp|udp]'¶
[TCP] OpenView NNM daemon
[UDP] OpenView NNM daemon
- hpppssvr: AppType = 'hpppssvr [2448 - tcp|udp]'¶
[TCP] hpppsvr
[UDP] hpppsvr
- ratl: AppType = 'ratl [2449 - tcp|udp]'¶
[TCP] RATL
[UDP] RATL
- netadmin: AppType = 'netadmin [2450 - tcp|udp]'¶
[TCP] netadmin
[UDP] netadmin
- netchat: AppType = 'netchat [2451 - tcp|udp]'¶
[TCP] netchat
[UDP] netchat
- snifferclient: AppType = 'snifferclient [2452 - tcp|udp]'¶
[TCP] SnifferClient
[UDP] SnifferClient
- madge_ltd: AppType = 'madge-ltd [2453 - tcp|udp]'¶
[TCP] madge ltd
[UDP] madge ltd
- indx_dds: AppType = 'indx-dds [2454 - tcp|udp]'¶
[TCP] IndX-DDS
[UDP] IndX-DDS
- wago_io_system: AppType = 'wago-io-system [2455 - tcp|udp]'¶
[TCP] WAGO-IO-SYSTEM
[UDP] WAGO-IO-SYSTEM
- altav_remmgt: AppType = 'altav-remmgt [2456 - tcp|udp]'¶
[TCP] altav-remmgt
[UDP] altav-remmgt
- rapido_ip: AppType = 'rapido-ip [2457 - tcp|udp]'¶
[TCP] Rapido_IP
[UDP] Rapido_IP
- griffin: AppType = 'griffin [2458 - tcp|udp]'¶
[TCP] griffin
[UDP] griffin
- xrpl: AppType = 'xrpl [2459 - tcp|udp]'¶
[TCP] Community
[UDP] Community
- ms_theater: AppType = 'ms-theater [2460 - tcp|udp]'¶
[TCP] ms-theater
[UDP] ms-theater
- qadmifoper: AppType = 'qadmifoper [2461 - tcp|udp]'¶
[TCP] qadmifoper
[UDP] qadmifoper
- qadmifevent: AppType = 'qadmifevent [2462 - tcp|udp]'¶
[TCP] qadmifevent
[UDP] qadmifevent
- lsi_raid_mgmt: AppType = 'lsi-raid-mgmt [2463 - tcp|udp]'¶
[TCP] LSI RAID Management
[UDP] LSI RAID Management
- direcpc_si: AppType = 'direcpc-si [2464 - tcp|udp]'¶
[TCP] DirecPC SI
[UDP] DirecPC SI
- lbm: AppType = 'lbm [2465 - tcp|udp]'¶
[TCP] Load Balance Management
[UDP] Load Balance Management
- lbf: AppType = 'lbf [2466 - tcp|udp]'¶
[TCP] Load Balance Forwarding
[UDP] Load Balance Forwarding
- high_criteria: AppType = 'high-criteria [2467 - tcp|udp]'¶
[TCP] High Criteria
[UDP] High Criteria
- qip_msgd: AppType = 'qip-msgd [2468 - tcp|udp]'¶
[TCP] qip_msgd
[UDP] qip_msgd
- mti_tcs_comm: AppType = 'mti-tcs-comm [2469 - tcp|udp]'¶
[TCP] MTI-TCS-COMM
[UDP] MTI-TCS-COMM
- taskman_port: AppType = 'taskman-port [2470 - tcp|udp]'¶
[TCP] taskman port
[UDP] taskman port
- seaodbc: AppType = 'seaodbc [2471 - tcp|udp]'¶
[TCP] SeaODBC
[UDP] SeaODBC
- c3: AppType = 'c3 [2472 - tcp|udp]'¶
[TCP] C3
[UDP] C3
- aker_cdp: AppType = 'aker-cdp [2473 - tcp|udp]'¶
[TCP] Aker-cdp
[UDP] Aker-cdp
- vitalanalysis: AppType = 'vitalanalysis [2474 - tcp|udp]'¶
[TCP] Vital Analysis
[UDP] Vital Analysis
- ace_server: AppType = 'ace-server [2475 - tcp|udp]'¶
[TCP] ACE Server
[UDP] ACE Server
- 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
- giop: AppType = 'giop [2481 - tcp|udp]'¶
[TCP] Oracle GIOP
[UDP] Oracle GIOP
- giop_ssl: AppType = 'giop-ssl [2482 - tcp|udp]'¶
[TCP] Oracle GIOP SSL
[UDP] Oracle GIOP SSL
- ttc: AppType = 'ttc [2483 - tcp|udp]'¶
[TCP] Oracle TTC
[UDP] Oracle TTC
- ttc_ssl: AppType = 'ttc-ssl [2484 - tcp|udp]'¶
[TCP] Oracle TTC SSL
[UDP] Oracle TTC SSL
- netobjects1: AppType = 'netobjects1 [2485 - tcp|udp]'¶
[TCP] Net Objects1
[UDP] Net Objects1
- netobjects2: AppType = 'netobjects2 [2486 - tcp|udp]'¶
[TCP] Net Objects2
[UDP] Net Objects2
- pns: AppType = 'pns [2487 - tcp|udp]'¶
[TCP] Policy Notice Service
[UDP] Policy Notice Service
- moy_corp: AppType = 'moy-corp [2488 - tcp|udp]'¶
[TCP] Moy Corporation
[UDP] Moy Corporation
- tsilb: AppType = 'tsilb [2489 - tcp|udp]'¶
[TCP] TSILB
[UDP] TSILB
- qip_qdhcp: AppType = 'qip-qdhcp [2490 - tcp|udp]'¶
[TCP] qip_qdhcp
[UDP] qip_qdhcp
- conclave_cpp: AppType = 'conclave-cpp [2491 - tcp|udp]'¶
[TCP] Conclave CPP
[UDP] Conclave CPP
- groove: AppType = 'groove [2492 - tcp|udp]'¶
[TCP] GROOVE
[UDP] GROOVE
- talarian_mqs: AppType = 'talarian-mqs [2493 - tcp|udp]'¶
[TCP] Talarian MQS
[UDP] Talarian MQS
- bmc_ar: AppType = 'bmc-ar [2494 - tcp|udp]'¶
[TCP] BMC AR
[UDP] BMC AR
- fast_rem_serv: AppType = 'fast-rem-serv [2495 - tcp|udp]'¶
[TCP] Fast Remote Services
[UDP] Fast Remote Services
- dirgis: AppType = 'dirgis [2496 - tcp|udp]'¶
[TCP] DIRGIS
[UDP] DIRGIS
- quaddb: AppType = 'quaddb [2497 - tcp|udp]'¶
[TCP] Quad DB
[UDP] Quad DB
- odn_castraq: AppType = 'odn-castraq [2498 - tcp|udp]'¶
[TCP] ODN-CasTraq
[UDP] ODN-CasTraq
- unicontrol_2437: AppType = 'unicontrol [2437 - tcp|udp]'¶
[TCP] UniControl
[UDP] UniControl
- unicontrol_2499: AppType = 'unicontrol [2499 - tcp|udp]'¶
[TCP] UniControl
[UDP] UniControl
- 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
- nms_dpnss: AppType = 'nms-dpnss [2503 - tcp|udp]'¶
[TCP] NMS-DPNSS
[UDP] NMS-DPNSS
- wlbs: AppType = 'wlbs [2504 - tcp|udp]'¶
[TCP] WLBS
[UDP] WLBS
- ppcontrol: AppType = 'ppcontrol [2505 - tcp|udp]'¶
[TCP] PowerPlay Control
[UDP] PowerPlay Control
- jbroker: AppType = 'jbroker [2506 - tcp|udp]'¶
[TCP] jbroker
[UDP] jbroker
- spock: AppType = 'spock [2507 - tcp|udp]'¶
[TCP] spock
[UDP] spock
- jdatastore: AppType = 'jdatastore [2508 - tcp|udp]'¶
[TCP] JDataStore
[UDP] JDataStore
- fjmpss: AppType = 'fjmpss [2509 - tcp|udp]'¶
[TCP] fjmpss
[UDP] fjmpss
- fjappmgrbulk: AppType = 'fjappmgrbulk [2510 - tcp|udp]'¶
[TCP] fjappmgrbulk
[UDP] fjappmgrbulk
- metastorm: AppType = 'metastorm [2511 - tcp|udp]'¶
[TCP] Metastorm
[UDP] Metastorm
- citrixima: AppType = 'citrixima [2512 - tcp|udp]'¶
[TCP] Citrix IMA
[UDP] Citrix IMA
- citrixadmin: AppType = 'citrixadmin [2513 - tcp|udp]'¶
[TCP] Citrix ADMIN
[UDP] Citrix ADMIN
- facsys_ntp: AppType = 'facsys-ntp [2514 - tcp|udp]'¶
[TCP] Facsys NTP
[UDP] Facsys NTP
- facsys_router: AppType = 'facsys-router [2515 - tcp|udp]'¶
[TCP] Facsys Router
[UDP] Facsys Router
- maincontrol: AppType = 'maincontrol [2516 - tcp|udp]'¶
[TCP] Main Control
[UDP] Main Control
- 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
- willy: AppType = 'willy [2518 - tcp|udp]'¶
[TCP] Willy
[UDP] Willy
- globmsgsvc: AppType = 'globmsgsvc [2519 - tcp|udp]'¶
[TCP] globmsgsvc
[UDP] globmsgsvc
- pvsw: AppType = 'pvsw [2520 - tcp|udp]'¶
[TCP] Pervasive Listener
[UDP] Pervasive Listener
- adaptecmgr: AppType = 'adaptecmgr [2521 - tcp|udp]'¶
[TCP] Adaptec Manager
[UDP] Adaptec Manager
- windb: AppType = 'windb [2522 - tcp|udp]'¶
[TCP] WinDb
[UDP] WinDb
- qke_llc_v3: AppType = 'qke-llc-v3 [2523 - tcp|udp]'¶
[TCP] Qke LLC V.3
[UDP] Qke LLC V.3
- optiwave_lm: AppType = 'optiwave-lm [2524 - tcp|udp]'¶
[TCP] Optiwave License Management
[UDP] Optiwave License Management
- ms_v_worlds: AppType = 'ms-v-worlds [2525 - tcp|udp]'¶
[TCP] MS V-Worlds
[UDP] MS V-Worlds
- ema_sent_lm: AppType = 'ema-sent-lm [2526 - tcp|udp]'¶
[TCP] EMA License Manager
[UDP] EMA License Manager
- iqserver: AppType = 'iqserver [2527 - tcp|udp]'¶
[TCP] IQ Server
[UDP] IQ Server
- 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
- utsftp: AppType = 'utsftp [2529 - tcp|udp]'¶
[TCP] UTS FTP
[UDP] UTS FTP
- vrcommerce: AppType = 'vrcommerce [2530 - tcp|udp]'¶
[TCP] VR Commerce
[UDP] VR Commerce
- ito_e_gui: AppType = 'ito-e-gui [2531 - tcp|udp]'¶
[TCP] ITO-E GUI
[UDP] ITO-E GUI
- ovtopmd: AppType = 'ovtopmd [2532 - tcp|udp]'¶
[TCP] OVTOPMD
[UDP] OVTOPMD
- snifferserver: AppType = 'snifferserver [2533 - tcp|udp]'¶
[TCP] SnifferServer
[UDP] SnifferServer
- combox_web_acc: AppType = 'combox-web-acc [2534 - tcp|udp]'¶
[TCP] Combox Web Access
[UDP] Combox Web Access
- madcap: AppType = 'madcap [2535 - tcp|udp]'¶
[TCP] MADCAP
[UDP] MADCAP
- btpp2audctr1: AppType = 'btpp2audctr1 [2536 - tcp|udp]'¶
[TCP] btpp2audctr1
[UDP] btpp2audctr1
- upgrade: AppType = 'upgrade [2537 - tcp|udp]'¶
[TCP] Upgrade Protocol
[UDP] Upgrade Protocol
- vnwk_prapi: AppType = 'vnwk-prapi [2538 - tcp|udp]'¶
[TCP] vnwk-prapi
[UDP] vnwk-prapi
- vsiadmin: AppType = 'vsiadmin [2539 - tcp|udp]'¶
[TCP] VSI Admin
[UDP] VSI Admin
- lonworks2: AppType = 'lonworks2 [2541 - tcp|udp]'¶
[TCP] LonWorks2
[UDP] LonWorks2
- udrawgraph: AppType = 'udrawgraph [2542 - tcp|udp]'¶
[TCP] uDraw(Graph)
[UDP] uDraw(Graph)
- reftek: AppType = 'reftek [2543 - tcp|udp]'¶
[TCP] REFTEK
[UDP] REFTEK
- novell_zen: AppType = 'novell-zen [2544 - tcp|udp]'¶
[TCP] Management Daemon Refresh
[UDP] Management Daemon Refresh
- sis_emt: AppType = 'sis-emt [2545 - tcp|udp]'¶
[TCP] sis-emt
[UDP] sis-emt
- 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
- ipass: AppType = 'ipass [2549 - tcp|udp]'¶
[TCP] IPASS
[UDP] IPASS
- ads: AppType = 'ads [2550 - tcp|udp]'¶
[TCP] ADS
[UDP] ADS
- isg_uda_server: AppType = 'isg-uda-server [2551 - tcp|udp]'¶
[TCP] ISG UDA Server
[UDP] ISG UDA Server
- call_logging: AppType = 'call-logging [2552 - tcp|udp]'¶
[TCP] Call Logging
[UDP] Call Logging
- efidiningport: AppType = 'efidiningport [2553 - tcp|udp]'¶
[TCP] efidiningport
[UDP] efidiningport
- vcnet_link_v10: AppType = 'vcnet-link-v10 [2554 - tcp|udp]'¶
[TCP] VCnet-Link v10
[UDP] VCnet-Link v10
- compaq_wcp: AppType = 'compaq-wcp [2555 - tcp|udp]'¶
[TCP] Compaq WCP
[UDP] Compaq WCP
- nicetec_nmsvc: AppType = 'nicetec-nmsvc [2556 - tcp|udp]'¶
[TCP] nicetec-nmsvc
[UDP] nicetec-nmsvc
- nicetec_mgmt: AppType = 'nicetec-mgmt [2557 - tcp|udp]'¶
[TCP] nicetec-mgmt
[UDP] nicetec-mgmt
- pclemultimedia: AppType = 'pclemultimedia [2558 - tcp|udp]'¶
[TCP] PCLE Multi Media
[UDP] PCLE Multi Media
- lstp: AppType = 'lstp [2559 - tcp|udp]'¶
[TCP] LSTP
[UDP] LSTP
- labrat: AppType = 'labrat [2560 - tcp|udp]'¶
[TCP] labrat
[UDP] labrat
- mosaixcc: AppType = 'mosaixcc [2561 - tcp|udp]'¶
[TCP] MosaixCC
[UDP] MosaixCC
- delibo: AppType = 'delibo [2562 - tcp|udp]'¶
[TCP] Delibo
[UDP] Delibo
- cti_redwood: AppType = 'cti-redwood [2563 - tcp|udp]'¶
[TCP] CTI Redwood
[UDP] CTI Redwood
- 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
- pcs_pcw: AppType = 'pcs-pcw [2566 - tcp|udp]'¶
[TCP] pcs-pcw
[UDP] pcs-pcw
- clp: AppType = 'clp [2567 - tcp|udp]'¶
[TCP] Cisco Line Protocol
[UDP] Cisco Line Protocol
- spamtrap: AppType = 'spamtrap [2568 - tcp|udp]'¶
[TCP] SPAM TRAP
[UDP] SPAM TRAP
- sonuscallsig: AppType = 'sonuscallsig [2569 - tcp|udp]'¶
[TCP] Sonus Call Signal
[UDP] Sonus Call Signal
- hs_port: AppType = 'hs-port [2570 - tcp|udp]'¶
[TCP] HS Port
[UDP] HS Port
- cecsvc: AppType = 'cecsvc [2571 - tcp|udp]'¶
[TCP] CECSVC
[UDP] CECSVC
- ibp: AppType = 'ibp [2572 - tcp|udp]'¶
[TCP] IBP
[UDP] IBP
- trustestablish: AppType = 'trustestablish [2573 - tcp|udp]'¶
[TCP] Trust Establish
[UDP] Trust Establish
- blockade_bpsp: AppType = 'blockade-bpsp [2574 - tcp|udp]'¶
[TCP] Blockade BPSP
[UDP] Blockade BPSP
- hl7: AppType = 'hl7 [2575 - tcp|udp]'¶
[TCP] HL7
[UDP] HL7
- 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
- rvs_isdn_dcp: AppType = 'rvs-isdn-dcp [2578 - tcp|udp]'¶
[TCP] RVS ISDN DCP
[UDP] RVS ISDN DCP
- mpfoncl: AppType = 'mpfoncl [2579 - tcp|udp]'¶
[TCP] mpfoncl
[UDP] mpfoncl
- tributary: AppType = 'tributary [2580 - tcp|udp]'¶
[TCP] Tributary
[UDP] Tributary
- argis_te: AppType = 'argis-te [2581 - tcp|udp]'¶
[TCP] ARGIS TE
[UDP] ARGIS TE
- argis_ds: AppType = 'argis-ds [2582 - tcp|udp]'¶
[TCP] ARGIS DS
[UDP] ARGIS DS
- cyaserv: AppType = 'cyaserv [2584 - tcp|udp]'¶
[TCP] cyaserv
[UDP] cyaserv
- netx_server: AppType = 'netx-server [2585 - tcp|udp]'¶
[TCP] NETX Server
[UDP] NETX Server
- netx_agent: AppType = 'netx-agent [2586 - tcp|udp]'¶
[TCP] NETX Agent
[UDP] NETX Agent
- masc: AppType = 'masc [2587 - tcp|udp]'¶
[TCP] MASC
[UDP] MASC
- privilege: AppType = 'privilege [2588 - tcp|udp]'¶
[TCP] Privilege
[UDP] Privilege
- quartus_tcl: AppType = 'quartus-tcl [2589 - tcp|udp]'¶
[TCP] quartus tcl
[UDP] quartus tcl
- idotdist: AppType = 'idotdist [2590 - tcp|udp]'¶
[TCP] idotdist
[UDP] idotdist
- maytagshuffle: AppType = 'maytagshuffle [2591 - tcp|udp]'¶
[TCP] Maytag Shuffle
[UDP] Maytag Shuffle
- netrek: AppType = 'netrek [2592 - tcp|udp]'¶
[TCP] netrek
[UDP] netrek
- mns_mail: AppType = 'mns-mail [2593 - tcp|udp]'¶
[TCP] MNS Mail Notice Service
[UDP] MNS Mail Notice Service
- dts: AppType = 'dts [2594 - tcp|udp]'¶
[TCP] Data Base Server
[UDP] Data Base Server
- worldfusion1: AppType = 'worldfusion1 [2595 - tcp|udp]'¶
[TCP] World Fusion 1
[UDP] World Fusion 1
- worldfusion2: AppType = 'worldfusion2 [2596 - tcp|udp]'¶
[TCP] World Fusion 2
[UDP] World Fusion 2
- 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
- snapd: AppType = 'snapd [2599 - tcp|udp]'¶
[TCP] Snap Discovery
[UDP] Snap Discovery
- hpstgmgr: AppType = 'hpstgmgr [2600 - tcp|udp]'¶
[TCP] HPSTGMGR
[UDP] HPSTGMGR
- discp_client: AppType = 'discp-client [2601 - tcp|udp]'¶
[TCP] discp client
[UDP] discp client
- discp_server: AppType = 'discp-server [2602 - tcp|udp]'¶
[TCP] discp server
[UDP] discp server
- servicemeter: AppType = 'servicemeter [2603 - tcp|udp]'¶
[TCP] Service Meter
[UDP] Service Meter
- nsc_ccs: AppType = 'nsc-ccs [2604 - tcp|udp]'¶
[TCP] NSC CCS
[UDP] NSC CCS
- nsc_posa: AppType = 'nsc-posa [2605 - tcp|udp]'¶
[TCP] NSC POSA
[UDP] NSC POSA
- netmon: AppType = 'netmon [2606 - tcp|udp]'¶
[TCP] Dell Netmon
[UDP] Dell Netmon
- connection: AppType = 'connection [2607 - tcp|udp]'¶
[TCP] Dell Connection
[UDP] Dell Connection
- wag_service: AppType = 'wag-service [2608 - tcp|udp]'¶
[TCP] Wag Service
[UDP] Wag Service
- system_monitor: AppType = 'system-monitor [2609 - tcp|udp]'¶
[TCP] System Monitor
[UDP] System Monitor
- versa_tek: AppType = 'versa-tek [2610 - tcp|udp]'¶
[TCP] VersaTek
[UDP] VersaTek
- lionhead: AppType = 'lionhead [2611 - tcp|udp]'¶
[TCP] LIONHEAD
[UDP] LIONHEAD
- qpasa_agent: AppType = 'qpasa-agent [2612 - tcp|udp]'¶
[TCP] Qpasa Agent
[UDP] Qpasa Agent
- smntubootstrap: AppType = 'smntubootstrap [2613 - tcp|udp]'¶
[TCP] SMNTUBootstrap
[UDP] SMNTUBootstrap
- neveroffline: AppType = 'neveroffline [2614 - tcp|udp]'¶
[TCP] Never Offline
[UDP] Never Offline
- firepower: AppType = 'firepower [2615 - tcp|udp]'¶
[TCP] firepower
[UDP] firepower
- appswitch_emp: AppType = 'appswitch-emp [2616 - tcp|udp]'¶
[TCP] appswitch-emp
[UDP] appswitch-emp
- 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
- bruce: AppType = 'bruce [2619 - tcp|udp]'¶
[TCP] bruce
[UDP] bruce
- 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
- metricadbc: AppType = 'metricadbc [2622 - tcp|udp]'¶
[TCP] MetricaDBC
[UDP] MetricaDBC
- lmdp: AppType = 'lmdp [2623 - tcp|udp]'¶
[TCP] LMDP
[UDP] LMDP
- aria: AppType = 'aria [2624 - tcp|udp]'¶
[TCP] Aria
[UDP] Aria
- blwnkl_port: AppType = 'blwnkl-port [2625 - tcp|udp]'¶
[TCP] Blwnkl Port
[UDP] Blwnkl Port
- gbjd816: AppType = 'gbjd816 [2626 - tcp|udp]'¶
[TCP] gbjd816
[UDP] gbjd816
- moshebeeri: AppType = 'moshebeeri [2627 - tcp|udp]'¶
[TCP] Moshe Beeri
[UDP] Moshe Beeri
- dict: AppType = 'dict [2628 - tcp|udp]'¶
[TCP] DICT
[UDP] DICT
- sitaraserver: AppType = 'sitaraserver [2629 - tcp|udp]'¶
[TCP] Sitara Server
[UDP] Sitara Server
- sitaramgmt: AppType = 'sitaramgmt [2630 - tcp|udp]'¶
[TCP] Sitara Management
[UDP] Sitara Management
- sitaradir: AppType = 'sitaradir [2631 - tcp|udp]'¶
[TCP] Sitara Dir
[UDP] Sitara Dir
- irdg_post: AppType = 'irdg-post [2632 - tcp|udp]'¶
[TCP] IRdg Post
[UDP] IRdg Post
- interintelli: AppType = 'interintelli [2633 - tcp|udp]'¶
[TCP] InterIntelli
[UDP] InterIntelli
- pk_electronics: AppType = 'pk-electronics [2634 - tcp|udp]'¶
[TCP] PK Electronics
[UDP] PK Electronics
- backburner: AppType = 'backburner [2635 - tcp|udp]'¶
[TCP] Back Burner
[UDP] Back Burner
- solve: AppType = 'solve [2636 - tcp|udp]'¶
[TCP] Solve
[UDP] Solve
- 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
- aminet: AppType = 'aminet [2639 - tcp|udp]'¶
[TCP] AMInet
[UDP] AMInet
- 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
- hdl_srv: AppType = 'hdl-srv [2641 - tcp|udp]'¶
[TCP] HDL Server
[UDP] HDL Server
- tragic: AppType = 'tragic [2642 - tcp|udp]'¶
[TCP] Tragic
[UDP] Tragic
- gte_samp: AppType = 'gte-samp [2643 - tcp|udp]'¶
[TCP] GTE-SAMP
[UDP] GTE-SAMP
- 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
- and_lm: AppType = 'and-lm [2646 - tcp|udp]'¶
[TCP] AND License Manager
[UDP] AND License Manager
- syncserver: AppType = 'syncserver [2647 - tcp|udp]'¶
[TCP] SyncServer
[UDP] SyncServer
- upsnotifyprot: AppType = 'upsnotifyprot [2648 - tcp|udp]'¶
[TCP] Upsnotifyprot
[UDP] Upsnotifyprot
- vpsipport: AppType = 'vpsipport [2649 - tcp|udp]'¶
[TCP] VPSIPPORT
[UDP] VPSIPPORT
- eristwoguns: AppType = 'eristwoguns [2650 - tcp|udp]'¶
[TCP] eristwoguns
[UDP] eristwoguns
- ebinsite: AppType = 'ebinsite [2651 - tcp|udp]'¶
[TCP] EBInSite
[UDP] EBInSite
- interpathpanel: AppType = 'interpathpanel [2652 - tcp|udp]'¶
[TCP] InterPathPanel
[UDP] InterPathPanel
- sonus: AppType = 'sonus [2653 - tcp|udp]'¶
[TCP] Sonus
[UDP] Sonus
- 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
- unglue: AppType = 'unglue [2655 - tcp|udp]'¶
[TCP] UNIX Nt Glue
[UDP] UNIX Nt Glue
- kana: AppType = 'kana [2656 - tcp|udp]'¶
[TCP] Kana
[UDP] Kana
- sns_dispatcher: AppType = 'sns-dispatcher [2657 - tcp|udp]'¶
[TCP] SNS Dispatcher
[UDP] SNS Dispatcher
- sns_admin: AppType = 'sns-admin [2658 - tcp|udp]'¶
[TCP] SNS Admin
[UDP] SNS Admin
- sns_query: AppType = 'sns-query [2659 - tcp|udp]'¶
[TCP] SNS Query
[UDP] SNS Query
- gcmonitor: AppType = 'gcmonitor [2660 - tcp|udp]'¶
[TCP] GC Monitor
[UDP] GC Monitor
- olhost: AppType = 'olhost [2661 - tcp|udp]'¶
[TCP] OLHOST
[UDP] OLHOST
- bintec_capi: AppType = 'bintec-capi [2662 - tcp|udp]'¶
[TCP] BinTec-CAPI
[UDP] BinTec-CAPI
- bintec_tapi: AppType = 'bintec-tapi [2663 - tcp|udp]'¶
[TCP] BinTec-TAPI
[UDP] BinTec-TAPI
- 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
- extensis: AppType = 'extensis [2666 - tcp|udp]'¶
[TCP] extensis
[UDP] extensis
- 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
- toad: AppType = 'toad [2669 - tcp|udp]'¶
[TCP] TOAD
[UDP] TOAD
- tve_announce: AppType = 'tve-announce [2670 - tcp|udp]'¶
[TCP] TVE Announce
[UDP] TVE Announce
- newlixreg: AppType = 'newlixreg [2671 - tcp|udp]'¶
[TCP] newlixreg
[UDP] newlixreg
- nhserver: AppType = 'nhserver [2672 - tcp|udp]'¶
[TCP] nhserver
[UDP] nhserver
- firstcall42: AppType = 'firstcall42 [2673 - tcp|udp]'¶
[TCP] First Call 42
[UDP] First Call 42
- ewnn: AppType = 'ewnn [2674 - tcp|udp]'¶
[TCP] ewnn
[UDP] ewnn
- ttc_etap: AppType = 'ttc-etap [2675 - tcp|udp]'¶
[TCP] TTC ETAP
[UDP] TTC ETAP
- simslink: AppType = 'simslink [2676 - tcp|udp]'¶
[TCP] SIMSLink
[UDP] SIMSLink
- 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
- pxc_sapxom: AppType = 'pxc-sapxom [2680 - tcp|udp]'¶
[TCP] pxc-sapxom
[UDP] pxc-sapxom
- mpnjsomb: AppType = 'mpnjsomb [2681 - tcp|udp]'¶
[TCP] mpnjsomb
[UDP] mpnjsomb
- removed_659: AppType = 'removed [659 - undefined]'¶
[N/A] Removed
- removed_2682: AppType = 'removed [2682 - undefined]'¶
[N/A] Removed
- ncdloadbalance: AppType = 'ncdloadbalance [2683 - tcp|udp]'¶
[TCP] NCDLoadBalance
[UDP] NCDLoadBalance
- mpnjsosv: AppType = 'mpnjsosv [2684 - tcp|udp]'¶
[TCP] mpnjsosv
[UDP] mpnjsosv
- mpnjsocl: AppType = 'mpnjsocl [2685 - tcp|udp]'¶
[TCP] mpnjsocl
[UDP] mpnjsocl
- mpnjsomg: AppType = 'mpnjsomg [2686 - tcp|udp]'¶
[TCP] mpnjsomg
[UDP] mpnjsomg
- pq_lic_mgmt: AppType = 'pq-lic-mgmt [2687 - tcp|udp]'¶
[TCP] pq-lic-mgmt
[UDP] pq-lic-mgmt
- md_cg_http: AppType = 'md-cg-http [2688 - tcp|udp]'¶
[TCP] md-cf-http
[UDP] md-cf-http
- fastlynx: AppType = 'fastlynx [2689 - tcp|udp]'¶
[TCP] FastLynx
[UDP] FastLynx
- 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
- admins_lms: AppType = 'admins-lms [2692 - tcp|udp]'¶
[TCP] Admins LMS
[UDP] Admins LMS
- unassigned_2693: AppType = 'unassigned [2693 - tcp|udp]'¶
[TCP] Unassigned
[UDP] Unassigned
- pwrsevent: AppType = 'pwrsevent [2694 - tcp|udp]'¶
[TCP] pwrsevent
[UDP] pwrsevent
- vspread: AppType = 'vspread [2695 - tcp|udp]'¶
[TCP] VSPREAD
[UDP] VSPREAD
- unifyadmin: AppType = 'unifyadmin [2696 - tcp|udp]'¶
[TCP] Unify Admin
[UDP] Unify Admin
- oce_snmp_trap: AppType = 'oce-snmp-trap [2697 - tcp|udp]'¶
[TCP] Oce SNMP Trap Port
[UDP] Oce SNMP Trap Port
- mck_ivpip: AppType = 'mck-ivpip [2698 - tcp|udp]'¶
[TCP] MCK-IVPIP
[UDP] MCK-IVPIP
- csoft_plusclnt: AppType = 'csoft-plusclnt [2699 - tcp|udp]'¶
[TCP] Csoft Plus Client
[UDP] Csoft Plus Client
- tqdata: AppType = 'tqdata [2700 - tcp|udp]'¶
[TCP] tqdata
[UDP] tqdata
- sms_rcinfo: AppType = 'sms-rcinfo [2701 - tcp|udp]'¶
[TCP] SMS RCINFO
[UDP] SMS RCINFO
- sms_xfer: AppType = 'sms-xfer [2702 - tcp|udp]'¶
[TCP] SMS XFER
[UDP] SMS XFER
- sms_chat: AppType = 'sms-chat [2703 - tcp|udp]'¶
[TCP] SMS CHAT
[UDP] SMS CHAT
- sms_remctrl: AppType = 'sms-remctrl [2704 - tcp|udp]'¶
[TCP] SMS REMCTRL
[UDP] SMS REMCTRL
- sds_admin: AppType = 'sds-admin [2705 - tcp|udp]'¶
[TCP] SDS Admin
[UDP] SDS Admin
- ncdmirroring: AppType = 'ncdmirroring [2706 - tcp|udp]'¶
[TCP] NCD Mirroring
[UDP] NCD Mirroring
- emcsymapiport: AppType = 'emcsymapiport [2707 - tcp|udp]'¶
[TCP] EMCSYMAPIPORT
[UDP] EMCSYMAPIPORT
- banyan_net: AppType = 'banyan-net [2708 - tcp|udp]'¶
[TCP] Banyan-Net
[UDP] Banyan-Net
- supermon: AppType = 'supermon [2709 - tcp|udp]'¶
[TCP] Supermon
[UDP] Supermon
- sso_service: AppType = 'sso-service [2710 - tcp|udp]'¶
[TCP] SSO Service
[UDP] SSO Service
- sso_control: AppType = 'sso-control [2711 - tcp|udp]'¶
[TCP] SSO Control
[UDP] SSO Control
- 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
- hpstgmgr2: AppType = 'hpstgmgr2 [2715 - tcp|udp]'¶
[TCP] HPSTGMGR2
[UDP] HPSTGMGR2
- inova_ip_disco: AppType = 'inova-ip-disco [2716 - tcp|udp]'¶
[TCP] Inova IP Disco
[UDP] Inova IP Disco
- pn_requester: AppType = 'pn-requester [2717 - tcp|udp]'¶
[TCP] PN REQUESTER
[UDP] PN REQUESTER
- pn_requester2: AppType = 'pn-requester2 [2718 - tcp|udp]'¶
[TCP] PN REQUESTER 2
[UDP] PN REQUESTER 2
- scan_change: AppType = 'scan-change [2719 - tcp|udp]'¶
[TCP] Scan & Change
[UDP] Scan & Change
- wkars: AppType = 'wkars [2720 - tcp|udp]'¶
[TCP] wkars
[UDP] wkars
- 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
- qotps: AppType = 'qotps [2724 - tcp|udp]'¶
[TCP] qotps
[UDP] qotps
- msolap_ptp2: AppType = 'msolap-ptp2 [2725 - tcp|udp]'¶
[TCP] MSOLAP PTP2
[UDP] MSOLAP PTP2
- tams: AppType = 'tams [2726 - tcp|udp]'¶
[TCP] TAMS
[UDP] TAMS
- mgcp_callagent: AppType = 'mgcp-callagent [2727 - tcp|udp]'¶
[TCP] Media Gateway Control Protocol Call Agent
[UDP] Media Gateway Control Protocol Call Agent
- sqdr: AppType = 'sqdr [2728 - tcp|udp]'¶
[TCP] SQDR
[UDP] SQDR
- tcim_control: AppType = 'tcim-control [2729 - tcp|udp]'¶
[TCP] TCIM Control
[UDP] TCIM Control
- nec_raidplus: AppType = 'nec-raidplus [2730 - tcp|udp]'¶
[TCP] NEC RaidPlus
[UDP] NEC RaidPlus
- fyre_messanger: AppType = 'fyre-messanger [2731 - tcp|udp]'¶
[TCP] Fyre Messanger
[UDP] Fyre Messanger
- g5m: AppType = 'g5m [2732 - tcp|udp]'¶
[TCP] G5M
[UDP] G5M
- signet_ctf: AppType = 'signet-ctf [2733 - tcp|udp]'¶
[TCP] Signet CTF
[UDP] Signet CTF
- ccs_software: AppType = 'ccs-software [2734 - tcp|udp]'¶
[TCP] CCS Software
[UDP] CCS Software
- 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
- srp_feedback: AppType = 'srp-feedback [2737 - tcp|udp]'¶
[TCP] SRP Feedback
[UDP] SRP Feedback
- ndl_tcp_ois_gw: AppType = 'ndl-tcp-ois-gw [2738 - tcp|udp]'¶
[TCP] NDL TCP-OSI Gateway
[UDP] NDL TCP-OSI Gateway
- tn_timing: AppType = 'tn-timing [2739 - tcp|udp]'¶
[TCP] TN Timing
[UDP] TN Timing
- alarm: AppType = 'alarm [2740 - tcp|udp]'¶
[TCP] Alarm
[UDP] Alarm
- tsb: AppType = 'tsb [2741 - tcp|udp]'¶
[TCP] TSB
[UDP] TSB
- tsb2: AppType = 'tsb2 [2742 - tcp|udp]'¶
[TCP] TSB2
[UDP] TSB2
- murx: AppType = 'murx [2743 - tcp|udp]'¶
[TCP] murx
[UDP] murx
- honyaku: AppType = 'honyaku [2744 - tcp|udp]'¶
[TCP] honyaku
[UDP] honyaku
- urbisnet: AppType = 'urbisnet [2745 - tcp|udp]'¶
[TCP] URBISNET
[UDP] URBISNET
- cpudpencap: AppType = 'cpudpencap [2746 - tcp|udp]'¶
[TCP] CPUDPENCAP
[UDP] CPUDPENCAP
- fjippol_swrly: AppType = 'fjippol-swrly [2747 - tcp|udp]'¶
[TCP]
[UDP]
- fjippol_polsvr: AppType = 'fjippol-polsvr [2748 - tcp|udp]'¶
[TCP]
[UDP]
- fjippol_cnsl: AppType = 'fjippol-cnsl [2749 - tcp|udp]'¶
[TCP]
[UDP]
- fjippol_port1: AppType = 'fjippol-port1 [2750 - tcp|udp]'¶
[TCP]
[UDP]
- fjippol_port2: AppType = 'fjippol-port2 [2751 - tcp|udp]'¶
[TCP]
[UDP]
- rsisysaccess: AppType = 'rsisysaccess [2752 - tcp|udp]'¶
[TCP] RSISYS ACCESS
[UDP] RSISYS ACCESS
- de_spot: AppType = 'de-spot [2753 - tcp|udp]'¶
[TCP] de-spot
[UDP] de-spot
- apollo_cc: AppType = 'apollo-cc [2754 - tcp|udp]'¶
[TCP] APOLLO CC
[UDP] APOLLO CC
- expresspay: AppType = 'expresspay [2755 - tcp|udp]'¶
[TCP] Express Pay
[UDP] Express Pay
- simplement_tie: AppType = 'simplement-tie [2756 - tcp|udp]'¶
[TCP] simplement-tie
[UDP] simplement-tie
- cnrp: AppType = 'cnrp [2757 - tcp|udp]'¶
[TCP] CNRP
[UDP] CNRP
- apollo_status: AppType = 'apollo-status [2758 - tcp|udp]'¶
[TCP] APOLLO Status
[UDP] APOLLO Status
- apollo_gms: AppType = 'apollo-gms [2759 - tcp|udp]'¶
[TCP] APOLLO GMS
[UDP] APOLLO GMS
- sabams: AppType = 'sabams [2760 - tcp|udp]'¶
[TCP] Saba MS
[UDP] Saba MS
- dicom_iscl: AppType = 'dicom-iscl [2761 - tcp|udp]'¶
[TCP] DICOM ISCL
[UDP] DICOM ISCL
- dicom_tls: AppType = 'dicom-tls [2762 - tcp|udp]'¶
[TCP] DICOM TLS
[UDP] DICOM TLS
- desktop_dna: AppType = 'desktop-dna [2763 - tcp|udp]'¶
[TCP] Desktop DNA
[UDP] Desktop DNA
- data_insurance: AppType = 'data-insurance [2764 - tcp|udp]'¶
[TCP] Data Insurance
[UDP] Data Insurance
- qip_audup: AppType = 'qip-audup [2765 - tcp|udp]'¶
[TCP] qip-audup
[UDP] qip-audup
- compaq_scp: AppType = 'compaq-scp [2766 - tcp|udp]'¶
[TCP] Compaq SCP
[UDP] Compaq SCP
- uadtc: AppType = 'uadtc [2767 - tcp|udp]'¶
[TCP] UADTC
[UDP] UADTC
- uacs: AppType = 'uacs [2768 - tcp|udp]'¶
[TCP] UACS
[UDP] UACS
- exce: AppType = 'exce [2769 - tcp|udp]'¶
[TCP] eXcE
[UDP] eXcE
- veronica: AppType = 'veronica [2770 - tcp|udp]'¶
[TCP] Veronica
[UDP] Veronica
- vergencecm: AppType = 'vergencecm [2771 - tcp|udp]'¶
[TCP] Vergence CM
[UDP] Vergence CM
- auris: AppType = 'auris [2772 - tcp|udp]'¶
[TCP] auris
[UDP] auris
- 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
- smpp: AppType = 'smpp [2775 - tcp|udp]'¶
[TCP] SMPP
[UDP] SMPP
- 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
- gwen_sonya: AppType = 'gwen-sonya [2778 - tcp|udp]'¶
[TCP] Gwen-Sonya
[UDP] Gwen-Sonya
- lbc_sync: AppType = 'lbc-sync [2779 - tcp|udp]'¶
[TCP] LBC Sync
[UDP] LBC Sync
- lbc_control: AppType = 'lbc-control [2780 - tcp|udp]'¶
[TCP] LBC Control
[UDP] LBC Control
- whosells: AppType = 'whosells [2781 - tcp|udp]'¶
[TCP] whosells
[UDP] whosells
- everydayrc: AppType = 'everydayrc [2782 - tcp|udp]'¶
[TCP] everydayrc
[UDP] everydayrc
- aises: AppType = 'aises [2783 - tcp|udp]'¶
[TCP] AISES
[UDP] AISES
- www_dev: AppType = 'www-dev [2784 - tcp|udp]'¶
[TCP] world wide web - development
[UDP] world wide web - development
- aic_np: AppType = 'aic-np [2785 - tcp|udp]'¶
[TCP] aic-np
[UDP] aic-np
- 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
- media_agent: AppType = 'media-agent [2789 - tcp|udp]'¶
[TCP] Media Agent
[UDP] Media Agent
- plgproxy: AppType = 'plgproxy [2790 - tcp|udp]'¶
[TCP] PLG Proxy
[UDP] PLG Proxy
- mtport_regist: AppType = 'mtport-regist [2791 - tcp|udp]'¶
[TCP] MT Port Registrator
[UDP] MT Port Registrator
- f5_globalsite: AppType = 'f5-globalsite [2792 - tcp|udp]'¶
[TCP] f5-globalsite
[UDP] f5-globalsite
- initlsmsad: AppType = 'initlsmsad [2793 - tcp|udp]'¶
[TCP] initlsmsad
[UDP] initlsmsad
- unassigned_2794: AppType = 'unassigned [2794 - undefined]'¶
[N/A] Unassigned
- livestats: AppType = 'livestats [2795 - tcp|udp]'¶
[TCP] LiveStats
[UDP] LiveStats
- ac_tech: AppType = 'ac-tech [2796 - tcp|udp]'¶
[TCP] ac-tech
[UDP] ac-tech
- esp_encap: AppType = 'esp-encap [2797 - tcp|udp]'¶
[TCP] esp-encap
[UDP] esp-encap
- tmesis_upshot: AppType = 'tmesis-upshot [2798 - tcp|udp]'¶
[TCP] TMESIS-UPShot
[UDP] TMESIS-UPShot
- icon_discover: AppType = 'icon-discover [2799 - tcp|udp]'¶
[TCP] ICON Discover
[UDP] ICON Discover
- acc_raid: AppType = 'acc-raid [2800 - tcp|udp]'¶
[TCP] ACC RAID
[UDP] ACC RAID
- igcp: AppType = 'igcp [2801 - tcp|udp]'¶
[TCP] IGCP
[UDP] IGCP
- veritas_tcp1: AppType = 'veritas-tcp1 [2802 - tcp]'¶
[TCP] Veritas TCP1
- veritas_udp1: AppType = 'veritas-udp1 [2802 - udp]'¶
[UDP] Veritas UDP1
- btprjctrl: AppType = 'btprjctrl [2803 - tcp|udp]'¶
[TCP] btprjctrl
[UDP] btprjctrl
- 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
- wta_wsp_s: AppType = 'wta-wsp-s [2805 - tcp|udp]'¶
[TCP] WTA WSP-S
[UDP] WTA WSP-S
- cspuni: AppType = 'cspuni [2806 - tcp|udp]'¶
[TCP] cspuni
[UDP] cspuni
- cspmulti: AppType = 'cspmulti [2807 - tcp|udp]'¶
[TCP] cspmulti
[UDP] cspmulti
- j_lan_p: AppType = 'j-lan-p [2808 - tcp|udp]'¶
[TCP] J-LAN-P
[UDP] J-LAN-P
- corbaloc: AppType = 'corbaloc [2809 - tcp|udp]'¶
[TCP] CORBA LOC
[UDP] CORBA LOC
- netsteward: AppType = 'netsteward [2810 - tcp|udp]'¶
[TCP] Active Net Steward
[UDP] Active Net Steward
- gsiftp: AppType = 'gsiftp [2811 - tcp|udp]'¶
[TCP] GSI FTP
[UDP] GSI FTP
- atmtcp: AppType = 'atmtcp [2812 - tcp|udp]'¶
[TCP] atmtcp
[UDP] atmtcp
- llm_pass: AppType = 'llm-pass [2813 - tcp|udp]'¶
[TCP] llm-pass
[UDP] llm-pass
- llm_csv: AppType = 'llm-csv [2814 - tcp|udp]'¶
[TCP] llm-csv
[UDP] llm-csv
- lbc_measure: AppType = 'lbc-measure [2815 - tcp|udp]'¶
[TCP] LBC Measurement
[UDP] LBC Measurement
- lbc_watchdog: AppType = 'lbc-watchdog [2816 - tcp|udp]'¶
[TCP] LBC Watchdog
[UDP] LBC Watchdog
- rmlnk: AppType = 'rmlnk [2818 - tcp|udp]'¶
[TCP] rmlnk
[UDP] rmlnk
- fc_faultnotify: AppType = 'fc-faultnotify [2819 - tcp|udp]'¶
[TCP] FC Fault Notification
[UDP] FC Fault Notification
- univision: AppType = 'univision [2820 - tcp|udp]'¶
[TCP] UniVision
[UDP] UniVision
- vrts_at_port: AppType = 'vrts-at-port [2821 - tcp|udp]'¶
[TCP] VERITAS Authentication Service
[UDP] VERITAS Authentication Service
- ka0wuc: AppType = 'ka0wuc [2822 - tcp|udp]'¶
[TCP] ka0wuc
[UDP] ka0wuc
- cqg_netlan: AppType = 'cqg-netlan [2823 - tcp|udp]'¶
[TCP] CQG Net/LAN
[UDP] CQG Net/LAN
- cqg_netlan_1: AppType = 'cqg-netlan-1 [2824 - tcp|udp]'¶
[TCP] CQG Net/LAN 1
[UDP] CQG Net/Lan 1
- possibly_assigned: AppType = 'possibly_assigned [2825 - undefined]'¶
[N/A] (unassigned) Possibly assigned
- slc_systemlog: AppType = 'slc-systemlog [2826 - tcp|udp]'¶
[TCP] slc systemlog
[UDP] slc systemlog
- slc_ctrlrloops: AppType = 'slc-ctrlrloops [2827 - tcp|udp]'¶
[TCP] slc ctrlrloops
[UDP] slc ctrlrloops
- itm_lm: AppType = 'itm-lm [2828 - tcp|udp]'¶
[TCP] ITM License Manager
[UDP] ITM License Manager
- silkp1: AppType = 'silkp1 [2829 - tcp|udp]'¶
[TCP] silkp1
[UDP] silkp1
- silkp2: AppType = 'silkp2 [2830 - tcp|udp]'¶
[TCP] silkp2
[UDP] silkp2
- silkp3: AppType = 'silkp3 [2831 - tcp|udp]'¶
[TCP] silkp3
[UDP] silkp3
- silkp4: AppType = 'silkp4 [2832 - tcp|udp]'¶
[TCP] silkp4
[UDP] silkp4
- glishd: AppType = 'glishd [2833 - tcp|udp]'¶
[TCP] glishd
[UDP] glishd
- evtp: AppType = 'evtp [2834 - tcp|udp]'¶
[TCP] EVTP
[UDP] EVTP
- evtp_data: AppType = 'evtp-data [2835 - tcp|udp]'¶
[TCP] EVTP-DATA
[UDP] EVTP-DATA
- catalyst: AppType = 'catalyst [2836 - tcp|udp]'¶
[TCP] catalyst
[UDP] catalyst
- repliweb: AppType = 'repliweb [2837 - tcp|udp]'¶
[TCP] Repliweb
[UDP] Repliweb
- starbot: AppType = 'starbot [2838 - tcp|udp]'¶
[TCP] Starbot
[UDP] Starbot
- nmsigport_2817: AppType = 'nmsigport [2817 - tcp|udp]'¶
[TCP] NMSig Port
[UDP] NMSig Port
- nmsigport_2839: AppType = 'nmsigport [2839 - tcp|udp]'¶
[TCP] NMSigPort
[UDP] NMSigPort
- l3_exprt: AppType = 'l3-exprt [2840 - tcp|udp]'¶
[TCP] l3-exprt
[UDP] l3-exprt
- l3_ranger: AppType = 'l3-ranger [2841 - tcp|udp]'¶
[TCP] l3-ranger
[UDP] l3-ranger
- l3_hawk: AppType = 'l3-hawk [2842 - tcp|udp]'¶
[TCP] l3-hawk
[UDP] l3-hawk
- pdnet: AppType = 'pdnet [2843 - tcp|udp]'¶
[TCP] PDnet
[UDP] PDnet
- bpcp_poll: AppType = 'bpcp-poll [2844 - tcp|udp]'¶
[TCP] BPCP POLL
[UDP] BPCP POLL
- bpcp_trap: AppType = 'bpcp-trap [2845 - tcp|udp]'¶
[TCP] BPCP TRAP
[UDP] BPCP TRAP
- aimpp_hello: AppType = 'aimpp-hello [2846 - tcp|udp]'¶
[TCP] AIMPP Hello
[UDP] AIMPP Hello
- aimpp_port_req: AppType = 'aimpp-port-req [2847 - tcp|udp]'¶
[TCP] AIMPP Port Req
[UDP] AIMPP Port Req
- amt_blc_port: AppType = 'amt-blc-port [2848 - tcp|udp]'¶
[TCP] AMT-BLC-PORT
[UDP] AMT-BLC-PORT
- fxp_286: AppType = 'fxp [286 - tcp|udp]'¶
[TCP] FXP Communication
[UDP] FXP Communication
- fxp_2849: AppType = 'fxp [2849 - tcp|udp]'¶
[TCP] FXP
[UDP] FXP
- metaconsole: AppType = 'metaconsole [2850 - tcp|udp]'¶
[TCP] MetaConsole
[UDP] MetaConsole
- webemshttp: AppType = 'webemshttp [2851 - tcp|udp]'¶
[TCP] webemshttp
[UDP] webemshttp
- bears_01: AppType = 'bears-01 [2852 - tcp|udp]'¶
[TCP] bears-01
[UDP] bears-01
- ispipes: AppType = 'ispipes [2853 - tcp|udp]'¶
[TCP] ISPipes
[UDP] ISPipes
- infomover: AppType = 'infomover [2854 - tcp|udp]'¶
[TCP] InfoMover
[UDP] InfoMover
- reserved_2855: AppType = 'reserved [2855 - udp]'¶
[UDP] Reserved
- cesdinv: AppType = 'cesdinv [2856 - tcp|udp]'¶
[TCP] cesdinv
[UDP] cesdinv
- simctlp: AppType = 'simctlp [2857 - tcp|udp]'¶
[TCP] SimCtIP
[UDP] SimCtIP
- ecnp: AppType = 'ecnp [2858 - tcp|udp]'¶
[TCP] ECNP
[UDP] ECNP
- activememory: AppType = 'activememory [2859 - tcp|udp]'¶
[TCP] Active Memory
[UDP] Active Memory
- 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
- ttg_protocol: AppType = 'ttg-protocol [2862 - tcp|udp]'¶
[TCP] TTG Protocol
[UDP] TTG Protocol
- sonardata: AppType = 'sonardata [2863 - tcp|udp]'¶
[TCP] Sonar Data
[UDP] Sonar Data
- astronova_main: AppType = 'astronova-main [2864 - tcp|udp]'¶
[TCP] main 5001 cmd
[UDP] main 5001 cmd
- pit_vpn: AppType = 'pit-vpn [2865 - tcp|udp]'¶
[TCP] pit-vpn
[UDP] pit-vpn
- iwlistener: AppType = 'iwlistener [2866 - tcp|udp]'¶
[TCP] iwlistener
[UDP] iwlistener
- esps_portal: AppType = 'esps-portal [2867 - tcp|udp]'¶
[TCP] esps-portal
[UDP] esps-portal
- npep_messaging: AppType = 'npep-messaging [2868 - tcp|udp]'¶
[TCP] Norman Proprietaqry Events Protocol
[UDP] Norman Proprietaqry Events Protocol
- icslap: AppType = 'icslap [2869 - tcp|udp]'¶
[TCP] ICSLAP
[UDP] ICSLAP
- daishi: AppType = 'daishi [2870 - tcp|udp]'¶
[TCP] daishi
[UDP] daishi
- msi_selectplay: AppType = 'msi-selectplay [2871 - tcp|udp]'¶
[TCP] MSI Select Play
[UDP] MSI Select Play
- radix: AppType = 'radix [2872 - tcp|udp]'¶
[TCP] RADIX
[UDP] RADIX
- 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
- sps_tunnel: AppType = 'sps-tunnel [2876 - tcp|udp]'¶
[TCP] SPS Tunnel
[UDP] SPS Tunnel
- bluelance: AppType = 'bluelance [2877 - tcp|udp]'¶
[TCP] BLUELANCE
[UDP] BLUELANCE
- aap: AppType = 'aap [2878 - tcp|udp]'¶
[TCP] AAP
[UDP] AAP
- ucentric_ds: AppType = 'ucentric-ds [2879 - tcp|udp]'¶
[TCP] ucentric-ds
[UDP] ucentric-ds
- synapse: AppType = 'synapse [2880 - tcp|udp]'¶
[TCP] Synapse Transport
[UDP] Synapse Transport
- ndsp: AppType = 'ndsp [2881 - tcp|udp]'¶
[TCP] NDSP
[UDP] NDSP
- ndtp: AppType = 'ndtp [2882 - tcp|udp]'¶
[TCP] NDTP
[UDP] NDTP
- ndnp: AppType = 'ndnp [2883 - tcp|udp]'¶
[TCP] NDNP
[UDP] NDNP
- flashmsg: AppType = 'flashmsg [2884 - tcp|udp]'¶
[TCP] Flash Msg
[UDP] Flash Msg
- topflow: AppType = 'topflow [2885 - tcp|udp]'¶
[TCP] TopFlow
[UDP] TopFlow
- responselogic: AppType = 'responselogic [2886 - tcp|udp]'¶
[TCP] RESPONSELOGIC
[UDP] RESPONSELOGIC
- aironetddp: AppType = 'aironetddp [2887 - tcp|udp]'¶
[TCP] aironet
[UDP] aironet
- spcsdlobby: AppType = 'spcsdlobby [2888 - tcp|udp]'¶
[TCP] SPCSDLOBBY
[UDP] SPCSDLOBBY
- rsom: AppType = 'rsom [2889 - tcp|udp]'¶
[TCP] RSOM
[UDP] RSOM
- cspclmulti: AppType = 'cspclmulti [2890 - tcp|udp]'¶
[TCP] CSPCLMULTI
[UDP] CSPCLMULTI
- cinegrfx_elmd: AppType = 'cinegrfx-elmd [2891 - tcp|udp]'¶
[TCP] CINEGRFX-ELMD License Manager
[UDP] CINEGRFX-ELMD License Manager
- snifferdata: AppType = 'snifferdata [2892 - tcp|udp]'¶
[TCP] SNIFFERDATA
[UDP] SNIFFERDATA
- vseconnector: AppType = 'vseconnector [2893 - tcp|udp]'¶
[TCP] VSECONNECTOR
[UDP] VSECONNECTOR
- abacus_remote: AppType = 'abacus-remote [2894 - tcp|udp]'¶
[TCP] ABACUS-REMOTE
[UDP] ABACUS-REMOTE
- natuslink: AppType = 'natuslink [2895 - tcp|udp]'¶
[TCP] NATUS LINK
[UDP] NATUS LINK
- ecovisiong6_1: AppType = 'ecovisiong6-1 [2896 - tcp|udp]'¶
[TCP] ECOVISIONG6-1
[UDP] ECOVISIONG6-1
- citrix_rtmp: AppType = 'citrix-rtmp [2897 - tcp|udp]'¶
[TCP] Citrix RTMP
[UDP] Citrix RTMP
- appliance_cfg: AppType = 'appliance-cfg [2898 - tcp|udp]'¶
[TCP] APPLIANCE-CFG
[UDP] APPLIANCE-CFG
- powergemplus: AppType = 'powergemplus [2899 - tcp|udp]'¶
[TCP] POWERGEMPLUS
[UDP] POWERGEMPLUS
- quicksuite: AppType = 'quicksuite [2900 - tcp|udp]'¶
[TCP] QUICKSUITE
[UDP] QUICKSUITE
- allstorcns: AppType = 'allstorcns [2901 - tcp|udp]'¶
[TCP] ALLSTORCNS
[UDP] ALLSTORCNS
- netaspi: AppType = 'netaspi [2902 - tcp|udp]'¶
[TCP] NET ASPI
[UDP] NET ASPI
- suitcase: AppType = 'suitcase [2903 - tcp|udp]'¶
[TCP] SUITCASE
[UDP] SUITCASE
- m2ua: AppType = 'm2ua [2904 - tcp|udp|sctp]'¶
[TCP] M2UA
[UDP] M2UA
[SCTP] M2UA
- de_registered_585: AppType = 'de_registered [585 - undefined]'¶
[N/A] De-registered
- de_registered_2905: AppType = 'de_registered [2905 - udp]'¶
[UDP] De-registered
- caller9: AppType = 'caller9 [2906 - tcp|udp]'¶
[TCP] CALLER9
[UDP] CALLER9
- webmethods_b2b: AppType = 'webmethods-b2b [2907 - tcp|udp]'¶
[TCP] WEBMETHODS B2B
[UDP] WEBMETHODS B2B
- mao: AppType = 'mao [2908 - tcp|udp]'¶
[TCP] mao
[UDP] mao
- funk_dialout: AppType = 'funk-dialout [2909 - tcp|udp]'¶
[TCP] Funk Dialout
[UDP] Funk Dialout
- tdaccess: AppType = 'tdaccess [2910 - tcp|udp]'¶
[TCP] TDAccess
[UDP] TDAccess
- blockade: AppType = 'blockade [2911 - tcp|udp]'¶
[TCP] Blockade
[UDP] Blockade
- epicon: AppType = 'epicon [2912 - tcp|udp]'¶
[TCP] Epicon
[UDP] Epicon
- boosterware: AppType = 'boosterware [2913 - tcp|udp]'¶
[TCP] Booster Ware
[UDP] Booster Ware
- gamelobby: AppType = 'gamelobby [2914 - tcp|udp]'¶
[TCP] Game Lobby
[UDP] Game Lobby
- tksocket: AppType = 'tksocket [2915 - tcp|udp]'¶
[TCP] TK Socket
[UDP] TK Socket
- 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
- roboer: AppType = 'roboer [2919 - tcp|udp]'¶
[TCP] roboER
[UDP] roboER
- roboeda: AppType = 'roboeda [2920 - tcp|udp]'¶
[TCP] roboEDA
[UDP] roboEDA
- 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
- wta_wsp_wtp_s: AppType = 'wta-wsp-wtp-s [2923 - tcp|udp]'¶
[TCP] WTA-WSP-WTP-S
[UDP] WTA-WSP-WTP-S
- precise_vip: AppType = 'precise-vip [2924 - tcp|udp]'¶
[TCP] PRECISE-VIP
[UDP] PRECISE-VIP
- unassigned_2925: AppType = 'unassigned [2925 - undefined]'¶
[N/A] Unassigned (FRP-Released 12/7/00)
- mobile_file_dl: AppType = 'mobile-file-dl [2926 - tcp|udp]'¶
[TCP] MOBILE-FILE-DL
[UDP] MOBILE-FILE-DL
- unimobilectrl: AppType = 'unimobilectrl [2927 - tcp|udp]'¶
[TCP] UNIMOBILECTRL
[UDP] UNIMOBILECTRL
- redstone_cpss: AppType = 'redstone-cpss [2928 - tcp|udp]'¶
[TCP] REDSTONE-CPSS
[UDP] REDSTONE-CPSS
- amx_webadmin: AppType = 'amx-webadmin [2929 - tcp|udp]'¶
[TCP] AMX-WEBADMIN
[UDP] AMX-WEBADMIN
- amx_weblinx: AppType = 'amx-weblinx [2930 - tcp|udp]'¶
[TCP] AMX-WEBLINX
[UDP] AMX-WEBLINX
- circle_x: AppType = 'circle-x [2931 - tcp|udp]'¶
[TCP] Circle-X
[UDP] Circle-X
- incp: AppType = 'incp [2932 - tcp|udp]'¶
[TCP] INCP
[UDP] INCP
- 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
- qtp: AppType = 'qtp [2935 - tcp|udp]'¶
[TCP] QTP
[UDP] QTP
- otpatch: AppType = 'otpatch [2936 - tcp|udp]'¶
[TCP] OTPatch
[UDP] OTPatch
- pnaconsult_lm: AppType = 'pnaconsult-lm [2937 - tcp|udp]'¶
[TCP] PNACONSULT-LM
[UDP] PNACONSULT-LM
- sm_pas_1: AppType = 'sm-pas-1 [2938 - tcp|udp]'¶
[TCP] SM-PAS-1
[UDP] SM-PAS-1
- sm_pas_2: AppType = 'sm-pas-2 [2939 - tcp|udp]'¶
[TCP] SM-PAS-2
[UDP] SM-PAS-2
- sm_pas_3: AppType = 'sm-pas-3 [2940 - tcp|udp]'¶
[TCP] SM-PAS-3
[UDP] SM-PAS-3
- sm_pas_4: AppType = 'sm-pas-4 [2941 - tcp|udp]'¶
[TCP] SM-PAS-4
[UDP] SM-PAS-4
- sm_pas_5: AppType = 'sm-pas-5 [2942 - tcp|udp]'¶
[TCP] SM-PAS-5
[UDP] SM-PAS-5
- ttnrepository: AppType = 'ttnrepository [2943 - tcp|udp]'¶
[TCP] TTNRepository
[UDP] TTNRepository
- 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
- fjsvmpor: AppType = 'fjsvmpor [2946 - tcp|udp]'¶
[TCP] FJSVmpor
[UDP] FJSVmpor
- gpsd: AppType = 'gpsd [2947 - tcp|udp]'¶
[TCP] GPS Daemon request/response protocol
[UDP] GPS Daemon request/response protocol
- wap_push: AppType = 'wap-push [2948 - tcp|udp]'¶
[TCP] WAP PUSH
[UDP] WAP PUSH
- wap_pushsecure: AppType = 'wap-pushsecure [2949 - tcp|udp]'¶
[TCP] WAP PUSH SECURE
[UDP] WAP PUSH SECURE
- esip: AppType = 'esip [2950 - tcp|udp]'¶
[TCP] ESIP
[UDP] ESIP
- ottp: AppType = 'ottp [2951 - tcp|udp]'¶
[TCP] OTTP
[UDP] OTTP
- mpfwsas: AppType = 'mpfwsas [2952 - tcp|udp]'¶
[TCP] MPFWSAS
[UDP] MPFWSAS
- ovalarmsrv: AppType = 'ovalarmsrv [2953 - tcp|udp]'¶
[TCP] OVALARMSRV
[UDP] OVALARMSRV
- ovalarmsrv_cmd: AppType = 'ovalarmsrv-cmd [2954 - tcp|udp]'¶
[TCP] OVALARMSRV-CMD
[UDP] OVALARMSRV-CMD
- csnotify: AppType = 'csnotify [2955 - tcp|udp]'¶
[TCP] CSNOTIFY
[UDP] CSNOTIFY
- ovrimosdbman: AppType = 'ovrimosdbman [2956 - tcp|udp]'¶
[TCP] OVRIMOSDBMAN
[UDP] OVRIMOSDBMAN
- jmact5: AppType = 'jmact5 [2957 - tcp|udp]'¶
[TCP] JAMCT5
[UDP] JAMCT5
- jmact6: AppType = 'jmact6 [2958 - tcp|udp]'¶
[TCP] JAMCT6
[UDP] JAMCT6
- rmopagt: AppType = 'rmopagt [2959 - tcp|udp]'¶
[TCP] RMOPAGT
[UDP] RMOPAGT
- dfoxserver: AppType = 'dfoxserver [2960 - tcp|udp]'¶
[TCP] DFOXSERVER
[UDP] DFOXSERVER
- boldsoft_lm: AppType = 'boldsoft-lm [2961 - tcp|udp]'¶
[TCP] BOLDSOFT-LM
[UDP] BOLDSOFT-LM
- 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
- bullant_srap: AppType = 'bullant-srap [2964 - tcp|udp]'¶
[TCP] BULLANT SRAP
[UDP] BULLANT SRAP
- bullant_rap: AppType = 'bullant-rap [2965 - tcp|udp]'¶
[TCP] BULLANT RAP
[UDP] BULLANT RAP
- idp_infotrieve: AppType = 'idp-infotrieve [2966 - tcp|udp]'¶
[TCP] IDP-INFOTRIEVE
[UDP] IDP-INFOTRIEVE
- ssc_agent: AppType = 'ssc-agent [2967 - tcp|udp]'¶
[TCP] SSC-AGENT
[UDP] SSC-AGENT
- enpp: AppType = 'enpp [2968 - tcp|udp]'¶
[TCP] ENPP
[UDP] ENPP
- essp: AppType = 'essp [2969 - tcp|udp]'¶
[TCP] ESSP
[UDP] ESSP
- index_net: AppType = 'index-net [2970 - tcp|udp]'¶
[TCP] INDEX-NET
[UDP] INDEX-NET
- netclip: AppType = 'netclip [2971 - tcp|udp]'¶
[TCP] NetClip clipboard daemon
[UDP] NetClip clipboard daemon
- pmsm_webrctl: AppType = 'pmsm-webrctl [2972 - tcp|udp]'¶
[TCP] PMSM Webrctl
[UDP] PMSM Webrctl
- svnetworks: AppType = 'svnetworks [2973 - tcp|udp]'¶
[TCP] SV Networks
[UDP] SV Networks
- signal: AppType = 'signal [2974 - tcp|udp]'¶
[TCP] Signal
[UDP] Signal
- 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
- mylxamport: AppType = 'mylxamport [2981 - tcp|udp]'¶
[TCP] MYLXAMPORT
[UDP] MYLXAMPORT
- iwb_whiteboard: AppType = 'iwb-whiteboard [2982 - tcp|udp]'¶
[TCP] IWB-WHITEBOARD
[UDP] IWB-WHITEBOARD
- netplan: AppType = 'netplan [2983 - tcp|udp]'¶
[TCP] NETPLAN
[UDP] NETPLAN
- hpidsadmin: AppType = 'hpidsadmin [2984 - tcp|udp]'¶
[TCP] HPIDSADMIN
[UDP] HPIDSADMIN
- hpidsagent: AppType = 'hpidsagent [2985 - tcp|udp]'¶
[TCP] HPIDSAGENT
[UDP] HPIDSAGENT
- stonefalls: AppType = 'stonefalls [2986 - tcp|udp]'¶
[TCP] STONEFALLS
[UDP] STONEFALLS
- identify: AppType = 'identify [2987 - tcp|udp]'¶
[TCP] identify
[UDP] identify
- 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
- boscap: AppType = 'boscap [2990 - tcp|udp]'¶
[TCP] BOSCAP
[UDP] BOSCAP
- wkstn_mon: AppType = 'wkstn-mon [2991 - tcp|udp]'¶
[TCP] WKSTN-MON
[UDP] WKSTN-MON
- avenyo: AppType = 'avenyo [2992 - tcp|udp]'¶
[TCP] Avenyo Server
[UDP] Avenyo Server
- veritas_vis1: AppType = 'veritas-vis1 [2993 - tcp|udp]'¶
[TCP] VERITAS VIS1
[UDP] VERITAS VIS1
- veritas_vis2: AppType = 'veritas-vis2 [2994 - tcp|udp]'¶
[TCP] VERITAS VIS2
[UDP] VERITAS VIS2
- idrs: AppType = 'idrs [2995 - tcp|udp]'¶
[TCP] IDRS
[UDP] IDRS
- vsixml: AppType = 'vsixml [2996 - tcp|udp]'¶
[TCP] vsixml
[UDP] vsixml
- rebol: AppType = 'rebol [2997 - tcp|udp]'¶
[TCP] REBOL
[UDP] REBOL
- realsecure: AppType = 'realsecure [2998 - tcp|udp]'¶
[TCP] Real Secure
[UDP] Real Secure
- remoteware_un: AppType = 'remoteware-un [2999 - tcp|udp]'¶
[TCP] RemoteWare Unassigned
[UDP] RemoteWare Unassigned
- hbci: AppType = 'hbci [3000 - tcp|udp]'¶
[TCP] HBCI
[UDP] HBCI
- remoteware_cl: AppType = 'remoteware-cl [3000 - tcp|udp]'¶
[TCP] RemoteWare Client
[UDP] RemoteWare Client
- origo_native: AppType = 'origo-native [3001 - tcp]'¶
[TCP] OrigoDB Server Native Interface
- reserved_3001: AppType = 'reserved [3001 - udp]'¶
[UDP] Reserved
- exlm_agent: AppType = 'exlm-agent [3002 - tcp|udp]'¶
[TCP] EXLM Agent
[UDP] EXLM Agent
- remoteware_srv: AppType = 'remoteware-srv [3002 - tcp|udp]'¶
[TCP] RemoteWare Server
[UDP] RemoteWare Server
- cgms: AppType = 'cgms [3003 - tcp|udp]'¶
[TCP] CGMS
[UDP] CGMS
- csoftragent: AppType = 'csoftragent [3004 - tcp|udp]'¶
[TCP] Csoft Agent
[UDP] Csoft Agent
- 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
- pxc_ntfy: AppType = 'pxc-ntfy [3009 - tcp|udp]'¶
[TCP] PXC-NTFY
[UDP] PXC-NTFY
- gw: AppType = 'gw [3010 - tcp]'¶
[TCP] Telerate Workstation
- ping_pong: AppType = 'ping-pong [3010 - udp]'¶
[UDP] Telerate Workstation
- trusted_web: AppType = 'trusted-web [3011 - tcp|udp]'¶
[TCP] Trusted Web
[UDP] Trusted Web
- twsdss: AppType = 'twsdss [3012 - tcp|udp]'¶
[TCP] Trusted Web Client
[UDP] Trusted Web Client
- 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
- nati_dstp: AppType = 'nati-dstp [3015 - tcp|udp]'¶
[TCP] NATI DSTP
[UDP] NATI DSTP
- 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
- cifs: AppType = 'cifs [3020 - tcp|udp]'¶
[TCP] CIFS
[UDP] CIFS
- agriserver: AppType = 'agriserver [3021 - tcp|udp]'¶
[TCP] AGRI Server
[UDP] AGRI Server
- csregagent: AppType = 'csregagent [3022 - tcp|udp]'¶
[TCP] CSREGAGENT
[UDP] CSREGAGENT
- magicnotes: AppType = 'magicnotes [3023 - tcp|udp]'¶
[TCP] magicnotes
[UDP] magicnotes
- 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
- arepa_raft: AppType = 'arepa-raft [3025 - tcp|udp]'¶
[TCP] Arepa Raft
[UDP] Arepa Raft
- agri_gateway: AppType = 'agri-gateway [3026 - tcp|udp]'¶
[TCP] AGRI Gateway
[UDP] AGRI Gateway
- 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
- arepa_cas: AppType = 'arepa-cas [3030 - tcp|udp]'¶
[TCP] Arepa Cas
[UDP] Arepa Cas
- eppc: AppType = 'eppc [3031 - tcp|udp]'¶
[TCP] Remote AppleEvents/PPC Toolbox
[UDP] Remote AppleEvents/PPC Toolbox
- redwood_chat: AppType = 'redwood-chat [3032 - tcp|udp]'¶
[TCP] Redwood Chat
[UDP] Redwood Chat
- pdb: AppType = 'pdb [3033 - tcp|udp]'¶
[TCP] PDB
[UDP] PDB
- osmosis_aeea: AppType = 'osmosis-aeea [3034 - tcp|udp]'¶
[TCP] Osmosis / Helix (R) AEEA Port
[UDP] Osmosis / Helix (R) AEEA Port
- fjsv_gssagt: AppType = 'fjsv-gssagt [3035 - tcp|udp]'¶
[TCP] FJSV gssagt
[UDP] FJSV gssagt
- hagel_dump: AppType = 'hagel-dump [3036 - tcp|udp]'¶
[TCP] Hagel DUMP
[UDP] Hagel DUMP
- hp_san_mgmt: AppType = 'hp-san-mgmt [3037 - tcp|udp]'¶
[TCP] HP SAN Mgmt
[UDP] HP SAN Mgmt
- santak_ups: AppType = 'santak-ups [3038 - tcp|udp]'¶
[TCP] Santak UPS
[UDP] Santak UPS
- cogitate: AppType = 'cogitate [3039 - tcp|udp]'¶
[TCP] Cogitate, Inc.
[UDP] Cogitate, Inc.
- tomato_springs: AppType = 'tomato-springs [3040 - tcp|udp]'¶
[TCP] Tomato Springs
[UDP] Tomato Springs
- di_traceware: AppType = 'di-traceware [3041 - tcp|udp]'¶
[TCP] di-traceware
[UDP] di-traceware
- journee: AppType = 'journee [3042 - tcp|udp]'¶
[TCP] journee
[UDP] journee
- brp: AppType = 'brp [3043 - tcp|udp]'¶
[TCP] Broadcast Routing Protocol
[UDP] Broadcast Routing Protocol
- epp_700: AppType = 'epp [700 - tcp|udp]'¶
- epp_3044: AppType = 'epp [3044 - tcp|udp]'¶
[TCP] EndPoint Protocol
[UDP] EndPoint Protocol
- responsenet: AppType = 'responsenet [3045 - tcp|udp]'¶
[TCP] ResponseNet
[UDP] ResponseNet
- di_ase: AppType = 'di-ase [3046 - tcp|udp]'¶
[TCP] di-ase
[UDP] di-ase
- 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
- nsws: AppType = 'nsws [3049 - tcp|udp]'¶
[TCP] NSWS
[UDP] NSWS
- 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
- galaxy_server: AppType = 'galaxy-server [3051 - tcp|udp]'¶
[TCP] Galaxy Server
[UDP] Galaxy Server
- apc_3052: AppType = 'apc-3052 [3052 - tcp|udp]'¶
[TCP] APC 3052
[UDP] APC 3052
- dsom_server: AppType = 'dsom-server [3053 - tcp|udp]'¶
[TCP] dsom-server
[UDP] dsom-server
- amt_cnf_prot: AppType = 'amt-cnf-prot [3054 - tcp|udp]'¶
[TCP] AMT CNF PROT
[UDP] AMT CNF PROT
- policyserver: AppType = 'policyserver [3055 - tcp|udp]'¶
[TCP] Policy Server
[UDP] Policy Server
- cdl_server: AppType = 'cdl-server [3056 - tcp|udp]'¶
[TCP] CDL Server
[UDP] CDL Server
- goahead_fldup: AppType = 'goahead-fldup [3057 - tcp|udp]'¶
[TCP] GoAhead FldUp
[UDP] GoAhead FldUp
- videobeans: AppType = 'videobeans [3058 - tcp|udp]'¶
[TCP] videobeans
[UDP] videobeans
- qsoft: AppType = 'qsoft [3059 - tcp|udp]'¶
[TCP] qsoft
[UDP] qsoft
- interserver: AppType = 'interserver [3060 - tcp|udp]'¶
[TCP] interserver
[UDP] interserver
- cautcpd: AppType = 'cautcpd [3061 - tcp|udp]'¶
[TCP] cautcpd
[UDP] cautcpd
- ncacn_ip_tcp: AppType = 'ncacn-ip-tcp [3062 - tcp|udp]'¶
[TCP] ncacn-ip-tcp
[UDP] ncacn-ip-tcp
- ncadg_ip_udp: AppType = 'ncadg-ip-udp [3063 - tcp|udp]'¶
[TCP] ncadg-ip-udp
[UDP] ncadg-ip-udp
- rprt: AppType = 'rprt [3064 - tcp|udp]'¶
[TCP] Remote Port Redirector
[UDP] Remote Port Redirector
- slinterbase: AppType = 'slinterbase [3065 - tcp|udp]'¶
[TCP] slinterbase
[UDP] slinterbase
- netattachsdmp: AppType = 'netattachsdmp [3066 - tcp|udp]'¶
[TCP] NETATTACHSDMP
[UDP] NETATTACHSDMP
- fjhpjp: AppType = 'fjhpjp [3067 - tcp|udp]'¶
[TCP] FJHPJP
[UDP] FJHPJP
- ls3bcast: AppType = 'ls3bcast [3068 - tcp|udp]'¶
[TCP] ls3 Broadcast
[UDP] ls3 Broadcast
- ls3: AppType = 'ls3 [3069 - tcp|udp]'¶
[TCP] ls3
[UDP] ls3
- mgxswitch: AppType = 'mgxswitch [3070 - tcp|udp]'¶
[TCP] MGXSWITCH
[UDP] MGXSWITCH
- xplat_replicate: AppType = 'xplat-replicate [3071 - tcp]'¶
[TCP] Crossplatform replication protocol
- reserved_3071: AppType = 'reserved [3071 - udp]'¶
[UDP] Reserved
- 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
- xbox: AppType = 'xbox [3074 - tcp|udp]'¶
[TCP] Xbox game port
[UDP] Xbox game port
- 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
- tl1_lv: AppType = 'tl1-lv [3081 - tcp|udp]'¶
[TCP] TL1-LV
[UDP] TL1-LV
- tl1_raw: AppType = 'tl1-raw [3082 - tcp|udp]'¶
[TCP] TL1-RAW
[UDP] TL1-RAW
- tl1_telnet: AppType = 'tl1-telnet [3083 - tcp|udp]'¶
[TCP] TL1-TELNET
[UDP] TL1-TELNET
- itm_mccs: AppType = 'itm-mccs [3084 - tcp|udp]'¶
[TCP] ITM-MCCS
[UDP] ITM-MCCS
- pcihreq: AppType = 'pcihreq [3085 - tcp|udp]'¶
[TCP] PCIHReq
[UDP] PCIHReq
- jdl_dbkitchen: AppType = 'jdl-dbkitchen [3086 - tcp|udp]'¶
[TCP] JDL-DBKitchen
[UDP] JDL-DBKitchen
- asoki_sma: AppType = 'asoki-sma [3087 - tcp|udp]'¶
[TCP] Asoki SMA
[UDP] Asoki SMA
- 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
- unassigned_3092: AppType = 'unassigned [3092 - undefined]'¶
[N/A] Unassigned
- 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
- reserved_3097: AppType = 'reserved [3097 - tcp|udp]'¶
[TCP] Reserved
[UDP] Reserved
- itu_bicc_stc: AppType = 'itu-bicc-stc [3097 - sctp]'¶
[SCTP] ITU-T Q.1902.1/Q.2150.3
- umm_port: AppType = 'umm-port [3098 - tcp|udp]'¶
[TCP] Universal Message Manager
[UDP] Universal Message Manager
- chmd: AppType = 'chmd [3099 - tcp|udp]'¶
[TCP] CHIPSY Machine Daemon
[UDP] CHIPSY Machine Daemon
- opcon_xps: AppType = 'opcon-xps [3100 - tcp|udp]'¶
[TCP] OpCon/xps
[UDP] OpCon/xps
- 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
- autocuelog: AppType = 'autocuelog [3104 - tcp]'¶
[TCP] Autocue Logger Protocol
- autocuetime: AppType = 'autocuetime [3104 - udp]'¶
[UDP] Autocue Time Service
- cardbox: AppType = 'cardbox [3105 - tcp|udp]'¶
[TCP] Cardbox
[UDP] Cardbox
- cardbox_http: AppType = 'cardbox-http [3106 - tcp|udp]'¶
[TCP] Cardbox HTTP
[UDP] Cardbox HTTP
- business: AppType = 'business [3107 - tcp|udp]'¶
[TCP] Business protocol
[UDP] Business 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
- ksysguard: AppType = 'ksysguard [3112 - tcp|udp]'¶
[TCP] KDE System Guard
[UDP] KDE System Guard
- cs_auth_svr: AppType = 'cs-auth-svr [3113 - tcp|udp]'¶
[TCP] CS-Authenticate Svr Port
[UDP] CS-Authenticate Svr Port
- ccmad: AppType = 'ccmad [3114 - tcp|udp]'¶
[TCP] CCM AutoDiscover
[UDP] CCM AutoDiscover
- mctet_master: AppType = 'mctet-master [3115 - tcp|udp]'¶
[TCP] MCTET Master
[UDP] MCTET Master
- mctet_gateway: AppType = 'mctet-gateway [3116 - tcp|udp]'¶
[TCP] MCTET Gateway
[UDP] MCTET Gateway
- mctet_jserv: AppType = 'mctet-jserv [3117 - tcp|udp]'¶
[TCP] MCTET Jserv
[UDP] MCTET Jserv
- pkagent: AppType = 'pkagent [3118 - tcp|udp]'¶
[TCP] PKAgent
[UDP] PKAgent
- 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.
- reserved_3121: AppType = 'reserved [3121 - udp]'¶
[UDP] Reserved
- 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
- beacon_port: AppType = 'beacon-port [3124 - tcp|udp]'¶
[TCP] Beacon Port
[UDP] Beacon Port
- a13_an: AppType = 'a13-an [3125 - tcp|udp]'¶
[TCP] A13-AN Interface
[UDP] A13-AN Interface
- unassigned_3126: AppType = 'unassigned [3126 - undefined]'¶
[N/A] Unassigned
- ctx_bridge: AppType = 'ctx-bridge [3127 - tcp|udp]'¶
[TCP] CTX Bridge Port
[UDP] CTX Bridge Port
- 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
- icpv2: AppType = 'icpv2 [3130 - tcp|udp]'¶
[TCP] ICPv2
[UDP] ICPv2
- netbookmark: AppType = 'netbookmark [3131 - tcp|udp]'¶
[TCP] Net Book Mark
[UDP] Net Book Mark
- 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
- peerbook_port: AppType = 'peerbook-port [3135 - tcp|udp]'¶
[TCP] PeerBook Port
[UDP] PeerBook Port
- grubd: AppType = 'grubd [3136 - tcp|udp]'¶
[TCP] Grub Server Port
[UDP] Grub Server Port
- rtnt_1: AppType = 'rtnt-1 [3137 - tcp|udp]'¶
[TCP] rtnt-1 data packets
[UDP] rtnt-1 data packets
- rtnt_2: AppType = 'rtnt-2 [3138 - tcp|udp]'¶
[TCP] rtnt-2 data packets
[UDP] rtnt-2 data packets
- 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
- vmodem: AppType = 'vmodem [3141 - tcp|udp]'¶
[TCP] VMODEM
[UDP] VMODEM
- rdc_wh_eos: AppType = 'rdc-wh-eos [3142 - tcp|udp]'¶
[TCP] RDC WH EOS
[UDP] RDC WH EOS
- seaview: AppType = 'seaview [3143 - tcp|udp]'¶
[TCP] Sea View
[UDP] Sea View
- tarantella: AppType = 'tarantella [3144 - tcp|udp]'¶
[TCP] Tarantella
[UDP] Tarantella
- csi_lfap: AppType = 'csi-lfap [3145 - tcp|udp]'¶
[TCP] CSI-LFAP
[UDP] CSI-LFAP
- bears_02: AppType = 'bears-02 [3146 - tcp|udp]'¶
[TCP] bears-02
[UDP] bears-02
- rfio: AppType = 'rfio [3147 - tcp|udp]'¶
[TCP] RFIO
[UDP] RFIO
- 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
- feitianrockey: AppType = 'feitianrockey [3152 - tcp|udp]'¶
[TCP] FeiTian Port
[UDP] FeiTian Port
- s8_client_port: AppType = 's8-client-port [3153 - tcp|udp]'¶
[TCP] S8Cargo Client Port
[UDP] S8Cargo Client Port
- ccmrmi: AppType = 'ccmrmi [3154 - tcp|udp]'¶
[TCP] ON RMI Registry
[UDP] ON RMI Registry
- jpegmpeg: AppType = 'jpegmpeg [3155 - tcp|udp]'¶
[TCP] JpegMpeg Port
[UDP] JpegMpeg Port
- indura: AppType = 'indura [3156 - tcp|udp]'¶
[TCP] Indura Collector
[UDP] Indura Collector
- lsa_comm: AppType = 'lsa-comm [3157 - tcp|udp]'¶
[TCP] LSA Communicator
[UDP] LSA Communicator
- stvp: AppType = 'stvp [3158 - tcp|udp]'¶
[TCP] SmashTV Protocol
[UDP] SmashTV Protocol
[TCP] NavegaWeb Tarification
[UDP] NavegaWeb Tarification
- tip_app_server: AppType = 'tip-app-server [3160 - tcp|udp]'¶
[TCP] TIP Application Server
[UDP] TIP Application Server
- doc1lm: AppType = 'doc1lm [3161 - tcp|udp]'¶
[TCP] DOC1 License Manager
[UDP] DOC1 License Manager
- sflm: AppType = 'sflm [3162 - tcp|udp]'¶
[TCP] SFLM
[UDP] SFLM
- res_sap: AppType = 'res-sap [3163 - tcp|udp]'¶
[TCP] RES-SAP
[UDP] RES-SAP
- imprs: AppType = 'imprs [3164 - tcp|udp]'¶
[TCP] IMPRS
[UDP] IMPRS
- 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_as: AppType = 'serverview-as [3169 - tcp|udp]'¶
[TCP] SERVERVIEW-AS
[UDP] SERVERVIEW-AS
- serverview_asn: AppType = 'serverview-asn [3170 - tcp|udp]'¶
[TCP] SERVERVIEW-ASN
[UDP] SERVERVIEW-ASN
- serverview_gf: AppType = 'serverview-gf [3171 - tcp|udp]'¶
[TCP] SERVERVIEW-GF
[UDP] SERVERVIEW-GF
- serverview_rm: AppType = 'serverview-rm [3172 - tcp|udp]'¶
[TCP] SERVERVIEW-RM
[UDP] SERVERVIEW-RM
- serverview_icc: AppType = 'serverview-icc [3173 - tcp|udp]'¶
[TCP] SERVERVIEW-ICC
[UDP] SERVERVIEW-ICC
- armi_server: AppType = 'armi-server [3174 - tcp|udp]'¶
[TCP] ARMI Server
[UDP] ARMI Server
- t1_e1_over_ip: AppType = 't1-e1-over-ip [3175 - tcp|udp]'¶
[TCP] T1_E1_Over_IP
[UDP] T1_E1_Over_IP
- ars_master: AppType = 'ars-master [3176 - tcp|udp]'¶
[TCP] ARS Master
[UDP] ARS Master
- phonex_port: AppType = 'phonex-port [3177 - tcp|udp]'¶
[TCP] Phonex Protocol
[UDP] Phonex Protocol
- 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
- cops_tls: AppType = 'cops-tls [3183 - tcp|udp]'¶
[TCP] COPS/TLS
[UDP] COPS/TLS
- apogeex_port: AppType = 'apogeex-port [3184 - tcp|udp]'¶
[TCP] ApogeeX Port
[UDP] ApogeeX Port
- smpppd: AppType = 'smpppd [3185 - tcp|udp]'¶
[TCP] SuSE Meta PPPD
[UDP] SuSE Meta PPPD
- 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_proxy: AppType = 'csvr-proxy [3190 - tcp|udp]'¶
[TCP] ConServR Proxy
[UDP] ConServR Proxy
- 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
- spandataport: AppType = 'spandataport [3193 - tcp|udp]'¶
[TCP] SpanDataPort
[UDP] SpanDataPort
- magbind: AppType = 'magbind [3194 - tcp|udp]'¶
[TCP] Rockstorm MAG protocol
[UDP] Rockstorm MAG protocol
- ncu_1: AppType = 'ncu-1 [3195 - tcp|udp]'¶
[TCP] Network Control Unit
[UDP] Network Control Unit
- ncu_2: AppType = 'ncu-2 [3196 - tcp|udp]'¶
[TCP] Network Control Unit
[UDP] Network Control Unit
- 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
- cpq_tasksmart: AppType = 'cpq-tasksmart [3201 - tcp|udp]'¶
[TCP] CPQ-TaskSmart
[UDP] CPQ-TaskSmart
- intraintra: AppType = 'intraintra [3202 - tcp|udp]'¶
[TCP] IntraIntra
[UDP] IntraIntra
- 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
- isns: AppType = 'isns [3205 - tcp|udp]'¶
- ironmail: AppType = 'ironmail [3206 - tcp|udp]'¶
[TCP] IronMail POP Proxy
[UDP] IronMail POP Proxy
- 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
- wms_messenger: AppType = 'wms-messenger [3219 - tcp|udp]'¶
[TCP] WMS Messenger
[UDP] WMS Messenger
- xnm_ssl: AppType = 'xnm-ssl [3220 - tcp|udp]'¶
[TCP] XML NM over SSL
[UDP] XML NM over SSL
- 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
- alchemy: AppType = 'alchemy [3234 - tcp|udp]'¶
[TCP] Alchemy Server
[UDP] Alchemy Server
- mdap_port: AppType = 'mdap-port [3235 - tcp|udp]'¶
[TCP] MDAP port
[UDP] MDAP 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
- timelot: AppType = 'timelot [3243 - tcp|udp]'¶
[TCP] Timelot Port
[UDP] Timelot Port
- onesaf: AppType = 'onesaf [3244 - tcp|udp]'¶
[TCP] OneSAF
[UDP] OneSAF
- vieo_fe: AppType = 'vieo-fe [3245 - tcp|udp]'¶
[TCP] VIEO Fabric Executive
[UDP] VIEO Fabric Executive
- dvt_system: AppType = 'dvt-system [3246 - tcp|udp]'¶
[TCP] DVT SYSTEM PORT
[UDP] DVT SYSTEM PORT
- dvt_data: AppType = 'dvt-data [3247 - tcp|udp]'¶
[TCP] DVT DATA LINK
[UDP] DVT DATA LINK
- procos_lm: AppType = 'procos-lm [3248 - tcp|udp]'¶
[TCP] PROCOS LM
[UDP] PROCOS LM
- ssp: AppType = 'ssp [3249 - tcp|udp]'¶
[TCP] State Sync Protocol
[UDP] State Sync Protocol
- hicp: AppType = 'hicp [3250 - tcp|udp]'¶
[TCP] HMS hicp port
[UDP] HMS hicp port
- sysscanner: AppType = 'sysscanner [3251 - tcp|udp]'¶
[TCP] Sys Scanner
[UDP] Sys Scanner
- dhe: AppType = 'dhe [3252 - tcp|udp]'¶
[TCP] DHE port
[UDP] DHE port
- pda_data: AppType = 'pda-data [3253 - tcp|udp]'¶
[TCP] PDA Data
[UDP] PDA Data
- pda_sys: AppType = 'pda-sys [3254 - tcp|udp]'¶
[TCP] PDA System
[UDP] PDA System
- 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
- iscsi_target: AppType = 'iscsi-target [3260 - tcp|udp]'¶
- winshadow: AppType = 'winshadow [3261 - tcp|udp]'¶
[TCP] winShadow
[UDP] winShadow
- necp: AppType = 'necp [3262 - tcp|udp]'¶
[TCP] NECP
[UDP] NECP
- ecolor_imager: AppType = 'ecolor-imager [3263 - tcp|udp]'¶
[TCP] E-Color Enterprise Imager
[UDP] E-Color Enterprise Imager
- ccmail: AppType = 'ccmail [3264 - tcp|udp]'¶
mail/lotus - [UDP] cc:mail/lotus
- Type:
[TCP] cc
- altav_tunnel: AppType = 'altav-tunnel [3265 - tcp|udp]'¶
[TCP] Altav Tunnel
[UDP] Altav Tunnel
- ns_cfg_server: AppType = 'ns-cfg-server [3266 - tcp|udp]'¶
[TCP] NS CFG Server
[UDP] NS CFG Server
- ibm_dial_out: AppType = 'ibm-dial-out [3267 - tcp|udp]'¶
[TCP] IBM Dial Out
[UDP] IBM Dial Out
- 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
- verismart: AppType = 'verismart [3270 - tcp|udp]'¶
[TCP] Verismart
[UDP] Verismart
- csoft_prev: AppType = 'csoft-prev [3271 - tcp|udp]'¶
[TCP] CSoft Prev Port
[UDP] CSoft Prev Port
- 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
- samd: AppType = 'samd [3275 - tcp|udp]'¶
[TCP] SAMD
[UDP] SAMD
- maxim_asics: AppType = 'maxim-asics [3276 - tcp|udp]'¶
[TCP] Maxim ASICs
[UDP] Maxim ASICs
- awg_proxy: AppType = 'awg-proxy [3277 - tcp|udp]'¶
[TCP] AWG Proxy
[UDP] AWG Proxy
- lkcmserver: AppType = 'lkcmserver [3278 - tcp|udp]'¶
[TCP] LKCM Server
[UDP] LKCM Server
- vs_server: AppType = 'vs-server [3280 - tcp|udp]'¶
[TCP] VS Server
[UDP] VS Server
- sysopt: AppType = 'sysopt [3281 - tcp|udp]'¶
[TCP] SYSOPT
[UDP] SYSOPT
- datusorb: AppType = 'datusorb [3282 - tcp|udp]'¶
[TCP] Datusorb
[UDP] Datusorb
- apple_remote_desktop: AppType = 'apple remote desktop (net assistant) [3283 - tcp|udp]'¶
[TCP] Net Assistant
[UDP] Net Assistant
- AppType_4talk: AppType = '4talk [3284 - tcp|udp]'¶
[TCP] 4Talk
[UDP] 4Talk
- plato: AppType = 'plato [3285 - tcp|udp]'¶
[TCP] Plato
[UDP] Plato
- e_net: AppType = 'e-net [3286 - tcp|udp]'¶
[TCP] E-Net
[UDP] E-Net
- directvdata: AppType = 'directvdata [3287 - tcp|udp]'¶
[TCP] DIRECTVDATA
[UDP] DIRECTVDATA
- cops: AppType = 'cops [3288 - tcp|udp]'¶
[TCP] COPS
[UDP] COPS
- enpc: AppType = 'enpc [3289 - tcp|udp]'¶
[TCP] ENPC
[UDP] ENPC
- 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
- cart_o_rama: AppType = 'cart-o-rama [3292 - tcp|udp]'¶
[TCP] Cart O Rama
[UDP] Cart O Rama
- fg_fps: AppType = 'fg-fps [3293 - tcp|udp]'¶
[TCP] fg-fps
[UDP] fg-fps
- fg_gip: AppType = 'fg-gip [3294 - tcp|udp]'¶
[TCP] fg-gip
[UDP] fg-gip
- dyniplookup: AppType = 'dyniplookup [3295 - tcp|udp]'¶
[TCP] Dynamic IP Lookup
[UDP] Dynamic IP Lookup
- rib_slm: AppType = 'rib-slm [3296 - tcp|udp]'¶
[TCP] Rib License Manager
[UDP] Rib License Manager
- cytel_lm: AppType = 'cytel-lm [3297 - tcp|udp]'¶
[TCP] Cytel License Manager
[UDP] Cytel License Manager
- deskview: AppType = 'deskview [3298 - tcp|udp]'¶
[TCP] DeskView
[UDP] DeskView
- pdrncs: AppType = 'pdrncs [3299 - tcp|udp]'¶
[TCP] pdrncs
[UDP] pdrncs
- ceph: AppType = 'ceph [3300 - tcp]'¶
[TCP] Ceph monitor
- reserved_3300: AppType = 'reserved [3300 - udp]'¶
[UDP] Reserved
- tarantool: AppType = 'tarantool [3301 - tcp|udp]'¶
[TCP] Tarantool in-memory computing platform
[UDP] Tarantool in-memory computing platform
- mcs_fastmail: AppType = 'mcs-fastmail [3302 - tcp|udp]'¶
[TCP] MCS Fastmail
[UDP] MCS Fastmail
- 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
- odette_ftp: AppType = 'odette-ftp [3305 - tcp|udp]'¶
- mysql: AppType = 'mysql [3306 - tcp|udp]'¶
[TCP] MySQL
[UDP] MySQL
- opsession_prxy: AppType = 'opsession-prxy [3307 - tcp|udp]'¶
[TCP] OP Session Proxy
[UDP] OP Session Proxy
- tns_server: AppType = 'tns-server [3308 - tcp|udp]'¶
[TCP] TNS Server
[UDP] TNS Server
- tns_adv: AppType = 'tns-adv [3309 - tcp|udp]'¶
[TCP] TNS ADV
[UDP] TNS ADV
- dyna_access: AppType = 'dyna-access [3310 - tcp|udp]'¶
[TCP] Dyna Access
[UDP] Dyna Access
- mcns_tel_ret: AppType = 'mcns-tel-ret [3311 - tcp|udp]'¶
[TCP] MCNS Tel Ret
[UDP] MCNS Tel Ret
- appman_server: AppType = 'appman-server [3312 - tcp|udp]'¶
[TCP] Application Management Server
[UDP] Application Management Server
- uorb: AppType = 'uorb [3313 - tcp|udp]'¶
[TCP] Unify Object Broker
[UDP] Unify Object Broker
- uohost: AppType = 'uohost [3314 - tcp|udp]'¶
[TCP] Unify Object Host
[UDP] Unify Object Host
- cdid: AppType = 'cdid [3315 - tcp|udp]'¶
[TCP] CDID
[UDP] CDID
- aicc_cmi: AppType = 'aicc-cmi [3316 - tcp|udp]'¶
[TCP] AICC/CMI
[UDP] AICC/CMI
- vsaiport: AppType = 'vsaiport [3317 - tcp|udp]'¶
[TCP] VSAI PORT
[UDP] VSAI PORT
- ssrip: AppType = 'ssrip [3318 - tcp|udp]'¶
[TCP] Swith to Swith Routing Information Protocol
[UDP] Swith to Swith Routing Information Protocol
- sdt_lmd: AppType = 'sdt-lmd [3319 - tcp|udp]'¶
[TCP] SDT License Manager
[UDP] SDT License Manager
- officelink2000: AppType = 'officelink2000 [3320 - tcp|udp]'¶
[TCP] Office Link 2000
[UDP] Office Link 2000
- vnsstr: AppType = 'vnsstr [3321 - tcp|udp]'¶
[TCP] VNSSTR
[UDP] VNSSTR
- sftu: AppType = 'sftu [3326 - tcp|udp]'¶
[TCP] SFTU
[UDP] SFTU
- bbars: AppType = 'bbars [3327 - tcp|udp]'¶
[TCP] BBARS
[UDP] BBARS
- 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
- mcs_messaging: AppType = 'mcs-messaging [3331 - tcp|udp]'¶
[TCP] MCS Messaging
[UDP] MCS Messaging
- mcs_mailsvr: AppType = 'mcs-mailsvr [3332 - tcp|udp]'¶
[TCP] MCS Mail Server
[UDP] MCS Mail Server
- dec_notes: AppType = 'dec-notes [3333 - tcp|udp]'¶
[TCP] DEC Notes
[UDP] DEC Notes
- 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
- anet_b: AppType = 'anet-b [3338 - tcp|udp]'¶
[TCP] OMF data b
[UDP] OMF data b
- anet_l: AppType = 'anet-l [3339 - tcp|udp]'¶
[TCP] OMF data l
[UDP] OMF data l
- anet_m: AppType = 'anet-m [3340 - tcp|udp]'¶
[TCP] OMF data m
[UDP] OMF data m
- anet_h: AppType = 'anet-h [3341 - tcp|udp]'¶
[TCP] OMF data h
[UDP] OMF data h
- webtie: AppType = 'webtie [3342 - tcp|udp]'¶
[TCP] WebTIE
[UDP] WebTIE
- ms_cluster_net: AppType = 'ms-cluster-net [3343 - tcp|udp]'¶
[TCP] MS Cluster Net
[UDP] MS Cluster Net
- bnt_manager: AppType = 'bnt-manager [3344 - tcp|udp]'¶
[TCP] BNT Manager
[UDP] BNT Manager
- influence: AppType = 'influence [3345 - tcp|udp]'¶
[TCP] Influence
[UDP] Influence
- trnsprntproxy: AppType = 'trnsprntproxy [3346 - tcp|udp]'¶
[TCP] Trnsprnt Proxy
[UDP] Trnsprnt Proxy
- phoenix_rpc: AppType = 'phoenix-rpc [3347 - tcp|udp]'¶
[TCP] Phoenix RPC
[UDP] Phoenix RPC
- 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
- findviatv: AppType = 'findviatv [3350 - tcp|udp]'¶
[TCP] FINDVIATV
[UDP] FINDVIATV
- btrieve: AppType = 'btrieve [3351 - tcp|udp]'¶
[TCP] Btrieve port
[UDP] Btrieve port
- ssql: AppType = 'ssql [3352 - tcp|udp]'¶
[TCP] Scalable SQL
[UDP] Scalable SQL
- fatpipe: AppType = 'fatpipe [3353 - tcp|udp]'¶
[TCP] FATPIPE
[UDP] FATPIPE
- suitjd: AppType = 'suitjd [3354 - tcp|udp]'¶
[TCP] SUITJD
[UDP] SUITJD
- ordinox_dbase: AppType = 'ordinox-dbase [3355 - tcp|udp]'¶
[TCP] Ordinox Dbase
[UDP] Ordinox Dbase
- upnotifyps: AppType = 'upnotifyps [3356 - tcp|udp]'¶
[TCP] UPNOTIFYPS
[UDP] UPNOTIFYPS
- adtech_test: AppType = 'adtech-test [3357 - tcp|udp]'¶
[TCP] Adtech Test IP
[UDP] Adtech Test IP
- mpsysrmsvr: AppType = 'mpsysrmsvr [3358 - tcp|udp]'¶
[TCP] Mp Sys Rmsvr
[UDP] Mp Sys Rmsvr
- wg_netforce: AppType = 'wg-netforce [3359 - tcp|udp]'¶
[TCP] WG NetForce
[UDP] WG NetForce
- kv_server: AppType = 'kv-server [3360 - tcp|udp]'¶
[TCP] KV Server
[UDP] KV Server
- kv_agent: AppType = 'kv-agent [3361 - tcp|udp]'¶
[TCP] KV Agent
[UDP] KV Agent
- dj_ilm: AppType = 'dj-ilm [3362 - tcp|udp]'¶
[TCP] DJ ILM
[UDP] DJ ILM
- 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
- tip2: AppType = 'tip2 [3372 - tcp|udp]'¶
[TCP] TIP 2
[UDP] TIP 2
- lavenir_lm: AppType = 'lavenir-lm [3373 - tcp|udp]'¶
[TCP] Lavenir License Manager
[UDP] Lavenir License Manager
- cluster_disc: AppType = 'cluster-disc [3374 - tcp|udp]'¶
[TCP] Cluster Disc
[UDP] Cluster Disc
- vsnm_agent: AppType = 'vsnm-agent [3375 - tcp|udp]'¶
[TCP] VSNM Agent
[UDP] VSNM Agent
- cdbroker: AppType = 'cdbroker [3376 - tcp|udp]'¶
[TCP] CD Broker
[UDP] CD Broker
- cogsys_lm: AppType = 'cogsys-lm [3377 - tcp|udp]'¶
[TCP] Cogsys Network License Manager
[UDP] Cogsys Network License Manager
- wsicopy: AppType = 'wsicopy [3378 - tcp|udp]'¶
[TCP] WSICOPY
[UDP] WSICOPY
- socorfs: AppType = 'socorfs [3379 - tcp|udp]'¶
[TCP] SOCORFS
[UDP] SOCORFS
- sns_channels: AppType = 'sns-channels [3380 - tcp|udp]'¶
[TCP] SNS Channels
[UDP] SNS Channels
- geneous: AppType = 'geneous [3381 - tcp|udp]'¶
[TCP] Geneous
[UDP] Geneous
- 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
- qnxnetman: AppType = 'qnxnetman [3385 - tcp|udp]'¶
[TCP] qnxnetman
[UDP] qnxnetman
- gprs_data: AppType = 'gprs-data [3386 - tcp]'¶
[TCP] GPRS Data
- gprs_sig: AppType = 'gprs-sig [3386 - udp]'¶
[UDP] GPRS SIG
- backroomnet: AppType = 'backroomnet [3387 - tcp|udp]'¶
[TCP] Back Room Net
[UDP] Back Room Net
- cbserver: AppType = 'cbserver [3388 - tcp|udp]'¶
[TCP] CB Server
[UDP] CB Server
- ms_wbt_server: AppType = 'ms-wbt-server [3389 - tcp|udp]'¶
[TCP] MS WBT Server
[UDP] MS WBT Server
- dsc: AppType = 'dsc [3390 - tcp|udp]'¶
[TCP] Distributed Service Coordinator
[UDP] Distributed Service Coordinator
- savant: AppType = 'savant [3391 - tcp|udp]'¶
[TCP] SAVANT
[UDP] SAVANT
- 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
- mercantile: AppType = 'mercantile [3398 - tcp|udp]'¶
[TCP] Mercantile
[UDP] Mercantile
- csms: AppType = 'csms [3399 - tcp|udp]'¶
[TCP] CSMS
[UDP] CSMS
- csms2: AppType = 'csms2 [3400 - tcp|udp]'¶
[TCP] CSMS2
[UDP] CSMS2
- filecast: AppType = 'filecast [3401 - tcp|udp]'¶
[TCP] filecast
[UDP] filecast
- fxaengine_net: AppType = 'fxaengine-net [3402 - tcp|udp]'¶
[TCP] FXa Engine Network Port
[UDP] FXa Engine Network Port
- removed: AppType = 'removed [3404 - undefined]'¶
[N/A] Removed
- 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
- besapi: AppType = 'besapi [3408 - tcp|udp]'¶
[TCP] BES Api Port
[UDP] BES Api 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
- xmlblaster: AppType = 'xmlblaster [3412 - tcp|udp]'¶
[TCP] xmlBlaster
[UDP] xmlBlaster
- svnet: AppType = 'svnet [3413 - tcp|udp]'¶
[TCP] SpecView Networking
[UDP] SpecView Networking
- 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
- rnmap: AppType = 'rnmap [3418 - tcp|udp]'¶
[TCP] Remote nmap
[UDP] Remote nmap
- softaudit: AppType = 'softaudit [3419 - tcp|udp]'¶
[TCP] Isogon SoftAudit
[UDP] ISogon SoftAudit
- ifcp_port: AppType = 'ifcp-port [3420 - tcp|udp]'¶
- 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
- xtrms: AppType = 'xtrms [3424 - tcp|udp]'¶
[TCP] xTrade over TLS/SSL
[UDP] xTrade over TLS/SSL
- agps_port: AppType = 'agps-port [3425 - tcp|udp]'¶
[TCP] AGPS Access Port
[UDP] AGPS Access Port
- 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
- twcss: AppType = 'twcss [3428 - tcp|udp]'¶
[TCP] 2Wire CSS
[UDP] 2Wire CSS
- gcsp: AppType = 'gcsp [3429 - tcp|udp]'¶
[TCP] GCSP user port
[UDP] GCSP user port
- 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
- opencm: AppType = 'opencm [3434 - tcp|udp]'¶
[TCP] OpenCM Server
[UDP] OpenCM Server
- 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
- hri_port: AppType = 'hri-port [3439 - tcp|udp]'¶
[TCP] HRI Interface Port
[UDP] HRI Interface Port
- 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
- denali_server: AppType = 'denali-server [3444 - tcp|udp]'¶
[TCP] Denali Server
[UDP] Denali 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
- hotu_chat: AppType = 'hotu-chat [3449 - tcp|udp]'¶
[TCP] HotU Chat
[UDP] HotU Chat
- castorproxy: AppType = 'castorproxy [3450 - tcp|udp]'¶
[TCP] CAStorProxy
[UDP] CAStorProxy
- asam: AppType = 'asam [3451 - tcp|udp]'¶
[TCP] ASAM Services
[UDP] ASAM Services
- sabp_signal: AppType = 'sabp-signal [3452 - tcp|udp]'¶
[TCP] SABP-Signalling Protocol
[UDP] SABP-Signalling Protocol
- pscupd: AppType = 'pscupd [3453 - tcp|udp]'¶
[TCP] PSC Update
[UDP] PSC Update
- mira: AppType = 'mira [3454 - tcp|udp]'¶
[TCP] Apple Remote Access Protocol
[UDP] Apple Remote Access Protocol
- prsvp: AppType = 'prsvp [3455 - tcp|udp]'¶
[TCP] RSVP Port
[UDP] RSVP Port
- vat: AppType = 'vat [3456 - tcp|udp]'¶
[TCP] VAT default data
[UDP] VAT default data
- vat_control: AppType = 'vat-control [3457 - tcp|udp]'¶
[TCP] VAT default control
[UDP] VAT default control
- d3winosfi: AppType = 'd3winosfi [3458 - tcp|udp]'¶
[TCP] D3WinOSFI
[UDP] D3WinOSFI
- integral: AppType = 'integral [3459 - tcp|udp]'¶
[TCP] TIP Integral
[UDP] TIP Integral
- edm_manager: AppType = 'edm-manager [3460 - tcp|udp]'¶
[TCP] EDM Manger
[UDP] EDM Manger
- edm_stager: AppType = 'edm-stager [3461 - tcp|udp]'¶
[TCP] EDM Stager
[UDP] EDM Stager
- 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
- edm_mgr_sync: AppType = 'edm-mgr-sync [3464 - tcp|udp]'¶
[TCP] EDM MGR Sync
[UDP] EDM MGR Sync
- edm_mgr_cntrl: AppType = 'edm-mgr-cntrl [3465 - tcp|udp]'¶
[TCP] EDM MGR Cntrl
[UDP] EDM MGR Cntrl
- workflow: AppType = 'workflow [3466 - tcp|udp]'¶
[TCP] WORKFLOW
[UDP] WORKFLOW
- rcst: AppType = 'rcst [3467 - tcp|udp]'¶
[TCP] RCST
[UDP] RCST
- ttcmremotectrl: AppType = 'ttcmremotectrl [3468 - tcp|udp]'¶
[TCP] TTCM Remote Controll
[UDP] TTCM Remote Controll
- pluribus: AppType = 'pluribus [3469 - tcp|udp]'¶
[TCP] Pluribus
[UDP] Pluribus
- jt400: AppType = 'jt400 [3470 - tcp|udp]'¶
[TCP] jt400
[UDP] jt400
- jt400_ssl: AppType = 'jt400-ssl [3471 - tcp|udp]'¶
[TCP] jt400-ssl
[UDP] jt400-ssl
- 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
- ttntspauto: AppType = 'ttntspauto [3474 - tcp|udp]'¶
[TCP] TSP Automation
[UDP] TSP Automation
- genisar_port: AppType = 'genisar-port [3475 - tcp|udp]'¶
[TCP] Genisar Comm Port
[UDP] Genisar Comm Port
- nppmp: AppType = 'nppmp [3476 - tcp|udp]'¶
[TCP] NVIDIA Mgmt Protocol
[UDP] NVIDIA Mgmt Protocol
- ecomm: AppType = 'ecomm [3477 - tcp|udp]'¶
[TCP] eComm link port
[UDP] eComm link port
- stun: AppType = 'stun [3478 - tcp|udp]'¶
- turn: AppType = 'turn [3478 - tcp|udp]'¶
- stun_behavior: AppType = 'stun-behavior [3478 - tcp|udp]'¶
- twrpc: AppType = 'twrpc [3479 - tcp|udp]'¶
[TCP] 2Wire RPC
[UDP] 2Wire RPC
- 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
- celatalk: AppType = 'celatalk [3485 - tcp|udp]'¶
[TCP] CelaTalk
[UDP] CelaTalk
- ifsf_hb_port: AppType = 'ifsf-hb-port [3486 - tcp|udp]'¶
[TCP] IFSF Heartbeat Port
[UDP] IFSF Heartbeat Port
- ltctcp: AppType = 'ltctcp [3487 - tcp]'¶
[TCP] LISA TCP Transfer Channel
- ltcudp: AppType = 'ltcudp [3487 - udp]'¶
[UDP] LISA UDP Transfer Channel
- fs_rh_srv: AppType = 'fs-rh-srv [3488 - tcp|udp]'¶
[TCP] FS Remote Host Server
[UDP] FS Remote Host Server
- dtp_dia: AppType = 'dtp-dia [3489 - tcp|udp]'¶
[TCP] DTP/DIA
[UDP] DTP/DIA
- colubris: AppType = 'colubris [3490 - tcp|udp]'¶
[TCP] Colubris Management Port
[UDP] Colubris Management Port
- swr_port: AppType = 'swr-port [3491 - tcp|udp]'¶
[TCP] SWR Port
[UDP] SWR Port
- tvdumtray_port: AppType = 'tvdumtray-port [3492 - tcp|udp]'¶
[TCP] TVDUM Tray Port
[UDP] TVDUM Tray Port
- ibm3494: AppType = 'ibm3494 [3494 - tcp|udp]'¶
[TCP] IBM 3494
[UDP] IBM 3494
- 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
- sccip_media: AppType = 'sccip-media [3499 - tcp|udp]'¶
[TCP] SccIP Media
[UDP] SccIP Media
- rtmp_port: AppType = 'rtmp-port [3500 - tcp|udp]'¶
[TCP] RTMP Port
[UDP] RTMP Port
- isoft_p2p: AppType = 'isoft-p2p [3501 - tcp|udp]'¶
[TCP] iSoft-P2P
[UDP] iSoft-P2P
- avinstalldisc: AppType = 'avinstalldisc [3502 - tcp|udp]'¶
[TCP] Avocent Install Discovery
[UDP] Avocent Install Discovery
- lsp_ping: AppType = 'lsp-ping [3503 - tcp|udp]'¶
- 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
- apc_3506: AppType = 'apc-3506 [3506 - tcp|udp]'¶
[TCP] APC 3506
[UDP] APC 3506
- 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
- xss_port: AppType = 'xss-port [3510 - tcp|udp]'¶
[TCP] XSS Port
[UDP] XSS Port
- webmail_2: AppType = 'webmail-2 [3511 - tcp|udp]'¶
[TCP] WebMail/2
[UDP] WebMail/2
- 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_p2p: AppType = 'must-p2p [3514 - tcp|udp]'¶
[TCP] MUST Peer to Peer
[UDP] MUST Peer to Peer
- 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
- nvmsgd: AppType = 'nvmsgd [3519 - tcp]'¶
[TCP] Netvion Messenger Port
- galileo: AppType = 'galileo [3519 - udp]'¶
[UDP] Netvion Galileo Port
- galileolog: AppType = 'galileolog [3520 - tcp|udp]'¶
[TCP] Netvion Galileo Log Port
[UDP] Netvion Galileo Log Port
- mc3ss: AppType = 'mc3ss [3521 - tcp|udp]'¶
[TCP] Telequip Labs MC3SS
[UDP] Telequip Labs MC3SS
- 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
- ecmport: AppType = 'ecmport [3524 - tcp|udp]'¶
[TCP] ECM Server port
[UDP] ECM Server port
- eisport: AppType = 'eisport [3525 - tcp|udp]'¶
[TCP] EIS Server port
[UDP] EIS Server port
- starquiz_port: AppType = 'starquiz-port [3526 - tcp|udp]'¶
[TCP] starQuiz Port
[UDP] starQuiz Port
- beserver_msg_q: AppType = 'beserver-msg-q [3527 - tcp|udp]'¶
[TCP] VERITAS Backup Exec Server
[UDP] VERITAS Backup Exec Server
- jboss_iiop: AppType = 'jboss-iiop [3528 - tcp|udp]'¶
[TCP] JBoss IIOP
[UDP] JBoss IIOP
- jboss_iiop_ssl: AppType = 'jboss-iiop-ssl [3529 - tcp|udp]'¶
[TCP] JBoss IIOP/SSL
[UDP] JBoss IIOP/SSL
- gf: AppType = 'gf [3530 - tcp|udp]'¶
[TCP] Grid Friendly
[UDP] Grid Friendly
- joltid: AppType = 'joltid [3531 - tcp|udp]'¶
[TCP] Joltid
[UDP] Joltid
- 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
- urld_port: AppType = 'urld-port [3534 - tcp|udp]'¶
[TCP] URL Daemon Port
[UDP] URL Daemon Port
- ms_la: AppType = 'ms-la [3535 - tcp|udp]'¶
[TCP] MS-LA
[UDP] MS-LA
- snac: AppType = 'snac [3536 - tcp|udp]'¶
[TCP] SNAC
[UDP] SNAC
- 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
- pnrp_port: AppType = 'pnrp-port [3540 - tcp|udp]'¶
[TCP] PNRP User Port
[UDP] PNRP User Port
- voispeed_port: AppType = 'voispeed-port [3541 - tcp|udp]'¶
[TCP] VoiSpeed Port
[UDP] VoiSpeed Port
- 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
- teredo: AppType = 'teredo [3544 - tcp|udp]'¶
- camac: AppType = 'camac [3545 - tcp|udp]'¶
[TCP] CAMAC equipment
[UDP] CAMAC equipment
- unassigned_3546: AppType = 'unassigned [3546 - undefined]'¶
[N/A] Unassigned
- symantec_sim: AppType = 'symantec-sim [3547 - tcp|udp]'¶
[TCP] Symantec SIM
[UDP] Symantec SIM
- interworld: AppType = 'interworld [3548 - tcp|udp]'¶
[TCP] Interworld
[UDP] Interworld
- tellumat_nms: AppType = 'tellumat-nms [3549 - tcp|udp]'¶
[TCP] Tellumat MDR NMS
[UDP] Tellumat MDR NMS
- ssmpp: AppType = 'ssmpp [3550 - tcp|udp]'¶
[TCP] Secure SMPP
[UDP] Secure SMPP
- 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
- razor: AppType = 'razor [3555 - tcp|udp]'¶
[TCP] Vipul’s Razor
[UDP] Vipul’s Razor
- 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
- mcp_port: AppType = 'mcp-port [3558 - tcp|udp]'¶
[TCP] MCP user port
[UDP] MCP user port
- cctv_port: AppType = 'cctv-port [3559 - tcp|udp]'¶
[TCP] CCTV control port
[UDP] CCTV control port
- iniserve_port: AppType = 'iniserve-port [3560 - tcp|udp]'¶
[TCP] INIServe port
[UDP] INIServe port
- bmc_onekey: AppType = 'bmc-onekey [3561 - tcp|udp]'¶
[TCP] BMC-OneKey
[UDP] BMC-OneKey
- sdbproxy: AppType = 'sdbproxy [3562 - tcp|udp]'¶
[TCP] SDBProxy
[UDP] SDBProxy
- watcomdebug: AppType = 'watcomdebug [3563 - tcp|udp]'¶
[TCP] Watcom Debug
[UDP] Watcom Debug
- esimport: AppType = 'esimport [3564 - tcp|udp]'¶
[TCP] Electromed SIM port
[UDP] Electromed SIM port
- reserved_3565: AppType = 'reserved [3565 - udp]'¶
[UDP] Reserved
- quest_data_hub: AppType = 'quest-data-hub [3566 - tcp]'¶
[TCP] Quest Data Hub
- reserved_3566: AppType = 'reserved [3566 - udp]'¶
[UDP] Reserved
- dof_eps: AppType = 'dof-eps [3567 - tcp|udp]'¶
[TCP] DOF Protocol Stack
[UDP] DOF Protocol Stack
- 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
- dmaf_server: AppType = 'dmaf-server [3574 - tcp]'¶
[TCP] DMAF Server
- dmaf_caster: AppType = 'dmaf-caster [3574 - udp]'¶
[UDP] DMAF Caster
- ccm_port: AppType = 'ccm-port [3575 - tcp|udp]'¶
[TCP] Coalsere CCM Port
[UDP] Coalsere CCM Port
- cmc_port: AppType = 'cmc-port [3576 - tcp|udp]'¶
[TCP] Coalsere CMC Port
[UDP] Coalsere CMC Port
- config_port: AppType = 'config-port [3577 - tcp|udp]'¶
[TCP] Configuration Port
[UDP] Configuration Port
- data_port: AppType = 'data-port [3578 - tcp|udp]'¶
[TCP] Data Port
[UDP] Data 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
- press: AppType = 'press [3582 - tcp|udp]'¶
[TCP] PEG PRESS Server
[UDP] PEG PRESS Server
- 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
- sentinel: AppType = 'sentinel [3588 - tcp|udp]'¶
[TCP] Sentinel Server
[UDP] Sentinel Server
- isomair: AppType = 'isomair [3589 - tcp|udp]'¶
[TCP] isomair
[UDP] isomair
- 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
- bpmd: AppType = 'bpmd [3593 - tcp|udp]'¶
[TCP] BP Model Debugger
[UDP] BP Model Debugger
- mediaspace: AppType = 'mediaspace [3594 - tcp|udp]'¶
[TCP] MediaSpace
[UDP] MediaSpace
[TCP] ShareApp
[UDP] ShareApp
- iw_mmogame: AppType = 'iw-mmogame [3596 - tcp|udp]'¶
[TCP] Illusion Wireless MMOG
[UDP] Illusion Wireless MMOG
- a14: AppType = 'a14 [3597 - tcp|udp]'¶
[TCP] A14 (AN-to-SC/MM)
[UDP] A14 (AN-to-SC/MM)
- a15: AppType = 'a15 [3598 - tcp|udp]'¶
[TCP] A15 (AN-to-AN)
[UDP] A15 (AN-to-AN)
- 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
- visinet_gui: AppType = 'visinet-gui [3601 - tcp|udp]'¶
[TCP] Visinet Gui
[UDP] Visinet Gui
- 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
- bmc_jmx_port: AppType = 'bmc-jmx-port [3604 - tcp|udp]'¶
[TCP] BMC JMX Port
[UDP] BMC JMX Port
- comcam_io: AppType = 'comcam-io [3605 - tcp|udp]'¶
[TCP] ComCam IO Port
[UDP] ComCam IO Port
- splitlock: AppType = 'splitlock [3606 - tcp|udp]'¶
[TCP] Splitlock Server
[UDP] Splitlock Server
- precise_i3: AppType = 'precise-i3 [3607 - tcp|udp]'¶
[TCP] Precise I3
[UDP] Precise I3
- 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
- echonet: AppType = 'echonet [3610 - tcp|udp]'¶
[TCP] ECHONET
[UDP] ECHONET
- 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
- sigma_port: AppType = 'sigma-port [3614 - tcp|udp]'¶
[TCP] Satchwell Sigma
[UDP] Satchwell Sigma
- 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
- aairnet_1: AppType = 'aairnet-1 [3618 - tcp|udp]'¶
[TCP] AAIR-Network 1
[UDP] AAIR-Network 1
- aairnet_2: AppType = 'aairnet-2 [3619 - tcp|udp]'¶
[TCP] AAIR-Network 2
[UDP] AAIR-Network 2
- 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
- volley: AppType = 'volley [3625 - tcp|udp]'¶
[TCP] Volley
[UDP] Volley
- 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
- escvpnet: AppType = 'escvpnet [3629 - tcp|udp]'¶
[TCP] ESC/VP.net
[UDP] ESC/VP.net
- 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
- distcc: AppType = 'distcc [3632 - tcp|udp]'¶
[TCP] distributed compiler
[UDP] distributed compiler
- wacp: AppType = 'wacp [3633 - tcp|udp]'¶
[TCP] Wyrnix AIS port
[UDP] Wyrnix AIS 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
- servistaitsm: AppType = 'servistaitsm [3636 - tcp|udp]'¶
[TCP] SerVistaITSM
[UDP] SerVistaITSM
- 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
- audiojuggler: AppType = 'audiojuggler [3643 - tcp|udp]'¶
[TCP] AudioJuggler
[UDP] AudioJuggler
- ssowatch: AppType = 'ssowatch [3644 - tcp|udp]'¶
[TCP] ssowatch
[UDP] ssowatch
- cyc: AppType = 'cyc [3645 - tcp|udp]'¶
[TCP] Cyc
[UDP] Cyc
- 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
- xrpc_registry: AppType = 'xrpc-registry [3651 - tcp|udp]'¶
[TCP] XRPC Registry
[UDP] XRPC Registry
- vxcrnbuport: AppType = 'vxcrnbuport [3652 - tcp|udp]'¶
[TCP] VxCR NBU Default Port
[UDP] VxCR NBU Default Port
- tsp: AppType = 'tsp [3653 - tcp|udp]'¶
- 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)
- apple_sasl: AppType = 'apple-sasl [3659 - tcp|udp]'¶
[TCP] Apple SASL
[UDP] Apple SASL
- 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
- pserver: AppType = 'pserver [3662 - tcp|udp]'¶
[TCP] pserver
[UDP] pserver
- dtp: AppType = 'dtp [3663 - tcp|udp]'¶
[TCP] DIRECWAY Tunnel Protocol
[UDP] DIRECWAY Tunnel Protocol
- ups_engine: AppType = 'ups-engine [3664 - tcp|udp]'¶
[TCP] UPS Engine Port
[UDP] UPS Engine Port
- ent_engine: AppType = 'ent-engine [3665 - tcp|udp]'¶
[TCP] Enterprise Engine Port
[UDP] Enterprise Engine Port
- eserver_pap: AppType = 'eserver-pap [3666 - tcp|udp]'¶
[TCP] IBM eServer PAP
[UDP] IBM EServer PAP
- 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)
- lispworks_orb: AppType = 'lispworks-orb [3672 - tcp|udp]'¶
[TCP] LispWorks ORB
[UDP] LispWorks ORB
- 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
- calltrax: AppType = 'calltrax [3675 - tcp|udp]'¶
[TCP] CallTrax Data Port
[UDP] CallTrax Data Port
- va_pacbase: AppType = 'va-pacbase [3676 - tcp|udp]'¶
[TCP] VisualAge Pacbase server
[UDP] VisualAge Pacbase server
- roverlog: AppType = 'roverlog [3677 - tcp|udp]'¶
[TCP] RoverLog IPC
[UDP] RoverLog IPC
- ipr_dglt: AppType = 'ipr-dglt [3678 - tcp|udp]'¶
[TCP] DataGuardianLT
[UDP] DataGuardianLT
- escale: AppType = 'escale (newton dock) [3679 - tcp|udp]'¶
[TCP] Newton Dock
[UDP] Newton Dock
- npds_tracker: AppType = 'npds-tracker [3680 - tcp|udp]'¶
[TCP] NPDS Tracker
[UDP] NPDS Tracker
- bts_x73: AppType = 'bts-x73 [3681 - tcp|udp]'¶
[TCP] BTS X73 Port
[UDP] BTS X73 Port
- cas_mapi: AppType = 'cas-mapi [3682 - tcp|udp]'¶
[TCP] EMC SmartPackets-MAPI
[UDP] EMC SmartPackets-MAPI
- bmc_ea: AppType = 'bmc-ea [3683 - tcp|udp]'¶
[TCP] BMC EDV/EA
[UDP] BMC EDV/EA
- faxstfx_port: AppType = 'faxstfx-port [3684 - tcp|udp]'¶
[TCP] FAXstfX
[UDP] FAXstfX
- dsx_agent: AppType = 'dsx-agent [3685 - tcp|udp]'¶
[TCP] DS Expert Agent
[UDP] DS Expert Agent
- tnmpv2: AppType = 'tnmpv2 [3686 - tcp|udp]'¶
[TCP] Trivial Network Management
[UDP] Trivial Network Management
- simple_push: AppType = 'simple-push [3687 - tcp|udp]'¶
[TCP] simple-push
[UDP] simple-push
- 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
- easl: AppType = 'easl [3693 - tcp]'¶
[TCP] Emergency Automatic Structure Lockdown System
- reserved_3693: AppType = 'reserved [3693 - udp]'¶
[UDP] Reserved
- unassigned_3694: AppType = 'unassigned [3694 - undefined]'¶
[N/A] Unassigned
- 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
- sagectlpanel: AppType = 'sagectlpanel [3698 - tcp|udp]'¶
[TCP] SAGECTLPANEL
[UDP] SAGECTLPANEL
- kpn_icw: AppType = 'kpn-icw [3699 - tcp|udp]'¶
[TCP] Internet Call Waiting
[UDP] Internet Call Waiting
- lrs_paging: AppType = 'lrs-paging [3700 - tcp|udp]'¶
[TCP] LRS NetPage
[UDP] LRS NetPage
- netcelera: AppType = 'netcelera [3701 - tcp|udp]'¶
[TCP] NetCelera
[UDP] NetCelera
- 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
- ca_idms: AppType = 'ca-idms [3709 - tcp|udp]'¶
[TCP] CA-IDMS Server
[UDP] CA-IDMS Server
- portgate_auth: AppType = 'portgate-auth [3710 - tcp|udp]'¶
[TCP] PortGate Authentication
[UDP] PortGate Authentication
- edb_server2: AppType = 'edb-server2 [3711 - tcp|udp]'¶
[TCP] EBD Server 2
[UDP] EBD Server 2
- sentinel_ent: AppType = 'sentinel-ent [3712 - tcp|udp]'¶
[TCP] Sentinel Enterprise
[UDP] Sentinel Enterprise
- tftps: AppType = 'tftps [3713 - tcp|udp]'¶
[TCP] TFTP over TLS
[UDP] TFTP over TLS
- 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
- xsync: AppType = 'xsync [3721 - tcp|udp]'¶
[TCP] Xsync
[UDP] Xsync
- xserveraid: AppType = 'xserveraid [3722 - tcp|udp]'¶
[TCP] Xserve RAID
[UDP] Xserve RAID
- sychrond: AppType = 'sychrond [3723 - tcp|udp]'¶
[TCP] Sychron Service Daemon
[UDP] Sychron Service Daemon
- blizwow: AppType = 'blizwow [3724 - tcp|udp]'¶
[TCP] World of Warcraft
[UDP] World of Warcraft
- na_er_tip: AppType = 'na-er-tip [3725 - tcp|udp]'¶
[TCP] Netia NA-ER Port
[UDP] Netia NA-ER Port
- 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
- e_woa: AppType = 'e-woa [3728 - tcp|udp]'¶
[TCP] Ericsson Web on Air
[UDP] Ericsson Web on Air
- fksp_audit: AppType = 'fksp-audit [3729 - tcp|udp]'¶
[TCP] Fireking Audit Port
[UDP] Fireking Audit Port
- client_ctrl: AppType = 'client-ctrl [3730 - tcp|udp]'¶
[TCP] Client Control
[UDP] Client Control
- smap: AppType = 'smap [3731 - tcp|udp]'¶
[TCP] Service Manager
[UDP] Service Manager
- m_wnn: AppType = 'm-wnn [3732 - tcp|udp]'¶
[TCP] Mobile Wnn
[UDP] Mobile Wnn
- 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
- pwdis: AppType = 'pwdis [3735 - tcp|udp]'¶
[TCP] Password Distribution
[UDP] Password Distribution
- rs_rmi: AppType = 'rs-rmi [3736 - tcp|udp]'¶
[TCP] RealSpace RMI
[UDP] RealSpace RMI
- xpanel: AppType = 'xpanel [3737 - tcp]'¶
[TCP] XPanel Daemon
- reserved_3737: AppType = 'reserved [3737 - udp]'¶
[UDP] Reserved
- 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
- wysdma: AppType = 'wysdma [3741 - tcp|udp]'¶
[TCP] WysDM Agent
[UDP] WysDM Agent
- 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.
- sasg: AppType = 'sasg [3744 - tcp|udp]'¶
[TCP] SASG
[UDP] SASG
- gw_call_port: AppType = 'gw-call-port [3745 - tcp|udp]'¶
[TCP] GWRTC Call Port
[UDP] GWRTC Call Port
- linktest: AppType = 'linktest [3746 - tcp|udp]'¶
[TCP] LXPRO.COM LinkTest
[UDP] LXPRO.COM LinkTest
- linktest_s: AppType = 'linktest-s [3747 - tcp|udp]'¶
[TCP] LXPRO.COM LinkTest SSL
[UDP] LXPRO.COM LinkTest SSL
- webdata: AppType = 'webdata [3748 - tcp|udp]'¶
[TCP] webData
[UDP] webData
- cimtrak: AppType = 'cimtrak [3749 - tcp|udp]'¶
[TCP] CimTrak
[UDP] CimTrak
- 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
- canon_capt: AppType = 'canon-capt [3756 - tcp|udp]'¶
[TCP] Canon CAPT Port
[UDP] Canon CAPT Port
- grf_port: AppType = 'grf-port [3757 - tcp|udp]'¶
[TCP] GRF Server Port
[UDP] GRF Server Port
- 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
- gsakmp: AppType = 'gsakmp [3761 - tcp|udp]'¶
- 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
- sitewatch_s: AppType = 'sitewatch-s [3766 - tcp]'¶
[TCP] SSL e-watch sitewatch server
- reserved_3766: AppType = 'reserved [3766 - udp]'¶
[UDP] Reserved
- listmgr_port: AppType = 'listmgr-port [3767 - tcp|udp]'¶
[TCP] ListMGR Port
[UDP] ListMGR Port
- 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
- paging_port: AppType = 'paging-port [3771 - tcp|udp]'¶
[TCP] RTP Paging Port
[UDP] RTP Paging Port
- ctp: AppType = 'ctp [3772 - tcp|udp]'¶
[TCP] Chantry Tunnel Protocol
[UDP] Chantry Tunnel Protocol
- ctdhercules: AppType = 'ctdhercules [3773 - tcp|udp]'¶
[TCP] ctdhercules
[UDP] ctdhercules
- zicom: AppType = 'zicom [3774 - tcp|udp]'¶
[TCP] ZICOM
[UDP] ZICOM
- ispmmgr: AppType = 'ispmmgr [3775 - tcp|udp]'¶
[TCP] ISPM Manager Port
[UDP] ISPM Manager Port
- dvcprov_port: AppType = 'dvcprov-port [3776 - tcp|udp]'¶
[TCP] Device Provisioning Port
[UDP] Device Provisioning Port
- jibe_eb: AppType = 'jibe-eb [3777 - tcp|udp]'¶
[TCP] Jibe EdgeBurst
[UDP] Jibe EdgeBurst
- c_h_it_port: AppType = 'c-h-it-port [3778 - tcp|udp]'¶
[TCP] Cutler-Hammer IT Port
[UDP] Cutler-Hammer IT Port
- cognima: AppType = 'cognima [3779 - tcp|udp]'¶
[TCP] Cognima Replication
[UDP] Cognima Replication
- 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
- bfd_control: AppType = 'bfd-control [3784 - tcp|udp]'¶
- bfd_echo: AppType = 'bfd-echo [3785 - tcp|udp]'¶
- upstriggervsw: AppType = 'upstriggervsw [3786 - tcp|udp]'¶
[TCP] VSW Upstrigger port
[UDP] VSW Upstrigger port
- fintrx: AppType = 'fintrx [3787 - tcp|udp]'¶
[TCP] Fintrx
[UDP] Fintrx
- 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
- jaus: AppType = 'jaus [3794 - tcp|udp]'¶
[TCP] JAUS Robots
[UDP] JAUS Robots
- myblast: AppType = 'myblast [3795 - tcp|udp]'¶
[TCP] myBLAST Mekentosj port
[UDP] myBLAST Mekentosj port
- spw_dialer: AppType = 'spw-dialer [3796 - tcp|udp]'¶
[TCP] Spaceway Dialer
[UDP] Spaceway Dialer
- idps: AppType = 'idps [3797 - tcp|udp]'¶
[TCP] idps
[UDP] idps
- minilock: AppType = 'minilock [3798 - tcp|udp]'¶
[TCP] Minilock
[UDP] Minilock
- radius_dynauth: AppType = 'radius-dynauth [3799 - tcp|udp]'¶
- pwgpsi: AppType = 'pwgpsi [3800 - tcp|udp]'¶
[TCP] Print Services Interface
[UDP] Print Services Interface
- ibm_mgr: AppType = 'ibm-mgr [3801 - tcp|udp]'¶
[TCP] ibm manager service
[UDP] ibm manager service
- vhd: AppType = 'vhd [3802 - tcp|udp]'¶
[TCP] VHD
[UDP] VHD
- soniqsync: AppType = 'soniqsync [3803 - tcp|udp]'¶
[TCP] SoniqSync
[UDP] SoniqSync
- 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
- wsmlb: AppType = 'wsmlb [3806 - tcp|udp]'¶
[TCP] Remote System Manager
[UDP] Remote System Manager
- 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
- wlanauth: AppType = 'wlanauth [3810 - tcp|udp]'¶
[TCP] WLAN AS server
[UDP] WLAN AS server
- amp: AppType = 'amp [3811 - tcp|udp]'¶
[TCP] AMP
[UDP] AMP
- 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
- neto_dcs: AppType = 'neto-dcs [3814 - tcp|udp]'¶
[TCP] netO DCS
[UDP] netO DCS
- 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
- crinis_hb: AppType = 'crinis-hb [3818 - tcp|udp]'¶
[TCP] Crinis Heartbeat
[UDP] Crinis Heartbeat
- epl_slp: AppType = 'epl-slp [3819 - tcp|udp]'¶
[TCP] EPL Sequ Layer Protocol
[UDP] EPL Sequ Layer Protocol
- scp: AppType = 'scp [3820 - tcp|udp]'¶
[TCP] Siemens AuD SCP
[UDP] Siemens AuD SCP
- pmcp: AppType = 'pmcp [3821 - tcp|udp]'¶
[TCP] ATSC PMCP Standard
[UDP] ATSC PMCP Standard
- 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
- warmux: AppType = 'warmux [3826 - tcp|udp]'¶
[TCP] WarMUX game server
[UDP] WarMUX game server
- 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
- xxnetserver: AppType = 'xxnetserver [3832 - tcp|udp]'¶
[TCP] xxNETserver
[UDP] xxNETserver
- 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
- sos: AppType = 'sos [3838 - tcp|udp]'¶
[TCP] Scito Object Server
[UDP] Scito Object Server
- 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
- shiprush_db_svr: AppType = 'shiprush-db-svr [3841 - tcp]'¶
[TCP] ShipRush Database Server
- reserved_3841: AppType = 'reserved [3841 - udp]'¶
[UDP] Reserved
- nhci: AppType = 'nhci [3842 - tcp|udp]'¶
[TCP] NHCI status port
[UDP] NHCI status port
- quest_agent: AppType = 'quest-agent [3843 - tcp|udp]'¶
[TCP] Quest Common Agent
[UDP] Quest Common Agent
- rnm: AppType = 'rnm [3844 - tcp|udp]'¶
[TCP] RNM
[UDP] RNM
- v_one_spp: AppType = 'v-one-spp [3845 - tcp|udp]'¶
[TCP] V-ONE Single Port Proxy
[UDP] V-ONE Single Port Proxy
- an_pcp: AppType = 'an-pcp [3846 - tcp|udp]'¶
[TCP] Astare Network PCP
[UDP] Astare Network PCP
- 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
- opentrac: AppType = 'opentrac [3855 - tcp|udp]'¶
[TCP] OpenTRAC
[UDP] OpenTRAC
- informer: AppType = 'informer [3856 - tcp|udp]'¶
[TCP] INFORMER
[UDP] INFORMER
- trap_port: AppType = 'trap-port [3857 - tcp|udp]'¶
[TCP] Trap Port
[UDP] Trap Port
- trap_port_mom: AppType = 'trap-port-mom [3858 - tcp|udp]'¶
[TCP] Trap Port MOM
[UDP] Trap Port MOM
[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
- giga_pocket: AppType = 'giga-pocket [3862 - tcp|udp]'¶
[TCP] GIGA-POCKET
[UDP] GIGA-POCKET
- asap_tcp: AppType = 'asap-tcp [3863 - tcp]'¶
[TCP] asap tcp port
- reserved_3864: AppType = 'reserved [3864 - udp]'¶
[UDP] Reserved
- xpl: AppType = 'xpl [3865 - tcp|udp]'¶
[TCP] xpl automation protocol
[UDP] xpl automation protocol
- 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
- reserved_3868: AppType = 'reserved [3868 - udp]'¶
[UDP] Reserved
- 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
- oem_agent: AppType = 'oem-agent [3872 - tcp|udp]'¶
[TCP] OEM Agent
[UDP] OEM Agent
- fagordnc: AppType = 'fagordnc [3873 - tcp|udp]'¶
[TCP] fagordnc
[UDP] fagordnc
- sixxsconfig: AppType = 'sixxsconfig [3874 - tcp|udp]'¶
[TCP] SixXS Configuration
[UDP] SixXS Configuration
- pnbscada: AppType = 'pnbscada [3875 - tcp|udp]'¶
[TCP] PNBSCADA
[UDP] PNBSCADA
- 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
- igrs: AppType = 'igrs [3880 - tcp|udp]'¶
[TCP] IGRS
[UDP] IGRS
- idac: AppType = 'idac [3881 - tcp|udp]'¶
[TCP] Data Acquisition and Control
[UDP] Data Acquisition and Control
- msdts1: AppType = 'msdts1 [3882 - tcp|udp]'¶
[TCP] DTS Service Port
[UDP] DTS Service Port
- vrpn: AppType = 'vrpn [3883 - tcp|udp]'¶
[TCP] VR Peripheral Network
[UDP] VR Peripheral Network
- softrack_meter: AppType = 'softrack-meter [3884 - tcp|udp]'¶
[TCP] SofTrack Metering
[UDP] SofTrack Metering
- topflow_ssl: AppType = 'topflow-ssl [3885 - tcp|udp]'¶
[TCP] TopFlow SSL
[UDP] TopFlow SSL
- 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_agent: AppType = 'syam-agent [3894 - tcp|udp]'¶
[TCP] SyAM Agent Port
[UDP] SyAM Agent Port
- 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
- itv_control: AppType = 'itv-control [3899 - tcp|udp]'¶
[TCP] ITV Port
[UDP] ITV Port
- 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
- nimsh: AppType = 'nimsh [3901 - tcp|udp]'¶
[TCP] NIM Service Handler
[UDP] NIM Service Handler
- nimaux: AppType = 'nimaux [3902 - tcp|udp]'¶
[TCP] NIMsh Auxiliary Port
[UDP] NIMsh Auxiliary Port
- charsetmgr: AppType = 'charsetmgr [3903 - tcp|udp]'¶
[TCP] CharsetMGR
[UDP] CharsetMGR
- omnilink_port: AppType = 'omnilink-port [3904 - tcp|udp]'¶
[TCP] Arnet Omnilink Port
[UDP] Arnet Omnilink Port
- mupdate: AppType = 'mupdate [3905 - tcp|udp]'¶
- topovista_data: AppType = 'topovista-data [3906 - tcp|udp]'¶
[TCP] TopoVista elevation data
[UDP] TopoVista elevation data
- imoguia_port: AppType = 'imoguia-port [3907 - tcp|udp]'¶
[TCP] Imoguia Port
[UDP] Imoguia Port
- 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
- wysdmc: AppType = 'wysdmc [3916 - tcp|udp]'¶
[TCP] WysDM Controller
[UDP] WysDM Controller
- aftmux: AppType = 'aftmux [3917 - tcp|udp]'¶
[TCP] AFT multiplex port
[UDP] AFT multiplex port
- pktcablemmcops: AppType = 'pktcablemmcops [3918 - tcp|udp]'¶
[TCP] PacketCableMultimediaCOPS
[UDP] PacketCableMultimediaCOPS
- hyperip: AppType = 'hyperip [3919 - tcp|udp]'¶
[TCP] HyperIP
[UDP] HyperIP
- exasoftport1: AppType = 'exasoftport1 [3920 - tcp|udp]'¶
[TCP] Exasoft IP Port
[UDP] Exasoft IP Port
- herodotus_net: AppType = 'herodotus-net [3921 - tcp|udp]'¶
[TCP] Herodotus Net
[UDP] Herodotus Net
- 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
- mpl_gprs_port: AppType = 'mpl-gprs-port [3924 - tcp|udp]'¶
[TCP] MPL_GPRS_PORT
[UDP] MPL_GPRS_Port
- zmp: AppType = 'zmp [3925 - tcp|udp]'¶
[TCP] Zoran Media Port
[UDP] Zoran Media Port
- winport: AppType = 'winport [3926 - tcp|udp]'¶
[TCP] WINPort
[UDP] WINPort
- natdataservice: AppType = 'natdataservice [3927 - tcp|udp]'¶
[TCP] ScsTsr
[UDP] ScsTsr
- netboot_pxe: AppType = 'netboot-pxe [3928 - tcp|udp]'¶
[TCP] PXE NetBoot Manager
[UDP] PXE NetBoot Manager
- smauth_port: AppType = 'smauth-port [3929 - tcp|udp]'¶
[TCP] AMS Port
[UDP] AMS Port
- 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
- mailprox: AppType = 'mailprox [3936 - tcp|udp]'¶
[TCP] Mailprox
[UDP] Mailprox
- 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
- xecp_node: AppType = 'xecp-node [3940 - tcp|udp]'¶
[TCP] XeCP Node Service
[UDP] XeCP Node Service
- homeportal_web: AppType = 'homeportal-web [3941 - tcp|udp]'¶
[TCP] Home Portal Web Server
[UDP] Home Portal Web Server
- srdp: AppType = 'srdp [3942 - tcp|udp]'¶
[TCP] satellite distribution
[UDP] satellite distribution
- tig: AppType = 'tig [3943 - tcp|udp]'¶
[TCP] TetraNode Ip Gateway
[UDP] TetraNode Ip Gateway
- sops: AppType = 'sops [3944 - tcp|udp]'¶
[TCP] S-Ops Management
[UDP] S-Ops Management
- emcads: AppType = 'emcads [3945 - tcp|udp]'¶
[TCP] EMCADS Server Port
[UDP] EMCADS Server Port
- 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
- namemunge: AppType = 'namemunge [3950 - tcp|udp]'¶
[TCP] Name Munging
[UDP] Name Munging
- pwgippfax: AppType = 'pwgippfax [3951 - tcp|udp]'¶
[TCP] PWG IPP Facsimile
[UDP] PWG IPP Facsimile
- 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
- adrep: AppType = 'adrep [3954 - tcp|udp]'¶
[TCP] AD Replication RPC
[UDP] AD Replication RPC
- p2pcommunity: AppType = 'p2pcommunity [3955 - tcp|udp]'¶
[TCP] p2pCommunity
[UDP] p2pCommunity
- gvcp: AppType = 'gvcp [3956 - tcp|udp]'¶
[TCP] GigE Vision Control
[UDP] GigE Vision Control
- 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
- bess: AppType = 'bess [3960 - tcp|udp]'¶
[TCP] Bess Peer Assessment
[UDP] Bess Peer Assessment
- proaxess: AppType = 'proaxess [3961 - tcp|udp]'¶
[TCP] ProAxess Server
[UDP] ProAxess Server
- 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
- sasggprs: AppType = 'sasggprs [3964 - tcp|udp]'¶
[TCP] SASG GPRS
[UDP] SASG GPRS
- 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
- ppsms: AppType = 'ppsms [3967 - tcp|udp]'¶
[TCP] PPS Message Service
[UDP] PPS Message Service
- ianywhere_dbns: AppType = 'ianywhere-dbns [3968 - tcp|udp]'¶
[TCP] iAnywhere DBNS
[UDP] iAnywhere DBNS
- landmarks: AppType = 'landmarks [3969 - tcp|udp]'¶
[TCP] Landmark Messages
[UDP] Landmark Messages
- lanrevagent: AppType = 'lanrevagent [3970 - tcp|udp]'¶
[TCP] LANrev Agent
[UDP] LANrev Agent
- lanrevserver: AppType = 'lanrevserver [3971 - tcp|udp]'¶
[TCP] LANrev Server
[UDP] LANrev Server
- iconp: AppType = 'iconp [3972 - tcp|udp]'¶
[TCP] ict-control Protocol
[UDP] ict-control Protocol
- 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
- airshot: AppType = 'airshot [3975 - tcp|udp]'¶
[TCP] Air Shot
[UDP] Air Shot
- opswagent: AppType = 'opswagent [3976 - tcp|udp]'¶
[TCP] Server Automation Agent
[UDP] Server Automation Agent
- opswmanager: AppType = 'opswmanager [3977 - tcp|udp]'¶
[TCP] Opsware Manager
[UDP] Opsware Manager
- 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
- reserved_3980: AppType = 'reserved [3980 - tcp|udp]'¶
[TCP] Reserved
[UDP] Reserved
- starfish: AppType = 'starfish [3981 - tcp|udp]'¶
[TCP] Starfish System Admin
[UDP] Starfish System Admin
- eis: AppType = 'eis [3982 - tcp|udp]'¶
[TCP] ESRI Image Server
[UDP] ESRI Image Server
- eisp: AppType = 'eisp [3983 - tcp|udp]'¶
[TCP] ESRI Image Service
[UDP] ESRI Image Service
- 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
- centerline: AppType = 'centerline [3987 - tcp|udp]'¶
[TCP] Centerline
[UDP] Centerline
- 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_is: AppType = 'bv-is [3990 - tcp|udp]'¶
[TCP] BindView-IS
[UDP] BindView-IS
- 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
- bv_agent: AppType = 'bv-agent [3993 - tcp|udp]'¶
[TCP] BindView-Agent
[UDP] BindView-Agent
- unassigned_3994: AppType = 'unassigned [3994 - undefined]'¶
[N/A] Unassigned
- iss_mgmt_ssl: AppType = 'iss-mgmt-ssl [3995 - tcp|udp]'¶
[TCP] ISS Management Svcs SSL
[UDP] ISS Management Svcs SSL
- abcsoftware: AppType = 'abcsoftware [3996 - tcp|udp]'¶
[TCP] abcsoftware-01
[UDP] abcsoftware-01
- agentsease_db: AppType = 'agentsease-db [3997 - tcp|udp]'¶
[TCP] aes_db
[UDP] aes_db
- 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
- terabase: AppType = 'terabase [4000 - tcp|udp]'¶
[TCP] Terabase
[UDP] Terabase
- newoak: AppType = 'newoak [4001 - tcp|udp]'¶
[TCP] NewOak
[UDP] NewOak
- pxc_spvr_ft: AppType = 'pxc-spvr-ft [4002 - tcp|udp]'¶
[TCP] pxc-spvr-ft
[UDP] pxc-spvr-ft
- pxc_splr_ft: AppType = 'pxc-splr-ft [4003 - tcp|udp]'¶
[TCP] pxc-splr-ft
[UDP] pxc-splr-ft
- pxc_roid: AppType = 'pxc-roid [4004 - tcp|udp]'¶
[TCP] pxc-roid
[UDP] pxc-roid
- pxc_pin: AppType = 'pxc-pin [4005 - tcp|udp]'¶
[TCP] pxc-pin
[UDP] pxc-pin
- pxc_spvr: AppType = 'pxc-spvr [4006 - tcp|udp]'¶
[TCP] pxc-spvr
[UDP] pxc-spvr
- pxc_splr: AppType = 'pxc-splr [4007 - tcp|udp]'¶
[TCP] pxc-splr
[UDP] pxc-splr
- netcheque: AppType = 'netcheque [4008 - tcp|udp]'¶
[TCP] NetCheque accounting
[UDP] NetCheque accounting
- chimera_hwm: AppType = 'chimera-hwm [4009 - tcp|udp]'¶
[TCP] Chimera HWM
[UDP] Chimera HWM
- 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
- pda_gate: AppType = 'pda-gate [4012 - tcp|udp]'¶
[TCP] PDA Gate
[UDP] PDA Gate
- acl_manager: AppType = 'acl-manager [4013 - tcp|udp]'¶
[TCP] ACL Manager
[UDP] ACL Manager
- taiclock: AppType = 'taiclock [4014 - tcp|udp]'¶
[TCP] TAICLOCK
[UDP] TAICLOCK
- 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
- trap: AppType = 'trap [4020 - tcp|udp]'¶
[TCP] TRAP Port
[UDP] TRAP Port
- nexus_portal: AppType = 'nexus-portal [4021 - tcp|udp]'¶
[TCP] Nexus Portal
[UDP] Nexus Portal
- dnox: AppType = 'dnox [4022 - tcp|udp]'¶
[TCP] DNOX
[UDP] DNOX
- esnm_zoning: AppType = 'esnm-zoning [4023 - tcp|udp]'¶
[TCP] ESNM Zoning Port
[UDP] ESNM Zoning Port
- tnp1_port: AppType = 'tnp1-port [4024 - tcp|udp]'¶
[TCP] TNP1 User Port
[UDP] TNP1 User 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
- bxp: AppType = 'bxp [4027 - tcp|udp]'¶
[TCP] bitxpress
[UDP] bitxpress
- dtserver_port: AppType = 'dtserver-port [4028 - tcp|udp]'¶
[TCP] DTServer Port
[UDP] DTServer Port
- 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
- suucp: AppType = 'suucp [4031 - tcp|udp]'¶
[TCP] UUCP over SSL
[UDP] UUCP over SSL
- 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
- ubxd: AppType = 'ubxd [4034 - tcp|udp]'¶
[TCP] Ubiquinox Daemon
[UDP] Ubiquinox Daemon
- 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
- yo_main: AppType = 'yo-main [4040 - tcp|udp]'¶
[TCP] Yo.net main service
[UDP] Yo.net main service
- houston: AppType = 'houston [4041 - tcp|udp]'¶
[TCP] Rocketeer-Houston
[UDP] Rocketeer-Houston
- ldxp: AppType = 'ldxp [4042 - tcp|udp]'¶
[TCP] LDXP
[UDP] LDXP
- 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
- unassigned_4048: AppType = 'unassigned [4048 - undefined]'¶
[N/A] Unassigned
- 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
- wfm: AppType = 'wfm [4057 - tcp|udp]'¶
[TCP] Servigistics WFM server
[UDP] Servigistics WFM server
- kingfisher: AppType = 'kingfisher [4058 - tcp|udp]'¶
[TCP] Kingfisher protocol
[UDP] Kingfisher protocol
- dlms_cosem: AppType = 'dlms-cosem [4059 - tcp|udp]'¶
[TCP] DLMS/COSEM
[UDP] DLMS/COSEM
- 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
- seraph: AppType = 'seraph [4076 - tcp|udp]'¶
[TCP] Seraph DCS
[UDP] Seraph DCS
- reserved_4077: AppType = 'reserved [4077 - tcp]'¶
[TCP] Reserved
- ascomalarm: AppType = 'ascomalarm [4077 - udp]'¶
[UDP] Ascom IP Alarming
- cssp: AppType = 'cssp [4078 - tcp]'¶
[TCP] Coordinated Security Service Protocol
- reserved_4078: AppType = 'reserved [4078 - udp]'¶
[UDP] Reserved
- 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)
- reserved_4084: AppType = 'reserved [4084 - tcp]'¶
[TCP] Reserved
- fortisphere_vm: AppType = 'fortisphere-vm [4084 - udp]'¶
[UDP] Fortisphere VM Service
- ezmessagesrv: AppType = 'ezmessagesrv [4085 - tcp]'¶
[TCP] EZNews Newsroom Message Service
- reserved_4085: AppType = 'reserved [4085 - udp]'¶
[UDP] Reserved
- reserved_4086: AppType = 'reserved [4086 - tcp]'¶
[TCP] Reserved
- ftsync: AppType = 'ftsync [4086 - udp]'¶
[UDP] Firewall/NAT state table synchronization
- applusservice: AppType = 'applusservice [4087 - tcp]'¶
[TCP] APplus Service
- reserved_4087: AppType = 'reserved [4087 - udp]'¶
[UDP] Reserved
- npsp: AppType = 'npsp [4088 - tcp]'¶
[TCP] Noah Printing Service Protocol
- reserved_4088: AppType = 'reserved [4088 - udp]'¶
[UDP] Reserved
- 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
- ewdgs: AppType = 'ewdgs [4092 - tcp|udp]'¶
[TCP] EminentWare DGS
[UDP] EminentWare DGS
- pvxpluscs: AppType = 'pvxpluscs [4093 - tcp|udp]'¶
[TCP] Pvx Plus CS Host
[UDP] Pvx Plus CS Host
- sysrqd: AppType = 'sysrqd [4094 - tcp|udp]'¶
[TCP] sysrq daemon
[UDP] sysrq daemon
- 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)
- patrolview: AppType = 'patrolview [4097 - tcp|udp]'¶
[TCP] Patrol View
[UDP] Patrol View
- drmsfsd: AppType = 'drmsfsd [4098 - tcp|udp]'¶
[TCP] drmsfsd
[UDP] drmsfsd
- dpcp: AppType = 'dpcp [4099 - tcp|udp]'¶
[TCP] DPCP
[UDP] DPCP
- igo_incognito: AppType = 'igo-incognito [4100 - tcp|udp]'¶
[TCP] IGo Incognito Data Port
[UDP] IGo Incognito Data Port
- brlp_0: AppType = 'brlp-0 [4101 - tcp|udp]'¶
[TCP] Braille protocol
[UDP] Braille protocol
- brlp_1: AppType = 'brlp-1 [4102 - tcp|udp]'¶
[TCP] Braille protocol
[UDP] Braille protocol
- brlp_2: AppType = 'brlp-2 [4103 - tcp|udp]'¶
[TCP] Braille protocol
[UDP] Braille protocol
- brlp_3: AppType = 'brlp-3 [4104 - tcp|udp]'¶
[TCP] Braille protocol
[UDP] Braille protocol
- shofar: AppType = 'shofar [4105 - tcp|udp]'¶
[TCP] Shofar
[UDP] Shofar
- synchronite: AppType = 'synchronite [4106 - tcp|udp]'¶
[TCP] Synchronite
[UDP] Synchronite
- j_ac: AppType = 'j-ac [4107 - tcp|udp]'¶
[TCP] JDL Accounting LAN Service
[UDP] JDL Accounting LAN Service
- accel: AppType = 'accel [4108 - tcp|udp]'¶
[TCP] ACCEL
[UDP] ACCEL
- 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
- xgrid: AppType = 'xgrid [4111 - tcp|udp]'¶
[TCP] Xgrid
[UDP] Xgrid
- 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
- jomamqmonitor: AppType = 'jomamqmonitor [4114 - tcp|udp]'¶
[TCP] JomaMQMonitor
[UDP] JomaMQMonitor
- cds: AppType = 'cds [4115 - tcp|udp]'¶
[TCP] CDS Transfer Agent
[UDP] CDS Transfer Agent
- smartcard_tls: AppType = 'smartcard-tls [4116 - tcp|udp]'¶
[TCP] smartcard-TLS
[UDP] smartcard-TLS
- 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
- minirem: AppType = 'minirem [4120 - tcp]'¶
[TCP] MiniRem Remote Telemetry and Control
- reserved_4120: AppType = 'reserved [4120 - udp]'¶
[UDP] Reserved
- 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
- opsview_envoy: AppType = 'opsview-envoy [4125 - tcp|udp]'¶
[TCP] Opsview Envoy
[UDP] Opsview Envoy
- ddrepl: AppType = 'ddrepl [4126 - tcp|udp]'¶
[TCP] Data Domain Replication Service
[UDP] Data Domain Replication Service
- unikeypro: AppType = 'unikeypro [4127 - tcp|udp]'¶
[TCP] NetUniKeyServer
[UDP] NetUniKeyServer
- 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
- stars: AppType = 'stars [4131 - tcp|udp]'¶
[TCP] Global Maintech Stars
[UDP] Global Maintech Stars
- 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
- nettest: AppType = 'nettest [4138 - tcp|udp]'¶
[TCP] nettest
[UDP] nettest
- 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
- oirtgsvc: AppType = 'oirtgsvc [4141 - tcp|udp]'¶
[TCP] Workflow Server
[UDP] Workflow Server
- oidocsvc: AppType = 'oidocsvc [4142 - tcp|udp]'¶
[TCP] Document Server
[UDP] Document Server
- oidsr: AppType = 'oidsr [4143 - tcp|udp]'¶
[TCP] Document Replication
[UDP] Document Replication
- unassigned_4144: AppType = 'unassigned [4144 - undefined]'¶
[N/A] Unassigned
- vvr_control: AppType = 'vvr-control [4145 - tcp|udp]'¶
[TCP] VVR Control
[UDP] VVR Control
- 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
- agslb: AppType = 'agslb [4149 - tcp|udp]'¶
[TCP] A10 GSLB Service
[UDP] A10 GSLB Service
- 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_results: AppType = 'stat-results [4156 - tcp|udp]'¶
[TCP] STAT Results
[UDP] STAT Results
- stat_scanner: AppType = 'stat-scanner [4157 - tcp|udp]'¶
[TCP] STAT Scanner Control
[UDP] STAT Scanner Control
- stat_cc: AppType = 'stat-cc [4158 - tcp|udp]'¶
[TCP] STAT Command Center
[UDP] STAT Command Center
- 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
- omscontact: AppType = 'omscontact [4161 - tcp|udp]'¶
[TCP] OMS Contact
[UDP] OMS Contact
- omstopology: AppType = 'omstopology [4162 - tcp|udp]'¶
[TCP] OMS Topology
[UDP] OMS Topology
- 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
- altcp: AppType = 'altcp [4165 - tcp|udp]'¶
[TCP] ArcLink over Ethernet
[UDP] ArcLink over Ethernet
- 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
- iadt: AppType = 'iadt [4169 - tcp]'¶
[TCP] Automation Drive Interface Transport
- iadt_disc: AppType = 'iadt-disc [4169 - udp]'¶
[UDP] Internet ADT Discovery Protocol
- d_cinema_csp: AppType = 'd-cinema-csp [4170 - tcp]'¶
[TCP] SMPTE Content Synchonization Protocol
- reserved_4170: AppType = 'reserved [4170 - udp]'¶
[UDP] Reserved
- ml_svnet: AppType = 'ml-svnet [4171 - tcp]'¶
[TCP] Maxlogic Supervisor Communication
- reserved_4171: AppType = 'reserved [4171 - udp]'¶
[UDP] Reserved
- pcoip: AppType = 'pcoip [4172 - tcp|udp]'¶
[TCP] PC over IP
[UDP] PC over IP
- reserved_4173: AppType = 'reserved [4173 - tcp]'¶
[TCP] Reserved
- mma_discovery: AppType = 'mma-discovery [4173 - udp]'¶
[UDP] MMA Device Discovery
- smcluster: AppType = 'smcluster [4174 - tcp]'¶
[TCP] StorMagic Cluster Services
- sm_disc: AppType = 'sm-disc [4174 - udp]'¶
[UDP] StorMagic Discovery
- bccp: AppType = 'bccp [4175 - tcp]'¶
[TCP] Brocade Cluster Communication Protocol
- reserved_4175: AppType = 'reserved [4175 - udp]'¶
[UDP] Reserved
- tl_ipcproxy: AppType = 'tl-ipcproxy [4176 - tcp]'¶
[TCP] Translattice Cluster IPC Proxy
- reserved_4176: AppType = 'reserved [4176 - udp]'¶
[UDP] Reserved
- wello: AppType = 'wello [4177 - tcp|udp]'¶
[TCP] Wello P2P pubsub service
[UDP] Wello P2P pubsub service
- storman: AppType = 'storman [4178 - tcp|udp]'¶
[TCP] StorMan
[UDP] StorMan
- maxumsp: AppType = 'maxumsp [4179 - tcp|udp]'¶
[TCP] Maxum Services
[UDP] Maxum Services
- httpx: AppType = 'httpx [4180 - tcp|udp]'¶
[TCP] HTTPX
[UDP] HTTPX
- macbak: AppType = 'macbak [4181 - tcp|udp]'¶
[TCP] MacBak
[UDP] MacBak
- 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
- boxbackupstore: AppType = 'boxbackupstore [4186 - tcp]'¶
[TCP] Box Backup Store Service
- reserved_4186: AppType = 'reserved [4186 - udp]'¶
[UDP] Reserved
- 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
- reserved_4187: AppType = 'reserved [4187 - udp]'¶
[UDP] Reserved
- vatata: AppType = 'vatata [4188 - tcp|udp]'¶
[TCP] Vatata Peer to Peer Protocol
[UDP] Vatata Peer to Peer Protocol
- pcep: AppType = 'pcep [4189 - tcp]'¶
[TCP] Path Computation Element Communication Protocol
- sieve: AppType = 'sieve [4190 - tcp]'¶
[TCP] ManageSieve Protocol
- reserved_4191: AppType = 'reserved [4191 - tcp]'¶
[TCP] Reserved
- azeti: AppType = 'azeti [4192 - tcp]'¶
[TCP] Azeti Agent Service
- azeti_bd: AppType = 'azeti-bd [4192 - udp]'¶
[UDP] azeti blinddate
- pvxplusio: AppType = 'pvxplusio [4193 - tcp]'¶
[TCP] PxPlus remote file srvr
- reserved_4193: AppType = 'reserved [4193 - udp]'¶
[UDP] Reserved
- spdm: AppType = 'spdm [4194 - tcp]'¶
[TCP] Security Protocol and Data Model
- reserved_4194: AppType = 'reserved [4194 - udp]'¶
[UDP] Reserved
- 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
- unassigned_4196: AppType = 'unassigned [4196 - undefined]'¶
[N/A] Unassigned
- hctl: AppType = 'hctl [4197 - tcp|udp]'¶
[TCP] Harman HControl Protocol
[UDP] Harman HControl Protocol
- unassigned_4198: AppType = 'unassigned [4198 - undefined]'¶
[N/A] Unassigned
- eims_admin: AppType = 'eims-admin [4199 - tcp|udp]'¶
[TCP] EIMS ADMIN
[UDP] EIMS ADMIN
- corelccam: AppType = 'corelccam [4300 - tcp|udp]'¶
[TCP] Corel CCam
[UDP] Corel CCam
- d_data: AppType = 'd-data [4301 - tcp|udp]'¶
[TCP] Diagnostic Data
[UDP] Diagnostic Data
- 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
- pinghgl: AppType = 'pinghgl [4306 - tcp|udp]'¶
[TCP] Hellgate London
[UDP] Hellgate London
- 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
- p6ssmc: AppType = 'p6ssmc [4311 - tcp]'¶
[TCP] P6R Secure Server Management Console
- reserved_4311: AppType = 'reserved [4311 - udp]'¶
[UDP] Reserved
- pscl_mgt: AppType = 'pscl-mgt [4312 - tcp]'¶
[TCP] Parascale Membership Manager
- reserved_4312: AppType = 'reserved [4312 - udp]'¶
[UDP] Reserved
- perrla: AppType = 'perrla [4313 - tcp]'¶
[TCP] PERRLA User Services
- reserved_4313: AppType = 'reserved [4313 - udp]'¶
[UDP] Reserved
- choiceview_agt: AppType = 'choiceview-agt [4314 - tcp]'¶
[TCP] ChoiceView Agent
- reserved_4314: AppType = 'reserved [4314 - udp]'¶
[UDP] Reserved
- unassigned_4315: AppType = 'unassigned [4315 - undefined]'¶
[N/A] Unassigned
- choiceview_clt: AppType = 'choiceview-clt [4316 - tcp]'¶
[TCP] ChoiceView Client
- reserved_4316: AppType = 'reserved [4316 - udp]'¶
[UDP] Reserved
- opentelemetry: AppType = 'opentelemetry [4317 - tcp]'¶
[TCP] OpenTelemetry Protocol
- reserved_4317: AppType = 'reserved [4317 - udp]'¶
[UDP] Reserved
- unassigned_4318: AppType = 'unassigned [4318 - undefined]'¶
[N/A] Unassigned
- fox_skytale: AppType = 'fox-skytale [4319 - tcp|udp]'¶
[TCP] Fox SkyTale encrypted communication
[UDP] Fox SkyTale encrypted communication
- fdt_rcatp: AppType = 'fdt-rcatp [4320 - tcp|udp]'¶
[TCP] FDT Remote Categorization Protocol
[UDP] FDT Remote Categorization Protocol
- rwhois: AppType = 'rwhois [4321 - tcp|udp]'¶
- trim_event: AppType = 'trim-event [4322 - tcp|udp]'¶
[TCP] TRIM Event Service
[UDP] TRIM Event Service
- trim_ice: AppType = 'trim-ice [4323 - tcp|udp]'¶
[TCP] TRIM ICE Service
[UDP] TRIM ICE Service
- reserved_4324: AppType = 'reserved [4324 - undefined]'¶
[N/A] Reserved
- geognosisadmin: AppType = 'geognosisadmin [4325 - tcp]'¶
[TCP] Cadcorp GeognoSIS Administrator
- geognosisman: AppType = 'geognosisman [4325 - udp]'¶
[UDP] Cadcorp GeognoSIS Administrator
- geognosis: AppType = 'geognosis [4326 - tcp|udp]'¶
[TCP] Cadcorp GeognoSIS
[UDP] Cadcorp GeognoSIS
- 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
- reserved_4329: AppType = 'reserved [4329 - udp]'¶
[UDP] Reserved
- dey_sapi: AppType = 'dey-sapi [4330 - tcp]'¶
[TCP] DEY Storage Administration REST API
- reserved_4330: AppType = 'reserved [4330 - udp]'¶
[UDP] Reserved
- ktickets_rest: AppType = 'ktickets-rest [4331 - tcp]'¶
[TCP] ktickets REST API for event management and ticketing systems (embedded POS devices)
- reserved_4331: AppType = 'reserved [4331 - udp]'¶
[UDP] Reserved
- getty_focus: AppType = 'getty-focus [4332 - tcp]'¶
[TCP] Getty Images FOCUS service
- reserved_4332: AppType = 'reserved [4332 - udp]'¶
[UDP] Reserved
- ahsp: AppType = 'ahsp [4333 - tcp|udp|sctp]'¶
[TCP] ArrowHead Service Protocol (AHSP)
[UDP] ArrowHead Service Protocol (AHSP)
[SCTP] ArrowHead Service Protocol (AHSP)
- reserved_4334: AppType = 'reserved [4334 - udp]'¶
[UDP] Reserved
- reserved_4335: AppType = 'reserved [4335 - udp]'¶
[UDP] Reserved
- restconf_ch_tls: AppType = 'restconf-ch-tls [4336 - tcp]'¶
[TCP] RESTCONF Call Home (TLS) [RFC 8071]
- reserved_4336: AppType = 'reserved [4336 - udp]'¶
[UDP] Reserved
- gaia: AppType = 'gaia [4340 - tcp|udp]'¶
[TCP] Gaia Connector Protocol
[UDP] Gaia Connector Protocol
- reserved_4341: AppType = 'reserved [4341 - tcp]'¶
[TCP] Reserved
- reserved_4342: AppType = 'reserved [4342 - tcp]'¶
[TCP] Reserved
- unicall: AppType = 'unicall [4343 - tcp|udp]'¶
[TCP] UNICALL
[UDP] UNICALL
- vinainstall: AppType = 'vinainstall [4344 - tcp|udp]'¶
[TCP] VinaInstall
[UDP] VinaInstall
- m4_network_as: AppType = 'm4-network-as [4345 - tcp|udp]'¶
[TCP] Macro 4 Network AS
[UDP] Macro 4 Network AS
- elanlm: AppType = 'elanlm [4346 - tcp|udp]'¶
[TCP] ELAN LM
[UDP] ELAN LM
- lansurveyor: AppType = 'lansurveyor [4347 - tcp|udp]'¶
[TCP] LAN Surveyor
[UDP] LAN Surveyor
- itose: AppType = 'itose [4348 - tcp|udp]'¶
[TCP] ITOSE
[UDP] ITOSE
- fsportmap: AppType = 'fsportmap [4349 - tcp|udp]'¶
[TCP] File System Port Map
[UDP] File System Port Map
- net_device: AppType = 'net-device [4350 - tcp|udp]'¶
[TCP] Net Device
[UDP] Net Device
- plcy_net_svcs: AppType = 'plcy-net-svcs [4351 - tcp|udp]'¶
[TCP] PLCY Net Services
[UDP] PLCY Net Services
- pjlink: AppType = 'pjlink [4352 - tcp|udp]'¶
[TCP] Projector Link
[UDP] Projector Link
- f5_iquery: AppType = 'f5-iquery [4353 - tcp|udp]'¶
[TCP] F5 iQuery
[UDP] F5 iQuery
- 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
- qsnet_cond: AppType = 'qsnet-cond [4357 - tcp|udp]'¶
[TCP] QSNet Conductor
[UDP] QSNet Conductor
- qsnet_nucl: AppType = 'qsnet-nucl [4358 - tcp|udp]'¶
[TCP] QSNet Nucleus
[UDP] QSNet Nucleus
- 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
- reserved_4360: AppType = 'reserved [4360 - udp]'¶
[UDP] Reserved
- reserved_4361: AppType = 'reserved [4361 - tcp]'¶
[TCP] Reserved
- nacnl: AppType = 'nacnl [4361 - udp]'¶
[UDP] NavCom Discovery and Control Port
- reserved_4362: AppType = 'reserved [4362 - tcp]'¶
[TCP] Reserved
- afore_vdp_disc: AppType = 'afore-vdp-disc [4362 - udp]'¶
[UDP] AFORE vNode Discovery protocol
- shadowstream: AppType = 'shadowstream [4366 - udp]'¶
[UDP] ShadowStream System
- reserved_4366: AppType = 'reserved [4366 - tcp]'¶
[TCP] Reserved
- unassigned_4367: AppType = 'unassigned [4367 - undefined]'¶
[N/A] Unassigned
- wxbrief: AppType = 'wxbrief [4368 - tcp|udp]'¶
[TCP] WeatherBrief Direct
[UDP] WeatherBrief Direct
- 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
- l2c_control: AppType = 'l2c-control [4371 - tcp]'¶
[TCP] LAN2CAN Control
- l2c_disc: AppType = 'l2c-disc [4371 - udp]'¶
[UDP] LAN2CAN Discovery
- l2c_data: AppType = 'l2c-data [4372 - tcp|udp]'¶
[TCP] LAN2CAN Data
[UDP] LAN2CAN Data
- remctl: AppType = 'remctl [4373 - tcp|udp]'¶
[TCP] Remote Authenticated Command Service
[UDP] Remote Authenticated Command Service
- psi_ptt: AppType = 'psi-ptt [4374 - tcp]'¶
[TCP] PSI Push-to-Talk Protocol
- reserved_4374: AppType = 'reserved [4374 - udp]'¶
[UDP] Reserved
- tolteces: AppType = 'tolteces [4375 - tcp|udp]'¶
[TCP] Toltec EasyShare
[UDP] Toltec EasyShare
- bip: AppType = 'bip [4376 - tcp|udp]'¶
[TCP] BioAPI Interworking
[UDP] BioAPI Interworking
- 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
- ctdb: AppType = 'ctdb [4379 - tcp|udp]'¶
[TCP] CTDB
[UDP] CTDB
- 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_imserver: AppType = 'apwi-imserver [4391 - tcp]'¶
[TCP] American Printware IMServer Protocol
- reserved_4391: AppType = 'reserved [4391 - udp]'¶
[UDP] Reserved
- apwi_rxserver: AppType = 'apwi-rxserver [4392 - tcp]'¶
[TCP] American Printware RXServer Protocol
- reserved_4392: AppType = 'reserved [4392 - udp]'¶
[UDP] Reserved
- apwi_rxspooler: AppType = 'apwi-rxspooler [4393 - tcp]'¶
[TCP] American Printware RXSpooler Protocol
- reserved_4393: AppType = 'reserved [4393 - udp]'¶
[UDP] Reserved
- reserved_4394: AppType = 'reserved [4394 - tcp]'¶
[TCP] Reserved
- apwi_disc: AppType = 'apwi-disc [4394 - udp]'¶
[UDP] American Printware Discovery
- omnivisionesx: AppType = 'omnivisionesx [4395 - tcp|udp]'¶
[TCP] OmniVision communication for Virtual environments
[UDP] OmniVision communication for Virtual environments
- fly: AppType = 'fly [4396 - tcp]'¶
[TCP] Fly Object Space
- reserved_4396: AppType = 'reserved [4396 - udp]'¶
[UDP] Reserved
- ds_srv: AppType = 'ds-srv [4400 - tcp|udp]'¶
[TCP] ASIGRA Services
[UDP] ASIGRA Services
- 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
- nacagent: AppType = 'nacagent [4407 - tcp]'¶
[TCP] Network Access Control Agent
- reserved_4407: AppType = 'reserved [4407 - udp]'¶
[UDP] Reserved
- slscc: AppType = 'slscc [4408 - tcp]'¶
[TCP] SLS Technology Control Centre
- reserved_4408: AppType = 'reserved [4408 - udp]'¶
[UDP] Reserved
- netcabinet_com: AppType = 'netcabinet-com [4409 - tcp]'¶
[TCP] Net-Cabinet comunication
- reserved_4409: AppType = 'reserved [4409 - udp]'¶
[UDP] Reserved
- itwo_server: AppType = 'itwo-server [4410 - tcp]'¶
[TCP] RIB iTWO Application Server
- reserved_4410: AppType = 'reserved [4410 - udp]'¶
[UDP] Reserved
- found: AppType = 'found [4411 - tcp]'¶
[TCP] Found Messaging Protocol
- reserved_4411: AppType = 'reserved [4411 - udp]'¶
[UDP] Reserved
- reserved_4412: AppType = 'reserved [4412 - tcp]'¶
[TCP] Reserved
- smallchat: AppType = 'smallchat [4412 - udp]'¶
[UDP] SmallChat
- avi_nms: AppType = 'avi-nms [4413 - tcp]'¶
[TCP] AVI Systems NMS
- avi_nms_disc: AppType = 'avi-nms-disc [4413 - udp]'¶
[UDP] AVI Systems NMS
- updog: AppType = 'updog [4414 - tcp]'¶
[TCP] Updog Monitoring and Status Framework
- reserved_4414: AppType = 'reserved [4414 - udp]'¶
[UDP] Reserved
- brcd_vr_req: AppType = 'brcd-vr-req [4415 - tcp]'¶
[TCP] Brocade Virtual Router Request
- reserved_4415: AppType = 'reserved [4415 - udp]'¶
[UDP] Reserved
- pjj_player: AppType = 'pjj-player [4416 - tcp]'¶
[TCP] PJJ Media Player
- pjj_player_disc: AppType = 'pjj-player-disc [4416 - udp]'¶
[UDP] PJJ Media Player discovery
- workflowdir: AppType = 'workflowdir [4417 - tcp]'¶
[TCP] Workflow Director Communication
- reserved_4417: AppType = 'reserved [4417 - udp]'¶
[UDP] Reserved
- reserved_4418: AppType = 'reserved [4418 - tcp]'¶
[TCP] Reserved
- axysbridge: AppType = 'axysbridge [4418 - udp]'¶
[UDP] AXYS communication protocol
- cbp: AppType = 'cbp [4419 - tcp]'¶
[TCP] Colnod Binary Protocol
- reserved_4419: AppType = 'reserved [4419 - udp]'¶
[UDP] Reserved
- 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
- reserved_4421: AppType = 'reserved [4421 - udp]'¶
[UDP] Reserved
- tsepisp: AppType = 'tsepisp [4422 - tcp]'¶
[TCP] TSEP Installation Service Protocol
- reserved_4422: AppType = 'reserved [4422 - udp]'¶
[UDP] Reserved
- thingkit: AppType = 'thingkit [4423 - tcp]'¶
[TCP] thingkit secure mesh
- reserved_4423: AppType = 'reserved [4423 - udp]'¶
[UDP] Reserved
- unassigned_4424: AppType = 'unassigned [4424 - undefined]'¶
[N/A] Unassigned
- 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
- drizzle: AppType = 'drizzle [4427 - tcp]'¶
[TCP] Drizzle database server
- reserved_4427: AppType = 'reserved [4427 - udp]'¶
[UDP] Reserved
- omviserver: AppType = 'omviserver [4428 - tcp]'¶
[TCP] OMV-Investigation Server-Client
- reserved_4428: AppType = 'reserved [4428 - udp]'¶
[UDP] Reserved
- omviagent: AppType = 'omviagent [4429 - tcp]'¶
[TCP] OMV Investigation Agent-Server
- reserved_4429: AppType = 'reserved [4429 - udp]'¶
[UDP] Reserved
- rsqlserver: AppType = 'rsqlserver [4430 - tcp|udp]'¶
[TCP] REAL SQL Server
[UDP] REAL SQL Server
- wspipe: AppType = 'wspipe [4431 - tcp]'¶
[TCP] adWISE Pipe
- reserved_4431: AppType = 'reserved [4431 - udp]'¶
[UDP] Reserved
- l_acoustics: AppType = 'l-acoustics [4432 - tcp|udp]'¶
[TCP] L-ACOUSTICS management
[UDP] L-ACOUSTICS management
- vop: AppType = 'vop [4433 - tcp]'¶
[TCP] Versile Object Protocol
- reserved_4433: AppType = 'reserved [4433 - udp]'¶
[UDP] Reserved
- reserved_4441: AppType = 'reserved [4441 - tcp]'¶
[TCP] Reserved
- netblox: AppType = 'netblox [4441 - udp]'¶
[UDP] Netblox Protocol
- saris: AppType = 'saris [4442 - tcp|udp]'¶
[TCP] Saris
[UDP] Saris
- pharos: AppType = 'pharos [4443 - tcp|udp]'¶
[TCP] Pharos
[UDP] Pharos
- krb524: AppType = 'krb524 [4444 - tcp|udp]'¶
[TCP] KRB524
[UDP] KRB524
- nv_video: AppType = 'nv-video [4444 - tcp|udp]'¶
[TCP] NV Video default
[UDP] NV Video default
- upnotifyp: AppType = 'upnotifyp [4445 - tcp|udp]'¶
[TCP] UPNOTIFYP
[UDP] UPNOTIFYP
- n1_fwp: AppType = 'n1-fwp [4446 - tcp|udp]'¶
[TCP] N1-FWP
[UDP] N1-FWP
- n1_rmgmt: AppType = 'n1-rmgmt [4447 - tcp|udp]'¶
[TCP] N1-RMGMT
[UDP] N1-RMGMT
- asc_slmd: AppType = 'asc-slmd [4448 - tcp|udp]'¶
[TCP] ASC Licence Manager
[UDP] ASC Licence Manager
- privatewire: AppType = 'privatewire [4449 - tcp|udp]'¶
[TCP] PrivateWire
[UDP] PrivateWire
- camp: AppType = 'camp [4450 - tcp|udp]'¶
[TCP] Common ASCII Messaging Protocol
[UDP] Common ASCII Messaging Protocol
- ctisystemmsg: AppType = 'ctisystemmsg [4451 - tcp|udp]'¶
[TCP] CTI System Msg
[UDP] CTI System Msg
- 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_user: AppType = 'prchat-user [4455 - tcp|udp]'¶
[TCP] PR Chat User
[UDP] PR Chat User
- prchat_server: AppType = 'prchat-server [4456 - tcp|udp]'¶
[TCP] PR Chat Server
[UDP] PR Chat Server
- prregister: AppType = 'prregister [4457 - tcp|udp]'¶
[TCP] PR Register
[UDP] PR Register
- mcp: AppType = 'mcp [4458 - tcp|udp]'¶
[TCP] Matrix Configuration Protocol
[UDP] Matrix Configuration Protocol
- unassigned_4459: AppType = 'unassigned [4459 - undefined]'¶
[N/A] Unassigned
- reserved_4460: AppType = 'reserved [4460 - udp]'¶
[UDP] Reserved
- hpssmgmt: AppType = 'hpssmgmt [4484 - tcp|udp]'¶
[TCP] hpssmgmt service
[UDP] hpssmgmt service
- assyst_dr: AppType = 'assyst-dr [4485 - tcp]'¶
[TCP] Assyst Data Repository Service
- reserved_4485: AppType = 'reserved [4485 - udp]'¶
[UDP] Reserved
- icms: AppType = 'icms [4486 - tcp|udp]'¶
[TCP] Integrated Client Message Service
[UDP] Integrated Client Message Service
- prex_tcp: AppType = 'prex-tcp [4487 - tcp]'¶
[TCP] Protocol for Remote Execution over TCP
- reserved_4487: AppType = 'reserved [4487 - udp]'¶
[UDP] Reserved
- awacs_ice: AppType = 'awacs-ice [4488 - tcp|udp]'¶
[TCP] Apple Wide Area Connectivity Service ICE Bootstrap
[UDP] Apple Wide Area Connectivity Service ICE Bootstrap
- ipsec_nat_t: AppType = 'ipsec-nat-t [4500 - tcp|udp]'¶
- unassigned_4501: AppType = 'unassigned [4501 - undefined]'¶
[N/A] Unassigned
- a25_fap_fgw: AppType = 'a25-fap-fgw [4502 - sctp]'¶
[SCTP] A25 (FAP-FGW)
- reserved_4534: AppType = 'reserved [4534 - tcp]'¶
[TCP] Reserved
- armagetronad: AppType = 'armagetronad [4534 - udp]'¶
[UDP] Armagetron Advanced Game Server
- ehs: AppType = 'ehs [4535 - tcp|udp]'¶
[TCP] Event Heap Server
[UDP] Event Heap Server
- 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
- worldscores: AppType = 'worldscores [4545 - tcp|udp]'¶
[TCP] WorldScores
[UDP] WorldScores
- 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
- synchromesh: AppType = 'synchromesh [4548 - tcp|udp]'¶
[TCP] Synchromesh
[UDP] Synchromesh
- aegate: AppType = 'aegate [4549 - tcp|udp]'¶
[TCP] Aegate PMR Service
[UDP] Aegate PMR Service
- gds_adppiw_db: AppType = 'gds-adppiw-db [4550 - tcp|udp]'¶
[TCP] Perman I Interbase Server
[UDP] Perman I Interbase Server
- ieee_mih: AppType = 'ieee-mih [4551 - tcp|udp]'¶
- menandmice_mon: AppType = 'menandmice-mon [4552 - tcp|udp]'¶
[TCP] Men and Mice Monitoring
[UDP] Men and Mice Monitoring
- icshostsvc: AppType = 'icshostsvc [4553 - tcp]'¶
[TCP] ICS host services
- reserved_4553: AppType = 'reserved [4553 - udp]'¶
[UDP] Reserved
- msfrs: AppType = 'msfrs [4554 - tcp|udp]'¶
[TCP] MS FRS Replication
[UDP] MS FRS Replication
- dtn_bundle: AppType = 'dtn-bundle [4556 - tcp|udp|dccp]'¶
- reserved_4557: AppType = 'reserved [4557 - tcp]'¶
[TCP] Reserved
- mtcevrunqss: AppType = 'mtcevrunqss [4557 - udp]'¶
[UDP] Marathon everRun Quorum Service Server
- reserved_4558: AppType = 'reserved [4558 - tcp]'¶
[TCP] Reserved
- mtcevrunqman: AppType = 'mtcevrunqman [4558 - udp]'¶
[UDP] Marathon everRun Quorum Service Manager
- hylafax: AppType = 'hylafax [4559 - tcp|udp]'¶
[TCP] HylaFAX
[UDP] HylaFAX
- amahi_anywhere: AppType = 'amahi-anywhere [4563 - tcp]'¶
[TCP] Amahi Anywhere
- reserved_4563: AppType = 'reserved [4563 - udp]'¶
[UDP] Reserved
- kwtc: AppType = 'kwtc [4566 - tcp|udp]'¶
[TCP] Kids Watch Time Control Service
[UDP] Kids Watch Time Control Service
- tram: AppType = 'tram [4567 - tcp|udp]'¶
[TCP] TRAM
[UDP] TRAM
- bmc_reporting: AppType = 'bmc-reporting [4568 - tcp|udp]'¶
[TCP] BMC Reporting
[UDP] BMC Reporting
- iax: AppType = 'iax [4569 - tcp|udp]'¶
- deploymentmap: AppType = 'deploymentmap [4570 - tcp]'¶
[TCP] Service to distribute and update within a site deployment information for Oracle Communications Suite
- reserved_4570: AppType = 'reserved [4570 - udp]'¶
[UDP] Reserved
- cardifftec_back: AppType = 'cardifftec-back [4573 - tcp]'¶
[TCP] A port for communication between a server and client for a custom backup system
- reserved_4573: AppType = 'reserved [4573 - udp]'¶
[UDP] Reserved
- reserved_4590: AppType = 'reserved [4590 - udp]'¶
[UDP] Reserved
- l3t_at_an: AppType = 'l3t-at-an [4591 - tcp|udp]'¶
[TCP] HRPD L3T (AT-AN)
[UDP] HRPD L3T (AT-AN)
- reserved_4592: AppType = 'reserved [4592 - tcp]'¶
[TCP] Reserved
- hrpd_ith_at_an: AppType = 'hrpd-ith-at-an [4592 - udp]'¶
[UDP] HRPD-ITH (AT-AN)
- 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)
- a21_an_1xbs: AppType = 'a21-an-1xbs [4597 - tcp|udp]'¶
[TCP] A21 (AN-1xBS)
[UDP] A21 (AN-1xBS)
- a16_an_an: AppType = 'a16-an-an [4598 - tcp|udp]'¶
[TCP] A16 (AN-AN)
[UDP] A16 (AN-AN)
- a17_an_an: AppType = 'a17-an-an [4599 - tcp|udp]'¶
[TCP] A17 (AN-AN)
[UDP] A17 (AN-AN)
- piranha1: AppType = 'piranha1 [4600 - tcp|udp]'¶
[TCP] Piranha1
[UDP] Piranha1
- piranha2: AppType = 'piranha2 [4601 - tcp|udp]'¶
[TCP] Piranha2
[UDP] Piranha2
- mtsserver: AppType = 'mtsserver [4602 - tcp]'¶
[TCP] EAX MTS Server
- reserved_4602: AppType = 'reserved [4602 - udp]'¶
[UDP] Reserved
- menandmice_upg: AppType = 'menandmice-upg [4603 - tcp]'¶
[TCP] Men & Mice Upgrade Agent
- reserved_4603: AppType = 'reserved [4603 - udp]'¶
[UDP] Reserved
- irp: AppType = 'irp [4604 - tcp]'¶
[TCP] Identity Registration Protocol
- reserved_4604: AppType = 'reserved [4604 - udp]'¶
[UDP] Reserved
- sixchat: AppType = 'sixchat [4605 - tcp]'¶
[TCP] Direct End to End Secure Chat Protocol
- reserved_4605: AppType = 'reserved [4605 - udp]'¶
[UDP] Reserved
- sixid: AppType = 'sixid [4606 - tcp]'¶
[TCP] Secure ID to IP registration and lookup
- reserved_4606: AppType = 'reserved [4606 - udp]'¶
[UDP] Reserved
- reserved_4621: AppType = 'reserved [4621 - tcp]'¶
[TCP] Reserved
- 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
- smaclmgr: AppType = 'smaclmgr [4660 - tcp|udp]'¶
[TCP] smaclmgr
[UDP] smaclmgr
- 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
- ems: AppType = 'ems [4664 - tcp|udp]'¶
[TCP] Rimage Messaging Server
[UDP] Rimage Messaging Server
- 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
- mmacomm: AppType = 'mmacomm [4667 - tcp|udp]'¶
[TCP] MMA Comm Services
[UDP] MMA Comm Services
- mmaeds: AppType = 'mmaeds [4668 - tcp|udp]'¶
[TCP] MMA EDS Service
[UDP] MMA EDS 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
- cxws: AppType = 'cxws [4673 - tcp|udp]'¶
[TCP] CXWS Operations
[UDP] CXWS Operations
- 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
- finisar: AppType = 'finisar [4682 - tcp|udp]'¶
[TCP] finisar
[UDP] finisar
- 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
- autopac: AppType = 'autopac [4685 - tcp|udp]'¶
[TCP] Autopac Protocol
[UDP] Autopac Protocol
- 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_agent: AppType = 'netxms-agent [4700 - tcp|udp]'¶
[TCP] NetXMS Agent
[UDP] NetXMS Agent
- 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
- reserved_4703: AppType = 'reserved [4703 - udp]'¶
[UDP] Reserved
- assuria_ins: AppType = 'assuria-ins [4704 - tcp]'¶
[TCP] Assuria Insider
- reserved_4704: AppType = 'reserved [4704 - udp]'¶
[UDP] Reserved
- 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
- truckstar: AppType = 'truckstar [4725 - tcp|udp]'¶
[TCP] TruckStar Service
[UDP] TruckStar Service
- reserved_4726: AppType = 'reserved [4726 - tcp]'¶
[TCP] Reserved
- a26_fap_fgw: AppType = 'a26-fap-fgw [4726 - udp]'¶
[UDP] A26 (FAP-FGW)
- fcis: AppType = 'fcis [4727 - tcp]'¶
[TCP] F-Link Client Information Service
- fcis_disc: AppType = 'fcis-disc [4727 - udp]'¶
[UDP] F-Link Client Information Service Discovery
- capmux: AppType = 'capmux [4728 - tcp|udp]'¶
[TCP] CA Port Multiplexer
[UDP] CA Port Multiplexer
- reserved_4729: AppType = 'reserved [4729 - tcp]'¶
[TCP] Reserved
- gsmtap: AppType = 'gsmtap [4729 - udp]'¶
[UDP] GSM Interface Tap
- gearman: AppType = 'gearman [4730 - tcp|udp]'¶
[TCP] Gearman Job Queue System
[UDP] Gearman Job Queue System
- remcap: AppType = 'remcap [4731 - tcp]'¶
[TCP] Remote Capture Protocol
- reserved_4731: AppType = 'reserved [4731 - udp]'¶
[UDP] Reserved
- reserved_4732: AppType = 'reserved [4732 - tcp]'¶
[TCP] Reserved
- ohmtrigger: AppType = 'ohmtrigger [4732 - udp]'¶
[UDP] OHM server trigger
- resorcs: AppType = 'resorcs [4733 - tcp]'¶
[TCP] RES Orchestration Catalog Services
- reserved_4733: AppType = 'reserved [4733 - udp]'¶
[UDP] Reserved
- ipdr_sp: AppType = 'ipdr-sp [4737 - tcp|udp]'¶
[TCP] IPDR/SP
[UDP] IPDR/SP
- 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
- lumimgrd: AppType = 'lumimgrd [4741 - tcp|udp]'¶
[TCP] Luminizer Manager
[UDP] Luminizer Manager
- sicct: AppType = 'sicct [4742 - tcp]'¶
[TCP] SICCT
- sicct_sdp: AppType = 'sicct-sdp [4742 - udp]'¶
[UDP] SICCT Service Discovery Protocol
- 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
- fmp: AppType = 'fmp [4745 - tcp|udp]'¶
[TCP] Funambol Mobile Push
[UDP] Funambol Mobile Push
- reserved_4746: AppType = 'reserved [4746 - tcp]'¶
[TCP] Reserved
- intelliadm_disc: AppType = 'intelliadm-disc [4746 - udp]'¶
[UDP] IntelliAdmin Discovery
- buschtrommel: AppType = 'buschtrommel [4747 - udp]'¶
[UDP] peer-to-peer file exchange protocol
- reserved_4747: AppType = 'reserved [4747 - tcp]'¶
[TCP] Reserved
- 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: AppType = 'simon [4753 - tcp]'¶
[TCP] Simple Invocation of Methods Over Network (SIMON)
- simon_disc: AppType = 'simon-disc [4753 - udp]'¶
[UDP] Simple Invocation of Methods Over Network (SIMON) Discovery
- reserved_4754: AppType = 'reserved [4754 - tcp]'¶
[TCP] Reserved
- reserved_4755: AppType = 'reserved [4755 - tcp]'¶
[TCP] Reserved
- gre_udp_dtls: AppType = 'gre-udp-dtls [4755 - udp]'¶
[UDP] GRE-in-UDP Encapsulation with DTLS [RFC 8086]
- rdcenter: AppType = 'rdcenter [4756 - tcp]'¶
[TCP] Reticle Decision Center
- reserved_4756: AppType = 'reserved [4756 - udp]'¶
[UDP] Reserved
- converge: AppType = 'converge [4774 - tcp]'¶
[TCP] Converge RPC
- reserved_4774: AppType = 'reserved [4774 - udp]'¶
[UDP] Reserved
- bfd_multi_ctl: AppType = 'bfd-multi-ctl [4784 - tcp|udp]'¶
[TCP] BFD Multihop Control
[UDP] BFD Multihop Control
- reserved_4785: AppType = 'reserved [4785 - tcp]'¶
[TCP] Reserved
- cncp: AppType = 'cncp [4785 - udp]'¶
[UDP] Cisco Nexus Control Protocol
- smart_install: AppType = 'smart-install [4786 - tcp]'¶
[TCP] Smart Install Service
- reserved_4786: AppType = 'reserved [4786 - udp]'¶
[UDP] Reserved
- sia_ctrl_plane: AppType = 'sia-ctrl-plane [4787 - tcp]'¶
[TCP] Service Insertion Architecture (SIA) Control-Plane
- reserved_4787: AppType = 'reserved [4787 - udp]'¶
[UDP] Reserved
- xmcp: AppType = 'xmcp [4788 - tcp]'¶
[TCP] eXtensible Messaging Client Protocol
- reserved_4788: AppType = 'reserved [4788 - udp]'¶
[UDP] Reserved
- vxlan: AppType = 'vxlan [4789 - udp]'¶
[UDP] Virtual eXtensible Local Area Network (VXLAN) [RFC 7348]
- reserved_4789: AppType = 'reserved [4789 - tcp]'¶
[TCP] Reserved
- vxlan_gpe: AppType = 'vxlan-gpe [4790 - udp]'¶
[UDP] Generic Protocol Extension for Virtual eXtensible Local Area Network (VXLAN)
- reserved_4790: AppType = 'reserved [4790 - tcp]'¶
[TCP] Reserved
- roce: AppType = 'roce [4791 - udp]'¶
[UDP] IP Routable RocE
- reserved_4791: AppType = 'reserved [4791 - tcp]'¶
[TCP] Reserved
- 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
- notateit: AppType = 'notateit [4803 - tcp]'¶
[TCP] Notateit Messaging
- notateit_disc: AppType = 'notateit-disc [4803 - udp]'¶
[UDP] Notateit Messaging Discovery
- reserved_4804: AppType = 'reserved [4804 - tcp]'¶
[TCP] Reserved
- aja_ntv4_disc: AppType = 'aja-ntv4-disc [4804 - udp]'¶
[UDP] AJA ntv4 Video System Discovery
- htcp: AppType = 'htcp [4827 - tcp|udp]'¶
[TCP] HTCP
[UDP] HTCP
- varadero_0: AppType = 'varadero-0 [4837 - tcp|udp]'¶
[TCP] Varadero-0
[UDP] Varadero-0
- varadero_1: AppType = 'varadero-1 [4838 - tcp|udp]'¶
[TCP] Varadero-1
[UDP] Varadero-1
- varadero_2: AppType = 'varadero-2 [4839 - tcp|udp]'¶
[TCP] Varadero-2
[UDP] Varadero-2
- opcua_tcp: AppType = 'opcua-tcp [4840 - tcp]'¶
[TCP] OPC UA Connection Protocol
- opcua_udp: AppType = 'opcua-udp [4840 - udp]'¶
[UDP] OPC UA Multicast Datagram Protocol
- 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
- wfc: AppType = 'wfc [4847 - tcp|udp]'¶
[TCP] Web Fresh Communication
[UDP] Web Fresh Communication
- 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
- unify_debug: AppType = 'unify-debug [4867 - tcp|udp]'¶
[TCP] Unify Debugger
[UDP] Unify Debugger
- phrelay: AppType = 'phrelay [4868 - tcp|udp]'¶
[TCP] Photon Relay
[UDP] Photon Relay
- 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
- wired: AppType = 'wired [4871 - tcp|udp]'¶
[TCP] Wired
[UDP] Wired
- 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
- reserved_4878: AppType = 'reserved [4878 - tcp]'¶
[TCP] Reserved
- inst_discovery: AppType = 'inst-discovery [4878 - udp]'¶
[UDP] Agilent Instrument Discovery
- wsdl_event: AppType = 'wsdl-event [4879 - tcp]'¶
[TCP] WSDL Event Receiver
- reserved_4879: AppType = 'reserved [4879 - udp]'¶
[UDP] Reserved
- hislip: AppType = 'hislip [4880 - tcp]'¶
[TCP] IVI High-Speed LAN Instrument Protocol
- reserved_4880: AppType = 'reserved [4880 - udp]'¶
[UDP] Reserved
- reserved_4881: AppType = 'reserved [4881 - tcp]'¶
[TCP] Reserved
- socp_t: AppType = 'socp-t [4881 - udp]'¶
[UDP] SOCP Time Synchronization Protocol
- reserved_4882: AppType = 'reserved [4882 - tcp]'¶
[TCP] Reserved
- socp_c: AppType = 'socp-c [4882 - udp]'¶
[UDP] SOCP Control Protocol
- wmlserver: AppType = 'wmlserver [4883 - tcp]'¶
[TCP] Meier-Phelps License Server
- reserved_4883: AppType = 'reserved [4883 - udp]'¶
[UDP] Reserved
- hivestor: AppType = 'hivestor [4884 - tcp|udp]'¶
[TCP] HiveStor Distributed File System
[UDP] HiveStor Distributed File System
- abbs: AppType = 'abbs [4885 - tcp|udp]'¶
[TCP] ABBS
[UDP] ABBS
- xcap_portal: AppType = 'xcap-portal [4888 - tcp]'¶
[TCP] xcap code analysis portal public user access
- reserved_4888: AppType = 'reserved [4888 - udp]'¶
[UDP] Reserved
- xcap_control: AppType = 'xcap-control [4889 - tcp]'¶
[TCP] xcap code analysis portal cluster control and administration
- reserved_4889: AppType = 'reserved [4889 - udp]'¶
[UDP] Reserved
- lyskom: AppType = 'lyskom [4894 - tcp|udp]'¶
[TCP] LysKOM Protocol A
[UDP] LysKOM Protocol A
- radmin_port: AppType = 'radmin-port [4899 - tcp|udp]'¶
[TCP] RAdmin Port
[UDP] RAdmin Port
- 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
- reserved_4901: AppType = 'reserved [4901 - udp]'¶
[UDP] Reserved
- magiccontrol: AppType = 'magiccontrol [4902 - tcp]'¶
[TCP] magicCONROL RF and Data Interface
- reserved_4902: AppType = 'reserved [4902 - udp]'¶
[UDP] Reserved
- lutap: AppType = 'lutap [4912 - tcp]'¶
[TCP] Technicolor LUT Access Protocol
- reserved_4912: AppType = 'reserved [4912 - udp]'¶
[UDP] Reserved
- lutcp: AppType = 'lutcp [4913 - tcp]'¶
[TCP] LUTher Control Protocol
- bones: AppType = 'bones [4914 - tcp|udp]'¶
[TCP] Bones Remote Control
[UDP] Bones Remote Control
- frcs: AppType = 'frcs [4915 - tcp]'¶
[TCP] Fibics Remote Control Service
- reserved_4915: AppType = 'reserved [4915 - udp]'¶
[UDP] Reserved
- an_signaling: AppType = 'an-signaling [4936 - udp]'¶
[UDP] Signal protocol port for autonomic networking
- reserved_4936: AppType = 'reserved [4936 - tcp]'¶
[TCP] Reserved
- reserved_4937: AppType = 'reserved [4937 - tcp]'¶
[TCP] Reserved
- atsc_mh_ssc: AppType = 'atsc-mh-ssc [4937 - udp]'¶
[UDP] ATSC-M/H Service Signaling Channel
- 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
- pwgwims: AppType = 'pwgwims [4951 - tcp|udp]'¶
[TCP] PWG WIMS
[UDP] PWG WIMS
- sagxtsds: AppType = 'sagxtsds [4952 - tcp|udp]'¶
[TCP] SAG Directory Server
[UDP] SAG Directory Server
- dbsyncarbiter: AppType = 'dbsyncarbiter [4953 - tcp]'¶
[TCP] Synchronization Arbiter
- reserved_4953: AppType = 'reserved [4953 - udp]'¶
[UDP] Reserved
- 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
- burp: AppType = 'burp [4971 - tcp]'¶
[TCP] BackUp and Restore Program
- reserved_4971: AppType = 'reserved [4971 - udp]'¶
[UDP] Reserved
- ctxs_vpp: AppType = 'ctxs-vpp [4980 - udp]'¶
[UDP] Citrix Virtual Path
- reserved_4980: AppType = 'reserved [4980 - tcp]'¶
[TCP] Reserved
- unassigned_4983: AppType = 'unassigned [4983 - undefined]'¶
[N/A] Unassigned
- webyast: AppType = 'webyast [4984 - tcp]'¶
[TCP] WebYast
- reserved_4984: AppType = 'reserved [4984 - udp]'¶
[UDP] Reserved
- gerhcs: AppType = 'gerhcs [4985 - tcp]'¶
[TCP] GER HC Standard
- reserved_4985: AppType = 'reserved [4985 - udp]'¶
[UDP] Reserved
- 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
- vrt: AppType = 'vrt [4991 - tcp|udp]'¶
[TCP] VITA Radio Transport
[UDP] VITA Radio Transport
- hfcs_manager: AppType = 'hfcs-manager [4999 - tcp|udp]'¶
[TCP] HFSQL Client/Server Database Engine Manager
[UDP] HFSQL Client/Server Database Engine Manager
- commplex_main: AppType = 'commplex-main [5000 - tcp|udp]'¶
[TCP]
[UDP]
- commplex_link: AppType = 'commplex-link [5001 - tcp|udp]'¶
[TCP]
[UDP]
- rfe: AppType = 'rfe [5002 - tcp|udp]'¶
[TCP] radio free ethernet
[UDP] radio free ethernet
- fmpro_internal: AppType = 'fmpro-internal [5003 - tcp|udp]'¶
[TCP] FileMaker, Inc. - Proprietary transport
[UDP] FileMaker, Inc. - Proprietary name binding
- avt_profile_1: AppType = 'avt-profile-1 [5004 - tcp|udp|dccp]'¶
- avt_profile_2: AppType = 'avt-profile-2 [5005 - tcp|udp|dccp]'¶
- wsm_server: AppType = 'wsm-server [5006 - tcp|udp]'¶
[TCP] wsm server
[UDP] wsm server
- wsm_server_ssl: AppType = 'wsm-server-ssl [5007 - tcp|udp]'¶
[TCP] wsm server ssl
[UDP] wsm server ssl
- synapsis_edge: AppType = 'synapsis-edge [5008 - tcp|udp]'¶
[TCP] Synapsis EDGE
[UDP] Synapsis EDGE
- 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
- nsp: AppType = 'nsp [5012 - tcp|udp]'¶
[TCP] NetOnTap Service
[UDP] NetOnTap Service
- fmpro_v6: AppType = 'fmpro-v6 [5013 - tcp|udp]'¶
[TCP] FileMaker, Inc. - Proprietary transport
[UDP] FileMaker, Inc. - Proprietary transport
- reserved_5014: AppType = 'reserved [5014 - tcp]'¶
[TCP] Reserved
- onpsocket: AppType = 'onpsocket [5014 - udp]'¶
[UDP] Overlay Network Protocol
- fmwp: AppType = 'fmwp [5015 - tcp]'¶
[TCP] FileMaker, Inc. - Web publishing
- reserved_5015: AppType = 'reserved [5015 - udp]'¶
[UDP] Reserved
- zenginkyo_1: AppType = 'zenginkyo-1 [5020 - tcp|udp]'¶
[TCP] zenginkyo-1
[UDP] zenginkyo-1
- zenginkyo_2: AppType = 'zenginkyo-2 [5021 - tcp|udp]'¶
[TCP] zenginkyo-2
[UDP] zenginkyo-2
- mice: AppType = 'mice [5022 - tcp|udp]'¶
[TCP] mice server
[UDP] mice server
- 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)
- qvr: AppType = 'qvr [5028 - tcp]'¶
[TCP] Quiqum Virtual Relais
- reserved_5028: AppType = 'reserved [5028 - udp]'¶
[UDP] Reserved
- infobright: AppType = 'infobright [5029 - tcp|udp]'¶
[TCP] Infobright Database Server
[UDP] Infobright Database Server
- reserved_5030: AppType = 'reserved [5030 - tcp|udp]'¶
[TCP] Reserved
[UDP] Reserved
- reserved_5031: AppType = 'reserved [5031 - tcp]'¶
[TCP] Reserved
- dmp: AppType = 'dmp [5031 - udp]'¶
[UDP] Direct Message Protocol
- signacert_agent: AppType = 'signacert-agent [5032 - tcp]'¶
[TCP] SignaCert Enterprise Trust Server Agent
- reserved_5032: AppType = 'reserved [5032 - udp]'¶
[UDP] Reserved
- jtnetd_server: AppType = 'jtnetd-server [5033 - tcp]'¶
[TCP] Janstor Secure Data
- reserved_5033: AppType = 'reserved [5033 - udp]'¶
[UDP] Reserved
- jtnetd_status: AppType = 'jtnetd-status [5034 - tcp]'¶
[TCP] Janstor Status
- reserved_5034: AppType = 'reserved [5034 - udp]'¶
[UDP] Reserved
- 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
- osp: AppType = 'osp [5045 - tcp]'¶
[TCP] Open Settlement Protocol
- reserved_5045: AppType = 'reserved [5045 - udp]'¶
[UDP] Reserved
- reserved_5046: AppType = 'reserved [5046 - tcp]'¶
[TCP] Reserved
- vpm_udp: AppType = 'vpm-udp [5046 - udp]'¶
[UDP] Vishay PM UDP Service
- reserved_5047: AppType = 'reserved [5047 - tcp]'¶
[TCP] Reserved
- iscape: AppType = 'iscape [5047 - udp]'¶
[UDP] iSCAPE Data Broadcasting
- texai: AppType = 'texai [5048 - tcp]'¶
[TCP] Texai Message Service
- reserved_5048: AppType = 'reserved [5048 - udp]'¶
[UDP] Reserved
- 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
- ita_agent: AppType = 'ita-agent [5051 - tcp|udp]'¶
[TCP] ITA Agent
[UDP] ITA Agent
- ita_manager: AppType = 'ita-manager [5052 - tcp|udp]'¶
[TCP] ITA Manager
[UDP] ITA Manager
- rlm: AppType = 'rlm [5053 - tcp]'¶
[TCP] RLM License Server
- rlm_disc: AppType = 'rlm-disc [5053 - udp]'¶
[UDP] RLM Discovery Server
- rlm_admin: AppType = 'rlm-admin [5054 - tcp]'¶
[TCP] RLM administrative interface
- reserved_5054: AppType = 'reserved [5054 - udp]'¶
[UDP] Reserved
- unot: AppType = 'unot [5055 - tcp|udp]'¶
[TCP] UNOT
[UDP] UNOT
- 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
- reserved_5058: AppType = 'reserved [5058 - tcp]'¶
[TCP] Reserved
- locus_disc: AppType = 'locus-disc [5058 - udp]'¶
[UDP] Locus Discovery
- sds: AppType = 'sds [5059 - tcp|udp]'¶
[TCP] SIP Directory Services
[UDP] SIP Directory Services
- sip: AppType = 'sip [5060 - tcp|udp|sctp]'¶
- sips: AppType = 'sips [5061 - tcp|udp|sctp]'¶
- na_localise: AppType = 'na-localise [5062 - tcp|udp]'¶
[TCP] Localisation access
[UDP] Localisation access
- csrpc: AppType = 'csrpc [5063 - tcp]'¶
[TCP] centrify secure RPC
- reserved_5063: AppType = 'reserved [5063 - udp]'¶
[UDP] Reserved
- ca_1: AppType = 'ca-1 [5064 - tcp|udp]'¶
[TCP] Channel Access 1
[UDP] Channel Access 1
- ca_2: AppType = 'ca-2 [5065 - tcp|udp]'¶
[TCP] Channel Access 2
[UDP] Channel Access 2
- stanag_5066: AppType = 'stanag-5066 [5066 - tcp|udp]'¶
[TCP] STANAG-5066-SUBNET-INTF
[UDP] STANAG-5066-SUBNET-INTF
- authentx: AppType = 'authentx [5067 - tcp|udp]'¶
[TCP] Authentx Service
[UDP] Authentx Service
- bitforestsrv: AppType = 'bitforestsrv [5068 - tcp]'¶
[TCP] Bitforest Data Service
- reserved_5068: AppType = 'reserved [5068 - udp]'¶
[UDP] Reserved
- 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
- powerschool: AppType = 'powerschool [5071 - tcp|udp]'¶
[TCP] PowerSchool
[UDP] PowerSchool
- ayiya: AppType = 'ayiya [5072 - tcp|udp]'¶
[TCP] Anything In Anything
[UDP] Anything In Anything
- tag_pm: AppType = 'tag-pm [5073 - tcp|udp]'¶
[TCP] Advantage Group Port Mgr
[UDP] Advantage Group Port Mgr
- alesquery: AppType = 'alesquery [5074 - tcp|udp]'¶
[TCP] ALES Query
[UDP] ALES Query
- reserved_5075: AppType = 'reserved [5075 - udp]'¶
[UDP] Reserved
- pixelpusher: AppType = 'pixelpusher [5078 - udp]'¶
[UDP] PixelPusher pixel data
- reserved_5078: AppType = 'reserved [5078 - tcp]'¶
[TCP] Reserved
- reserved_5079: AppType = 'reserved [5079 - tcp]'¶
[TCP] Reserved
- cp_spxrpts: AppType = 'cp-spxrpts [5079 - udp]'¶
[UDP] Cambridge Pixel SPx Reports
- 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
- qfp: AppType = 'qfp [5083 - tcp|udp]'¶
[TCP] Qpur File Protocol
[UDP] Qpur File 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
- aprigo_cs: AppType = 'aprigo-cs [5086 - tcp]'¶
[TCP] Aprigo Collection Service
- reserved_5086: AppType = 'reserved [5086 - udp]'¶
[UDP] Reserved
- biotic: AppType = 'biotic [5087 - tcp]'¶
[TCP] BIOTIC - Binary Internet of Things Interoperable Communication
- reserved_5087: AppType = 'reserved [5087 - udp]'¶
[UDP] Reserved
- car: AppType = 'car [5090 - sctp]'¶
[SCTP] Candidate AR
- reserved_5092: AppType = 'reserved [5092 - tcp]'¶
[TCP] Reserved
- magpie: AppType = 'magpie [5092 - udp]'¶
[UDP] Magpie Binary
- sentinel_lm: AppType = 'sentinel-lm [5093 - tcp|udp]'¶
[TCP] Sentinel LM
[UDP] Sentinel LM
- hart_ip: AppType = 'hart-ip [5094 - tcp|udp]'¶
[TCP] HART-IP
[UDP] HART-IP
- sentlm_srv2srv: AppType = 'sentlm-srv2srv [5099 - tcp|udp]'¶
[TCP] SentLM Srv2Srv
[UDP] SentLM Srv2Srv
- socalia: AppType = 'socalia [5100 - tcp|udp]'¶
[TCP] Socalia service mux
[UDP] Socalia service mux
- talarian_tcp: AppType = 'talarian-tcp [5101 - tcp]'¶
[TCP] Talarian_TCP
- talarian_udp: AppType = 'talarian-udp [5101 - udp]'¶
[UDP] Talarian_UDP
- oms_nonsecure: AppType = 'oms-nonsecure [5102 - tcp|udp]'¶
[TCP] Oracle OMS non-secure
[UDP] Oracle OMS non-secure
- actifio_c2c: AppType = 'actifio-c2c [5103 - tcp]'¶
[TCP] Actifio C2C
- reserved_5103: AppType = 'reserved [5103 - udp]'¶
[UDP] Reserved
- reserved_5104: AppType = 'reserved [5104 - tcp]'¶
[TCP] Reserved
- tinymessage: AppType = 'tinymessage [5104 - udp]'¶
[UDP] TinyMessage
- reserved_5105: AppType = 'reserved [5105 - tcp]'¶
[TCP] Reserved
- hughes_ap: AppType = 'hughes-ap [5105 - udp]'¶
[UDP] Hughes Association Protocol
- actifioudsagent: AppType = 'actifioudsagent [5106 - tcp]'¶
[TCP] Actifio UDS Agent
- reserved_5106: AppType = 'reserved [5106 - udp]'¶
[UDP] Reserved
- actifioreplic: AppType = 'actifioreplic [5107 - tcp]'¶
[TCP] Disk to Disk replication between Actifio Clusters
- reserved_5107: AppType = 'reserved [5107 - udp]'¶
[UDP] Reserved
- taep_as_svc: AppType = 'taep-as-svc [5111 - tcp|udp]'¶
[TCP] TAEP AS service
[UDP] TAEP AS service
- pm_cmdsvr: AppType = 'pm-cmdsvr [5112 - tcp|udp]'¶
[TCP] PeerMe Msg Cmd Service
[UDP] PeerMe Msg Cmd Service
- unassigned_5113: AppType = 'unassigned [5113 - undefined]'¶
[N/A] Unassigned
- ev_services: AppType = 'ev-services [5114 - tcp]'¶
[TCP] Enterprise Vault Services
- reserved_5114: AppType = 'reserved [5114 - udp]'¶
[UDP] Reserved
- autobuild: AppType = 'autobuild [5115 - tcp]'¶
[TCP] Symantec Autobuild Service
- reserved_5115: AppType = 'reserved [5115 - udp]'¶
[UDP] Reserved
- reserved_5116: AppType = 'reserved [5116 - tcp]'¶
[TCP] Reserved
- emb_proj_cmd: AppType = 'emb-proj-cmd [5116 - udp]'¶
[UDP] EPSON Projecter Image Transfer
- gradecam: AppType = 'gradecam [5117 - tcp]'¶
[TCP] GradeCam Image Processing
- reserved_5117: AppType = 'reserved [5117 - udp]'¶
[UDP] Reserved
- barracuda_bbs: AppType = 'barracuda-bbs [5120 - tcp|udp]'¶
[TCP] Barracuda Backup Protocol
[UDP] Barracuda Backup Protocol
- nbt_pc: AppType = 'nbt-pc [5133 - tcp|udp]'¶
[TCP] Policy Commander
[UDP] Policy Commander
- ppactivation: AppType = 'ppactivation [5134 - tcp]'¶
[TCP] PP ActivationServer
- reserved_5134: AppType = 'reserved [5134 - udp]'¶
[UDP] Reserved
- erp_scale: AppType = 'erp-scale [5135 - tcp]'¶
[TCP] ERP-Scale
- reserved_5135: AppType = 'reserved [5135 - udp]'¶
[UDP] Reserved
- reserved_5136: AppType = 'reserved [5136 - tcp]'¶
[TCP] Reserved
- minotaur_sa: AppType = 'minotaur-sa [5136 - udp]'¶
[UDP] Minotaur SA
- ctsd: AppType = 'ctsd [5137 - tcp|udp]'¶
[TCP] MyCTS server port
[UDP] MyCTS server port
- 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
- social_alarm: AppType = 'social-alarm [5146 - tcp]'¶
[TCP] Social Alarm Service
- reserved_5146: AppType = 'reserved [5146 - udp]'¶
[UDP] Reserved
- 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
- reserved_5153: AppType = 'reserved [5153 - tcp|udp]'¶
[TCP] Reserved
[UDP] Reserved
- bzflag: AppType = 'bzflag [5154 - tcp|udp]'¶
[TCP] BZFlag game server
[UDP] BZFlag game server
- asctrl_agent: AppType = 'asctrl-agent [5155 - tcp|udp]'¶
[TCP] Oracle asControl Agent
[UDP] Oracle asControl Agent
- rugameonline: AppType = 'rugameonline [5156 - tcp]'¶
[TCP] Russian Online Game
- reserved_5156: AppType = 'reserved [5156 - udp]'¶
[UDP] Reserved
- mediat: AppType = 'mediat [5157 - tcp]'¶
[TCP] Mediat Remote Object Exchange
- reserved_5157: AppType = 'reserved [5157 - udp]'¶
[UDP] Reserved
- reserved_5161: AppType = 'reserved [5161 - udp]'¶
[UDP] Reserved
- snmpssh_trap: AppType = 'snmpssh-trap [5162 - tcp]'¶
[TCP] SNMP Notification over SSH Transport Model [RFC 5592]
- reserved_5162: AppType = 'reserved [5162 - udp]'¶
[UDP] Reserved
- sbackup: AppType = 'sbackup [5163 - tcp]'¶
[TCP] Shadow Backup
- reserved_5163: AppType = 'reserved [5163 - udp]'¶
[UDP] Reserved
- vpa: AppType = 'vpa [5164 - tcp]'¶
[TCP] Virtual Protocol Adapter
- vpa_disc: AppType = 'vpa-disc [5164 - udp]'¶
[UDP] Virtual Protocol Adapter Discovery
- 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
- scte104: AppType = 'scte104 [5167 - tcp|udp]'¶
[TCP] SCTE104 Connection
[UDP] SCTE104 Connection
- scte30: AppType = 'scte30 [5168 - tcp|udp]'¶
[TCP] SCTE30 Connection
[UDP] SCTE30 Connection
- pcoip_mgmt: AppType = 'pcoip-mgmt [5172 - tcp]'¶
[TCP] PC over IP Endpoint Management
- reserved_5172: AppType = 'reserved [5172 - udp]'¶
[UDP] Reserved
- aol: AppType = 'aol [5190 - tcp|udp]'¶
[TCP] America-Online
[UDP] America-Online
- aol_1: AppType = 'aol-1 [5191 - tcp|udp]'¶
[TCP] AmericaOnline1
[UDP] AmericaOnline1
- aol_2: AppType = 'aol-2 [5192 - tcp|udp]'¶
[TCP] AmericaOnline2
[UDP] AmericaOnline2
- aol_3: AppType = 'aol-3 [5193 - tcp|udp]'¶
[TCP] AmericaOnline3
[UDP] AmericaOnline3
- cpscomm: AppType = 'cpscomm [5194 - tcp]'¶
[TCP] CipherPoint Config Service
- reserved_5194: AppType = 'reserved [5194 - udp]'¶
[UDP] Reserved
- 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
- reserved_5195: AppType = 'reserved [5195 - udp]'¶
[UDP] Reserved
- 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
- reserved_5196: AppType = 'reserved [5196 - udp]'¶
[UDP] Reserved
- tunstall_lwp: AppType = 'tunstall-lwp [5197 - tcp]'¶
[TCP] Tunstall Lone worker device interface
- reserved_5197: AppType = 'reserved [5197 - udp]'¶
[UDP] Reserved
- 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
- nomad: AppType = 'nomad [5209 - tcp]'¶
[TCP] Nomad Device Video Transfer
- reserved_5209: AppType = 'reserved [5209 - udp]'¶
[UDP] Reserved
- noteza: AppType = 'noteza [5215 - tcp|sctp]'¶
[TCP] NOTEZA Data Safety Service
[SCTP] NOTEZA Data Safety Service
- reserved_5215: AppType = 'reserved [5215 - udp]'¶
[UDP] Reserved
- AppType_3exmp: AppType = '3exmp [5221 - tcp]'¶
[TCP] 3eTI Extensible Management Protocol for OAMP
- reserved_5221: AppType = 'reserved [5221 - udp]'¶
[UDP] Reserved
- reserved_5222: AppType = 'reserved [5222 - udp]'¶
[UDP] Reserved
- 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
- hp_server: AppType = 'hp-server [5225 - tcp|udp]'¶
[TCP] HP Server
[UDP] HP Server
- hp_status: AppType = 'hp-status [5226 - tcp|udp]'¶
[TCP] HP Status
[UDP] HP Status
- perfd: AppType = 'perfd [5227 - tcp|udp]'¶
[TCP] HP System Performance Metric Service
[UDP] HP System Performance Metric Service
- hpvroom: AppType = 'hpvroom [5228 - tcp]'¶
[TCP] HP Virtual Room Service
- reserved_5228: AppType = 'reserved [5228 - udp]'¶
[UDP] Reserved
- jaxflow: AppType = 'jaxflow [5229 - tcp]'¶
[TCP] Netflow/IPFIX/sFlow Collector and Forwarder Management
- reserved_5229: AppType = 'reserved [5229 - udp]'¶
[UDP] Reserved
- jaxflow_data: AppType = 'jaxflow-data [5230 - tcp]'¶
[TCP] JaxMP RealFlow application and protocol data
- reserved_5230: AppType = 'reserved [5230 - udp]'¶
[UDP] Reserved
- crusecontrol: AppType = 'crusecontrol [5231 - tcp]'¶
[TCP] Remote Control of Scan Software for Cruse Scanners
- reserved_5231: AppType = 'reserved [5231 - udp]'¶
[UDP] Reserved
- csedaemon: AppType = 'csedaemon [5232 - tcp]'¶
[TCP] Cruse Scanning System Service
- reserved_5232: AppType = 'reserved [5232 - udp]'¶
[UDP] Reserved
- enfs: AppType = 'enfs [5233 - tcp]'¶
[TCP] Etinnae Network File Service
- reserved_5233: AppType = 'reserved [5233 - udp]'¶
[UDP] Reserved
- eenet: AppType = 'eenet [5234 - tcp|udp]'¶
[TCP] EEnet communications
[UDP] EEnet communications
- galaxy_network: AppType = 'galaxy-network [5235 - tcp|udp]'¶
[TCP] Galaxy Network Service
[UDP] Galaxy Network Service
- padl2sim: AppType = 'padl2sim [5236 - tcp|udp]'¶
[TCP]
[UDP]
- mnet_discovery: AppType = 'mnet-discovery [5237 - tcp|udp]'¶
[TCP] m-net discovery
[UDP] m-net discovery
- attune: AppType = 'attune [5242 - tcp]'¶
[TCP] ATTUne API
- reserved_5242: AppType = 'reserved [5242 - udp]'¶
[UDP] Reserved
- xycstatus: AppType = 'xycstatus [5243 - tcp]'¶
[TCP] xyClient Status API and rendevous point
- reserved_5243: AppType = 'reserved [5243 - udp]'¶
[UDP] Reserved
- unassigned_5244: AppType = 'unassigned [5244 - undefined]'¶
[N/A] Unassigned
- downtools: AppType = 'downtools [5245 - tcp]'¶
[TCP] DownTools Control Protocol
- downtools_disc: AppType = 'downtools-disc [5245 - udp]'¶
[UDP] DownTools Discovery Protocol
- reserved_5246: AppType = 'reserved [5246 - tcp]'¶
[TCP] Reserved
- reserved_5247: AppType = 'reserved [5247 - tcp]'¶
[TCP] Reserved
- 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
- soagateway: AppType = 'soagateway [5250 - tcp|udp]'¶
[TCP] soaGateway
[UDP] soaGateway
- caevms: AppType = 'caevms [5251 - tcp|udp]'¶
[TCP] CA eTrust VM Service
[UDP] CA eTrust VM Service
- movaz_ssc: AppType = 'movaz-ssc [5252 - tcp|udp]'¶
[TCP] Movaz SSC
[UDP] Movaz SSC
- kpdp: AppType = 'kpdp [5253 - tcp]'¶
[TCP] Kohler Power Device Protocol
- reserved_5253: AppType = 'reserved [5253 - udp]'¶
[UDP] Reserved
- logcabin: AppType = 'logcabin [5254 - tcp]'¶
[TCP] LogCabin storage service
- reserved_5254: AppType = 'reserved [5254 - udp]'¶
[UDP] Reserved
- 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
- reserved_5269: AppType = 'reserved [5269 - udp]'¶
[UDP] Reserved
- cartographerxmp: AppType = 'cartographerxmp [5270 - tcp|udp]'¶
[TCP] Cartographer XMP
[UDP] Cartographer XMP
- cuelink: AppType = 'cuelink [5271 - tcp]'¶
[TCP] StageSoft CueLink messaging
- cuelink_disc: AppType = 'cuelink-disc [5271 - udp]'¶
[UDP] StageSoft CueLink discovery
- pk: AppType = 'pk [5272 - tcp|udp]'¶
[TCP] PK
[UDP] PK
- xmpp_bosh: AppType = 'xmpp-bosh [5280 - tcp]'¶
[TCP] Bidirectional-streams Over Synchronous HTTP (BOSH)
- reserved_5280: AppType = 'reserved [5280 - udp]'¶
[UDP] Reserved
- undo_lm: AppType = 'undo-lm [5281 - tcp]'¶
[TCP] Undo License Manager
- reserved_5281: AppType = 'reserved [5281 - udp]'¶
[UDP] Reserved
- transmit_port: AppType = 'transmit-port [5282 - tcp|udp]'¶
[TCP] Marimba Transmitter Port
[UDP] Marimba Transmitter Port
- nlg_data: AppType = 'nlg-data [5299 - tcp|udp]'¶
[TCP] NLG Data Service
[UDP] NLG Data Service
- 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
- hacl_test: AppType = 'hacl-test [5305 - tcp|udp]'¶
[TCP] HA Cluster Test
[UDP] HA Cluster Test
- sun_mc_grp: AppType = 'sun-mc-grp [5306 - tcp|udp]'¶
[TCP] Sun MC Group
[UDP] Sun MC Group
- sco_aip: AppType = 'sco-aip [5307 - tcp|udp]'¶
[TCP] SCO AIP
[UDP] SCO AIP
- cfengine: AppType = 'cfengine [5308 - tcp|udp]'¶
[TCP] CFengine
[UDP] CFengine
- jprinter: AppType = 'jprinter [5309 - tcp|udp]'¶
[TCP] J Printer
[UDP] J Printer
- outlaws: AppType = 'outlaws [5310 - tcp|udp]'¶
[TCP] Outlaws
[UDP] Outlaws
- unassigned_5311: AppType = 'unassigned [5311 - undefined]'¶
[N/A] Unassigned
- 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
- hpbladems: AppType = 'hpbladems [5316 - tcp]'¶
[TCP] HPBladeSystem Monitor Service
- unassigned_5316: AppType = 'unassigned [5316 - udp]'¶
[UDP] Unassigned
- hpdevms: AppType = 'hpdevms [5317 - tcp]'¶
[TCP] HP Device Monitor Service
- reserved_5317: AppType = 'reserved [5317 - udp]'¶
[UDP] Reserved
- pkix_cmc: AppType = 'pkix-cmc [5318 - tcp]'¶
[TCP] PKIX Certificate Management using CMS (CMC) [RFC 6402]
- reserved_5318: AppType = 'reserved [5318 - udp]'¶
[UDP] Reserved
- unassigned_5319: AppType = 'unassigned [5319 - undefined]'¶
[N/A] Unassigned
- bsfserver_zn: AppType = 'bsfserver-zn [5320 - tcp]'¶
[TCP] Webservices-based Zn interface of BSF
- reserved_5320: AppType = 'reserved [5320 - udp]'¶
[UDP] Reserved
- bsfsvr_zn_ssl: AppType = 'bsfsvr-zn-ssl [5321 - tcp]'¶
[TCP] Webservices-based Zn interface of BSF over SSL
- reserved_5321: AppType = 'reserved [5321 - udp]'¶
[UDP] Reserved
- kfserver: AppType = 'kfserver [5343 - tcp|udp]'¶
[TCP] Sculptor Database Server
[UDP] Sculptor Database Server
- xkotodrcp: AppType = 'xkotodrcp [5344 - tcp|udp]'¶
[TCP] xkoto DRCP
[UDP] xkoto DRCP
- stuns: AppType = 'stuns [5349 - tcp|udp]'¶
- turns: AppType = 'turns [5349 - tcp|udp]'¶
- stun_behaviors: AppType = 'stun-behaviors [5349 - tcp|udp]'¶
- reserved_5350: AppType = 'reserved [5350 - tcp]'¶
[TCP] Reserved
- pcp_multicast: AppType = 'pcp-multicast [5350 - udp]'¶
[UDP] Port Control Protocol Multicast [RFC 6887]
- reserved_5351: AppType = 'reserved [5351 - tcp]'¶
[TCP] Reserved
- dns_llq: AppType = 'dns-llq [5352 - tcp|udp]'¶
- mdns: AppType = 'mdns [5353 - tcp|udp]'¶
- mdnsresponder: AppType = 'mdnsresponder [5354 - tcp|udp]'¶
[TCP] Multicast DNS Responder IPC
[UDP] Multicast DNS Responder IPC
- llmnr: AppType = 'llmnr [5355 - tcp|udp]'¶
[TCP] LLMNR
[UDP] LLMNR
- 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
- kdnet: AppType = 'kdnet [5364 - udp]'¶
[UDP] Microsoft Kernel Debugger
- reserved_5364: AppType = 'reserved [5364 - tcp]'¶
[TCP] Reserved
- 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
- securitychase: AppType = 'securitychase [5399 - tcp|udp]'¶
[TCP] SecurityChase
[UDP] SecurityChase
- excerpt: AppType = 'excerpt [5400 - tcp|udp]'¶
[TCP] Excerpt Search
[UDP] Excerpt Search
- excerpts: AppType = 'excerpts [5401 - tcp|udp]'¶
[TCP] Excerpt Search Secure
[UDP] Excerpt Search Secure
- mftp_349: AppType = 'mftp [349 - tcp|udp]'¶
[TCP] mftp
[UDP] mftp
- mftp_5402: AppType = 'mftp [5402 - tcp|udp]'¶
[TCP] OmniCast MFTP
[UDP] OmniCast MFTP
- hpoms_ci_lstn: AppType = 'hpoms-ci-lstn [5403 - tcp|udp]'¶
[TCP] HPOMS-CI-LSTN
[UDP] HPOMS-CI-LSTN
- hpoms_dps_lstn: AppType = 'hpoms-dps-lstn [5404 - tcp|udp]'¶
[TCP] HPOMS-DPS-LSTN
[UDP] HPOMS-DPS-LSTN
- netsupport: AppType = 'netsupport [5405 - tcp|udp]'¶
[TCP] NetSupport
[UDP] NetSupport
- systemics_sox: AppType = 'systemics-sox [5406 - tcp|udp]'¶
[TCP] Systemics Sox
[UDP] Systemics Sox
- foresyte_clear: AppType = 'foresyte-clear [5407 - tcp|udp]'¶
[TCP] Foresyte-Clear
[UDP] Foresyte-Clear
- foresyte_sec: AppType = 'foresyte-sec [5408 - tcp|udp]'¶
[TCP] Foresyte-Sec
[UDP] Foresyte-Sec
- 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
- actnet: AppType = 'actnet [5411 - tcp|udp]'¶
[TCP] ActNet
[UDP] ActNet
- continuus: AppType = 'continuus [5412 - tcp|udp]'¶
[TCP] Continuus
[UDP] Continuus
- wwiotalk: AppType = 'wwiotalk [5413 - tcp|udp]'¶
[TCP] WWIOTALK
[UDP] WWIOTALK
- statusd: AppType = 'statusd [5414 - tcp|udp]'¶
[TCP] StatusD
[UDP] StatusD
- ns_server: AppType = 'ns-server [5415 - tcp|udp]'¶
[TCP] NS Server
[UDP] NS Server
- sns_gateway: AppType = 'sns-gateway [5416 - tcp|udp]'¶
[TCP] SNS Gateway
[UDP] SNS Gateway
- sns_agent: AppType = 'sns-agent [5417 - tcp|udp]'¶
[TCP] SNS Agent
[UDP] SNS Agent
- mcntp: AppType = 'mcntp [5418 - tcp|udp]'¶
[TCP] MCNTP
[UDP] MCNTP
- dj_ice: AppType = 'dj-ice [5419 - tcp|udp]'¶
[TCP] DJ-ICE
[UDP] DJ-ICE
- cylink_c: AppType = 'cylink-c [5420 - tcp|udp]'¶
[TCP] Cylink-C
[UDP] Cylink-C
- netsupport2: AppType = 'netsupport2 [5421 - tcp|udp]'¶
[TCP] Net Support 2
[UDP] Net Support 2
- salient_mux: AppType = 'salient-mux [5422 - tcp|udp]'¶
[TCP] Salient MUX
[UDP] Salient MUX
- virtualuser: AppType = 'virtualuser [5423 - tcp|udp]'¶
[TCP] VIRTUALUSER
[UDP] VIRTUALUSER
- beyond_remote: AppType = 'beyond-remote [5424 - tcp|udp]'¶
[TCP] Beyond Remote
[UDP] Beyond Remote
- br_channel: AppType = 'br-channel [5425 - tcp|udp]'¶
[TCP] Beyond Remote Command Channel
[UDP] Beyond Remote Command Channel
- devbasic: AppType = 'devbasic [5426 - tcp|udp]'¶
[TCP] DEVBASIC
[UDP] DEVBASIC
- sco_peer_tta: AppType = 'sco-peer-tta [5427 - tcp|udp]'¶
[TCP] SCO-PEER-TTA
[UDP] SCO-PEER-TTA
- telaconsole: AppType = 'telaconsole [5428 - tcp|udp]'¶
[TCP] TELACONSOLE
[UDP] TELACONSOLE
- base: AppType = 'base [5429 - tcp|udp]'¶
[TCP] Billing and Accounting System Exchange
[UDP] Billing and Accounting System Exchange
- radec_corp: AppType = 'radec-corp [5430 - tcp|udp]'¶
[TCP] RADEC CORP
[UDP] RADEC CORP
- park_agent: AppType = 'park-agent [5431 - tcp|udp]'¶
[TCP] PARK AGENT
[UDP] PARK AGENT
- postgresql: AppType = 'postgresql [5432 - tcp|udp]'¶
[TCP] PostgreSQL Database
[UDP] PostgreSQL Database
- pyrrho: AppType = 'pyrrho [5433 - tcp|udp]'¶
[TCP] Pyrrho DBMS
[UDP] Pyrrho DBMS
- 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
- reserved_5436: AppType = 'reserved [5436 - tcp]'¶
[TCP] Reserved
- reserved_5437: AppType = 'reserved [5437 - tcp]'¶
[TCP] Reserved
- spss: AppType = 'spss [5443 - tcp|udp]'¶
[TCP] Pearson HTTPS
[UDP] Pearson HTTPS
- unassigned_5444: AppType = 'unassigned [5444 - undefined]'¶
[N/A] Unassigned
- smbdirect: AppType = 'smbdirect [5445 - tcp|sctp]'¶
[TCP] Server Message Block over Remote Direct Memory Access
[SCTP] Server Message Block over Remote Direct Memory Access
- reserved_5445: AppType = 'reserved [5445 - udp]'¶
[UDP] Reserved
- tiepie: AppType = 'tiepie [5450 - tcp]'¶
[TCP] TiePie engineering data acquisition
- tiepie_disc: AppType = 'tiepie-disc [5450 - udp]'¶
[UDP] TiePie engineering data acquisition (discovery)
- surebox: AppType = 'surebox [5453 - tcp|udp]'¶
[TCP] SureBox
[UDP] SureBox
- apc_5454: AppType = 'apc-5454 [5454 - tcp|udp]'¶
[TCP] APC 5454
[UDP] APC 5454
- apc_5455: AppType = 'apc-5455 [5455 - tcp|udp]'¶
[TCP] APC 5455
[UDP] APC 5455
- apc_5456: AppType = 'apc-5456 [5456 - tcp|udp]'¶
[TCP] APC 5456
[UDP] APC 5456
- silkmeter: AppType = 'silkmeter [5461 - tcp|udp]'¶
[TCP] SILKMETER
[UDP] SILKMETER
- ttl_publisher: AppType = 'ttl-publisher [5462 - tcp|udp]'¶
[TCP] TTL Publisher
[UDP] TTL Publisher
- 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
- netops_broker: AppType = 'netops-broker [5465 - tcp|udp]'¶
[TCP] NETOPS-BROKER
[UDP] NETOPS-BROKER
- apsolab_col: AppType = 'apsolab-col [5470 - tcp]'¶
[TCP] The Apsolab company’s data collection protocol (native api)
- reserved_5470: AppType = 'reserved [5470 - udp]'¶
[UDP] Reserved
- apsolab_cols: AppType = 'apsolab-cols [5471 - tcp]'¶
[TCP] The Apsolab company’s secure data collection protocol (native api)
- reserved_5471: AppType = 'reserved [5471 - udp]'¶
[UDP] Reserved
- apsolab_tag: AppType = 'apsolab-tag [5472 - tcp]'¶
[TCP] The Apsolab company’s dynamic tag protocol
- reserved_5472: AppType = 'reserved [5472 - udp]'¶
[UDP] Reserved
- apsolab_tags: AppType = 'apsolab-tags [5473 - tcp]'¶
[TCP] The Apsolab company’s secure dynamic tag protocol
- reserved_5473: AppType = 'reserved [5473 - udp]'¶
[UDP] Reserved
- apsolab_rpc: AppType = 'apsolab-rpc [5474 - udp]'¶
[UDP] The Apsolab company’s status query protocol
- reserved_5474: AppType = 'reserved [5474 - tcp]'¶
[TCP] Reserved
- apsolab_data: AppType = 'apsolab-data [5475 - tcp]'¶
[TCP] The Apsolab company’s data retrieval protocol
- reserved_5475: AppType = 'reserved [5475 - udp]'¶
[UDP] Reserved
- 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
- fcp_cics_gw1: AppType = 'fcp-cics-gw1 [5504 - tcp|udp]'¶
[TCP] fcp-cics-gw1
[UDP] fcp-cics-gw1
- checkoutdb: AppType = 'checkoutdb [5505 - tcp|udp]'¶
[TCP] Checkout Database
[UDP] Checkout Database
- amc: AppType = 'amc [5506 - tcp|udp]'¶
[TCP] Amcom Mobile Connect
[UDP] Amcom Mobile Connect
- psl_management: AppType = 'psl-management [5507 - tcp]'¶
[TCP] PowerSysLab Electrical Management
- reserved_5507: AppType = 'reserved [5507 - udp]'¶
[UDP] Reserved
- matter: AppType = 'matter [5540 - tcp|udp]'¶
[TCP] Matter Operational Discovery and Communi
[UDP] Matter Operational Discovery and Communi
- qftest_licserve: AppType = 'qftest-licserve [5543 - tcp]'¶
[TCP] QF-Test License Server
- reserved_5543: AppType = 'reserved [5543 - udp]'¶
[UDP] Reserved
- cbus: AppType = 'cbus [5550 - tcp]'¶
[TCP] Model Railway control using the CBUS message protocol
- reserved_5550: AppType = 'reserved [5550 - udp]'¶
[UDP] Reserved
- sgi_eventmond: AppType = 'sgi-eventmond [5553 - tcp|udp]'¶
[TCP] SGI Eventmond Port
[UDP] SGI Eventmond Port
- sgi_esphttp: AppType = 'sgi-esphttp [5554 - tcp|udp]'¶
[TCP] SGI ESP HTTP
[UDP] SGI ESP HTTP
- personal_agent: AppType = 'personal-agent [5555 - tcp|udp]'¶
[TCP] Personal Agent
[UDP] Personal Agent
- freeciv: AppType = 'freeciv [5556 - tcp|udp]'¶
[TCP] Freeciv gameplay
[UDP] Freeciv gameplay
- farenet: AppType = 'farenet [5557 - tcp]'¶
[TCP] Sandlab FARENET
- reserved_5557: AppType = 'reserved [5557 - udp]'¶
[UDP] Reserved
- dp_bura: AppType = 'dp-bura [5565 - tcp]'¶
[TCP] Data Protector BURA
- reserved_5565: AppType = 'reserved [5565 - udp]'¶
[UDP] Reserved
- westec_connect: AppType = 'westec-connect [5566 - tcp]'¶
[TCP] Westec Connect
- reserved_5566: AppType = 'reserved [5566 - udp]'¶
[UDP] Reserved
- 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
- lsi_bobcat: AppType = 'lsi-bobcat [5574 - tcp]'¶
[TCP] SAS IO Forwarding
- reserved_5574: AppType = 'reserved [5574 - udp]'¶
[UDP] Reserved
- ora_oap: AppType = 'ora-oap [5575 - tcp]'¶
[TCP] Oracle Access Protocol
- reserved_5575: AppType = 'reserved [5575 - udp]'¶
[UDP] Reserved
- fdtracks: AppType = 'fdtracks [5579 - tcp]'¶
[TCP] FleetDisplay Tracking Service
- reserved_5579: AppType = 'reserved [5579 - udp]'¶
[UDP] Reserved
- 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
- bis_web: AppType = 'bis-web [5584 - tcp|udp]'¶
[TCP] BeInSync-Web
[UDP] BeInSync-Web
- bis_sync: AppType = 'bis-sync [5585 - tcp|udp]'¶
[TCP] BeInSync-sync
[UDP] BeInSync-sync
- 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
- reserved_5586: AppType = 'reserved [5586 - udp]'¶
[UDP] Reserved
- 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
- a1_msc: AppType = 'a1-msc [5602 - tcp|udp]'¶
[TCP] A1-MSC
[UDP] A1-MSC
- a1_bs: AppType = 'a1-bs [5603 - tcp|udp]'¶
[TCP] A1-BS
[UDP] A1-BS
- a3_sdunode: AppType = 'a3-sdunode [5604 - tcp|udp]'¶
[TCP] A3-SDUNode
[UDP] A3-SDUNode
- a4_sdunode: AppType = 'a4-sdunode [5605 - tcp|udp]'¶
[TCP] A4-SDUNode
[UDP] A4-SDUNode
- efr: AppType = 'efr [5618 - tcp]'¶
[TCP] Fiscal Registering Protocol
- reserved_5618: AppType = 'reserved [5618 - udp]'¶
[UDP] Reserved
- ninaf: AppType = 'ninaf [5627 - tcp|udp]'¶
[TCP] Node Initiated Network Association Forma
[UDP] Node Initiated Network Association Forma
- htrust: AppType = 'htrust [5628 - tcp|udp]'¶
[TCP] HTrust API
[UDP] HTrust API
- 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
- xprtld: AppType = 'xprtld [5634 - tcp|udp]'¶
[TCP] SF Message Service
[UDP] SF Message Service
- sfmsso: AppType = 'sfmsso [5635 - tcp]'¶
[TCP] SFM Authentication Subsystem
- reserved_5635: AppType = 'reserved [5635 - udp]'¶
[UDP] Reserved
- sfm_db_server: AppType = 'sfm-db-server [5636 - tcp]'¶
[TCP] SFMdb - SFM DB server
- reserved_5636: AppType = 'reserved [5636 - udp]'¶
[UDP] Reserved
- cssc: AppType = 'cssc [5637 - tcp]'¶
[TCP] Symantec CSSC
- reserved_5637: AppType = 'reserved [5637 - udp]'¶
[UDP] Reserved
- flcrs: AppType = 'flcrs [5638 - tcp]'¶
[TCP] Symantec Fingerprint Lookup and Container Reference Service
- reserved_5638: AppType = 'reserved [5638 - udp]'¶
[UDP] Reserved
- ics: AppType = 'ics [5639 - tcp]'¶
[TCP] Symantec Integrity Checking Service
- reserved_5639: AppType = 'reserved [5639 - udp]'¶
[UDP] Reserved
- vfmobile: AppType = 'vfmobile [5646 - tcp]'¶
[TCP] Ventureforth Mobile
- reserved_5646: AppType = 'reserved [5646 - udp]'¶
[UDP] Reserved
- nrpe: AppType = 'nrpe [5666 - tcp]'¶
[TCP] Nagios Remote Plugin Executor
- reserved_5666: AppType = 'reserved [5666 - udp]'¶
[UDP] Reserved
- filemq: AppType = 'filemq [5670 - tcp]'¶
[TCP] ZeroMQ file publish-subscribe protocol
- zre_disc: AppType = 'zre-disc [5670 - udp]'¶
[UDP] Local area discovery and messaging over ZeroMQ
- amqps: AppType = 'amqps [5671 - tcp|udp]'¶
[TCP] amqp protocol over TLS/SSL
[UDP] amqp protocol over TLS/SSL
- amqp: AppType = 'amqp [5672 - tcp|udp|sctp]'¶
[TCP] AMQP
[UDP] AMQP
[SCTP] AMQP
- jms: AppType = 'jms [5673 - tcp|udp]'¶
[TCP] JACL Message Server
[UDP] JACL Message Server
- hyperscsi_port: AppType = 'hyperscsi-port [5674 - tcp|udp]'¶
[TCP] HyperSCSI Port
[UDP] HyperSCSI Port
- v5ua: AppType = 'v5ua [5675 - tcp|udp|sctp]'¶
- raadmin: AppType = 'raadmin [5676 - tcp|udp]'¶
[TCP] RA Administration
[UDP] RA Administration
- 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
- reserved_5682: AppType = 'reserved [5682 - tcp]'¶
[TCP] Reserved
- brightcore: AppType = 'brightcore [5682 - udp]'¶
[UDP] BrightCore control & data transfer exchange
- coap: AppType = 'coap [5683 - tcp|udp]'¶
- coaps: AppType = 'coaps [5684 - tcp|udp]'¶
- gog_multiplayer: AppType = 'gog-multiplayer [5687 - udp]'¶
[UDP] GOG multiplayer game protocol
- reserved_5687: AppType = 'reserved [5687 - tcp]'¶
[TCP] Reserved
- ggz: AppType = 'ggz [5688 - tcp|udp]'¶
[TCP] GGZ Gaming Zone
[UDP] GGZ Gaming Zone
- qmvideo: AppType = 'qmvideo [5689 - tcp|udp]'¶
[TCP] QM video network management protocol
[UDP] QM video network management protocol
- rbsystem: AppType = 'rbsystem [5693 - tcp]'¶
[TCP] Robert Bosch Data Transfer
- reserved_5693: AppType = 'reserved [5693 - udp]'¶
[UDP] Reserved
- kmip: AppType = 'kmip [5696 - tcp]'¶
[TCP] Key Management Interoperability Protocol
- reserved_5696: AppType = 'reserved [5696 - udp]'¶
[UDP] Reserved
- supportassist: AppType = 'supportassist [5700 - tcp]'¶
[TCP] Dell SupportAssist data center management
- reserved_5700: AppType = 'reserved [5700 - udp]'¶
[UDP] Reserved
- storageos: AppType = 'storageos [5705 - tcp]'¶
[TCP] StorageOS REST API
- reserved_5705: AppType = 'reserved [5705 - udp]'¶
[UDP] Reserved
[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
- ms_licensing: AppType = 'ms-licensing [5720 - tcp|udp]'¶
[TCP] MS-Licensing
[UDP] MS-Licensing
- 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: AppType = 'ms-ilm [5725 - tcp]'¶
[TCP] Microsoft Identity Lifecycle Manager
- reserved_5725: AppType = 'reserved [5725 - udp]'¶
[UDP] Reserved
- ms_ilm_sts: AppType = 'ms-ilm-sts [5726 - tcp]'¶
[TCP] Microsoft Lifecycle Manager Secure Token Service
- reserved_5726: AppType = 'reserved [5726 - udp]'¶
[UDP] Reserved
- asgenf: AppType = 'asgenf [5727 - tcp]'¶
[TCP] ASG Event Notification Framework
- reserved_5727: AppType = 'reserved [5727 - udp]'¶
[UDP] Reserved
- io_dist_data: AppType = 'io-dist-data [5728 - tcp]'¶
[TCP] Dist. I/O Comm. Service Data and Control
- 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
- watchdoc: AppType = 'watchdoc [5744 - tcp|udp]'¶
[TCP] Watchdoc Server
[UDP] Watchdoc Server
- fcopy_server: AppType = 'fcopy-server [5745 - tcp|udp]'¶
[TCP] fcopy-server
[UDP] fcopy-server
- fcopys_server: AppType = 'fcopys-server [5746 - tcp|udp]'¶
[TCP] fcopys-server
[UDP] fcopys-server
- tunatic: AppType = 'tunatic [5747 - tcp|udp]'¶
[TCP] Wildbits Tunatic
[UDP] Wildbits Tunatic
- tunalyzer: AppType = 'tunalyzer [5748 - tcp|udp]'¶
[TCP] Wildbits Tunalyzer
[UDP] Wildbits Tunalyzer
- unassigned_5749: AppType = 'unassigned [5749 - undefined]'¶
[N/A] Unassigned
- 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
- unassigned_5756: AppType = 'unassigned [5756 - undefined]'¶
[N/A] Unassigned
- 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
- netagent: AppType = 'netagent [5771 - tcp|udp]'¶
[TCP] NetAgent
[UDP] NetAgent
- starfield_io: AppType = 'starfield-io [5777 - tcp|udp]'¶
[TCP] Control commands and responses
[UDP] Control commands and responses
- vts_rpc: AppType = 'vts-rpc [5780 - tcp]'¶
[TCP] Visual Tag System RPC
- reserved_5780: AppType = 'reserved [5780 - udp]'¶
[UDP] Reserved
- 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
- reserved_5784: AppType = 'reserved [5784 - tcp]'¶
[TCP] Reserved
- ibar: AppType = 'ibar [5784 - udp]'¶
[UDP] Cisco Interbox Application Redundancy
- AppType_3par_rcopy: AppType = '3par-rcopy [5785 - tcp|udp]'¶
[TCP] 3PAR Inform Remote Copy
[UDP] 3PAR Inform Remote Copy
- reserved_5786: AppType = 'reserved [5786 - tcp]'¶
[TCP] Reserved
- cisco_redu: AppType = 'cisco-redu [5786 - udp]'¶
[UDP] redundancy notification
- reserved_5787: AppType = 'reserved [5787 - tcp]'¶
[TCP] Reserved
- waascluster: AppType = 'waascluster [5787 - udp]'¶
[UDP] Cisco WAAS Cluster Protocol
- xtreamx: AppType = 'xtreamx [5793 - tcp|udp]'¶
[TCP] XtreamX Supervised Peer message
[UDP] XtreamX Supervised Peer message
- reserved_5794: AppType = 'reserved [5794 - tcp]'¶
[TCP] Reserved
- spdp: AppType = 'spdp [5794 - udp]'¶
[UDP] Simple Peered Discovery Protocol
- enlabel_dpl: AppType = 'enlabel-dpl [5798 - tcp]'¶
[TCP] Proprietary Website deployment service
- reserved_5798: AppType = 'reserved [5798 - udp]'¶
[UDP] Reserved
- icmpd: AppType = 'icmpd [5813 - tcp|udp]'¶
[TCP] ICMPD
[UDP] ICMPD
- spt_automation: AppType = 'spt-automation [5814 - tcp|udp]'¶
[TCP] Support Automation
[UDP] Support Automation
- autopassdaemon: AppType = 'autopassdaemon [5820 - tcp]'¶
[TCP] AutoPass licensing
- reserved_5820: AppType = 'reserved [5820 - udp]'¶
[UDP] Reserved
- shiprush_d_ch: AppType = 'shiprush-d-ch [5841 - tcp]'¶
[TCP] Z-firm ShipRush interface for web access and bidirectional data
- reserved_5841: AppType = 'reserved [5841 - udp]'¶
[UDP] Reserved
- reversion: AppType = 'reversion [5842 - tcp]'¶
[TCP] Reversion Backup/Restore
- reserved_5842: AppType = 'reserved [5842 - udp]'¶
[UDP] Reserved
- wherehoo: AppType = 'wherehoo [5859 - tcp|udp]'¶
[TCP] WHEREHOO
[UDP] WHEREHOO
- ppsuitemsg: AppType = 'ppsuitemsg [5863 - tcp|udp]'¶
[TCP] PlanetPress Suite Messeng
[UDP] PlanetPress Suite Messeng
- diameters: AppType = 'diameters [5868 - tcp|sctp]'¶
- reserved_5868: AppType = 'reserved [5868 - udp]'¶
[UDP] Reserved
- jute: AppType = 'jute [5883 - tcp]'¶
[TCP] Javascript Unit Test Environment
- rfb: AppType = 'rfb [5900 - tcp|udp]'¶
- 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
- cm: AppType = 'cm [5910 - sctp]'¶
[SCTP] Context Management
- ats_acars: AppType = 'ats-acars [5911 - tcp|udp]'¶
[TCP] Air Traffic Services applications using ACARS
[UDP] Air Traffic Services applications using ACARS
- cpdlc: AppType = 'cpdlc [5911 - sctp]'¶
[SCTP] Controller Pilot Data Link Communication
- ais_met: AppType = 'ais-met [5912 - tcp|udp]'¶
[TCP] Aeronautical Information Service/Meteorological applications using ACARS
[UDP] Aeronautical Information Service/Meteorological applications using ACARS
- fis: AppType = 'fis [5912 - sctp]'¶
[SCTP] Flight Information Services
- aoc_acars: AppType = 'aoc-acars [5913 - tcp|udp]'¶
[TCP] Airline operational communications applications using ACARS
[UDP] Airline operational communications applications using ACARS
- ads_c: AppType = 'ads-c [5913 - sctp]'¶
[SCTP] Automatic Dependent Surveillance
- indy: AppType = 'indy [5963 - tcp|udp]'¶
[TCP] Indy Application Server
[UDP] Indy Application Server
- mppolicy_v5: AppType = 'mppolicy-v5 [5968 - tcp|udp]'¶
[TCP] mppolicy-v5
[UDP] mppolicy-v5
- mppolicy_mgr: AppType = 'mppolicy-mgr [5969 - tcp|udp]'¶
[TCP] mppolicy-mgr
[UDP] mppolicy-mgr
- couchdb: AppType = 'couchdb [5984 - tcp|udp]'¶
[TCP] CouchDB
[UDP] CouchDB
- 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_rmi: AppType = 'wbem-rmi [5987 - tcp|udp]'¶
[TCP] WBEM RMI
[UDP] WBEM RMI
- 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
- nuxsl: AppType = 'nuxsl [5991 - tcp|udp]'¶
[TCP] NUXSL
[UDP] NUXSL
- consul_insight: AppType = 'consul-insight [5992 - tcp|udp]'¶
[TCP] Consul InSight Security
[UDP] Consul InSight Security
- cim_rs: AppType = 'cim-rs [5993 - tcp]'¶
[TCP] DMTF WBEM CIM REST
- reserved_5993: AppType = 'reserved [5993 - udp]'¶
[UDP] Reserved
- rms_agent: AppType = 'rms-agent [5994 - tcp]'¶
[TCP] RMS Agent Listening Service
- reserved_5994: AppType = 'reserved [5994 - udp]'¶
[UDP] Reserved
- cvsup: AppType = 'cvsup [5999 - tcp|udp]'¶
[TCP] CVSup
[UDP] CVSup
- ndl_ahp_svc: AppType = 'ndl-ahp-svc [6064 - tcp|udp]'¶
[TCP] NDL-AHP-SVC
[UDP] NDL-AHP-SVC
- winpharaoh: AppType = 'winpharaoh [6065 - tcp|udp]'¶
[TCP] WinPharaoh
[UDP] WinPharaoh
- ewctsp: AppType = 'ewctsp [6066 - tcp|udp]'¶
[TCP] EWCTSP
[UDP] EWCTSP
- unassigned_6067: AppType = 'unassigned [6067 - undefined]'¶
[N/A] Unassigned
- reserved_6068: AppType = 'reserved [6068 - udp]'¶
[UDP] Reserved
- trip: AppType = 'trip [6069 - tcp|udp]'¶
[TCP] TRIP
[UDP] TRIP
- messageasap: AppType = 'messageasap [6070 - tcp|udp]'¶
[TCP] Messageasap
[UDP] Messageasap
- ssdtp: AppType = 'ssdtp [6071 - tcp|udp]'¶
[TCP] SSDTP
[UDP] SSDTP
- diagnose_proc: AppType = 'diagnose-proc [6072 - tcp|udp]'¶
[TCP] DIAGNOSE-PROC
[UDP] DIAGNOSE-PROC
- directplay8: AppType = 'directplay8 [6073 - tcp|udp]'¶
[TCP] DirectPlay8
[UDP] DirectPlay8
- max: AppType = 'max [6074 - tcp|udp]'¶
[TCP] Microsoft Max
[UDP] Microsoft Max
- dpm_acm: AppType = 'dpm-acm [6075 - tcp]'¶
[TCP] Microsoft DPM Access Control Manager
- reserved_6075: AppType = 'reserved [6075 - udp]'¶
[UDP] Reserved
- msft_dpm_cert: AppType = 'msft-dpm-cert [6076 - tcp]'¶
[TCP] Microsoft DPM WCF Certificates
- reserved_6076: AppType = 'reserved [6076 - udp]'¶
[UDP] Reserved
- iconstructsrv: AppType = 'iconstructsrv [6077 - tcp]'¶
[TCP] iConstruct Server
- reserved_6077: AppType = 'reserved [6077 - udp]'¶
[UDP] Reserved
- gue: AppType = 'gue [6080 - udp]'¶
[UDP] Generic UDP Encapsulation [draft-herbert-gue]
- reserved_6080: AppType = 'reserved [6080 - tcp]'¶
[TCP] Reserved
- geneve: AppType = 'geneve [6081 - udp]'¶
[UDP] Generic Network Virtualization Encapsulation (Geneve) [RFC 8926]
- reserved_6081: AppType = 'reserved [6081 - tcp]'¶
[TCP] Reserved
- reserved_6082: AppType = 'reserved [6082 - tcp]'¶
[TCP] Reserved
- p25cai: AppType = 'p25cai [6082 - udp]'¶
[UDP] APCO Project 25 Common Air Interface - UDP encapsulation
- reserved_6083: AppType = 'reserved [6083 - tcp]'¶
[TCP] Reserved
- miami_bcast: AppType = 'miami-bcast [6083 - udp]'¶
[UDP] telecomsoftware miami broadcast
- reload_config: AppType = 'reload-config [6084 - tcp]'¶
[TCP] Peer to Peer Infrastructure Configuration [RFC 6940]
- reserved_6084: AppType = 'reserved [6084 - udp]'¶
[UDP] Reserved
- konspire2b: AppType = 'konspire2b [6085 - tcp|udp]'¶
[TCP] konspire2b p2p network
[UDP] konspire2b p2p network
- pdtp: AppType = 'pdtp [6086 - tcp|udp]'¶
[TCP] PDTP P2P
[UDP] PDTP P2P
- ldss: AppType = 'ldss [6087 - tcp|udp]'¶
[TCP] Local Download Sharing Service
[UDP] Local Download Sharing Service
- doglms: AppType = 'doglms [6088 - tcp]'¶
[TCP] SuperDog License Manager
- doglms_notify: AppType = 'doglms-notify [6088 - udp]'¶
[UDP] SuperDog License Manager Notifier
- raxa_mgmt: AppType = 'raxa-mgmt [6099 - tcp]'¶
[TCP] RAXA Management
- reserved_6099: AppType = 'reserved [6099 - udp]'¶
[UDP] Reserved
- synchronet_db: AppType = 'synchronet-db [6100 - tcp|udp]'¶
[TCP] SynchroNet-db
[UDP] SynchroNet-db
- 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
- rets: AppType = 'rets [6103 - tcp|udp]'¶
[TCP] RETS
[UDP] RETS
- dbdb: AppType = 'dbdb [6104 - tcp|udp]'¶
[TCP] DBDB
[UDP] DBDB
- primaserver: AppType = 'primaserver [6105 - tcp|udp]'¶
[TCP] Prima Server
[UDP] Prima Server
- mpsserver: AppType = 'mpsserver [6106 - tcp|udp]'¶
[TCP] MPS Server
[UDP] MPS Server
- etc_control: AppType = 'etc-control [6107 - tcp|udp]'¶
[TCP] ETC Control
[UDP] ETC Control
- sercomm_scadmin: AppType = 'sercomm-scadmin [6108 - tcp|udp]'¶
[TCP] Sercomm-SCAdmin
[UDP] Sercomm-SCAdmin
- globecast_id: AppType = 'globecast-id [6109 - tcp|udp]'¶
[TCP] GLOBECAST-ID
[UDP] GLOBECAST-ID
- softcm: AppType = 'softcm [6110 - tcp|udp]'¶
[TCP] HP SoftBench CM
[UDP] HP SoftBench CM
- 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
- dayliteserver: AppType = 'dayliteserver [6113 - tcp]'¶
[TCP] Daylite Server
- reserved_6113: AppType = 'reserved [6113 - udp]'¶
[UDP] Reserved
- wrspice: AppType = 'wrspice [6114 - tcp]'¶
[TCP] WRspice IPC Service
- reserved_6114: AppType = 'reserved [6114 - udp]'¶
[UDP] Reserved
- xic: AppType = 'xic [6115 - tcp]'¶
[TCP] Xic IPC Service
- reserved_6115: AppType = 'reserved [6115 - udp]'¶
[UDP] Reserved
- xtlserv: AppType = 'xtlserv [6116 - tcp]'¶
[TCP] XicTools License Manager Service
- reserved_6116: AppType = 'reserved [6116 - udp]'¶
[UDP] Reserved
- daylitetouch: AppType = 'daylitetouch [6117 - tcp]'¶
[TCP] Daylite Touch Sync
- reserved_6117: AppType = 'reserved [6117 - udp]'¶
[UDP] Reserved
- tipc: AppType = 'tipc [6118 - udp]'¶
[UDP] Transparent Inter Process Communication
- reserved_6118: AppType = 'reserved [6118 - tcp]'¶
[TCP] Reserved
- spdy: AppType = 'spdy [6121 - tcp]'¶
[TCP] SPDY for a faster web
- reserved_6121: AppType = 'reserved [6121 - udp]'¶
[UDP] Reserved
- 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
- reserved_6130: AppType = 'reserved [6130 - udp]'¶
[UDP] Reserved
- 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
- tal_pod: AppType = 'tal-pod [6149 - tcp|udp]'¶
[TCP] tal-pod
[UDP] tal-pod
- efb_aci: AppType = 'efb-aci [6159 - tcp]'¶
[TCP] EFB Application Control Interface
- reserved_6159: AppType = 'reserved [6159 - udp]'¶
[UDP] Reserved
- ecmp: AppType = 'ecmp [6160 - tcp]'¶
[TCP] Emerson Extensible Control and Management Protocol
- 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
- reserved_6201: AppType = 'reserved [6201 - tcp]'¶
[TCP] Reserved
- thermo_calc: AppType = 'thermo-calc [6201 - udp]'¶
[UDP] Management of service nodes in a processing grid for thermodynamic calculations
- qmtps: AppType = 'qmtps [6209 - tcp|udp]'¶
[TCP] QMTP over TLS
[UDP] QMTP over TLS
- 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
- tl1_ssh: AppType = 'tl1-ssh [6252 - tcp|udp]'¶
[TCP] TL1 over SSH
[UDP] TL1 over SSH
- crip: AppType = 'crip [6253 - tcp|udp]'¶
[TCP] CRIP
[UDP] CRIP
- gld: AppType = 'gld [6267 - tcp]'¶
[TCP] GridLAB-D User Interface
- reserved_6267: AppType = 'reserved [6267 - udp]'¶
[UDP] Reserved
- grid: AppType = 'grid [6268 - tcp|udp]'¶
[TCP] Grid Authentication
[UDP] Grid Authentication
- grid_alt: AppType = 'grid-alt [6269 - tcp|udp]'¶
[TCP] Grid Authentication Alt
[UDP] Grid Authentication Alt
- bmc_grx: AppType = 'bmc-grx [6300 - tcp|udp]'¶
[TCP] BMC GRX
[UDP] BMC GRX
- 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: AppType = 'scup [6315 - tcp]'¶
[TCP] Sensor Control Unit 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
- iona_data: AppType = 'iona-data [6318 - tcp]'¶
[TCP] IONA Measurement and control data
- reserved_6318: AppType = 'reserved [6318 - udp]'¶
[UDP] Reserved
- unassigned_6319: AppType = 'unassigned [6319 - undefined]'¶
[N/A] Unassigned
- 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
- unassigned_6323: AppType = 'unassigned [6323 - undefined]'¶
[N/A] Unassigned
- hrd_ncs: AppType = 'hrd-ncs [6324 - tcp]'¶
[TCP] HR Device Network Configuration Service
- hrd_ns_disc: AppType = 'hrd-ns-disc [6324 - udp]'¶
[UDP] HR Device Network service
- dt_mgmtsvc: AppType = 'dt-mgmtsvc [6325 - tcp]'¶
[TCP] Double-Take Management Service
- reserved_6325: AppType = 'reserved [6325 - udp]'¶
[UDP] Reserved
- dt_vra: AppType = 'dt-vra [6326 - tcp]'¶
[TCP] Double-Take Virtual Recovery Assistant
- reserved_6326: AppType = 'reserved [6326 - udp]'¶
[UDP] Reserved
- 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
- reserved_6344: AppType = 'reserved [6344 - udp]'¶
[UDP] Reserved
- gnutella_svc: AppType = 'gnutella-svc [6346 - tcp|udp]'¶
[TCP] gnutella-svc
[UDP] gnutella-svc
- gnutella_rtr: AppType = 'gnutella-rtr [6347 - tcp|udp]'¶
[TCP] gnutella-rtr
[UDP] gnutella-rtr
- adap: AppType = 'adap [6350 - tcp|udp]'¶
[TCP] App Discovery and Access Protocol
[UDP] App Discovery and Access Protocol
- pmcs: AppType = 'pmcs [6355 - tcp|udp]'¶
[TCP] PMCS applications
[UDP] PMCS applications
- metaedit_mu: AppType = 'metaedit-mu [6360 - tcp|udp]'¶
[TCP] MetaEdit+ Multi-User
[UDP] MetaEdit+ Multi-User
- ndn: AppType = 'ndn [6363 - udp]'¶
[UDP] Named Data Networking
- reserved_6363: AppType = 'reserved [6363 - tcp]'¶
[TCP] Reserved
- metaedit_se: AppType = 'metaedit-se [6370 - tcp|udp]'¶
[TCP] MetaEdit+ Server Administration
[UDP] MetaEdit+ Server Administration
- redis: AppType = 'redis [6379 - tcp]'¶
[TCP] An advanced key-value cache and store
- reserved_6379: AppType = 'reserved [6379 - udp]'¶
[UDP] Reserved
- 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_cms: AppType = 'boe-cms [6400 - undefined]'¶
[N/A] Business Objects CMS contact port
- boe_was: AppType = 'boe-was [6401 - undefined]'¶
[N/A] boe-was
- boe_eventsrv: AppType = 'boe-eventsrv [6402 - undefined]'¶
[N/A] boe-eventsrv
- boe_cachesvr: AppType = 'boe-cachesvr [6403 - undefined]'¶
[N/A] boe-cachesvr
- 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
- syserverremote: AppType = 'syserverremote [6418 - tcp]'¶
[TCP] SYserver remote commands
- reserved_6418: AppType = 'reserved [6418 - udp]'¶
[UDP] Reserved
- svdrp: AppType = 'svdrp [6419 - tcp]'¶
[TCP] Simple VDR Protocol
- svdrp_disc: AppType = 'svdrp-disc [6419 - udp]'¶
[UDP] Simple VDR Protocol Discovery
- nim_vdrshell: AppType = 'nim-vdrshell [6420 - tcp|udp]'¶
[TCP] NIM_VDRShell
[UDP] NIM_VDRShell
- nim_wan: AppType = 'nim-wan [6421 - tcp|udp]'¶
[TCP] NIM_WAN
[UDP] NIM_WAN
- pgbouncer: AppType = 'pgbouncer [6432 - tcp]'¶
[TCP] PgBouncer
- reserved_6432: AppType = 'reserved [6432 - udp]'¶
[UDP] Reserved
- heliosd: AppType = 'heliosd [6440 - tcp]'¶
[TCP] heliosd daemon
- reserved_6440: AppType = 'reserved [6440 - udp]'¶
[UDP] Reserved
- unassigned_6441: AppType = 'unassigned [6441 - undefined]'¶
[N/A] Unassigned
- tarp: AppType = 'tarp [6442 - tcp]'¶
[TCP] Transitory Application Request Protocol
- reserved_6442: AppType = 'reserved [6442 - udp]'¶
[UDP] Reserved
- 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
- mysql_proxy: AppType = 'mysql-proxy [6446 - tcp|udp]'¶
[TCP] MySQL Proxy
[UDP] MySQL Proxy
- 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
- servicetags: AppType = 'servicetags [6481 - tcp|udp]'¶
[TCP] Service Tags
[UDP] Service Tags
- ldoms_mgmt: AppType = 'ldoms-mgmt [6482 - tcp|udp]'¶
[TCP] Logical Domains Management Interface
[UDP] Logical Domains Management Interface
- sunvts_rmi: AppType = 'sunvts-rmi [6483 - tcp|udp]'¶
[TCP] SunVTS RMI
[UDP] SunVTS RMI
- 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: AppType = 'boks [6500 - tcp|udp]'¶
[TCP] BoKS Master
[UDP] BoKS Master
- 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
- unassigned_6504: AppType = 'unassigned [6504 - undefined]'¶
[N/A] Unassigned
- 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
- mgcs_mfp_port: AppType = 'mgcs-mfp-port [6509 - tcp|udp]'¶
[TCP] MGCS-MFP Port
[UDP] MGCS-MFP Port
- mcer_port: AppType = 'mcer-port [6510 - tcp|udp]'¶
[TCP] MCER Port
[UDP] MCER Port
- reserved_6511: AppType = 'reserved [6511 - tcp]'¶
[TCP] Reserved
- dccp_udp: AppType = 'dccp-udp [6511 - udp]'¶
[UDP] Datagram Congestion Control Protocol Encapsulation for NAT Traversal [RFC 6773]
- netconf_tls: AppType = 'netconf-tls [6513 - tcp]'¶
[TCP] NETCONF over TLS [RFC 7589][RFC-ietf-netconf-over-tls13-04]
- reserved_6513: AppType = 'reserved [6513 - udp]'¶
[UDP] Reserved
- syslog_tls: AppType = 'syslog-tls [6514 - tcp|udp|dccp]'¶
- elipse_rec: AppType = 'elipse-rec [6515 - tcp|udp]'¶
[TCP] Elipse RPC Protocol
[UDP] Elipse RPC Protocol
- lds_distrib: AppType = 'lds-distrib [6543 - tcp|udp]'¶
[TCP] lds_distrib
[UDP] lds_distrib
- lds_dump: AppType = 'lds-dump [6544 - tcp|udp]'¶
[TCP] LDS Dump Service
[UDP] LDS Dump Service
- apc_6547: AppType = 'apc-6547 [6547 - tcp|udp]'¶
[TCP] APC 6547
[UDP] APC 6547
- apc_6548: AppType = 'apc-6548 [6548 - tcp|udp]'¶
[TCP] APC 6548
[UDP] APC 6548
- apc_6549: AppType = 'apc-6549 [6549 - tcp|udp]'¶
[TCP] APC 6549
[UDP] APC 6549
- fg_sysupdate: AppType = 'fg-sysupdate [6550 - tcp|udp]'¶
[TCP] fg-sysupdate
[UDP] fg-sysupdate
- sum: AppType = 'sum [6551 - tcp|udp]'¶
[TCP] Software Update Manager
[UDP] Software Update Manager
- checkmk_agent: AppType = 'checkmk-agent [6556 - tcp]'¶
[TCP] Checkmk Monitoring Agent
- reserved_6556: AppType = 'reserved [6556 - udp]'¶
[UDP] Reserved
- unassigned_6557: AppType = 'unassigned [6557 - undefined]'¶
[N/A] Unassigned
- xdsxdm: AppType = 'xdsxdm [6558 - tcp|udp]'¶
[TCP]
[UDP]
- sane_port: AppType = 'sane-port [6566 - tcp|udp]'¶
[TCP] SANE Control Port
[UDP] SANE Control Port
- reserved_6567: AppType = 'reserved [6567 - undefined]'¶
[N/A] Reserved
- 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
- affiliate: AppType = 'affiliate [6579 - tcp|udp]'¶
[TCP] Affiliate
[UDP] Affiliate
- 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
- unassigned_6588: AppType = 'unassigned [6588 - undefined]'¶
[N/A] Unassigned
- mshvlm: AppType = 'mshvlm [6600 - tcp]'¶
[TCP] Microsoft Hyper-V Live Migration
- reserved_6600: AppType = 'reserved [6600 - udp]'¶
[UDP] Reserved
- mstmg_sstp: AppType = 'mstmg-sstp [6601 - tcp]'¶
[TCP] Microsoft Threat Management Gateway SSTP
- reserved_6601: AppType = 'reserved [6601 - udp]'¶
[UDP] Reserved
- wsscomfrmwk: AppType = 'wsscomfrmwk [6602 - tcp]'¶
[TCP] Windows WSS Communication Framework
- reserved_6602: AppType = 'reserved [6602 - udp]'¶
[UDP] Reserved
- odette_ftps: AppType = 'odette-ftps [6619 - tcp|udp]'¶
- 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
- mcftp: AppType = 'mcftp [6622 - tcp|udp]'¶
[TCP] Multicast FTP
[UDP] Multicast FTP
- ktelnet: AppType = 'ktelnet [6623 - tcp|udp]'¶
[TCP] Kerberos V5 Telnet
[UDP] Kerberos V5 Telnet
- datascaler_db: AppType = 'datascaler-db [6624 - tcp]'¶
[TCP] DataScaler database
- reserved_6624: AppType = 'reserved [6624 - udp]'¶
[UDP] Reserved
- datascaler_ctl: AppType = 'datascaler-ctl [6625 - tcp]'¶
[TCP] DataScaler control
- reserved_6625: AppType = 'reserved [6625 - udp]'¶
[UDP] Reserved
- 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
- unassigned_6630: AppType = 'unassigned [6630 - undefined]'¶
[N/A] Unassigned
- unassigned_6631: AppType = 'unassigned [6631 - undefined]'¶
[N/A] Unassigned
- mxodbc_connect: AppType = 'mxodbc-connect [6632 - tcp]'¶
[TCP] eGenix mxODBC Connect
- reserved_6632: AppType = 'reserved [6632 - udp]'¶
[UDP] Reserved
- reserved_6633: AppType = 'reserved [6633 - tcp]'¶
[TCP] Reserved
- cisco_vpath_tun: AppType = 'cisco-vpath-tun [6633 - udp]'¶
[UDP] Cisco vPath Services Overlay
- mpls_pm: AppType = 'mpls-pm [6634 - udp]'¶
[UDP] MPLS Performance Measurement out-of-band response
- reserved_6634: AppType = 'reserved [6634 - tcp]'¶
[TCP] Reserved
- reserved_6635: AppType = 'reserved [6635 - tcp]'¶
[TCP] Reserved
- mpls_udp: AppType = 'mpls-udp [6635 - udp]'¶
[UDP] Encapsulate MPLS packets in UDP tunnels. [RFC 7510]
- reserved_6636: AppType = 'reserved [6636 - tcp]'¶
[TCP] Reserved
- mpls_udp_dtls: AppType = 'mpls-udp-dtls [6636 - udp]'¶
[UDP] Encapsulate MPLS packets in UDP tunnels with DTLS. [RFC 7510]
- reserved_6640: AppType = 'reserved [6640 - udp]'¶
[UDP] Reserved
- openflow: AppType = 'openflow [6653 - tcp|udp]'¶
[TCP] OpenFlow
[UDP] OpenFlow
- unassigned_6654: AppType = 'unassigned [6654 - undefined]'¶
[N/A] Unassigned
- pcs_sf_ui_man: AppType = 'pcs-sf-ui-man [6655 - tcp]'¶
[TCP] PC SOFT - Software factory UI/manager
- reserved_6655: AppType = 'reserved [6655 - udp]'¶
[UDP] Reserved
- emgmsg: AppType = 'emgmsg [6656 - tcp]'¶
[TCP] Emergency Message Control Service
- reserved_6656: AppType = 'reserved [6656 - udp]'¶
[UDP] Reserved
- reserved_6657: AppType = 'reserved [6657 - tcp]'¶
[TCP] Reserved
- palcom_disc: AppType = 'palcom-disc [6657 - udp]'¶
[UDP] PalCom Discovery
- 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
- vfbp: AppType = 'vfbp [6678 - tcp]'¶
[TCP] Viscount Freedom Bridge Protocol
- vfbp_disc: AppType = 'vfbp-disc [6678 - udp]'¶
[UDP] Viscount Freedom Bridge Discovery
- osaut: AppType = 'osaut [6679 - tcp|udp]'¶
[TCP] Osorno Automation
[UDP] Osorno Automation
- clever_ctrace: AppType = 'clever-ctrace [6687 - tcp]'¶
[TCP] CleverView for cTrace Message Service
- reserved_6687: AppType = 'reserved [6687 - udp]'¶
[UDP] Reserved
- clever_tcpip: AppType = 'clever-tcpip [6688 - tcp]'¶
[TCP] CleverView for TCP/IP Message Service
- reserved_6688: AppType = 'reserved [6688 - udp]'¶
[UDP] Reserved
- tsa: AppType = 'tsa [6689 - tcp|udp]'¶
[TCP] Tofino Security Appliance
[UDP] Tofino Security Appliance
- cleverdetect: AppType = 'cleverdetect [6690 - tcp]'¶
[TCP] CLEVERDetect Message Service
- reserved_6690: AppType = 'reserved [6690 - udp]'¶
[UDP] Reserved
- reserved_6696: AppType = 'reserved [6696 - tcp]'¶
[TCP] Reserved
- reserved_6697: AppType = 'reserved [6697 - udp]'¶
[UDP] Reserved
- unassigned_6698: AppType = 'unassigned [6698 - undefined]'¶
[N/A] Unassigned
- reserved_6699: AppType = 'reserved [6699 - tcp]'¶
[TCP] Reserved
- unassigned_6700: AppType = 'unassigned [6700 - undefined]'¶
[N/A] Unassigned
- kti_icad_srvr: AppType = 'kti-icad-srvr [6701 - tcp|udp]'¶
[TCP] KTI/ICAD Nameserver
[UDP] KTI/ICAD Nameserver
- unassigned_6701: AppType = 'unassigned [6701 - sctp]'¶
[SCTP] Unassigned
- e_design_net: AppType = 'e-design-net [6702 - tcp|udp]'¶
[TCP] e-Design network
[UDP] e-Design network
- unassigned_6702: AppType = 'unassigned [6702 - sctp]'¶
[SCTP] Unassigned
- e_design_web: AppType = 'e-design-web [6703 - tcp|udp]'¶
[TCP] e-Design web
[UDP] e-Design web
- reserved_6704: AppType = 'reserved [6704 - tcp|udp]'¶
[UDP] Reserved
[TCP] Reserved
- reserved_6705: AppType = 'reserved [6705 - tcp|udp]'¶
[UDP] Reserved
[TCP] Reserved
- reserved_6706: AppType = 'reserved [6706 - tcp|udp]'¶
[UDP] Reserved
[TCP] Reserved
- 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
- princity_agent: AppType = 'princity-agent [6716 - tcp]'¶
[TCP] Princity Agent
- reserved_6716: AppType = 'reserved [6716 - udp]'¶
[UDP] Reserved
- 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_http: AppType = 'plysrv-http [6770 - tcp|udp]'¶
[TCP] PolyServe http
[UDP] PolyServe http
- plysrv_https: AppType = 'plysrv-https [6771 - tcp|udp]'¶
[TCP] PolyServe https
[UDP] PolyServe https
- ntz_tracker: AppType = 'ntz-tracker [6777 - tcp]'¶
[TCP] netTsunami Tracker
- reserved_6777: AppType = 'reserved [6777 - udp]'¶
[UDP] Reserved
- ntz_p2p_storage: AppType = 'ntz-p2p-storage [6778 - tcp]'¶
[TCP] netTsunami p2p storage system
- reserved_6778: AppType = 'reserved [6778 - udp]'¶
[UDP] Reserved
- reserved_6784: AppType = 'reserved [6784 - tcp]'¶
[TCP] Reserved
- 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
- smc_http: AppType = 'smc-http [6788 - tcp|udp]'¶
[TCP] SMC-HTTP
[UDP] SMC-HTTP
- radg: AppType = 'radg [6789 - tcp]'¶
[TCP] GSS-API for the Oracle Remote Administration Daemon
- reserved_6789: AppType = 'reserved [6789 - udp]'¶
[UDP] Reserved
- hnmp: AppType = 'hnmp [6790 - tcp|udp]'¶
[TCP] HNMP
[UDP] HNMP
- hnm: AppType = 'hnm [6791 - tcp|udp]'¶
[TCP] Halcyon Network Manager
[UDP] Halcyon Network Manager
- acnet: AppType = 'acnet [6801 - tcp|udp]'¶
[TCP] ACNET Control System Protocol
[UDP] ACNET Control System Protocol
- pentbox_sim: AppType = 'pentbox-sim [6817 - tcp]'¶
[TCP] PenTBox Secure IM Protocol
- reserved_6817: AppType = 'reserved [6817 - udp]'¶
[UDP] Reserved
- ambit_lm: AppType = 'ambit-lm [6831 - tcp|udp]'¶
[TCP] ambit-lm
[UDP] ambit-lm
- netmo_default: AppType = 'netmo-default [6841 - tcp|udp]'¶
[TCP] Netmo Default
[UDP] Netmo Default
- netmo_http: AppType = 'netmo-http [6842 - tcp|udp]'¶
[TCP] Netmo HTTP
[UDP] Netmo HTTP
- iccrushmore: AppType = 'iccrushmore [6850 - tcp|udp]'¶
[TCP] ICCRUSHMORE
[UDP] ICCRUSHMORE
- acctopus_cc: AppType = 'acctopus-cc [6868 - tcp]'¶
[TCP] Acctopus Command Channel
- acctopus_st: AppType = 'acctopus-st [6868 - udp]'¶
[UDP] Acctopus Status
- muse: AppType = 'muse [6888 - tcp|udp]'¶
[TCP] MUSE
[UDP] MUSE
- rtimeviewer: AppType = 'rtimeviewer [6900 - tcp]'¶
[TCP] R*TIME Viewer Data Interface
- reserved_6900: AppType = 'reserved [6900 - udp]'¶
[UDP] Reserved
- jetstream: AppType = 'jetstream [6901 - tcp]'¶
[TCP] Novell Jetstream messaging protocol
- reserved_6901: AppType = 'reserved [6901 - udp]'¶
[UDP] Reserved
- split_ping: AppType = 'split-ping [6924 - tcp|udp]'¶
[TCP] Ping with RX/TX latency/loss split
[UDP] Ping with RX/TX latency/loss split
- ethoscan: AppType = 'ethoscan [6935 - tcp|udp]'¶
[TCP] EthoScan Service
[UDP] EthoScan Service
- xsmsvc: AppType = 'xsmsvc [6936 - tcp|udp]'¶
[TCP] XenSource Management Service
[UDP] XenSource Management Service
- bioserver: AppType = 'bioserver [6946 - tcp|udp]'¶
[TCP] Biometrics Server
[UDP] Biometrics Server
- otlp: AppType = 'otlp [6951 - tcp|udp]'¶
[TCP] OTLP
[UDP] OTLP
- jmact3: AppType = 'jmact3 [6961 - tcp|udp]'¶
[TCP] JMACT3
[UDP] JMACT3
- jmevt2: AppType = 'jmevt2 [6962 - tcp|udp]'¶
[TCP] jmevt2
[UDP] jmevt2
- swismgr1: AppType = 'swismgr1 [6963 - tcp|udp]'¶
[TCP] swismgr1
[UDP] swismgr1
- swismgr2: AppType = 'swismgr2 [6964 - tcp|udp]'¶
[TCP] swismgr2
[UDP] swismgr2
- swistrap: AppType = 'swistrap [6965 - tcp|udp]'¶
[TCP] swistrap
[UDP] swistrap
- swispol: AppType = 'swispol [6966 - tcp|udp]'¶
[TCP] swispol
[UDP] swispol
- acmsoda: AppType = 'acmsoda [6969 - tcp|udp]'¶
[TCP] acmsoda
[UDP] acmsoda
- conductor: AppType = 'conductor [6970 - tcp]'¶
[TCP] Conductor test coordination protocol
- reserved_6970: AppType = 'reserved [6970 - udp]'¶
[UDP] Reserved
- conductor_mpx: AppType = 'conductor-mpx [6970 - sctp]'¶
[SCTP] conductor for multiplex
- reserved_6980: AppType = 'reserved [6980 - tcp]'¶
[TCP] Reserved
- qolyester: AppType = 'qolyester [6980 - udp]'¶
[UDP] QoS-extended OLSR protocol
- mobilitysrv: AppType = 'mobilitysrv [6997 - tcp|udp]'¶
[TCP] Mobility XE Protocol
[UDP] Mobility XE Protocol
- iatp_highpri: AppType = 'iatp-highpri [6998 - tcp|udp]'¶
[TCP] IATP-highPri
[UDP] IATP-highPri
- 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
- talon_engine: AppType = 'talon-engine [7012 - tcp|udp]'¶
[TCP] Talon Engine
[UDP] Talon Engine
- 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
- spg: AppType = 'spg [7016 - tcp|udp]'¶
[TCP] SPG Controls Carrier
[UDP] SPG Controls Carrier
- grasp: AppType = 'grasp [7017 - tcp|udp]'¶
- fisa_svc: AppType = 'fisa-svc [7018 - tcp]'¶
[TCP] FISA Service
- reserved_7018: AppType = 'reserved [7018 - udp]'¶
[UDP] Reserved
- doceri_ctl: AppType = 'doceri-ctl [7019 - tcp]'¶
[TCP] doceri drawing service control
- doceri_view: AppType = 'doceri-view [7019 - udp]'¶
[UDP] doceri drawing service screen view
- dpserve: AppType = 'dpserve [7020 - tcp|udp]'¶
[TCP] DP Serve
[UDP] DP Serve
- dpserveadmin: AppType = 'dpserveadmin [7021 - tcp|udp]'¶
[TCP] DP Serve Admin
[UDP] DP Serve Admin
- ctdp: AppType = 'ctdp [7022 - tcp|udp]'¶
[TCP] CT Discovery Protocol
[UDP] CT Discovery Protocol
- ct2nmcs: AppType = 'ct2nmcs [7023 - tcp|udp]'¶
[TCP] Comtech T2 NMCS
[UDP] Comtech T2 NMCS
- vmsvc: AppType = 'vmsvc [7024 - tcp|udp]'¶
[TCP] Vormetric service
[UDP] Vormetric service
- vmsvc_2: AppType = 'vmsvc-2 [7025 - tcp|udp]'¶
[TCP] Vormetric Service II
[UDP] Vormetric Service II
- loreji_panel: AppType = 'loreji-panel [7026 - tcp]'¶
[TCP] Loreji Webhosting Panel
- reserved_7026: AppType = 'reserved [7026 - udp]'¶
[UDP] Reserved
- op_probe: AppType = 'op-probe [7030 - tcp|udp]'¶
[TCP] ObjectPlanet probe
[UDP] ObjectPlanet probe
- iposplanet: AppType = 'iposplanet [7031 - tcp]'¶
[TCP] IPOSPLANET retailing multi devices protocol
- reserved_7031: AppType = 'reserved [7031 - udp]'¶
[UDP] Reserved
- reserved_7040: AppType = 'reserved [7040 - tcp]'¶
[TCP] Reserved
- quest_disc: AppType = 'quest-disc [7040 - udp]'¶
[UDP] Quest application level network service discovery
- arcp: AppType = 'arcp [7070 - tcp|udp]'¶
[TCP] ARCP
[UDP] ARCP
- iwg1: AppType = 'iwg1 [7071 - tcp|udp]'¶
[TCP] IWGADTS Aircraft Housekeeping Message
[UDP] IWGADTS Aircraft Housekeeping Message
- iba_cfg: AppType = 'iba-cfg [7072 - tcp]'¶
[TCP] iba Device Configuration Protocol
- iba_cfg_disc: AppType = 'iba-cfg-disc [7072 - udp]'¶
[UDP] iba Device Configuration Protocol
- martalk: AppType = 'martalk [7073 - tcp]'¶
[TCP] MarTalk protocol
- reserved_7073: AppType = 'reserved [7073 - udp]'¶
[UDP] Reserved
- empowerid: AppType = 'empowerid [7080 - tcp|udp]'¶
[TCP] EmpowerID Communication
[UDP] EmpowerID Communication
- reserved_7088: AppType = 'reserved [7088 - tcp]'¶
[TCP] Reserved
- zixi_transport: AppType = 'zixi-transport [7088 - udp]'¶
[UDP] Zixi live video transport protocol
- jdp_disc: AppType = 'jdp-disc [7095 - udp]'¶
[UDP] Java Discovery Protocol
- reserved_7095: AppType = 'reserved [7095 - tcp]'¶
[TCP] Reserved
- lazy_ptop: AppType = 'lazy-ptop [7099 - tcp|udp]'¶
[TCP] lazy-ptop
[UDP] lazy-ptop
- font_service: AppType = 'font-service [7100 - tcp|udp]'¶
[TCP] X Font Service
[UDP] X Font Service
- elcn: AppType = 'elcn [7101 - tcp|udp]'¶
[TCP] Embedded Light Control Network
[UDP] Embedded Light Control Network
- reserved_7107: AppType = 'reserved [7107 - tcp]'¶
[TCP] Reserved
- aes_x170: AppType = 'aes-x170 [7107 - udp]'¶
[UDP] AES-X170
- rothaga: AppType = 'rothaga [7117 - tcp]'¶
[TCP] Encrypted chat and file transfer service
- reserved_7117: AppType = 'reserved [7117 - udp]'¶
[UDP] Reserved
- virprot_lm: AppType = 'virprot-lm [7121 - tcp|udp]'¶
[TCP] Virtual Prototypes License Manager
[UDP] Virtual Prototypes License Manager
- unassigned_7122: AppType = 'unassigned [7122 - undefined]'¶
[N/A] Unassigned
- snif: AppType = 'snif [7123 - tcp]'¶
[TCP] End-to-end TLS Relay Control Connection
- reserved_7123: AppType = 'reserved [7123 - udp]'¶
[UDP] Reserved
- 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
- cabsm_comm: AppType = 'cabsm-comm [7161 - tcp|udp]'¶
[TCP] CA BSM Comm
[UDP] CA BSM Comm
- 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
- casrmagent: AppType = 'casrmagent [7167 - tcp]'¶
[TCP] CA SRM Agent
- reserved_7167: AppType = 'reserved [7167 - udp]'¶
[UDP] Reserved
- cnckadserver: AppType = 'cnckadserver [7168 - tcp]'¶
[TCP] cncKadServer DB & Inventory Services
- reserved_7168: AppType = 'reserved [7168 - udp]'¶
[UDP] Reserved
- 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
- metalbend: AppType = 'metalbend [7172 - tcp]'¶
[TCP] Port used for MetalBend programmable interface
- reserved_7172: AppType = 'reserved [7172 - udp]'¶
[UDP] Reserved
- zsecure: AppType = 'zsecure [7173 - tcp]'¶
[TCP] zSecure Server
- reserved_7173: AppType = 'reserved [7173 - udp]'¶
[UDP] Reserved
- clutild: AppType = 'clutild [7174 - tcp|udp]'¶
[TCP] Clutild
[UDP] Clutild
- janus_disc: AppType = 'janus-disc [7181 - udp]'¶
[UDP] Janus Guidewire Enterprise Discovery Service Bus
- reserved_7181: AppType = 'reserved [7181 - tcp]'¶
[TCP] Reserved
- fodms: AppType = 'fodms [7200 - tcp|udp]'¶
[TCP] FODMS FLIP
[UDP] FODMS FLIP
- dlip: AppType = 'dlip [7201 - tcp|udp]'¶
[TCP] DLIP
[UDP] DLIP
- 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.]
- reserved_7202: AppType = 'reserved [7202 - udp]'¶
[UDP] Reserved
- ps_server: AppType = 'ps-server [7215 - tcp]'¶
[TCP] Communication ports for PaperStream Server services
- reserved_7215: AppType = 'reserved [7215 - udp]'¶
[UDP] Reserved
- ps_capture_pro: AppType = 'ps-capture-pro [7216 - tcp]'¶
[TCP] PaperStream Capture Professional
- reserved_7216: AppType = 'reserved [7216 - udp]'¶
[UDP] Reserved
- ramp: AppType = 'ramp [7227 - tcp|udp]'¶
[TCP] Registry A & M Protocol
[UDP] Registry A & M Protocol
- citrixupp: AppType = 'citrixupp [7228 - tcp]'¶
[TCP] Citrix Universal Printing Port
- reserved_7228: AppType = 'reserved [7228 - udp]'¶
[UDP] Reserved
- citrixuppg: AppType = 'citrixuppg [7229 - tcp]'¶
[TCP] Citrix UPP Gateway
- reserved_7229: AppType = 'reserved [7229 - udp]'¶
[UDP] Reserved
- asa_gateways: AppType = 'asa-gateways [7234 - tcp]'¶
[TCP] Traffic forwarding for Okta cloud infra
- reserved_7234: AppType = 'reserved [7234 - udp]'¶
[UDP] Reserved
- aspcoordination: AppType = 'aspcoordination [7235 - udp]'¶
[UDP] ASP Coordination Protocol
- reserved_7235: AppType = 'reserved [7235 - tcp]'¶
[TCP] Reserved
- display: AppType = 'display [7236 - tcp]'¶
[TCP] Wi-Fi Alliance Wi-Fi Display Protocol
- reserved_7236: AppType = 'reserved [7236 - udp]'¶
[UDP] Reserved
- pads: AppType = 'pads [7237 - tcp]'¶
[TCP] PADS (Public Area Display System) Server
- reserved_7237: AppType = 'reserved [7237 - udp]'¶
[UDP] Reserved
- 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
- ctxlic: AppType = 'ctxlic [7279 - tcp|udp]'¶
[TCP] Citrix Licensing
[UDP] Citrix Licensing
- itactionserver1: AppType = 'itactionserver1 [7280 - tcp|udp]'¶
[TCP] ITACTIONSERVER 1
[UDP] ITACTIONSERVER 1
- itactionserver2: AppType = 'itactionserver2 [7281 - tcp|udp]'¶
[TCP] ITACTIONSERVER 2
[UDP] ITACTIONSERVER 2
- mzca_action: AppType = 'mzca-action [7282 - tcp]'¶
[TCP] eventACTION/ussACTION (MZCA) server
- mzca_alert: AppType = 'mzca-alert [7282 - udp]'¶
[UDP] eventACTION/ussACTION (MZCA) alert
- genstat: AppType = 'genstat [7283 - tcp]'¶
[TCP] General Statistics Rendezvous Protocol
- reserved_7283: AppType = 'reserved [7283 - udp]'¶
[UDP] Reserved
- 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
- winqedit: AppType = 'winqedit [7395 - tcp|udp]'¶
[TCP] winqedit
[UDP] winqedit
- unassigned_7396: AppType = 'unassigned [7396 - undefined]'¶
[N/A] Unassigned
- 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
- reserved_7420: AppType = 'reserved [7420 - tcp]'¶
[TCP] Reserved
- ipluminary: AppType = 'ipluminary [7420 - udp]'¶
[UDP] Multichannel real-time lighting control
- 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
- faximum: AppType = 'faximum [7437 - tcp|udp]'¶
[TCP] Faximum
[UDP] Faximum
- oracleas_https: AppType = 'oracleas-https [7443 - tcp|udp]'¶
[TCP] Oracle Application Server HTTPS
[UDP] Oracle Application Server HTTPS
- sttunnel: AppType = 'sttunnel [7471 - tcp]'¶
[TCP] Stateless Transport Tunneling Protocol
- reserved_7471: AppType = 'reserved [7471 - udp]'¶
[UDP] Reserved
- unassigned_7472: AppType = 'unassigned [7472 - undefined]'¶
[N/A] Unassigned
- rise: AppType = 'rise [7473 - tcp|udp]'¶
The Vieneo Province - [UDP] Rise: The Vieneo Province
- Type:
[TCP] Rise
- neo4j: AppType = 'neo4j [7474 - tcp]'¶
[TCP] Neo4j Graph Database
- reserved_7474: AppType = 'reserved [7474 - udp]'¶
[UDP] Reserved
- openit: AppType = 'openit [7478 - tcp]'¶
[TCP] IT Asset Management
- reserved_7478: AppType = 'reserved [7478 - udp]'¶
[UDP] Reserved
- telops_lmd: AppType = 'telops-lmd [7491 - tcp|udp]'¶
[TCP] telops-lmd
[UDP] telops-lmd
- silhouette: AppType = 'silhouette [7500 - tcp|udp]'¶
[TCP] Silhouette User
[UDP] Silhouette User
- ovbus: AppType = 'ovbus [7501 - tcp|udp]'¶
[TCP] HP OpenView Bus Daemon
[UDP] HP OpenView Bus Daemon
- adcp: AppType = 'adcp [7508 - tcp]'¶
[TCP] Automation Device Configuration Protocol
- reserved_7508: AppType = 'reserved [7508 - udp]'¶
[UDP] Reserved
- acplt: AppType = 'acplt [7509 - tcp]'¶
[TCP] ACPLT - process automation service
- reserved_7509: AppType = 'reserved [7509 - udp]'¶
[UDP] Reserved
- ovhpas: AppType = 'ovhpas [7510 - tcp|udp]'¶
[TCP] HP OpenView Application Server
[UDP] HP OpenView Application Server
- pafec_lm: AppType = 'pafec-lm [7511 - tcp|udp]'¶
[TCP] pafec-lm
[UDP] pafec-lm
- saratoga: AppType = 'saratoga [7542 - tcp|udp]'¶
[TCP] Saratoga Transfer Protocol
[UDP] Saratoga Transfer Protocol
- atul: AppType = 'atul [7543 - tcp|udp]'¶
[TCP] atul server
[UDP] atul server
- 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
- cfs: AppType = 'cfs [7546 - tcp|udp]'¶
[TCP] Cisco Fabric service
[UDP] Cisco Fabric service
- cwmp: AppType = 'cwmp [7547 - tcp|udp]'¶
[TCP] Broadband Forum CWMP
[UDP] Broadband Forum CWMP
- 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
- reserved_7550: AppType = 'reserved [7550 - tcp]'¶
[TCP] Reserved
- cloudsignaling: AppType = 'cloudsignaling [7550 - udp]'¶
[UDP] Cloud Signaling Service
- controlone_con: AppType = 'controlone-con [7551 - tcp]'¶
[TCP] ControlONE Console signaling
- reserved_7551: AppType = 'reserved [7551 - udp]'¶
[UDP] Reserved
- sncp: AppType = 'sncp [7560 - tcp|udp]'¶
[TCP] Sniffer Command Protocol
[UDP] Sniffer Command Protocol
- reserved_7563: AppType = 'reserved [7563 - udp]'¶
[UDP] Reserved
- vsi_omega: AppType = 'vsi-omega [7566 - tcp|udp]'¶
[TCP] VSI Omega
[UDP] VSI Omega
- dell_eql_asm: AppType = 'dell-eql-asm [7569 - tcp]'¶
[TCP] Dell EqualLogic Host Group Management
- reserved_7569: AppType = 'reserved [7569 - udp]'¶
[UDP] Reserved
- aries_kfinder: AppType = 'aries-kfinder [7570 - tcp|udp]'¶
[TCP] Aries Kfinder
[UDP] Aries Kfinder
- coherence: AppType = 'coherence [7574 - tcp]'¶
[TCP] Oracle Coherence Cluster Service
- coherence_disc: AppType = 'coherence-disc [7574 - udp]'¶
[UDP] Oracle Coherence Cluster discovery service
- wtmi_panel: AppType = 'wtmi-panel [7575 - tcp]'¶
[TCP] Main access port for WTMI Panel
- reserved_7575: AppType = 'reserved [7575 - udp]'¶
[UDP] Reserved
- sun_lm: AppType = 'sun-lm [7588 - tcp|udp]'¶
[TCP] Sun License Manager
[UDP] Sun License Manager
- 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
- unassigned_7625: AppType = 'unassigned [7625 - undefined]'¶
[N/A] Unassigned
- simco: AppType = 'simco [7626 - tcp|sctp]'¶
[TCP] SImple Middlebox COnfiguration (SIMCO) Server [RFC 4540]
[SCTP] SImple Middlebox COnfiguration (SIMCO)
- de_registered_3403: AppType = 'de_registered [3403 - undefined]'¶
[N/A] De-registered
- de_registered_7626: AppType = 'de_registered [7626 - udp]'¶
[UDP] De-registered
- soap_http: AppType = 'soap-http [7627 - tcp|udp]'¶
[TCP] SOAP Service Port
[UDP] SOAP Service Port
- zen_pawn: AppType = 'zen-pawn [7628 - tcp|udp]'¶
[TCP] Primary Agent Work Notification
[UDP] Primary Agent Work Notification
- xdas: AppType = 'xdas [7629 - tcp|udp]'¶
[TCP] OpenXDAS Wire Protocol
[UDP] OpenXDAS Wire Protocol
- hawk: AppType = 'hawk [7630 - tcp]'¶
[TCP] HA Web Konsole
- reserved_7630: AppType = 'reserved [7630 - udp]'¶
[UDP] Reserved
- tesla_sys_msg: AppType = 'tesla-sys-msg [7631 - tcp]'¶
[TCP] TESLA System Messaging
- reserved_7631: AppType = 'reserved [7631 - udp]'¶
[UDP] Reserved
- unassigned_7632: AppType = 'unassigned [7632 - undefined]'¶
[N/A] Unassigned
- pmdfmgt: AppType = 'pmdfmgt [7633 - tcp|udp]'¶
[TCP] PMDF Management
[UDP] PMDF Management
- cuseeme: AppType = 'cuseeme [7648 - tcp|udp]'¶
[TCP] bonjour-cuseeme
[UDP] bonjour-cuseeme
- rome: AppType = 'rome [7663 - tcp|udp]'¶
[TCP] Proprietary immutable distributed data storage
[UDP] Proprietary immutable distributed data storage
- imqstomp: AppType = 'imqstomp [7672 - tcp]'¶
[TCP] iMQ STOMP Server
- reserved_7672: AppType = 'reserved [7672 - udp]'¶
[UDP] Reserved
- imqstomps: AppType = 'imqstomps [7673 - tcp]'¶
[TCP] iMQ STOMP Server over SSL
- reserved_7673: AppType = 'reserved [7673 - udp]'¶
[UDP] Reserved
- imqtunnels: AppType = 'imqtunnels [7674 - tcp|udp]'¶
[TCP] iMQ SSL tunnel
[UDP] iMQ SSL tunnel
- imqtunnel: AppType = 'imqtunnel [7675 - tcp|udp]'¶
[TCP] iMQ Tunnel
[UDP] iMQ Tunnel
- 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
- dmt: AppType = 'dmt [7683 - tcp]'¶
[TCP] Cleondris DMT
- reserved_7683: AppType = 'reserved [7683 - udp]'¶
[UDP] Reserved
- bolt: AppType = 'bolt [7687 - tcp]'¶
[TCP] Bolt database connection
- reserved_7687: AppType = 'reserved [7687 - udp]'¶
[UDP] Reserved
- unassigned_7688: AppType = 'unassigned [7688 - undefined]'¶
[N/A] Unassigned
- collaber: AppType = 'collaber [7689 - tcp|udp]'¶
[TCP] Collaber Network Service
[UDP] Collaber Network Service
- sovd: AppType = 'sovd [7690 - tcp]'¶
[TCP] Service-Oriented Vehicle Diagnostics
- reserved_7690: AppType = 'reserved [7690 - udp]'¶
[UDP] Reserved
- klio: AppType = 'klio [7697 - tcp|udp]'¶
[TCP] KLIO communications
[UDP] KLIO communications
- em7_secom: AppType = 'em7-secom [7700 - tcp]'¶
[TCP] EM7 Secure Communications
- reserved_7700: AppType = 'reserved [7700 - udp]'¶
[UDP] Reserved
- reserved_7701: AppType = 'reserved [7701 - tcp|udp]'¶
[TCP] Reserved
[UDP] Reserved
- nfapi: AppType = 'nfapi [7701 - sctp]'¶
[SCTP] SCF nFAPI defining MAC/PHY split
- sync_em7: AppType = 'sync-em7 [7707 - tcp|udp]'¶
[TCP] EM7 Dynamic Updates
[UDP] EM7 Dynamic Updates
- scinet: AppType = 'scinet [7708 - tcp|udp]'¶
[TCP] scientia.net
[UDP] scientia.net
- 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
- nitrogen: AppType = 'nitrogen [7725 - tcp|udp]'¶
[TCP] Nitrogen Service
[UDP] Nitrogen Service
- 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
- smip: AppType = 'smip [7734 - tcp|udp]'¶
[TCP] Smith Protocol over IP
[UDP] Smith Protocol over IP
- 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
- msss: AppType = 'msss [7742 - tcp]'¶
[TCP] Mugginsoft Script Server Service
- reserved_7742: AppType = 'reserved [7742 - udp]'¶
[UDP] Reserved
- sstp_1: AppType = 'sstp-1 [7743 - tcp|udp]'¶
[TCP] Sakura Script Transfer Protocol
[UDP] Sakura Script Transfer Protocol
- raqmon_pdu: AppType = 'raqmon-pdu [7744 - tcp|udp]'¶
- prgp: AppType = 'prgp [7747 - tcp|udp]'¶
[TCP] Put/Run/Get Protocol
[UDP] Put/Run/Get Protocol
- inetfs: AppType = 'inetfs [7775 - tcp]'¶
[TCP] A File System using TLS over a wide area network
- reserved_7775: AppType = 'reserved [7775 - udp]'¶
[UDP] Reserved
- unassigned_7776: AppType = 'unassigned [7776 - undefined]'¶
[N/A] Unassigned
- cbt: AppType = 'cbt [7777 - tcp|udp]'¶
[TCP] cbt
[UDP] cbt
- interwise: AppType = 'interwise [7778 - tcp|udp]'¶
[TCP] Interwise
[UDP] Interwise
- vstat: AppType = 'vstat [7779 - tcp|udp]'¶
[TCP] VSTAT
[UDP] VSTAT
- unassigned_7780: AppType = 'unassigned [7780 - undefined]'¶
[N/A] Unassigned
- accu_lmgr: AppType = 'accu-lmgr [7781 - tcp|udp]'¶
[TCP] accu-lmgr
[UDP] accu-lmgr
- s_bfd: AppType = 's-bfd [7784 - udp]'¶
[UDP] Seamless Bidirectional Forwarding Detection (S-BFD) [RFC 7881]
- reserved_7784: AppType = 'reserved [7784 - tcp]'¶
[TCP] Reserved
- unassigned_7785: AppType = 'unassigned [7785 - undefined]'¶
[N/A] Unassigned
- minivend: AppType = 'minivend [7786 - tcp|udp]'¶
[TCP] MINIVEND
[UDP] MINIVEND
- popup_reminders: AppType = 'popup-reminders [7787 - tcp|udp]'¶
[TCP] Popup Reminders Receive
[UDP] Popup Reminders Receive
- unassigned_7788: AppType = 'unassigned [7788 - undefined]'¶
[N/A] Unassigned
- office_tools: AppType = 'office-tools [7789 - tcp|udp]'¶
[TCP] Office Tools Pro Receive
[UDP] Office Tools Pro Receive
- q3ade: AppType = 'q3ade [7794 - tcp|udp]'¶
[TCP] Q3ADE Cluster Service
[UDP] Q3ADE Cluster Service
- 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
- asr: AppType = 'asr [7800 - tcp|udp]'¶
[TCP] Apple Software Restore
[UDP] Apple Software Restore
- ssp_client: AppType = 'ssp-client [7801 - tcp|udp]'¶
[TCP] Secure Server Protocol - client
[UDP] Secure Server Protocol - client
- vns_tp: AppType = 'vns-tp [7802 - udp]'¶
[UDP] Virtualized Network Services Tunnel Protocol
- reserved_7802: AppType = 'reserved [7802 - tcp]'¶
[TCP] Reserved
- rbt_wanopt: AppType = 'rbt-wanopt [7810 - tcp|udp]'¶
[TCP] Riverbed WAN Optimization Protocol
[UDP] Riverbed WAN Optimization Protocol
- apc_7845: AppType = 'apc-7845 [7845 - tcp|udp]'¶
[TCP] APC 7845
[UDP] APC 7845
- apc_7846: AppType = 'apc-7846 [7846 - tcp|udp]'¶
[TCP] APC 7846
[UDP] APC 7846
- csoauth: AppType = 'csoauth [7847 - tcp]'¶
[TCP] A product key authentication protocol made by CSO
- reserved_7847: AppType = 'reserved [7847 - udp]'¶
[UDP] Reserved
- mobileanalyzer: AppType = 'mobileanalyzer [7869 - tcp]'¶
[TCP] MobileAnalyzer& MobileMonitor
- reserved_7869: AppType = 'reserved [7869 - udp]'¶
[UDP] Reserved
- rbt_smc: AppType = 'rbt-smc [7870 - tcp]'¶
[TCP] Riverbed Steelhead Mobile Service
- reserved_7870: AppType = 'reserved [7870 - udp]'¶
[UDP] Reserved
- mdm: AppType = 'mdm [7871 - tcp]'¶
[TCP] Mobile Device Management
- reserved_7871: AppType = 'reserved [7871 - udp]'¶
[UDP] Reserved
- reserved_7872: AppType = 'reserved [7872 - tcp]'¶
[TCP] Reserved
- owms: AppType = 'owms [7878 - tcp]'¶
[TCP] Opswise Message Service
- reserved_7878: AppType = 'reserved [7878 - udp]'¶
[UDP] Reserved
- unassigned_7879: AppType = 'unassigned [7879 - undefined]'¶
[N/A] Unassigned
- pss: AppType = 'pss [7880 - tcp|udp]'¶
[TCP] Pearson
[UDP] Pearson
- ubroker: AppType = 'ubroker [7887 - tcp|udp]'¶
[TCP] Universal Broker
[UDP] Universal Broker
- mevent: AppType = 'mevent [7900 - tcp|udp]'¶
[TCP] Multicast Event
[UDP] Multicast Event
- tnos_sp: AppType = 'tnos-sp [7901 - tcp|udp]'¶
[TCP] TNOS Service Protocol
[UDP] TNOS Service Protocol
- tnos_dp: AppType = 'tnos-dp [7902 - tcp|udp]'¶
[TCP] TNOS shell Protocol
[UDP] TNOS shell 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
- supercell: AppType = 'supercell [7967 - tcp|udp]'¶
[TCP] Supercell
[UDP] Supercell
- micromuse_ncps: AppType = 'micromuse-ncps [7979 - tcp|udp]'¶
[TCP] Micromuse-ncps
[UDP] Micromuse-ncps
- quest_vista: AppType = 'quest-vista [7980 - tcp|udp]'¶
[TCP] Quest Vista
[UDP] Quest Vista
- sossd_collect: AppType = 'sossd-collect [7981 - tcp]'¶
[TCP] Spotlight on SQL Server Desktop Collect
- reserved_7981: AppType = 'reserved [7981 - udp]'¶
[UDP] Reserved
- sossd_agent: AppType = 'sossd-agent [7982 - tcp]'¶
[TCP] Spotlight on SQL Server Desktop Agent
- sossd_disc: AppType = 'sossd-disc [7982 - udp]'¶
[UDP] Spotlight on SQL Server Desktop Agent Discovery
- pushns: AppType = 'pushns [7997 - tcp]'¶
[TCP] PUSH Notification Service
- reserved_7997: AppType = 'reserved [7997 - udp]'¶
[UDP] Reserved
- reserved_7998: AppType = 'reserved [7998 - tcp]'¶
[TCP] Reserved
- usicontentpush: AppType = 'usicontentpush [7998 - udp]'¶
[UDP] USI Content Push Service
- irdmi2: AppType = 'irdmi2 [7999 - tcp|udp]'¶
[TCP] iRDMI2
[UDP] iRDMI2
- irdmi: AppType = 'irdmi [8000 - tcp|udp]'¶
[TCP] iRDMI
[UDP] iRDMI
- vcom_tunnel: AppType = 'vcom-tunnel [8001 - tcp|udp]'¶
[TCP] VCOM Tunnel
[UDP] VCOM Tunnel
- 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
- reserved_8004: AppType = 'reserved [8004 - udp]'¶
[UDP] Reserved
- mxi: AppType = 'mxi [8005 - tcp|udp]'¶
[TCP] MXI Generation II for z/OS
[UDP] MXI Generation II for z/OS
- wpl_analytics: AppType = 'wpl-analytics [8006 - tcp]'¶
[TCP] World Programming analytics
- wpl_disc: AppType = 'wpl-disc [8006 - udp]'¶
[UDP] World Programming analytics discovery
- 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)
- http_alt_8008: AppType = 'http-alt [8008 - tcp|udp]'¶
[TCP] HTTP Alternate
[UDP] HTTP Alternate
- nvme_disc: AppType = 'nvme-disc [8009 - tcp]'¶
[TCP] NVMe over Fabrics Discovery Service
- reserved_8009: AppType = 'reserved [8009 - udp]'¶
[UDP] Reserved
- reserved_8010: AppType = 'reserved [8010 - undefined]'¶
[N/A] Reserved
- cfg_cloud: AppType = 'cfg-cloud [8015 - tcp]'¶
[TCP] Configuration Cloud Service
- reserved_8015: AppType = 'reserved [8015 - udp]'¶
[UDP] Reserved
- ads_s: AppType = 'ads-s [8016 - tcp]'¶
[TCP] Beckhoff Automation Device Specification
- reserved_8016: AppType = 'reserved [8016 - udp]'¶
[UDP] Reserved
- reserved_8017: AppType = 'reserved [8017 - tcp]'¶
[TCP] Reserved
- cisco_cloudsec: AppType = 'cisco-cloudsec [8017 - udp]'¶
[UDP] Cisco Cloudsec Dataplane Port Number
- unassigned_8018: AppType = 'unassigned [8018 - undefined]'¶
[N/A] Unassigned
- qbdb: AppType = 'qbdb [8019 - tcp|udp]'¶
[TCP] QB DB Dynamic Port
[UDP] QB DB Dynamic Port
- 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
- oa_system: AppType = 'oa-system [8022 - tcp|udp]'¶
[TCP] oa-system
[UDP] oa-system
- arca_api: AppType = 'arca-api [8023 - tcp|udp]'¶
[TCP] ARCATrust vault API
[UDP] ARCATrust vault API
- unassigned_8024: AppType = 'unassigned [8024 - undefined]'¶
[N/A] Unassigned
- 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
- pro_ed: AppType = 'pro-ed [8032 - tcp|udp]'¶
[TCP] ProEd
[UDP] ProEd
- mindprint: AppType = 'mindprint [8033 - tcp|udp]'¶
[TCP] MindPrint
[UDP] MindPrint
- 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
- fs_agent: AppType = 'fs-agent [8042 - tcp]'¶
[TCP] FireScope Agent
- reserved_8042: AppType = 'reserved [8042 - udp]'¶
[UDP] Reserved
- fs_server: AppType = 'fs-server [8043 - tcp]'¶
[TCP] FireScope Server
- reserved_8043: AppType = 'reserved [8043 - udp]'¶
[UDP] Reserved
- fs_mgmt: AppType = 'fs-mgmt [8044 - tcp]'¶
[TCP] FireScope Management Interface
- reserved_8044: AppType = 'reserved [8044 - udp]'¶
[UDP] Reserved
- rocrail: AppType = 'rocrail [8051 - tcp]'¶
[TCP] Rocrail Client Service
- reserved_8051: AppType = 'reserved [8051 - udp]'¶
[UDP] Reserved
- 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]
- reserved_8060: AppType = 'reserved [8060 - tcp]'¶
[TCP] Reserved
- nikatron_dev: AppType = 'nikatron-dev [8061 - tcp]'¶
[TCP] Nikatron Device Protocol
- reserved_8061: AppType = 'reserved [8061 - udp]'¶
[UDP] Reserved
- toad_bi_appsrvr: AppType = 'toad-bi-appsrvr [8066 - tcp]'¶
[TCP] Toad BI Application Server
- reserved_8066: AppType = 'reserved [8066 - udp]'¶
[UDP] Reserved
- infi_async: AppType = 'infi-async [8067 - tcp]'¶
[TCP] Infinidat async replication
- reserved_8067: AppType = 'reserved [8067 - udp]'¶
[UDP] Reserved
- ucs_isc: AppType = 'ucs-isc [8070 - tcp]'¶
[TCP] Oracle Unified Communication Suite’s Indexed Search Converter
- reserved_8070: AppType = 'reserved [8070 - udp]'¶
[UDP] Reserved
- gadugadu: AppType = 'gadugadu [8074 - tcp|udp]'¶
[TCP] Gadu-Gadu
[UDP] Gadu-Gadu
- reserved_8077: AppType = 'reserved [8077 - tcp|udp]'¶
[TCP] Reserved
[UDP] Reserved
- 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
- us_cli: AppType = 'us-cli [8082 - tcp|udp]'¶
[TCP] Utilistor (Client)
[UDP] Utilistor (Client)
- us_srv: AppType = 'us-srv [8083 - tcp|udp]'¶
[TCP] Utilistor (Server)
[UDP] Utilistor (Server)
- websnp: AppType = 'websnp [8084 - tcp]'¶
[TCP] Snarl Network Protocol over HTTP
- reserved_8084: AppType = 'reserved [8084 - udp]'¶
[UDP] Reserved
- unassigned_8085: AppType = 'unassigned [8085 - undefined]'¶
[N/A] Unassigned
- 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
- radan_http: AppType = 'radan-http [8088 - tcp|udp]'¶
[TCP] Radan HTTP
[UDP] Radan HTTP
- unassigned_8089: AppType = 'unassigned [8089 - undefined]'¶
[N/A] Unassigned
- opsmessaging: AppType = 'opsmessaging [8090 - tcp]'¶
[TCP] Vehicle to station messaging
- reserved_8090: AppType = 'reserved [8090 - udp]'¶
[UDP] Reserved
- jamlink: AppType = 'jamlink [8091 - tcp]'¶
[TCP] Jam Link Framework
- reserved_8091: AppType = 'reserved [8091 - udp]'¶
[UDP] Reserved
- sac: AppType = 'sac [8097 - tcp|udp]'¶
[TCP] SAC Port Id
[UDP] SAC Port Id
- xprint_server: AppType = 'xprint-server [8100 - tcp|udp]'¶
[TCP] Xprint Server
[UDP] Xprint Server
- ldoms_migr: AppType = 'ldoms-migr [8101 - tcp]'¶
[TCP] Logical Domains Migration
- reserved_8101: AppType = 'reserved [8101 - udp]'¶
[UDP] Reserved
- kz_migr: AppType = 'kz-migr [8102 - tcp]'¶
[TCP] Oracle Kernel zones migration server
- reserved_8102: AppType = 'reserved [8102 - udp]'¶
[UDP] Reserved
- reserved_8111: AppType = 'reserved [8111 - tcp]'¶
[TCP] Reserved
- skynetflow: AppType = 'skynetflow [8111 - udp]'¶
[UDP] Skynetflow network services
- 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
- reserved_8117: AppType = 'reserved [8117 - udp]'¶
[UDP] Reserved
- privoxy: AppType = 'privoxy [8118 - tcp|udp]'¶
[TCP] Privoxy HTTP proxy
[UDP] Privoxy HTTP proxy
- 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
- indigo_vrmi: AppType = 'indigo-vrmi [8130 - tcp|udp]'¶
[TCP] INDIGO-VRMI
[UDP] INDIGO-VRMI
- indigo_vbcp: AppType = 'indigo-vbcp [8131 - tcp|udp]'¶
[TCP] INDIGO-VBCP
[UDP] INDIGO-VBCP
- dbabble: AppType = 'dbabble [8132 - tcp|udp]'¶
[TCP] dbabble
[UDP] dbabble
- puppet: AppType = 'puppet [8140 - tcp]'¶
[TCP] The Puppet master service
- reserved_8140: AppType = 'reserved [8140 - udp]'¶
[UDP] Reserved
- isdd: AppType = 'isdd [8148 - tcp|udp]'¶
[TCP] i-SDD file transfer
[UDP] i-SDD file transfer
- reserved_8149: AppType = 'reserved [8149 - tcp]'¶
[TCP] Reserved
- eor_game: AppType = 'eor-game [8149 - udp]'¶
[UDP] Edge of Reality game data
- quantastor: AppType = 'quantastor [8153 - tcp]'¶
[TCP] QuantaStor Management Interface
- reserved_8153: AppType = 'reserved [8153 - udp]'¶
[UDP] Reserved
- patrol: AppType = 'patrol [8160 - tcp|udp]'¶
[TCP] Patrol
[UDP] Patrol
- patrol_snmp: AppType = 'patrol-snmp [8161 - tcp|udp]'¶
[TCP] Patrol SNMP
[UDP] Patrol SNMP
- lpar2rrd: AppType = 'lpar2rrd [8162 - tcp]'¶
[TCP] LPAR2RRD client server communication
- reserved_8162: AppType = 'reserved [8162 - udp]'¶
[UDP] Reserved
- intermapper: AppType = 'intermapper [8181 - tcp]'¶
[TCP] Intermapper network management system
- reserved_8181: AppType = 'reserved [8181 - udp]'¶
[UDP] Reserved
- vmware_fdm: AppType = 'vmware-fdm [8182 - tcp|udp]'¶
[TCP] VMware Fault Domain Manager
[UDP] VMware Fault Domain Manager
- proremote: AppType = 'proremote [8183 - tcp]'¶
[TCP] ProRemote
- reserved_8183: AppType = 'reserved [8183 - udp]'¶
[UDP] Reserved
- itach: AppType = 'itach [8184 - tcp|udp]'¶
[TCP] Remote iTach Connection
[UDP] Remote iTach Connection
- gcp_rphy: AppType = 'gcp-rphy [8190 - tcp]'¶
[TCP] Generic control plane for RPHY
- reserved_8190: AppType = 'reserved [8190 - udp]'¶
[UDP] Reserved
- limnerpressure: AppType = 'limnerpressure [8191 - tcp]'¶
[TCP] Limner Pressure
- reserved_8191: AppType = 'reserved [8191 - udp]'¶
[UDP] Reserved
- spytechphone: AppType = 'spytechphone [8192 - tcp|udp]'¶
[TCP] SpyTech Phone Service
[UDP] SpyTech Phone Service
- unassigned_8193: AppType = 'unassigned [8193 - undefined]'¶
[N/A] Unassigned
- blp1: AppType = 'blp1 [8194 - tcp|udp]'¶
[TCP] Bloomberg data API
[UDP] Bloomberg data API
- blp2: AppType = 'blp2 [8195 - tcp|udp]'¶
[TCP] Bloomberg feed
[UDP] Bloomberg feed
- vvr_data: AppType = 'vvr-data [8199 - tcp|udp]'¶
[TCP] VVR DATA
[UDP] VVR DATA
- trivnet1: AppType = 'trivnet1 [8200 - tcp|udp]'¶
[TCP] TRIVNET
[UDP] TRIVNET
- trivnet2: AppType = 'trivnet2 [8201 - tcp|udp]'¶
[TCP] TRIVNET
[UDP] TRIVNET
- reserved_8202: AppType = 'reserved [8202 - tcp]'¶
[TCP] Reserved
- aesop: AppType = 'aesop [8202 - udp]'¶
[UDP] Audio+Ethernet Standard Open Protocol
- lm_perfworks: AppType = 'lm-perfworks [8204 - tcp|udp]'¶
[TCP] LM Perfworks
[UDP] LM Perfworks
- lm_instmgr: AppType = 'lm-instmgr [8205 - tcp|udp]'¶
[TCP] LM Instmgr
[UDP] LM Instmgr
- lm_dta: AppType = 'lm-dta [8206 - tcp|udp]'¶
[TCP] LM Dta
[UDP] LM Dta
- lm_sserver: AppType = 'lm-sserver [8207 - tcp|udp]'¶
[TCP] LM SServer
[UDP] LM SServer
- lm_webwatcher: AppType = 'lm-webwatcher [8208 - tcp|udp]'¶
[TCP] LM Webwatcher
[UDP] LM Webwatcher
- reserved_8211: AppType = 'reserved [8211 - tcp]'¶
[TCP] Reserved
- aruba_papi: AppType = 'aruba-papi [8211 - udp]'¶
[UDP] Aruba Networks AP management
- rexecj: AppType = 'rexecj [8230 - tcp|udp]'¶
[TCP] RexecJ Server
[UDP] RexecJ Server
- reserved_8231: AppType = 'reserved [8231 - tcp]'¶
[TCP] Reserved
- reserved_8232: AppType = 'reserved [8232 - tcp]'¶
[TCP] Reserved
- synapse_nhttps: AppType = 'synapse-nhttps [8243 - tcp|udp]'¶
[TCP] Synapse Non Blocking HTTPS
[UDP] Synapse Non Blocking HTTPS
- reserved_8266: AppType = 'reserved [8266 - tcp]'¶
[TCP] Reserved
- espeasy_p2p: AppType = 'espeasy-p2p [8266 - udp]'¶
[UDP] ESPeasy peer-2-peer communication
- robot_remote: AppType = 'robot-remote [8270 - tcp]'¶
[TCP] Robot Framework Remote Library Interface
- reserved_8270: AppType = 'reserved [8270 - udp]'¶
[UDP] Reserved
- 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
- unassigned_8281: AppType = 'unassigned [8281 - undefined]'¶
[N/A] Unassigned
- libelle: AppType = 'libelle [8282 - tcp]'¶
[TCP] Libelle EnterpriseBus
- libelle_disc: AppType = 'libelle-disc [8282 - udp]'¶
[UDP] Libelle EnterpriseBus discovery
- reserved_8282: AppType = 'reserved [8282 - sctp|dccp]'¶
[SCTP] Reserved
[DCCP] Reserved
- blp3: AppType = 'blp3 [8292 - tcp|udp]'¶
[TCP] Bloomberg professional
[UDP] Bloomberg professional
- hiperscan_id: AppType = 'hiperscan-id [8293 - tcp]'¶
[TCP] Hiperscan Identification Service
- reserved_8293: AppType = 'reserved [8293 - udp]'¶
[UDP] Reserved
- 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
- amberon: AppType = 'amberon [8301 - tcp|udp]'¶
[TCP] Amberon PPC/PPS
[UDP] Amberon PPC/PPS
- hub_open_net: AppType = 'hub-open-net [8313 - tcp]'¶
[TCP] Hub Open Network
- reserved_8313: AppType = 'reserved [8313 - udp]'¶
[UDP] Reserved
- 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
- garmin_marine: AppType = 'garmin-marine [8322 - tcp|udp]'¶
[TCP] Garmin Marine
[UDP] Garmin Marine
- server_find: AppType = 'server-find [8351 - tcp|udp]'¶
[TCP] Server Find
[UDP] Server Find
- cruise_enum: AppType = 'cruise-enum [8376 - tcp|udp]'¶
[TCP] Cruise ENUM
[UDP] Cruise ENUM
- cruise_swroute: AppType = 'cruise-swroute [8377 - tcp|udp]'¶
[TCP] Cruise SWROUTE
[UDP] Cruise SWROUTE
- cruise_config: AppType = 'cruise-config [8378 - tcp|udp]'¶
[TCP] Cruise CONFIG
[UDP] Cruise CONFIG
- cruise_diags: AppType = 'cruise-diags [8379 - tcp|udp]'¶
[TCP] Cruise DIAGS
[UDP] Cruise DIAGS
- cruise_update: AppType = 'cruise-update [8380 - tcp|udp]'¶
[TCP] Cruise UPDATE
[UDP] Cruise UPDATE
- m2mservices: AppType = 'm2mservices [8383 - tcp|udp]'¶
[TCP] M2m Services
[UDP] M2m Services
- marathontp: AppType = 'marathontp [8384 - udp]'¶
[UDP] Marathon Transport Protocol
- reserved_8384: AppType = 'reserved [8384 - tcp]'¶
[TCP] Reserved
- cvd: AppType = 'cvd [8400 - tcp|udp]'¶
[TCP] cvd
[UDP] cvd
- sabarsd: AppType = 'sabarsd [8401 - tcp|udp]'¶
[TCP] sabarsd
[UDP] sabarsd
- abarsd: AppType = 'abarsd [8402 - tcp|udp]'¶
[TCP] abarsd
[UDP] abarsd
- admind_3279: AppType = 'admind [3279 - tcp|udp]'¶
[TCP] admind
[UDP] admind
- admind_8403: AppType = 'admind [8403 - tcp|udp]'¶
[TCP] admind
[UDP] admind
- svcloud: AppType = 'svcloud [8404 - tcp]'¶
[TCP] SuperVault Cloud
- reserved_8404: AppType = 'reserved [8404 - udp]'¶
[UDP] Reserved
- svbackup: AppType = 'svbackup [8405 - tcp]'¶
[TCP] SuperVault Backup
- reserved_8405: AppType = 'reserved [8405 - udp]'¶
[UDP] Reserved
- reserved_8415: AppType = 'reserved [8415 - udp]'¶
[UDP] Reserved
- 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
- aritts: AppType = 'aritts [8423 - tcp]'¶
[TCP] Aristech text-to-speech server
- reserved_8423: AppType = 'reserved [8423 - udp]'¶
[UDP] Reserved
- pgbackrest: AppType = 'pgbackrest [8432 - tcp]'¶
[TCP] PostgreSQL Backup
- reserved_8432: AppType = 'reserved [8432 - udp]'¶
[UDP] Reserved
- reserved_8433: AppType = 'reserved [8433 - tcp]'¶
[TCP] Reserved
- aws_as2: AppType = 'aws-as2 [8433 - udp]'¶
[UDP] Non Persistent Desktop and Application Streaming
- cybro_a_bus: AppType = 'cybro-a-bus [8442 - tcp|udp]'¶
[TCP] CyBro A-bus Protocol
[UDP] CyBro A-bus Protocol
- pcsync_https: AppType = 'pcsync-https [8443 - tcp|udp]'¶
[TCP] PCsync HTTPS
[UDP] PCsync HTTPS
- pcsync_http: AppType = 'pcsync-http [8444 - tcp|udp]'¶
[TCP] PCsync HTTP
[UDP] PCsync HTTP
- copy: AppType = 'copy [8445 - tcp]'¶
[TCP] Port for copy peer sync feature
- copy_disc: AppType = 'copy-disc [8445 - udp]'¶
[UDP] Port for copy discovery
- matrix_fed: AppType = 'matrix-fed [8448 - tcp]'¶
[TCP] Matrix Federation Protocol
- reserved_8448: AppType = 'reserved [8448 - udp]'¶
[UDP] Reserved
- unassigned_8449: AppType = 'unassigned [8449 - undefined]'¶
[N/A] Unassigned
- npmp: AppType = 'npmp [8450 - tcp|udp]'¶
[TCP] npmp
[UDP] npmp
- nexentamv: AppType = 'nexentamv [8457 - tcp]'¶
[TCP] Nexenta Management GUI
- reserved_8457: AppType = 'reserved [8457 - udp]'¶
[UDP] Reserved
- cisco_avp: AppType = 'cisco-avp [8470 - tcp]'¶
[TCP] Cisco Address Validation Protocol
- reserved_8470: AppType = 'reserved [8470 - udp]'¶
[UDP] Reserved
- pim_port: AppType = 'pim-port [8471 - tcp|sctp]'¶
- reserved_8471: AppType = 'reserved [8471 - udp]'¶
[UDP] Reserved
- otv: AppType = 'otv [8472 - tcp|udp]'¶
[TCP] Overlay Transport Virtualization (OTV)
[UDP] Overlay Transport Virtualization (OTV)
- vp2p: AppType = 'vp2p [8473 - tcp|udp]'¶
[TCP] Virtual Point to Point
[UDP] Virtual Point to Point
[TCP] AquaMinds NoteShare
[UDP] AquaMinds NoteShare
- fmtp: AppType = 'fmtp [8500 - tcp|udp]'¶
[TCP] Flight Message Transfer Protocol
[UDP] Flight Message Transfer Protocol
- cmtp_mgt: AppType = 'cmtp-mgt [8501 - tcp]'¶
[TCP] CYTEL Message Transfer Management
- cmtp_av: AppType = 'cmtp-av [8501 - udp]'¶
[UDP] CYTEL Message Transfer Audio and Video
- ftnmtp: AppType = 'ftnmtp [8502 - tcp]'¶
[TCP] FTN Message Transfer Protocol
- reserved_8502: AppType = 'reserved [8502 - udp]'¶
[UDP] Reserved
- reserved_8503: AppType = 'reserved [8503 - tcp]'¶
[TCP] Reserved
- rtsp_alt: AppType = 'rtsp-alt [8554 - tcp|udp]'¶
[TCP] RTSP Alternate (see port 554)
[UDP] RTSP Alternate (see port 554)
- d_fence: AppType = 'd-fence [8555 - tcp|udp]'¶
[TCP] SYMAX D-FENCE
[UDP] SYMAX D-FENCE
- dof_tunnel: AppType = 'dof-tunnel [8567 - tcp|udp]'¶
[TCP] DOF Tunneling Protocol
[UDP] DOF Tunneling Protocol
- asterix: AppType = 'asterix [8600 - tcp|udp]'¶
[TCP] Surveillance Data
[UDP] Surveillance Data
- reserved_8609: AppType = 'reserved [8609 - tcp]'¶
[TCP] Reserved
- 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
- imink: AppType = 'imink [8615 - tcp]'¶
[TCP] Imink Service Control
- reserved_8615: AppType = 'reserved [8615 - udp]'¶
[UDP] Reserved
- monetra: AppType = 'monetra [8665 - tcp]'¶
[TCP] Monetra
- reserved_8665: AppType = 'reserved [8665 - udp]'¶
[UDP] Reserved
- monetra_admin: AppType = 'monetra-admin [8666 - tcp]'¶
[TCP] Monetra Administrative Access
- reserved_8666: AppType = 'reserved [8666 - udp]'¶
[UDP] Reserved
- unassigned_8667: AppType = 'unassigned [8667 - undefined]'¶
[N/A] Unassigned
- spartan: AppType = 'spartan [8668 - tcp]'¶
[TCP] Spartan management
- reserved_8668: AppType = 'reserved [8668 - udp]'¶
[UDP] Reserved
- 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
- unassigned_8687: AppType = 'unassigned [8687 - undefined]'¶
[N/A] Unassigned
- openremote_ctrl: AppType = 'openremote-ctrl [8688 - tcp]'¶
[TCP] OpenRemote Controller HTTP/REST
- reserved_8688: AppType = 'reserved [8688 - udp]'¶
[UDP] Reserved
- vnyx: AppType = 'vnyx [8699 - tcp]'¶
[TCP] VNYX Primary Port
- reserved_8699: AppType = 'reserved [8699 - udp]'¶
[UDP] Reserved
- semi_grpc: AppType = 'semi-grpc [8710 - tcp]'¶
[TCP] gRPC for SEMI Standards implementations
- reserved_8710: AppType = 'reserved [8710 - udp]'¶
[UDP] Reserved
- nvc: AppType = 'nvc [8711 - tcp]'¶
[TCP] Nuance Voice Control
- reserved_8711: AppType = 'reserved [8711 - udp]'¶
[UDP] Reserved
- reserved_8732: AppType = 'reserved [8732 - tcp]'¶
[TCP] Reserved
- dtp_net: AppType = 'dtp-net [8732 - udp]'¶
[UDP] DASGIP Net Services
- ibus: AppType = 'ibus [8733 - tcp|udp]'¶
[TCP] iBus
[UDP] iBus
- dey_keyneg: AppType = 'dey-keyneg [8750 - tcp]'¶
[TCP] DEY Storage Key Negotiation
- reserved_8750: AppType = 'reserved [8750 - udp]'¶
[UDP] Reserved
- mc_appserver: AppType = 'mc-appserver [8763 - tcp|udp]'¶
[TCP] MC-APPSERVER
[UDP] MC-APPSERVER
- openqueue: AppType = 'openqueue [8764 - tcp|udp]'¶
[TCP] OPENQUEUE
[UDP] OPENQUEUE
- 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
- core_of_source: AppType = 'core-of-source [8767 - tcp]'¶
[TCP] Online mobile multiplayer game
- reserved_8767: AppType = 'reserved [8767 - udp]'¶
[UDP] Reserved
- sandpolis: AppType = 'sandpolis [8768 - tcp]'¶
[TCP] Sandpolis Server
- reserved_8768: AppType = 'reserved [8768 - udp]'¶
[UDP] Reserved
- oktaauthenticat: AppType = 'oktaauthenticat [8769 - tcp]'¶
[TCP] Okta MultiPlatform Access Mgmt for Cloud Svcs
- reserved_8769: AppType = 'reserved [8769 - udp]'¶
[UDP] Reserved
- dpap: AppType = 'dpap [8770 - tcp|udp]'¶
[TCP] Digital Photo Access Protocol (iPhoto)
[UDP] Digital Photo Access Protocol (iPhoto)
- uec: AppType = 'uec [8778 - tcp]'¶
[TCP] Stonebranch Universal Enterprise Controller
- reserved_8778: AppType = 'reserved [8778 - udp]'¶
[UDP] Reserved
- msgclnt: AppType = 'msgclnt [8786 - tcp|udp]'¶
[TCP] Message Client
[UDP] Message Client
- msgsrvr: AppType = 'msgsrvr [8787 - tcp|udp]'¶
[TCP] Message Server
[UDP] Message Server
- 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
- truecm: AppType = 'truecm [8804 - tcp|udp]'¶
[TCP] truecm
[UDP] truecm
- reserved_8805: AppType = 'reserved [8805 - tcp]'¶
[TCP] Reserved
- pfcp: AppType = 'pfcp [8805 - udp]'¶
[UDP] Destination Port number for PFCP
- unassigned_8806: AppType = 'unassigned [8806 - undefined]'¶
[N/A] Unassigned
- reserved_8807: AppType = 'reserved [8807 - tcp]'¶
[TCP] Reserved
- hes_clip: AppType = 'hes-clip [8807 - udp]'¶
[UDP] HES-CLIP Interoperability protocol
- reserved_8808: AppType = 'reserved [8808 - tcp]'¶
[TCP] Reserved
- ssports_bcast: AppType = 'ssports-bcast [8808 - udp]'¶
[UDP] STATSports Broadcast Service
- reserved_8809: AppType = 'reserved [8809 - tcp]'¶
[TCP] Reserved
- AppType_3gpp_monp: AppType = '3gpp-monp [8809 - udp]'¶
[UDP] MCPTT Off-Network Protocol (MONP)
- dxspider: AppType = 'dxspider [8873 - tcp|udp]'¶
[TCP] dxspider linking protocol
[UDP] dxspider linking protocol
- cddbp_alt: AppType = 'cddbp-alt [8880 - tcp|udp]'¶
[TCP] CDDBP
[UDP] CDDBP
- galaxy4d: AppType = 'galaxy4d [8881 - tcp]'¶
[TCP] Galaxy4D Online Game Engine
- reserved_8881: AppType = 'reserved [8881 - udp]'¶
[UDP] Reserved
- unassigned_8882: AppType = 'unassigned [8882 - undefined]'¶
[N/A] Unassigned
- secure_mqtt: AppType = 'secure-mqtt [8883 - tcp|udp]'¶
[TCP] Secure MQTT
[UDP] Secure MQTT
- ddi_tcp_1: AppType = 'ddi-tcp-1 [8888 - tcp]'¶
[TCP] NewsEDGE server TCP (TCP 1)
- ddi_udp_1: AppType = 'ddi-udp-1 [8888 - udp]'¶
[UDP] NewsEDGE server UDP (UDP 1)
- ddi_tcp_2: AppType = 'ddi-tcp-2 [8889 - tcp]'¶
[TCP] Desktop Data TCP 1
- ddi_udp_2: AppType = 'ddi-udp-2 [8889 - udp]'¶
[UDP] NewsEDGE server broadcast
- ddi_tcp_3: AppType = 'ddi-tcp-3 [8890 - tcp]'¶
[TCP] Desktop Data TCP 2
- ddi_udp_3: AppType = 'ddi-udp-3 [8890 - udp]'¶
[UDP] NewsEDGE client broadcast
- 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
- ospf_lite: AppType = 'ospf-lite [8899 - tcp|udp]'¶
[TCP] ospf-lite
[UDP] ospf-lite
- jmb_cds1: AppType = 'jmb-cds1 [8900 - tcp|udp]'¶
[TCP] JMB-CDS 1
[UDP] JMB-CDS 1
- jmb_cds2: AppType = 'jmb-cds2 [8901 - tcp|udp]'¶
[TCP] JMB-CDS 2
[UDP] JMB-CDS 2
- dpp: AppType = 'dpp [8908 - tcp]'¶
[TCP] WFA Device Provisioning Protocol
- reserved_8908: AppType = 'reserved [8908 - udp]'¶
[UDP] Reserved
- unassigned_8909: AppType = 'unassigned [8909 - undefined]'¶
[N/A] Unassigned
- manyone_http: AppType = 'manyone-http [8910 - tcp|udp]'¶
[TCP] manyone-http
[UDP] manyone-http
- manyone_xml: AppType = 'manyone-xml [8911 - tcp|udp]'¶
[TCP] manyone-xml
[UDP] manyone-xml
- 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
- twds: AppType = 'twds [8937 - tcp]'¶
[TCP] Transaction Warehouse Data Service
- reserved_8937: AppType = 'reserved [8937 - udp]'¶
[UDP] Reserved
- ub_dns_control: AppType = 'ub-dns-control [8953 - tcp]'¶
[TCP] unbound dns nameserver control
- reserved_8953: AppType = 'reserved [8953 - udp]'¶
[UDP] Reserved
- 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
- nod_client: AppType = 'nod-client [8981 - udp]'¶
[UDP] Network of Devices Client
- reserved_8981: AppType = 'reserved [8981 - tcp]'¶
[TCP] Reserved
- 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
- reserved_8997: AppType = 'reserved [8997 - udp]'¶
[UDP] Reserved
- canto_roboflow: AppType = 'canto-roboflow [8998 - tcp]'¶
[TCP] Canto RoboFlow Control
- reserved_8998: AppType = 'reserved [8998 - udp]'¶
[UDP] Reserved
- bctp: AppType = 'bctp [8999 - tcp|udp]'¶
[TCP] Brodos Crypto Trade Protocol
[UDP] Brodos Crypto Trade Protocol
- cslistener: AppType = 'cslistener [9000 - tcp|udp]'¶
[TCP] CSlistener
[UDP] CSlistener
- 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
- golem: AppType = 'golem [9005 - tcp]'¶
[TCP] Golem Inter-System RPC
- reserved_9005: AppType = 'reserved [9005 - udp]'¶
[UDP] Reserved
- de_commissioned_port: AppType = 'de_commissioned_port [9006 - undefined]'¶
[N/A] De-Commissioned Port
- reserved_9007: AppType = 'reserved [9007 - tcp]'¶
[TCP] Reserved
- ogs_client: AppType = 'ogs-client [9007 - udp]'¶
[UDP] Open Grid Services Client
- ogs_server: AppType = 'ogs-server [9008 - tcp]'¶
[TCP] Open Grid Services Server
- reserved_9008: AppType = 'reserved [9008 - udp]'¶
[UDP] Reserved
- pichat: AppType = 'pichat [9009 - tcp|udp]'¶
[TCP] Pichat Server
[UDP] Pichat Server
- sdr: AppType = 'sdr [9010 - tcp]'¶
[TCP] Secure Data Replicator Protocol
- reserved_9010: AppType = 'reserved [9010 - udp]'¶
[UDP] Reserved
- reserved_9011: AppType = 'reserved [9011 - tcp]'¶
[TCP] Reserved
- d_star: AppType = 'd-star [9011 - udp]'¶
[UDP] D-Star Routing digital voice+data for amateur radio
- tambora: AppType = 'tambora [9020 - tcp|udp]'¶
[TCP] TAMBORA
[UDP] TAMBORA
- 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
- swa_1: AppType = 'swa-1 [9023 - tcp|udp]'¶
[TCP] Secure Web Access - 1
[UDP] Secure Web Access - 1
- swa_2: AppType = 'swa-2 [9024 - tcp|udp]'¶
[TCP] Secure Web Access - 2
[UDP] Secure Web Access - 2
- swa_3: AppType = 'swa-3 [9025 - tcp|udp]'¶
[TCP] Secure Web Access - 3
[UDP] Secure Web Access - 3
- swa_4: AppType = 'swa-4 [9026 - tcp|udp]'¶
[TCP] Secure Web Access - 4
[UDP] Secure Web Access - 4
- versiera: AppType = 'versiera [9050 - tcp]'¶
[TCP] Versiera Agent Listener
- reserved_9050: AppType = 'reserved [9050 - udp]'¶
[UDP] Reserved
- fio_cmgmt: AppType = 'fio-cmgmt [9051 - tcp]'¶
[TCP] Fusion-io Central Manager Service
- reserved_9051: AppType = 'reserved [9051 - udp]'¶
[UDP] Reserved
- cardweb_io: AppType = 'cardweb-io [9060 - tcp]'¶
[TCP] CardWeb request-response I/O exchange
- cardweb_rt: AppType = 'cardweb-rt [9060 - udp]'¶
[UDP] CardWeb realtime device data
- glrpc: AppType = 'glrpc [9080 - tcp|udp]'¶
[TCP] Groove GLRPC
[UDP] Groove GLRPC
- reserved_9081: AppType = 'reserved [9081 - tcp]'¶
[TCP] Reserved
- cisco_aqos: AppType = 'cisco-aqos [9081 - udp]'¶
[UDP] Required for Adaptive Quality of Service
- lcs_ap: AppType = 'lcs-ap [9082 - sctp]'¶
[SCTP] LCS Application Protocol
- emc_pp_mgmtsvc: AppType = 'emc-pp-mgmtsvc [9083 - tcp]'¶
[TCP] EMC PowerPath Mgmt Service
- reserved_9083: AppType = 'reserved [9083 - udp]'¶
[UDP] Reserved
- 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
- classic: AppType = 'classic [9087 - tcp|udp]'¶
[TCP] Classic Data Server
[UDP] Classic Data Server
- 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
- websm: AppType = 'websm [9090 - tcp|udp]'¶
[TCP] WebSM
[UDP] WebSM
- 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
- copycat: AppType = 'copycat [9093 - tcp]'¶
[TCP] Copycat database replication service
- reserved_9093: AppType = 'reserved [9093 - udp]'¶
[UDP] Reserved
- 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_dir: AppType = 'bacula-dir [9101 - tcp|udp]'¶
[TCP] Bacula Director
[UDP] Bacula Director
- 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
- peerwire: AppType = 'peerwire [9104 - tcp|udp]'¶
[TCP] PeerWire
[UDP] PeerWire
- 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]
- astergate: AppType = 'astergate [9106 - tcp]'¶
[TCP] Astergate Control Service
- astergate_disc: AppType = 'astergate-disc [9106 - udp]'¶
[UDP] Astergate Discovery Service
- astergatefax: AppType = 'astergatefax [9107 - tcp]'¶
[TCP] AstergateFax Control Service
- reserved_9107: AppType = 'reserved [9107 - udp]'¶
[UDP] Reserved
- hexxorecore: AppType = 'hexxorecore [9111 - tcp|udp]'¶
[TCP] Multiple Purpose, Distributed Message Bus
[UDP] Multiple Purpose, Distributed Message Bus
- mxit: AppType = 'mxit [9119 - tcp|udp]'¶
[TCP] MXit Instant Messaging
[UDP] MXit Instant Messaging
- grcmp: AppType = 'grcmp [9122 - tcp]'¶
[TCP] Global Relay compliant mobile instant messaging protocol
- reserved_9122: AppType = 'reserved [9122 - udp]'¶
[UDP] Reserved
- grcp: AppType = 'grcp [9123 - tcp]'¶
[TCP] Global Relay compliant instant messaging protocol
- reserved_9123: AppType = 'reserved [9123 - udp]'¶
[UDP] Reserved
- dddp: AppType = 'dddp [9131 - tcp|udp]'¶
[TCP] Dynamic Device Discovery
[UDP] Dynamic Device Discovery
- apani1: AppType = 'apani1 [9160 - tcp|udp]'¶
[TCP] apani1
[UDP] apani1
- apani2: AppType = 'apani2 [9161 - tcp|udp]'¶
[TCP] apani2
[UDP] apani2
- apani3: AppType = 'apani3 [9162 - tcp|udp]'¶
[TCP] apani3
[UDP] apani3
- apani4: AppType = 'apani4 [9163 - tcp|udp]'¶
[TCP] apani4
[UDP] apani4
- apani5: AppType = 'apani5 [9164 - tcp|udp]'¶
[TCP] apani5
[UDP] apani5
- sun_as_jpda: AppType = 'sun-as-jpda [9191 - tcp|udp]'¶
[TCP] Sun AppSvr JPDA
[UDP] Sun AppSvr JPDA
- 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: AppType = 'wap-vcard [9204 - tcp|udp]'¶
[TCP] WAP vCard
[UDP] WAP vCard
- wap_vcal: AppType = 'wap-vcal [9205 - tcp|udp]'¶
[TCP] WAP vCal
[UDP] WAP vCal
- wap_vcard_s: AppType = 'wap-vcard-s [9206 - tcp|udp]'¶
[TCP] WAP vCard Secure
[UDP] WAP vCard Secure
- wap_vcal_s: AppType = 'wap-vcal-s [9207 - tcp|udp]'¶
[TCP] WAP vCal Secure
[UDP] WAP vCal Secure
- rjcdb_vcards: AppType = 'rjcdb-vcards [9208 - tcp|udp]'¶
[TCP] rjcdb vCard
[UDP] rjcdb vCard
- 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
- mon_2583: AppType = 'mon [2583 - tcp|udp]'¶
[TCP] MON
[UDP] MON
- mon_9255: AppType = 'mon [9255 - tcp|udp]'¶
[TCP] Manager On Network
[UDP] Manager On Network
- traingpsdata: AppType = 'traingpsdata [9277 - udp]'¶
[UDP] GPS Data transmitted from train to ground network
- reserved_9277: AppType = 'reserved [9277 - tcp]'¶
[TCP] Reserved
- 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
- pgps: AppType = 'pgps [9280 - tcp|udp]'¶
[TCP] Predicted GPS
[UDP] Predicted GPS
- 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
- callwaveiam: AppType = 'callwaveiam [9283 - tcp|udp]'¶
[TCP] CallWaveIAM
[UDP] CallWaveIAM
- 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
- reserved_9286: AppType = 'reserved [9286 - tcp]'¶
[TCP] Reserved
- n2receive: AppType = 'n2receive [9286 - udp]'¶
[UDP] n2 monitoring receiver
- cumulus: AppType = 'cumulus [9287 - tcp|udp]'¶
[TCP] Cumulus
[UDP] Cumulus
- armtechdaemon: AppType = 'armtechdaemon [9292 - tcp|udp]'¶
[TCP] ArmTech Daemon
[UDP] ArmTech Daemon
- storview: AppType = 'storview [9293 - tcp|udp]'¶
[TCP] StorView Client
[UDP] StorView Client
- 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
- sphinxql: AppType = 'sphinxql [9306 - tcp]'¶
[TCP] Sphinx search server (MySQL listener)
- reserved_9306: AppType = 'reserved [9306 - udp]'¶
[UDP] Reserved
- sapms: AppType = 'sapms [9310 - tcp]'¶
[TCP] SAP Message Server
- reserved_9310: AppType = 'reserved [9310 - udp]'¶
[UDP] Reserved
- unassigned_9311: AppType = 'unassigned [9311 - undefined]'¶
[N/A] Unassigned
- sphinxapi: AppType = 'sphinxapi [9312 - tcp]'¶
[TCP] Sphinx search server
- reserved_9312: AppType = 'reserved [9312 - udp]'¶
[UDP] Reserved
- secure_ts: AppType = 'secure-ts [9318 - tcp|udp]'¶
[TCP] PKIX TimeStamp over TLS
[UDP] PKIX TimeStamp over TLS
- guibase: AppType = 'guibase [9321 - tcp|udp]'¶
[TCP] guibase
[UDP] guibase
- gnmi_gnoi: AppType = 'gnmi-gnoi [9339 - tcp]'¶
[TCP] gRPC Network Mgmt/Operations Interface
- reserved_9339: AppType = 'reserved [9339 - udp]'¶
[UDP] Reserved
- gribi: AppType = 'gribi [9340 - tcp]'¶
[TCP] gRPC Routing Information Base Interface
- reserved_9340: AppType = 'reserved [9340 - udp]'¶
[UDP] Reserved
- mpidcmgr: AppType = 'mpidcmgr [9343 - tcp|udp]'¶
[TCP] MpIdcMgr
[UDP] MpIdcMgr
- mphlpdmc: AppType = 'mphlpdmc [9344 - tcp|udp]'¶
[TCP] Mphlpdmc
[UDP] Mphlpdmc
- rancher: AppType = 'rancher [9345 - tcp]'¶
[TCP] Rancher Agent
- reserved_9345: AppType = 'reserved [9345 - udp]'¶
[UDP] Reserved
- ctechlicensing: AppType = 'ctechlicensing [9346 - tcp|udp]'¶
[TCP] C Tech Licensing
[UDP] C Tech Licensing
- fjdmimgr: AppType = 'fjdmimgr [9374 - tcp|udp]'¶
[TCP] fjdmimgr
[UDP] fjdmimgr
- boxp: AppType = 'boxp [9380 - tcp|udp]'¶
[TCP] Brivs! Open Extensible Protocol
[UDP] Brivs! Open Extensible Protocol
- d2dconfig: AppType = 'd2dconfig [9387 - tcp]'¶
[TCP] D2D Configuration Service
- reserved_9387: AppType = 'reserved [9387 - udp]'¶
[UDP] Reserved
- d2ddatatrans: AppType = 'd2ddatatrans [9388 - tcp]'¶
[TCP] D2D Data Transfer Service
- reserved_9388: AppType = 'reserved [9388 - udp]'¶
[UDP] Reserved
- adws: AppType = 'adws [9389 - tcp]'¶
[TCP] Active Directory Web Services
- reserved_9389: AppType = 'reserved [9389 - udp]'¶
[UDP] Reserved
- otp: AppType = 'otp [9390 - tcp]'¶
[TCP] OpenVAS Transfer Protocol
- reserved_9390: AppType = 'reserved [9390 - udp]'¶
[UDP] Reserved
- fjinvmgr: AppType = 'fjinvmgr [9396 - tcp|udp]'¶
[TCP] fjinvmgr
[UDP] fjinvmgr
- mpidcagt: AppType = 'mpidcagt [9397 - tcp|udp]'¶
[TCP] MpIdcAgt
[UDP] MpIdcAgt
- 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
- mindarray_ca: AppType = 'mindarray-ca [9445 - tcp]'¶
[TCP] MindArray Systems Console Agent
- reserved_9445: AppType = 'reserved [9445 - udp]'¶
[UDP] Reserved
- sntlkeyssrvr: AppType = 'sntlkeyssrvr [9450 - tcp|udp]'¶
[TCP] Sentinel Keys Server
[UDP] Sentinel Keys Server
- ismserver: AppType = 'ismserver [9500 - tcp|udp]'¶
[TCP] ismserver
[UDP] ismserver
- reserved_9522: AppType = 'reserved [9522 - tcp]'¶
[TCP] Reserved
- sma_spw: AppType = 'sma-spw [9522 - udp]'¶
[UDP] SMA Speedwire
- 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
- p4runtime: AppType = 'p4runtime [9559 - tcp]'¶
[TCP] P4Runtime gRPC Service
- reserved_9559: AppType = 'reserved [9559 - udp]'¶
[UDP] Reserved
- ldgateway: AppType = 'ldgateway [9592 - tcp|udp]'¶
[TCP] LANDesk Gateway
[UDP] LANDesk Gateway
- cba8: AppType = 'cba8 [9593 - tcp|udp]'¶
[TCP] LANDesk Management Agent (cba8)
[UDP] LANDesk Management Agent (cba8)
- msgsys: AppType = 'msgsys [9594 - tcp|udp]'¶
[TCP] Message System
[UDP] Message System
- pds: AppType = 'pds [9595 - tcp|udp]'¶
[TCP] Ping Discovery Service
[UDP] Ping Discovery Service
- mercury_disc: AppType = 'mercury-disc [9596 - tcp|udp]'¶
[TCP] Mercury Discovery
[UDP] Mercury Discovery
- pd_admin: AppType = 'pd-admin [9597 - tcp|udp]'¶
[TCP] PD Administration
[UDP] PD Administration
- vscp: AppType = 'vscp [9598 - tcp|udp]'¶
[TCP] Very Simple Ctrl Protocol
[UDP] Very Simple Ctrl Protocol
- robix: AppType = 'robix [9599 - tcp|udp]'¶
[TCP] Robix
[UDP] Robix
- 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
- unassigned_9613: AppType = 'unassigned [9613 - undefined]'¶
[N/A] Unassigned
- iadt_tls: AppType = 'iadt-tls [9614 - tcp]'¶
[TCP] iADT Protocol over TLS
- reserved_9614: AppType = 'reserved [9614 - udp]'¶
[UDP] Reserved
- unassigned_9615: AppType = 'unassigned [9615 - undefined]'¶
[N/A] Unassigned
- 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
- reserved_9616: AppType = 'reserved [9616 - udp]'¶
[UDP] Reserved
- 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
- reserved_9617: AppType = 'reserved [9617 - udp]'¶
[UDP] Reserved
- 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
- peoctlr: AppType = 'peoctlr [9630 - tcp]'¶
[TCP] Peovica Controller
- reserved_9630: AppType = 'reserved [9630 - udp]'¶
[UDP] Reserved
- peocoll: AppType = 'peocoll [9631 - tcp]'¶
[TCP] Peovica Collector
- reserved_9631: AppType = 'reserved [9631 - udp]'¶
[UDP] Reserved
- reserved_9632: AppType = 'reserved [9632 - tcp]'¶
[TCP] Reserved
- mc_comm: AppType = 'mc-comm [9632 - udp]'¶
[UDP] Mobile-C Communications
- pqsflows: AppType = 'pqsflows [9640 - tcp]'¶
[TCP] ProQueSys Flows Service
- reserved_9640: AppType = 'reserved [9640 - udp]'¶
[UDP] Reserved
- zoomcp: AppType = 'zoomcp [9666 - tcp]'¶
[TCP] Zoom Control Panel Game Server Management
- reserved_9666: AppType = 'reserved [9666 - udp]'¶
[UDP] Reserved
- 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
- rasadv: AppType = 'rasadv [9753 - tcp|udp]'¶
[TCP] rasadv
[UDP] rasadv
- tungsten_http: AppType = 'tungsten-http [9762 - tcp|udp]'¶
[TCP] WSO2 Tungsten HTTP
[UDP] WSO2 Tungsten HTTP
- davsrc: AppType = 'davsrc [9800 - tcp|udp]'¶
[TCP] WebDav Source Port
[UDP] WebDav Source Port
- 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
- sapv1: AppType = 'sapv1 [9875 - tcp|udp]'¶
- sd: AppType = 'sd [9876 - tcp]'¶
[TCP] Session Director
- reserved_9877: AppType = 'reserved [9877 - udp]'¶
[UDP] Reserved
- kca_service: AppType = 'kca-service [9878 - udp]'¶
[UDP] The KX509 Kerberized Certificate Issuance Protocol in Use in 2012 [RFC 6717]
- reserved_9878: AppType = 'reserved [9878 - tcp]'¶
[TCP] Reserved
- 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
- monkeycom: AppType = 'monkeycom [9898 - tcp|udp]'¶
[TCP] MonkeyCom
[UDP] MonkeyCom
- reserved_9899: AppType = 'reserved [9899 - tcp]'¶
[TCP] Reserved
- iua: AppType = 'iua [9900 - tcp|udp|sctp]'¶
[TCP] IUA
[UDP] IUA
[SCTP] IUA
- enrp: AppType = 'enrp [9901 - udp]'¶
[UDP] enrp server channel
- reserved_9903: AppType = 'reserved [9903 - tcp]'¶
[TCP] Reserved
- domaintime: AppType = 'domaintime [9909 - tcp|udp]'¶
[TCP] domaintime
[UDP] domaintime
- unassigned_9910: AppType = 'unassigned [9910 - undefined]'¶
[N/A] Unassigned
- sype_transport: AppType = 'sype-transport [9911 - tcp|udp]'¶
[TCP] SYPECom Transport Protocol
[UDP] SYPECom Transport Protocol
- xybrid_cloud: AppType = 'xybrid-cloud [9925 - tcp]'¶
[TCP] XYBRID Cloud
- reserved_9925: AppType = 'reserved [9925 - udp]'¶
[UDP] Reserved
- apc_9950: AppType = 'apc-9950 [9950 - tcp|udp]'¶
[TCP] APC 9950
[UDP] APC 9950
- apc_9951: AppType = 'apc-9951 [9951 - tcp|udp]'¶
[TCP] APC 9951
[UDP] APC 9951
- apc_9952: AppType = 'apc-9952 [9952 - tcp|udp]'¶
[TCP] APC 9952
[UDP] APC 9952
- acis: AppType = 'acis [9953 - tcp|udp]'¶
[TCP] 9953
[UDP] 9953
- hinp: AppType = 'hinp [9954 - tcp]'¶
[TCP] HaloteC Instrument Network Protocol
- reserved_9954: AppType = 'reserved [9954 - udp]'¶
[UDP] Reserved
- 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
- reserved_9956: AppType = 'reserved [9956 - tcp]'¶
[TCP] Reserved
- alljoyn: AppType = 'alljoyn [9956 - udp]'¶
[UDP] Alljoyn Name Service
- odnsp: AppType = 'odnsp [9966 - tcp|udp]'¶
[TCP] OKI Data Network Setting Protocol
[UDP] OKI Data Network Setting Protocol
- xybrid_rt: AppType = 'xybrid-rt [9978 - tcp]'¶
[TCP] XYBRID RT Server
- reserved_9978: AppType = 'reserved [9978 - udp]'¶
[UDP] Reserved
- visweather: AppType = 'visweather [9979 - tcp]'¶
[TCP] Valley Information Systems Weather station data
- reserved_9979: AppType = 'reserved [9979 - udp]'¶
[UDP] Reserved
- unassigned_9980: AppType = 'unassigned [9980 - undefined]'¶
[N/A] Unassigned
- pumpkindb: AppType = 'pumpkindb [9981 - tcp]'¶
[TCP] Event sourcing database engine with a built-in programming language
- reserved_9981: AppType = 'reserved [9981 - udp]'¶
[UDP] Reserved
- dsm_scm_target: AppType = 'dsm-scm-target [9987 - tcp|udp]'¶
[TCP] DSM/SCM Target Interface
[UDP] DSM/SCM Target Interface
- nsesrvr: AppType = 'nsesrvr [9988 - tcp]'¶
[TCP] Software Essentials Secure HTTP server
- reserved_9988: AppType = 'reserved [9988 - udp]'¶
[UDP] Reserved
- osm_appsrvr: AppType = 'osm-appsrvr [9990 - tcp|udp]'¶
[TCP] OSM Applet Server
[UDP] OSM Applet Server
- osm_oev: AppType = 'osm-oev [9991 - tcp|udp]'¶
[TCP] OSM Event Server
[UDP] OSM Event Server
- palace_1: AppType = 'palace-1 [9992 - tcp|udp]'¶
[TCP] OnLive-1
[UDP] OnLive-1
- palace_2: AppType = 'palace-2 [9993 - tcp|udp]'¶
[TCP] OnLive-2
[UDP] OnLive-2
- palace_3: AppType = 'palace-3 [9994 - tcp|udp]'¶
[TCP] OnLive-3
[UDP] OnLive-3
- palace_4: AppType = 'palace-4 [9995 - tcp|udp]'¶
[TCP] Palace-4
[UDP] Palace-4
- palace_5: AppType = 'palace-5 [9996 - tcp|udp]'¶
[TCP] Palace-5
[UDP] Palace-5
- palace_6: AppType = 'palace-6 [9997 - tcp|udp]'¶
[TCP] Palace-6
[UDP] Palace-6
- distinct32: AppType = 'distinct32 [9998 - tcp|udp]'¶
[TCP] Distinct32
[UDP] Distinct32
- distinct: AppType = 'distinct [9999 - tcp|udp]'¶
[TCP] distinct
[UDP] distinct
- 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
- emcrmirccd: AppType = 'emcrmirccd [10004 - tcp]'¶
[TCP] EMC Replication Manager Client
- reserved_10004: AppType = 'reserved [10004 - udp]'¶
[UDP] Reserved
- emcrmird: AppType = 'emcrmird [10005 - tcp]'¶
[TCP] EMC Replication Manager Server
- reserved_10005: AppType = 'reserved [10005 - udp]'¶
[UDP] Reserved
- netapp_sync: AppType = 'netapp-sync [10006 - tcp]'¶
[TCP] Sync replication protocol among different NetApp platforms
- reserved_10006: AppType = 'reserved [10006 - udp]'¶
[UDP] Reserved
- mvs_capacity: AppType = 'mvs-capacity [10007 - tcp|udp]'¶
[TCP] MVS Capacity
[UDP] MVS Capacity
- octopus: AppType = 'octopus [10008 - tcp|udp]'¶
[TCP] Octopus Multiplexer
[UDP] Octopus Multiplexer
- swdtp_sv: AppType = 'swdtp-sv [10009 - tcp|udp]'¶
[TCP] Systemwalker Desktop Patrol
[UDP] Systemwalker Desktop Patrol
- rxapi: AppType = 'rxapi [10010 - tcp]'¶
[TCP] ooRexx rxapi services
- reserved_10010: AppType = 'reserved [10010 - udp]'¶
[UDP] Reserved
- abb_hw: AppType = 'abb-hw [10020 - tcp]'¶
[TCP] Hardware configuration and maintenance
- reserved_10020: AppType = 'reserved [10020 - udp]'¶
[UDP] Reserved
- cefd_vmp: AppType = 'cefd-vmp [10023 - udp]'¶
[UDP] Comtech EF-Data’s Vipersat Management Protocol
- reserved_10023: AppType = 'reserved [10023 - tcp]'¶
[TCP] Reserved
- zabbix_agent: AppType = 'zabbix-agent [10050 - tcp|udp]'¶
[TCP] Zabbix Agent
[UDP] Zabbix Agent
- zabbix_trapper: AppType = 'zabbix-trapper [10051 - tcp|udp]'¶
[TCP] Zabbix Trapper
[UDP] Zabbix Trapper
- qptlmd: AppType = 'qptlmd [10055 - tcp]'¶
[TCP] Quantapoint FLEXlm Licensing Service
- reserved_10055: AppType = 'reserved [10055 - udp]'¶
[UDP] Reserved
- amanda: AppType = 'amanda [10080 - tcp|udp]'¶
[TCP] Amanda
[UDP] Amanda
- famdc: AppType = 'famdc [10081 - tcp|udp]'¶
[TCP] FAM Archive Server
[UDP] FAM Archive Server
- itap_ddtp: AppType = 'itap-ddtp [10100 - tcp|udp]'¶
[TCP] VERITAS ITAP DDTP
[UDP] VERITAS ITAP DDTP
- ezmeeting_2: AppType = 'ezmeeting-2 [10101 - tcp|udp]'¶
[TCP] eZmeeting
[UDP] eZmeeting
- ezproxy_2: AppType = 'ezproxy-2 [10102 - tcp|udp]'¶
[TCP] eZproxy
[UDP] eZproxy
- ezrelay: AppType = 'ezrelay [10103 - tcp|udp]'¶
[TCP] eZrelay
[UDP] eZrelay
- 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
- reserved_10111: AppType = 'reserved [10111 - tcp]'¶
[TCP] Reserved
- nmea_onenet: AppType = 'nmea-onenet [10111 - udp]'¶
[UDP] NMEA OneNet multicast messaging
- unassigned_10112: AppType = 'unassigned [10112 - undefined]'¶
[N/A] Unassigned
- netiq_endpoint: AppType = 'netiq-endpoint [10113 - tcp|udp]'¶
[TCP] NetIQ Endpoint
[UDP] NetIQ Endpoint
- netiq_qcheck: AppType = 'netiq-qcheck [10114 - tcp|udp]'¶
[TCP] NetIQ Qcheck
[UDP] NetIQ Qcheck
- netiq_endpt: AppType = 'netiq-endpt [10115 - 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
- cimple: AppType = 'cimple [10125 - tcp]'¶
[TCP] HotLink CIMple REST API
- reserved_10125: AppType = 'reserved [10125 - udp]'¶
[UDP] Reserved
- bmc_perf_sd: AppType = 'bmc-perf-sd [10128 - tcp|udp]'¶
[TCP] BMC-PERFORM-SERVICE DAEMON
[UDP] BMC-PERFORM-SERVICE DAEMON
- bmc_gms: AppType = 'bmc-gms [10129 - tcp]'¶
[TCP] BMC General Manager Server
- reserved_10129: AppType = 'reserved [10129 - udp]'¶
[UDP] Reserved
- 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
- rsms: AppType = 'rsms [10201 - tcp]'¶
[TCP] Remote Server Management Service
- rscs: AppType = 'rscs [10201 - udp]'¶
[UDP] Remote Server Control and Test Service
- apollo_relay: AppType = 'apollo-relay [10252 - tcp|udp]'¶
[TCP] Apollo Relay Port
[UDP] Apollo Relay Port
- eapol_relay: AppType = 'eapol-relay [10253 - udp]'¶
[UDP] Relay of EAPOL frames
- reserved_10253: AppType = 'reserved [10253 - tcp]'¶
[TCP] Reserved
- axis_wimp_port: AppType = 'axis-wimp-port [10260 - tcp|udp]'¶
[TCP] Axis WIMP Port
[UDP] Axis WIMP Port
- tile_ml: AppType = 'tile-ml [10261 - tcp]'¶
[TCP] Tile remote machine learning
- reserved_10261: AppType = 'reserved [10261 - udp]'¶
[UDP] Reserved
- blocks: AppType = 'blocks [10288 - tcp|udp]'¶
[TCP] Blocks
[UDP] Blocks
- reserved_10321: AppType = 'reserved [10321 - tcp|udp]'¶
[TCP] Reserved
[UDP] Reserved
- bngsync: AppType = 'bngsync [10439 - udp]'¶
[UDP] BalanceNG session table synchronization protocol
- reserved_10439: AppType = 'reserved [10439 - tcp]'¶
[TCP] Reserved
- cirrossp: AppType = 'cirrossp [10443 - tcp]'¶
[TCP] CirrosSP Workstation Communication
- reserved_10443: AppType = 'reserved [10443 - udp]'¶
[UDP] Reserved
- reserved_10500: AppType = 'reserved [10500 - tcp]'¶
[TCP] Reserved
- 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
- serverdocs: AppType = 'serverdocs [10548 - tcp]'¶
[TCP] Apple Document Sharing Service
- reserved_10548: AppType = 'reserved [10548 - udp]'¶
[UDP] Reserved
- reserved_10631: AppType = 'reserved [10631 - udp]'¶
[UDP] Reserved
- 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]
- reserved_10809: AppType = 'reserved [10809 - udp]'¶
[UDP] Reserved
- reserved_10810: AppType = 'reserved [10810 - tcp]'¶
[TCP] Reserved
- nmc_disc: AppType = 'nmc-disc [10810 - udp]'¶
[UDP] Nuance Mobile Care Discovery
- helix: AppType = 'helix [10860 - tcp|udp]'¶
[TCP] Helix Client/Server
[UDP] Helix Client/Server
- 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
- reserved_10933: AppType = 'reserved [10933 - udp]'¶
[UDP] Reserved
- rmiaux: AppType = 'rmiaux [10990 - tcp|udp]'¶
[TCP] Auxiliary RMI Port
[UDP] Auxiliary RMI Port
- irisa: AppType = 'irisa [11000 - tcp|udp]'¶
[TCP] IRISA
[UDP] IRISA
- metasys: AppType = 'metasys [11001 - tcp|udp]'¶
[TCP] Metasys
[UDP] Metasys
- 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
- origo_sync: AppType = 'origo-sync [11103 - tcp]'¶
[TCP] OrigoDB Server Sync Interface
- reserved_11103: AppType = 'reserved [11103 - udp]'¶
[UDP] Reserved
- netapp_icmgmt: AppType = 'netapp-icmgmt [11104 - tcp]'¶
[TCP] NetApp Intercluster Management
- reserved_11104: AppType = 'reserved [11104 - udp]'¶
[UDP] Reserved
- netapp_icdata: AppType = 'netapp-icdata [11105 - tcp]'¶
[TCP] NetApp Intercluster Data
- reserved_11105: AppType = 'reserved [11105 - udp]'¶
[UDP] Reserved
- sgi_lk: AppType = 'sgi-lk [11106 - tcp|udp]'¶
[TCP] SGI LK Licensing service
[UDP] SGI LK Licensing service
- unassigned_11107: AppType = 'unassigned [11107 - undefined]'¶
[N/A] Unassigned
- myq_termlink: AppType = 'myq-termlink [11108 - udp]'¶
[UDP] Hardware Terminals Discovery and Low-Level Communication Protocol
- reserved_11108: AppType = 'reserved [11108 - tcp]'¶
[TCP] Reserved
- sgi_dmfmgr: AppType = 'sgi-dmfmgr [11109 - tcp]'¶
[TCP] Data migration facility Manager (DMF) is a browser based interface to DMF
- reserved_11109: AppType = 'reserved [11109 - udp]'¶
[UDP] Reserved
- sgi_soap: AppType = 'sgi-soap [11110 - tcp]'¶
[TCP] Data migration facility (DMF) SOAP is a web server protocol to support remote access to DMF
- reserved_11110: AppType = 'reserved [11110 - udp]'¶
[UDP] Reserved
- vce: AppType = 'vce [11111 - tcp|udp]'¶
[TCP] Viral Computing Environment (VCE)
[UDP] Viral Computing Environment (VCE)
- dicom: AppType = 'dicom [11112 - tcp|udp]'¶
[TCP] DICOM
[UDP] DICOM
- 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
- reserved_11171: AppType = 'reserved [11171 - tcp]'¶
[TCP] Reserved
- snss: AppType = 'snss [11171 - udp]'¶
[UDP] Surgical Notes Security Service Discovery (SNSS)
- oemcacao_jmxmp: AppType = 'oemcacao-jmxmp [11172 - tcp]'¶
[TCP] OEM cacao JMX-remoting access point
- reserved_11172: AppType = 'reserved [11172 - udp]'¶
[UDP] Reserved
- t5_straton: AppType = 't5-straton [11173 - tcp]'¶
[TCP] Straton Runtime Programing
- reserved_11173: AppType = 'reserved [11173 - udp]'¶
[UDP] Reserved
- oemcacao_rmi: AppType = 'oemcacao-rmi [11174 - tcp]'¶
[TCP] OEM cacao rmi registry access point
- reserved_11174: AppType = 'reserved [11174 - udp]'¶
[UDP] Reserved
- oemcacao_websvc: AppType = 'oemcacao-websvc [11175 - tcp]'¶
[TCP] OEM cacao web service access point
- reserved_11175: AppType = 'reserved [11175 - udp]'¶
[UDP] Reserved
- smsqp: AppType = 'smsqp [11201 - tcp|udp]'¶
[TCP] smsqp
[UDP] smsqp
- dcsl_backup: AppType = 'dcsl-backup [11202 - tcp]'¶
[TCP] DCSL Network Backup Services
- reserved_11202: AppType = 'reserved [11202 - udp]'¶
[UDP] Reserved
- wifree: AppType = 'wifree [11208 - tcp|udp]'¶
[TCP] WiFree Service
[UDP] WiFree Service
- 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
- reserved_11235: AppType = 'reserved [11235 - udp]'¶
[UDP] Reserved
- imip: AppType = 'imip [11319 - tcp|udp]'¶
[TCP] IMIP
[UDP] IMIP
- 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
- atm_uhas: AppType = 'atm-uhas [11367 - tcp|udp]'¶
[TCP] ATM UHAS
[UDP] ATM UHAS
- hkp: AppType = 'hkp [11371 - tcp|udp]'¶
[TCP] OpenPGP HTTP Keyserver
[UDP] OpenPGP HTTP Keyserver
- lsdp: AppType = 'lsdp [11430 - udp]'¶
[UDP] Lenbrook Service Discovery Protocol
- reserved_11430: AppType = 'reserved [11430 - tcp]'¶
[TCP] Reserved
- asgcypresstcps: AppType = 'asgcypresstcps [11489 - tcp]'¶
[TCP] ASG Cypress Secure Only
- reserved_11489: AppType = 'reserved [11489 - udp]'¶
[UDP] Reserved
- tempest_port: AppType = 'tempest-port [11600 - tcp|udp]'¶
[TCP] Tempest Protocol Port
[UDP] Tempest Protocol Port
- emc_xsw_dconfig: AppType = 'emc-xsw-dconfig [11623 - tcp]'¶
[TCP] EMC XtremSW distributed config
- reserved_11623: AppType = 'reserved [11623 - udp]'¶
[UDP] Reserved
- 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
- intrepid_ssl: AppType = 'intrepid-ssl [11751 - tcp|udp]'¶
[TCP] Intrepid SSL
[UDP] Intrepid SSL
- lanschool: AppType = 'lanschool [11796 - tcp]'¶
[TCP] LanSchool
- lanschool_mpt: AppType = 'lanschool-mpt [11796 - udp]'¶
[UDP] Lanschool Multipoint
- xoraya: AppType = 'xoraya [11876 - tcp|udp]'¶
[TCP] X2E Xoraya Multichannel protocol
[UDP] X2E Xoraya Multichannel protocol
- reserved_11877: AppType = 'reserved [11877 - tcp]'¶
[TCP] Reserved
- x2e_disc: AppType = 'x2e-disc [11877 - udp]'¶
[UDP] X2E service discovery protocol
- sysinfo_sp: AppType = 'sysinfo-sp [11967 - tcp|udp]'¶
[TCP] SysInfo Service Protocol
[UDP] SysInfo Service Protocol
- tibsd: AppType = 'tibsd [11971 - tcp]'¶
[TCP] TiBS Service
- reserved_11971: AppType = 'reserved [11971 - udp]'¶
[UDP] Reserved
- wmereceiving: AppType = 'wmereceiving [11997 - sctp]'¶
[SCTP] WorldMailExpress
- wmedistribution: AppType = 'wmedistribution [11998 - sctp]'¶
[SCTP] WorldMailExpress
- wmereporting: AppType = 'wmereporting [11999 - sctp]'¶
[SCTP] WorldMailExpress
- 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
- reserved_12009: AppType = 'reserved [12009 - tcp]'¶
[TCP] Reserved
- ghvpn: AppType = 'ghvpn [12009 - udp]'¶
[UDP] Green Hills VPN
- edbsrvr: AppType = 'edbsrvr [12010 - tcp]'¶
[TCP] ElevateDB Server
- reserved_12010: AppType = 'reserved [12010 - udp]'¶
[UDP] Reserved
- unassigned_12011: AppType = 'unassigned [12011 - undefined]'¶
[N/A] Unassigned
- 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
- rets_ssl: AppType = 'rets-ssl [12109 - tcp|udp]'¶
[TCP] RETS over SSL
[UDP] RETS over SSL
- nupaper_ss: AppType = 'nupaper-ss [12121 - tcp|udp]'¶
[TCP] NuPaper Session Service
[UDP] NuPaper Session Service
- cawas: AppType = 'cawas [12168 - tcp|udp]'¶
[TCP] CA Web Access Service
[UDP] CA Web Access Service
- hivep: AppType = 'hivep [12172 - tcp|udp]'¶
[TCP] HiveP
[UDP] HiveP
- linogridengine: AppType = 'linogridengine [12300 - tcp|udp]'¶
[TCP] LinoGrid Engine
[UDP] LinoGrid Engine
- unassigned_12301: AppType = 'unassigned [12301 - undefined]'¶
[N/A] Unassigned
- 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
- reserved_12302: AppType = 'reserved [12302 - udp]'¶
[UDP] Reserved
- 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
- italk: AppType = 'italk [12345 - tcp|udp]'¶
[TCP] Italk Chat System
[UDP] Italk Chat System
- carb_repl_ctrl: AppType = 'carb-repl-ctrl [12546 - tcp]'¶
[TCP] Carbonite Server Replication Control
- reserved_12546: AppType = 'reserved [12546 - udp]'¶
[UDP] Reserved
- tsaf: AppType = 'tsaf [12753 - tcp|udp]'¶
[TCP] tsaf port
[UDP] tsaf port
- netperf: AppType = 'netperf [12865 - tcp]'¶
[TCP] control port for the netperf benchmark
- reserved_12865: AppType = 'reserved [12865 - udp]'¶
[UDP] Reserved
- i_zipqd: AppType = 'i-zipqd [13160 - tcp|udp]'¶
[TCP] I-ZIPQD
[UDP] I-ZIPQD
- 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
- emc_vcas_tcp: AppType = 'emc-vcas-tcp [13218 - tcp]'¶
[TCP] EMC Virtual CAS Service
- emc_vcas_udp: AppType = 'emc-vcas-udp [13218 - udp]'¶
[UDP] EMV Virtual CAS Service Discovery
- powwow_client: AppType = 'powwow-client [13223 - tcp|udp]'¶
[TCP] PowWow Client
[UDP] PowWow Client
- powwow_server: AppType = 'powwow-server [13224 - tcp|udp]'¶
[TCP] PowWow Server
[UDP] PowWow Server
- doip_data: AppType = 'doip-data [13400 - tcp]'¶
[TCP] DoIP Data
- doip_disc: AppType = 'doip-disc [13400 - udp]'¶
[UDP] DoIP Discovery
- 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
- unassigned_13723: AppType = 'unassigned [13723 - undefined]'¶
[N/A] Unassigned
- vnetd: AppType = 'vnetd [13724 - tcp|udp]'¶
[TCP] Veritas Network Utility
[UDP] Veritas Network Utility
- bpcd: AppType = 'bpcd [13782 - tcp|udp]'¶
[TCP] VERITAS NetBackup
[UDP] VERITAS NetBackup
- vopied: AppType = 'vopied [13783 - tcp|udp]'¶
[TCP] VOPIED Protocol
[UDP] VOPIED Protocol
- unassigned_13784: AppType = 'unassigned [13784 - undefined]'¶
[N/A] Unassigned
- nbdb: AppType = 'nbdb [13785 - tcp|udp]'¶
[TCP] NetBackup Database
[UDP] NetBackup Database
- nomdb: AppType = 'nomdb [13786 - tcp|udp]'¶
[TCP] Veritas-nomdb
[UDP] Veritas-nomdb
- 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]
- bmdss: AppType = 'bmdss [13823 - tcp]'¶
[TCP] Blackmagic Design Streaming Server
- reserved_13823: AppType = 'reserved [13823 - udp]'¶
[UDP] Reserved
- a_trust_rpc: AppType = 'a-trust-rpc [13832 - tcp]'¶
[TCP] Certificate Management and Issuing
- reserved_13832: AppType = 'reserved [13832 - udp]'¶
[UDP] Reserved
- ucontrol: AppType = 'ucontrol [13894 - tcp|udp]'¶
[TCP] Ultimate Control communication protocol
[UDP] Ultimate Control communication protocol
- dta_systems: AppType = 'dta-systems [13929 - tcp|udp]'¶
[TCP] D-TA SYSTEMS
[UDP] D-TA SYSTEMS
- medevolve: AppType = 'medevolve [13930 - tcp]'¶
[TCP] MedEvolve Port Requester
- reserved_13930: AppType = 'reserved [13930 - udp]'¶
[UDP] Reserved
- scotty_ft: AppType = 'scotty-ft [14000 - tcp|udp]'¶
[TCP] SCOTTY High-Speed Filetransfer
[UDP] SCOTTY High-Speed Filetransfer
- sua: AppType = 'sua [14001 - tcp|udp|sctp]'¶
[TCP] SUA
[UDP] De-Registered
[SCTP] SUA
- scotty_disc: AppType = 'scotty-disc [14002 - udp]'¶
[UDP] Discovery of a SCOTTY hardware codec board
- reserved_14002: AppType = 'reserved [14002 - tcp]'¶
[TCP] Reserved
- 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
- vcs_app: AppType = 'vcs-app [14141 - tcp|udp]'¶
[TCP] VCS Application
[UDP] VCS Application
- icpp: AppType = 'icpp [14142 - tcp|udp]'¶
[TCP] IceWall Cert Protocol
[UDP] IceWall Cert Protocol
- icpps: AppType = 'icpps [14143 - tcp]'¶
[TCP] IceWall Cert Protocol over TLS
- reserved_14143: AppType = 'reserved [14143 - udp]'¶
[UDP] Reserved
- unassigned_14144: AppType = 'unassigned [14144 - undefined]'¶
[N/A] Unassigned
- gcm_app: AppType = 'gcm-app [14145 - tcp|udp]'¶
[TCP] GCM Application
[UDP] GCM Application
- vrts_tdd: AppType = 'vrts-tdd [14149 - tcp|udp]'¶
[TCP] Veritas Traffic Director
[UDP] Veritas Traffic Director
- vcscmd: AppType = 'vcscmd [14150 - tcp]'¶
[TCP] Veritas Cluster Server Command Server
- reserved_14150: AppType = 'reserved [14150 - udp]'¶
[UDP] Reserved
- vad: AppType = 'vad [14154 - tcp|udp]'¶
[TCP] Veritas Application Director
[UDP] Veritas Application Director
- cps: AppType = 'cps [14250 - tcp|udp]'¶
[TCP] Fencing Server
[UDP] Fencing Server
- ca_web_update: AppType = 'ca-web-update [14414 - tcp|udp]'¶
[TCP] CA eTrust Web Update Service
[UDP] CA eTrust Web Update Service
- xpra: AppType = 'xpra [14500 - tcp]'¶
[TCP] xpra network protocol
- reserved_14500: AppType = 'reserved [14500 - udp]'¶
[UDP] Reserved
- hde_lcesrvr_1: AppType = 'hde-lcesrvr-1 [14936 - tcp|udp]'¶
[TCP] hde-lcesrvr-1
[UDP] hde-lcesrvr-1
- hde_lcesrvr_2: AppType = 'hde-lcesrvr-2 [14937 - tcp|udp]'¶
[TCP] hde-lcesrvr-2
[UDP] hde-lcesrvr-2
- hydap: AppType = 'hydap [15000 - tcp|udp]'¶
[TCP] Hypack Data Aquisition
[UDP] Hypack Data Aquisition
- unassigned_15001: AppType = 'unassigned [15001 - undefined]'¶
[N/A] Unassigned
- onep_tls: AppType = 'onep-tls [15002 - tcp]'¶
[TCP] Open Network Environment TLS
- reserved_15002: AppType = 'reserved [15002 - udp]'¶
[UDP] Reserved
- reserved_15118: AppType = 'reserved [15118 - tcp]'¶
[TCP] Reserved
- v2g_secc: AppType = 'v2g-secc [15118 - udp]'¶
[UDP] v2g Supply Equipment Communication Controller Discovery Protocol
- xpilot: AppType = 'xpilot [15345 - tcp|udp]'¶
[TCP] XPilot Contact Port
[UDP] XPilot Contact Port
- AppType_3link: AppType = '3link [15363 - tcp|udp]'¶
[TCP] 3Link Negotiation
[UDP] 3Link Negotiation
- 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
- reserved_15998: AppType = 'reserved [15998 - tcp]'¶
[TCP] Reserved
- AppType_2ping: AppType = '2ping [15998 - udp]'¶
[UDP] 2ping Bi-Directional Ping Service
- programmar: AppType = 'programmar [15999 - tcp]'¶
[TCP] ProGrammar Enterprise
- reserved_15999: AppType = 'reserved [15999 - udp]'¶
[UDP] Reserved
- fmsas: AppType = 'fmsas [16000 - tcp]'¶
[TCP] Administration Server Access
- reserved_16000: AppType = 'reserved [16000 - udp]'¶
[UDP] Reserved
- fmsascon: AppType = 'fmsascon [16001 - tcp]'¶
[TCP] Administration Server Connector
- reserved_16001: AppType = 'reserved [16001 - udp]'¶
[UDP] Reserved
- gsms: AppType = 'gsms [16002 - tcp]'¶
[TCP] GoodSync Mediation Service
- reserved_16002: AppType = 'reserved [16002 - udp]'¶
[UDP] Reserved
- reserved_16003: AppType = 'reserved [16003 - tcp]'¶
[TCP] Reserved
- alfin: AppType = 'alfin [16003 - udp]'¶
[UDP] Automation and Control by REGULACE.ORG
- jwpc: AppType = 'jwpc [16020 - tcp]'¶
[TCP] Filemaker Java Web Publishing Core
- reserved_16020: AppType = 'reserved [16020 - udp]'¶
[UDP] Reserved
- jwpc_bin: AppType = 'jwpc-bin [16021 - tcp]'¶
[TCP] Filemaker Java Web Publishing Core Binary
- reserved_16021: AppType = 'reserved [16021 - udp]'¶
[UDP] Reserved
- 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
- reserved_16162: AppType = 'reserved [16162 - udp]'¶
[UDP] Reserved
- etb4j: AppType = 'etb4j [16309 - tcp|udp]'¶
[TCP] etb4j
[UDP] etb4j
- 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
- connected: AppType = 'connected [16384 - tcp|udp]'¶
[TCP] Connected Corp
[UDP] Connected Corp
- rdgs: AppType = 'rdgs [16385 - tcp]'¶
[TCP] Reliable Datagram Sockets
- reserved_16385: AppType = 'reserved [16385 - udp]'¶
[UDP] Reserved
- xoms: AppType = 'xoms [16619 - tcp]'¶
[TCP] X509 Objects Management Service
- reserved_16619: AppType = 'reserved [16619 - udp]'¶
[UDP] Reserved
- axon_tunnel: AppType = 'axon-tunnel [16665 - tcp]'¶
[TCP] Reliable multipath data transport for high latencies
- reserved_16665: AppType = 'reserved [16665 - udp]'¶
[UDP] Reserved
- reserved_16666: AppType = 'reserved [16666 - tcp]'¶
[TCP] Reserved
- vtp: AppType = 'vtp [16666 - udp]'¶
[UDP] Vidder Tunnel Protocol
- cadsisvr: AppType = 'cadsisvr [16789 - tcp]'¶
[TCP] This server provides callable services to mainframe External Security Managers from any TCP/IP platform
- reserved_16789: AppType = 'reserved [16789 - udp]'¶
[UDP] Reserved
- 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
- intel_rci_mp: AppType = 'intel-rci-mp [16991 - tcp|udp]'¶
[TCP] INTEL-RCI-MP
[UDP] INTEL-RCI-MP
- 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
- isode_dua: AppType = 'isode-dua [17007 - tcp|udp]'¶
[TCP]
[UDP]
- ncpu: AppType = 'ncpu [17010 - tcp]'¶
[TCP] Plan 9 cpu port
- reserved_17010: AppType = 'reserved [17010 - udp]'¶
[UDP] Reserved
- vestasdlp: AppType = 'vestasdlp [17184 - tcp]'¶
[TCP] Vestas Data Layer Protocol
- reserved_17184: AppType = 'reserved [17184 - udp]'¶
[UDP] Reserved
- soundsvirtual: AppType = 'soundsvirtual [17185 - tcp|udp]'¶
[TCP] Sounds Virtual
[UDP] Sounds Virtual
- chipper: AppType = 'chipper [17219 - tcp|udp]'¶
[TCP] Chipper
[UDP] Chipper
- 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
- reserved_17222: AppType = 'reserved [17222 - tcp]'¶
[TCP] Reserved
- cpsp: AppType = 'cpsp [17222 - udp]'¶
[UDP] Control Plane Synchronization Protocol (SPSP)
- 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
- reserved_17223: AppType = 'reserved [17223 - udp]'¶
[UDP] Reserved
- trdp_pd: AppType = 'trdp-pd [17224 - udp]'¶
[UDP] Train Realtime Data Protocol (TRDP) Process Data
- reserved_17224: AppType = 'reserved [17224 - tcp]'¶
[TCP] Reserved
- 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
- ssh_mgmt: AppType = 'ssh-mgmt [17235 - tcp|udp]'¶
[TCP] SSH Tectia Manager
[UDP] SSH Tectia Manager
- db_lsp: AppType = 'db-lsp [17500 - tcp]'¶
[TCP] Dropbox LanSync Protocol
- db_lsp_disc: AppType = 'db-lsp-disc [17500 - udp]'¶
[UDP] Dropbox LanSync Discovery
- ailith: AppType = 'ailith [17555 - tcp]'¶
[TCP] Ailith management of routers
- reserved_17555: AppType = 'reserved [17555 - udp]'¶
[UDP] Reserved
- ea: AppType = 'ea [17729 - tcp|udp]'¶
[TCP] Eclipse Aviation
[UDP] Eclipse Aviation
- zep: AppType = 'zep [17754 - tcp|udp]'¶
[TCP] Encap. ZigBee Packets
[UDP] Encap. ZigBee Packets
- 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
- sw_orion: AppType = 'sw-orion [17777 - tcp]'¶
[TCP] SolarWinds Orion
- reserved_17777: AppType = 'reserved [17777 - udp]'¶
[UDP] Reserved
[TCP] Beckman Instruments, Inc.
[UDP] Beckman Instruments, Inc.
- radpdf: AppType = 'radpdf [18104 - tcp]'¶
[TCP] RAD PDF Service
- reserved_18104: AppType = 'reserved [18104 - udp]'¶
[UDP] Reserved
- racf: AppType = 'racf [18136 - tcp]'¶
[TCP] z/OS Resource Access Control Facility
- reserved_18136: AppType = 'reserved [18136 - udp]'¶
[UDP] Reserved
- opsec_cvp: AppType = 'opsec-cvp [18181 - tcp|udp]'¶
[TCP] OPSEC CVP
[UDP] OPSEC CVP
- opsec_ufp: AppType = 'opsec-ufp [18182 - tcp|udp]'¶
[TCP] OPSEC UFP
[UDP] OPSEC UFP
- opsec_sam: AppType = 'opsec-sam [18183 - tcp|udp]'¶
[TCP] OPSEC SAM
[UDP] OPSEC SAM
- opsec_lea: AppType = 'opsec-lea [18184 - tcp|udp]'¶
[TCP] OPSEC LEA
[UDP] OPSEC LEA
- opsec_omi: AppType = 'opsec-omi [18185 - tcp|udp]'¶
[TCP] OPSEC OMI
[UDP] OPSEC OMI
- ohsc: AppType = 'ohsc [18186 - tcp|udp]'¶
[TCP] Occupational Health SC
[UDP] Occupational Health Sc
- opsec_ela: AppType = 'opsec-ela [18187 - tcp|udp]'¶
[TCP] OPSEC ELA
[UDP] OPSEC ELA
- checkpoint_rtm: AppType = 'checkpoint-rtm [18241 - tcp|udp]'¶
[TCP] Check Point RTM
[UDP] Check Point RTM
- iclid: AppType = 'iclid [18242 - tcp]'¶
[TCP] Checkpoint router monitoring
- reserved_18242: AppType = 'reserved [18242 - udp]'¶
[UDP] Reserved
- clusterxl: AppType = 'clusterxl [18243 - tcp]'¶
[TCP] Checkpoint router state backup
- reserved_18243: AppType = 'reserved [18243 - udp]'¶
[UDP] Reserved
- gv_pf: AppType = 'gv-pf [18262 - tcp|udp]'¶
[TCP] GV NetConfig Service
[UDP] GV NetConfig Service
- ac_cluster: AppType = 'ac-cluster [18463 - tcp|udp]'¶
[TCP] AC Cluster
[UDP] AC Cluster
- reserved_18516: AppType = 'reserved [18516 - tcp]'¶
[TCP] Reserved
- heythings: AppType = 'heythings [18516 - udp]'¶
[UDP] HeyThings Device communicate service
- 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
- ique: AppType = 'ique [18769 - tcp|udp]'¶
[TCP] IQue Protocol
[UDP] IQue Protocol
- infotos: AppType = 'infotos [18881 - tcp|udp]'¶
[TCP] Infotos
[UDP] Infotos
- apc_necmp: AppType = 'apc-necmp [18888 - tcp|udp]'¶
[TCP] APCNECMP
[UDP] APCNECMP
- igrid: AppType = 'igrid [19000 - tcp|udp]'¶
[TCP] iGrid Server
[UDP] iGrid Server
- scintilla: AppType = 'scintilla [19007 - tcp|udp]'¶
[TCP] Scintilla protocol for device services
[UDP] Scintilla protocol for device services
- j_link: AppType = 'j-link [19020 - tcp]'¶
[TCP] J-Link TCP/IP Protocol
- reserved_19020: AppType = 'reserved [19020 - udp]'¶
[UDP] Reserved
- opsec_uaa: AppType = 'opsec-uaa [19191 - tcp|udp]'¶
[TCP] OPSEC UAA
[UDP] OPSEC UAA
- ua_secureagent: AppType = 'ua-secureagent [19194 - tcp|udp]'¶
[TCP] UserAuthority SecureAgent
[UDP] UserAuthority SecureAgent
- cora: AppType = 'cora [19220 - tcp]'¶
[TCP] Client Connection Management and Data Exchange Service
- 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
- mtrgtrans: AppType = 'mtrgtrans [19398 - tcp|udp]'¶
[TCP] mtrgtrans
[UDP] mtrgtrans
- hp_sco: AppType = 'hp-sco [19410 - tcp|udp]'¶
[TCP] hp-sco
[UDP] hp-sco
- hp_sca: AppType = 'hp-sca [19411 - tcp|udp]'¶
[TCP] hp-sca
[UDP] hp-sca
- hp_sessmon: AppType = 'hp-sessmon [19412 - tcp|udp]'¶
[TCP] HP-SESSMON
[UDP] HP-SESSMON
- fxuptp: AppType = 'fxuptp [19539 - tcp|udp]'¶
[TCP] FXUPTP
[UDP] FXUPTP
- sxuptp: AppType = 'sxuptp [19540 - tcp|udp]'¶
[TCP] SXUPTP
[UDP] SXUPTP
- jcp: AppType = 'jcp [19541 - tcp|udp]'¶
[TCP] JCP Client
[UDP] JCP Client
- mle: AppType = 'mle [19788 - udp]'¶
[UDP] Mesh Link Establishment
- reserved_19788: AppType = 'reserved [19788 - tcp]'¶
[TCP] Reserved
- unassigned_19789: AppType = 'unassigned [19789 - undefined]'¶
[N/A] Unassigned
- faircom_db: AppType = 'faircom-db [19790 - tcp]'¶
[TCP] FairCom Database
- reserved_19790: AppType = 'reserved [19790 - udp]'¶
[UDP] Reserved
- iec_104_sec: AppType = 'iec-104-sec [19998 - tcp]'¶
[TCP] IEC 60870-5-104 process control - secure
- reserved_19998: AppType = 'reserved [19998 - udp]'¶
[UDP] Reserved
- 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
- microsan: AppType = 'microsan [20001 - tcp|udp]'¶
[TCP] MicroSAN
[UDP] MicroSAN
- commtact_http: AppType = 'commtact-http [20002 - tcp|udp]'¶
[TCP] Commtact HTTP
[UDP] Commtact HTTP
- commtact_https: AppType = 'commtact-https [20003 - tcp|udp]'¶
[TCP] Commtact HTTPS
[UDP] Commtact HTTPS
- unassigned_20004: AppType = 'unassigned [20004 - undefined]'¶
[N/A] Unassigned
- openwebnet: AppType = 'openwebnet [20005 - tcp|udp]'¶
[TCP] OpenWebNet protocol for electric network
[UDP] OpenWebNet protocol for electric network
- reserved_20012: AppType = 'reserved [20012 - tcp]'¶
[TCP] Reserved
- ss_idi_disc: AppType = 'ss-idi-disc [20012 - udp]'¶
[UDP] Samsung Interdevice Interaction discovery
- ss_idi: AppType = 'ss-idi [20013 - tcp]'¶
[TCP] Samsung Interdevice Interaction
- reserved_20013: AppType = 'reserved [20013 - udp]'¶
[UDP] Reserved
- 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
- mountd: AppType = 'mountd [20048 - tcp|udp]'¶
[TCP] NFS mount protocol
[UDP] NFS mount protocol
- nfsrdma: AppType = 'nfsrdma [20049 - tcp|udp|sctp]'¶
- avesterra: AppType = 'avesterra [20057 - tcp]'¶
[TCP] AvesTerra Hypergraph Transfer Protocol (HGTP)
- reserved_20057: AppType = 'reserved [20057 - udp]'¶
[UDP] Reserved
- tolfab: AppType = 'tolfab [20167 - tcp|udp]'¶
[TCP] TOLfab Data Change
[UDP] TOLfab Data Change
- ipdtp_port: AppType = 'ipdtp-port [20202 - tcp|udp]'¶
[TCP] IPD Tunneling Port
[UDP] IPD Tunneling Port
- ipulse_ics: AppType = 'ipulse-ics [20222 - tcp|udp]'¶
[TCP] iPulse-ICS
[UDP] iPulse-ICS
- emwavemsg: AppType = 'emwavemsg [20480 - tcp|udp]'¶
[TCP] emWave Message Service
[UDP] emWave Message Service
- track: AppType = 'track [20670 - tcp|udp]'¶
[TCP] Track
[UDP] Track
- crtech_nlm: AppType = 'crtech-nlm [20810 - tcp]'¶
[TCP] CRTech NLM
- reserved_20810: AppType = 'reserved [20810 - udp]'¶
[UDP] Reserved
- athand_mmp: AppType = 'athand-mmp [20999 - tcp|udp]'¶
[TCP] At Hand MMP
[UDP] AT Hand MMP
- irtrans: AppType = 'irtrans [21000 - tcp|udp]'¶
[TCP] IRTrans Control
[UDP] IRTrans Control
- notezilla_lan: AppType = 'notezilla-lan [21010 - tcp]'¶
[TCP] Notezilla.Lan Server
- reserved_21010: AppType = 'reserved [21010 - udp]'¶
[UDP] Reserved
- trinket_agent: AppType = 'trinket-agent [21212 - tcp]'¶
[TCP] Distributed artificial intelligence
- reserved_21212: AppType = 'reserved [21212 - udp]'¶
[UDP] Reserved
- cohesity_agent: AppType = 'cohesity-agent [21213 - tcp]'¶
[TCP] Cohesity backup agents
- reserved_21213: AppType = 'reserved [21213 - udp]'¶
[UDP] Reserved
- aigairserver: AppType = 'aigairserver [21221 - tcp]'¶
[TCP] Services for Air Server
- reserved_21221: AppType = 'reserved [21221 - udp]'¶
[UDP] Reserved
- rdm_tfs: AppType = 'rdm-tfs [21553 - tcp]'¶
[TCP] Raima RDM TFS
- reserved_21553: AppType = 'reserved [21553 - udp]'¶
[UDP] Reserved
- dfserver: AppType = 'dfserver [21554 - tcp|udp]'¶
[TCP] MineScape Design File Server
[UDP] MineScape Design File Server
- vofr_gateway: AppType = 'vofr-gateway [21590 - tcp|udp]'¶
[TCP] VoFR Gateway
[UDP] VoFR Gateway
- tvpm: AppType = 'tvpm [21800 - tcp|udp]'¶
[TCP] TVNC Pro Multiplexing
[UDP] TVNC Pro Multiplexing
- sal: AppType = 'sal [21801 - tcp]'¶
[TCP] Safe AutoLogon
- webphone: AppType = 'webphone [21845 - tcp|udp]'¶
[TCP] webphone
[UDP] webphone
- 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
- snapenetio: AppType = 'snapenetio [22000 - tcp|udp]'¶
[TCP] SNAPenetIO
[UDP] SNAPenetIO
- optocontrol: AppType = 'optocontrol [22001 - tcp|udp]'¶
[TCP] OptoControl
[UDP] OptoControl
- 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
- dcap: AppType = 'dcap [22125 - tcp]'¶
[TCP] dCache Access Protocol
- reserved_22125: AppType = 'reserved [22125 - udp]'¶
[UDP] Reserved
- gsidcap: AppType = 'gsidcap [22128 - tcp]'¶
[TCP] GSI dCache Access Protocol
- reserved_22128: AppType = 'reserved [22128 - udp]'¶
[UDP] Reserved
- easyengine: AppType = 'easyengine [22222 - tcp]'¶
[TCP] EasyEngine is CLI tool to manage WordPress Sites on Nginx server
- reserved_22222: AppType = 'reserved [22222 - udp]'¶
[UDP] Reserved
- wnn6: AppType = 'wnn6 [22273 - tcp|udp]'¶
[TCP] wnn6
[UDP] wnn6
- cis: AppType = 'cis [22305 - tcp|udp]'¶
[TCP] CompactIS Tunnel
[UDP] CompactIS Tunnel
- showcockpit_net: AppType = 'showcockpit-net [22333 - tcp|udp]'¶
[TCP] ShowCockpit Networking
[UDP] ShowCockpit Networking
- unassigned_22334: AppType = 'unassigned [22334 - undefined]'¶
[N/A] Unassigned
- 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
- reserved_22351: AppType = 'reserved [22351 - udp]'¶
[UDP] Reserved
- caldsoft_backup: AppType = 'caldsoft-backup [22537 - tcp]'¶
[TCP] CaldSoft Backup server file transfer
- reserved_22537: AppType = 'reserved [22537 - udp]'¶
[UDP] Reserved
- vocaltec_wconf: AppType = 'vocaltec-wconf [22555 - tcp]'¶
[TCP] Vocaltec Web Conference
- vocaltec_phone: AppType = 'vocaltec-phone [22555 - udp]'¶
[UDP] Vocaltec Internet Phone
- 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
- gntp: AppType = 'gntp [23053 - tcp]'¶
[TCP] Generic Notification Transport Protocol
- reserved_23053: AppType = 'reserved [23053 - udp]'¶
[UDP] Reserved
- reserved_23272: AppType = 'reserved [23272 - tcp]'¶
[TCP] Reserved
- s102: AppType = 's102 [23272 - udp]'¶
[UDP] S102 application
- AppType_5afe_dir: AppType = '5afe-dir [23294 - tcp]'¶
[TCP] 5AFE SDN Directory
- AppType_5afe_disc: AppType = '5afe-disc [23294 - udp]'¶
[UDP] 5AFE SDN Directory discovery
- elxmgmt: AppType = 'elxmgmt [23333 - tcp|udp]'¶
[TCP] Emulex HBAnyware Remote Management
[UDP] Emulex HBAnyware Remote Management
- novar_dbase: AppType = 'novar-dbase [23400 - tcp|udp]'¶
[TCP] Novar Data
[UDP] Novar Data
- novar_alarm: AppType = 'novar-alarm [23401 - tcp|udp]'¶
[TCP] Novar Alarm
[UDP] Novar Alarm
- novar_global: AppType = 'novar-global [23402 - tcp|udp]'¶
[TCP] Novar Global
[UDP] Novar Global
- aequus: AppType = 'aequus [23456 - tcp]'¶
[TCP] Aequus Service
- reserved_23456: AppType = 'reserved [23456 - udp]'¶
[UDP] Reserved
- aequus_alt: AppType = 'aequus-alt [23457 - tcp]'¶
[TCP] Aequus Service Mgmt
- reserved_23457: AppType = 'reserved [23457 - udp]'¶
[UDP] Reserved
- areaguard_neo: AppType = 'areaguard-neo [23546 - tcp]'¶
[TCP] AreaGuard Neo - WebServer
- reserved_23546: AppType = 'reserved [23546 - udp]'¶
[UDP] Reserved
- med_ltp: AppType = 'med-ltp [24000 - tcp|udp]'¶
[TCP] med-ltp
[UDP] med-ltp
- med_fsp_rx: AppType = 'med-fsp-rx [24001 - tcp|udp]'¶
[TCP] med-fsp-rx
[UDP] med-fsp-rx
- med_fsp_tx: AppType = 'med-fsp-tx [24002 - tcp|udp]'¶
[TCP] med-fsp-tx
[UDP] med-fsp-tx
- med_supp: AppType = 'med-supp [24003 - tcp|udp]'¶
[TCP] med-supp
[UDP] med-supp
- med_ovw: AppType = 'med-ovw [24004 - tcp|udp]'¶
[TCP] med-ovw
[UDP] med-ovw
- med_ci: AppType = 'med-ci [24005 - tcp|udp]'¶
[TCP] med-ci
[UDP] med-ci
- med_net_svc: AppType = 'med-net-svc [24006 - tcp|udp]'¶
[TCP] med-net-svc
[UDP] med-net-svc
- filesphere: AppType = 'filesphere [24242 - tcp|udp]'¶
[TCP] fileSphere
[UDP] fileSphere
- vista_4gl: AppType = 'vista-4gl [24249 - tcp|udp]'¶
[TCP] Vista 4GL
[UDP] Vista 4GL
- ild: AppType = 'ild [24321 - tcp|udp]'¶
[TCP] Isolv Local Directory
[UDP] Isolv Local Directory
- hid: AppType = 'hid [24322 - udp]'¶
[UDP] Transport of Human Interface Device data streams
- reserved_24322: AppType = 'reserved [24322 - tcp]'¶
[TCP] Reserved
- vrmg_ip: AppType = 'vrmg-ip [24323 - tcp]'¶
[TCP] Verimag mobile class protocol over TCP
- reserved_24323: AppType = 'reserved [24323 - udp]'¶
[UDP] Reserved
- 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
- binkp: AppType = 'binkp [24554 - tcp|udp]'¶
[TCP] BINKP
[UDP] BINKP
- bilobit: AppType = 'bilobit [24577 - tcp]'¶
[TCP] bilobit Service
- bilobit_update: AppType = 'bilobit-update [24577 - udp]'¶
[UDP] bilobit Service Update
- sdtvwcam: AppType = 'sdtvwcam [24666 - tcp]'¶
[TCP] Service used by SmarDTV to communicate between a CAM and a second screen application
- reserved_24666: AppType = 'reserved [24666 - udp]'¶
[UDP] Reserved
- canditv: AppType = 'canditv [24676 - tcp|udp]'¶
[TCP] Canditv Message Service
[UDP] Canditv Message Service
- flashfiler: AppType = 'flashfiler [24677 - tcp|udp]'¶
[TCP] FlashFiler
[UDP] FlashFiler
- proactivate: AppType = 'proactivate [24678 - tcp|udp]'¶
[TCP] Turbopower Proactivate
[UDP] Turbopower Proactivate
- unassigned_24679: AppType = 'unassigned [24679 - undefined]'¶
[N/A] Unassigned
- tcc_http: AppType = 'tcc-http [24680 - tcp|udp]'¶
[TCP] TCC User HTTP Service
[UDP] TCC User HTTP Service
- unassigned_24727: AppType = 'unassigned [24727 - undefined]'¶
[N/A] Unassigned
- cslg: AppType = 'cslg [24754 - tcp]'¶
[TCP] Citrix StorageLink Gateway
- reserved_24754: AppType = 'reserved [24754 - udp]'¶
[UDP] Reserved
- reserved_24850: AppType = 'reserved [24850 - tcp]'¶
[TCP] Reserved
- assoc_disc: AppType = 'assoc-disc [24850 - udp]'¶
[UDP] Device Association Discovery
- find: AppType = 'find [24922 - tcp|udp]'¶
[TCP] Find Identification of Network Devices
[UDP] Find Identification of Network Devices
- icl_twobase1: AppType = 'icl-twobase1 [25000 - tcp|udp]'¶
[TCP] icl-twobase1
[UDP] icl-twobase1
- icl_twobase2: AppType = 'icl-twobase2 [25001 - tcp|udp]'¶
[TCP] icl-twobase2
[UDP] icl-twobase2
- icl_twobase3: AppType = 'icl-twobase3 [25002 - tcp|udp]'¶
[TCP] icl-twobase3
[UDP] icl-twobase3
- icl_twobase4: AppType = 'icl-twobase4 [25003 - tcp|udp]'¶
[TCP] icl-twobase4
[UDP] icl-twobase4
- icl_twobase5: AppType = 'icl-twobase5 [25004 - tcp|udp]'¶
[TCP] icl-twobase5
[UDP] icl-twobase5
- icl_twobase6: AppType = 'icl-twobase6 [25005 - tcp|udp]'¶
[TCP] icl-twobase6
[UDP] icl-twobase6
- icl_twobase7: AppType = 'icl-twobase7 [25006 - tcp|udp]'¶
[TCP] icl-twobase7
[UDP] icl-twobase7
- icl_twobase8: AppType = 'icl-twobase8 [25007 - tcp|udp]'¶
[TCP] icl-twobase8
[UDP] icl-twobase8
- icl_twobase9: AppType = 'icl-twobase9 [25008 - tcp|udp]'¶
[TCP] icl-twobase9
[UDP] icl-twobase9
- icl_twobase10: AppType = 'icl-twobase10 [25009 - tcp|udp]'¶
[TCP] icl-twobase10
[UDP] icl-twobase10
- db2c_tls: AppType = 'db2c-tls [25100 - tcp]'¶
[TCP] IBM Db2 Client Interface - Encrypted
- reserved_25100: AppType = 'reserved [25100 - udp]'¶
[UDP] Reserved
- rna: AppType = 'rna [25471 - sctp]'¶
[SCTP] RNSAP User Adaptation for Iurh
- sauterdongle: AppType = 'sauterdongle [25576 - tcp]'¶
[TCP] Sauter Dongle
- reserved_25576: AppType = 'reserved [25576 - udp]'¶
[UDP] Reserved
- idtp: AppType = 'idtp [25604 - tcp]'¶
[TCP] Identifier Tracing Protocol
- reserved_25604: AppType = 'reserved [25604 - udp]'¶
[UDP] Reserved
- vocaltec_hos: AppType = 'vocaltec-hos [25793 - tcp|udp]'¶
[TCP] Vocaltec Address Server
[UDP] Vocaltec Address Server
- tasp_net: AppType = 'tasp-net [25900 - tcp|udp]'¶
[TCP] TASP Network Comm
[UDP] TASP Network Comm
- niobserver: AppType = 'niobserver [25901 - tcp|udp]'¶
[TCP] NIObserver
[UDP] NIObserver
- nilinkanalyst: AppType = 'nilinkanalyst [25902 - tcp|udp]'¶
[TCP] NILinkAnalyst
[UDP] NILinkAnalyst
- niprobe: AppType = 'niprobe [25903 - tcp|udp]'¶
[TCP] NIProbe
[UDP] NIProbe
- bf_game: AppType = 'bf-game [25954 - udp]'¶
[UDP] Bitfighter game server
- reserved_25954: AppType = 'reserved [25954 - tcp]'¶
[TCP] Reserved
- bf_master: AppType = 'bf-master [25955 - udp]'¶
[UDP] Bitfighter master server
- reserved_25955: AppType = 'reserved [25955 - tcp]'¶
[TCP] Reserved
- quake: AppType = 'quake [26000 - tcp|udp]'¶
[TCP] quake
[UDP] quake
- scscp: AppType = 'scscp [26133 - tcp|udp]'¶
[TCP] Symbolic Computation Software Composability Protocol
[UDP] Symbolic Computation Software Composability Protocol
- wnn6_ds: AppType = 'wnn6-ds [26208 - tcp|udp]'¶
[TCP] wnn6-ds
[UDP] wnn6-ds
- cockroach: AppType = 'cockroach [26257 - tcp]'¶
[TCP] CockroachDB
- reserved_26257: AppType = 'reserved [26257 - udp]'¶
[UDP] Reserved
- ezproxy: AppType = 'ezproxy [26260 - tcp|udp]'¶
[TCP] eZproxy
[UDP] eZproxy
- ezmeeting: AppType = 'ezmeeting [26261 - tcp|udp]'¶
[TCP] eZmeeting
[UDP] eZmeeting
- 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
- de_registered: AppType = 'de_registered [26264 - undefined]'¶
[N/A] De-registered
- exoline_tcp: AppType = 'exoline-tcp [26486 - tcp]'¶
[TCP] EXOline-TCP
- exoline_udp: AppType = 'exoline-udp [26486 - udp]'¶
[UDP] EXOline-UDP
- exoconfig: AppType = 'exoconfig [26487 - tcp|udp]'¶
[TCP] EXOconfig
[UDP] EXOconfig
- unassigned_26488: AppType = 'unassigned [26488 - undefined]'¶
[N/A] Unassigned
- exonet: AppType = 'exonet [26489 - tcp|udp]'¶
[TCP] EXOnet
[UDP] EXOnet
- flex_lmadmin: AppType = 'flex-lmadmin [27010 - tcp]'¶
[TCP] A protocol for managing license services
- reserved_27010: AppType = 'reserved [27010 - udp]'¶
[UDP] Reserved
- chlenix: AppType = 'chlenix [27016 - tcp]'¶
[TCP] Cloud hosting environment network
- reserved_27016: AppType = 'reserved [27016 - udp]'¶
[UDP] Reserved
- mongodb: AppType = 'mongodb [27017 - tcp]'¶
[TCP] Mongo database system
- reserved_27017: AppType = 'reserved [27017 - udp]'¶
[UDP] Reserved
- imagepump: AppType = 'imagepump [27345 - tcp|udp]'¶
[TCP] ImagePump
[UDP] ImagePump
- 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
- astrolink: AppType = 'astrolink [27876 - tcp]'¶
[TCP] Astrolink Protocol
- reserved_27876: AppType = 'reserved [27876 - udp]'¶
[UDP] Reserved
- tw_auth_key: AppType = 'tw-auth-key [27999 - tcp|udp]'¶
[TCP] TW Authentication/Key Distribution and
[UDP] Attribute Certificate Services
- nxlmd: AppType = 'nxlmd [28000 - tcp|udp]'¶
[TCP] NX License Manager
[UDP] NX License Manager
- pqsp: AppType = 'pqsp [28001 - tcp]'¶
[TCP] PQ Service
- reserved_28001: AppType = 'reserved [28001 - udp]'¶
[UDP] Reserved
- gruber_cashreg: AppType = 'gruber-cashreg [28010 - tcp]'¶
[TCP] Gruber cash registry protocol
- reserved_28010: AppType = 'reserved [28010 - udp]'¶
[UDP] Reserved
- thor_engine: AppType = 'thor-engine [28080 - tcp]'¶
[TCP] thor/server - ML engine
- reserved_28080: AppType = 'reserved [28080 - udp]'¶
[UDP] Reserved
- reserved_28119: AppType = 'reserved [28119 - tcp]'¶
[TCP] Reserved
- a27_ran_ran: AppType = 'a27-ran-ran [28119 - udp]'¶
[UDP] A27 cdma2000 RAN Management
- voxelstorm: AppType = 'voxelstorm [28200 - tcp|udp]'¶
[TCP] VoxelStorm game server
[UDP] VoxelStorm game server
- siemensgsm: AppType = 'siemensgsm [28240 - tcp|udp]'¶
[TCP] Siemens GSM
[UDP] Siemens GSM
- bosswave: AppType = 'bosswave [28589 - tcp]'¶
[TCP] Building operating system services wide area verified exchange
- reserved_28589: AppType = 'reserved [28589 - udp]'¶
[UDP] Reserved
- saltd_licensing: AppType = 'saltd-licensing [29000 - tcp]'¶
[TCP] Siemens Licensing Server
- reserved_29000: AppType = 'reserved [29000 - udp]'¶
[UDP] Reserved
- reserved_29118: AppType = 'reserved [29118 - tcp|udp]'¶
[TCP] Reserved
[UDP] Reserved
- sgsap: AppType = 'sgsap [29118 - sctp]'¶
[SCTP] SGsAP in 3GPP
- otmp: AppType = 'otmp [29167 - tcp|udp]'¶
[TCP] ObTools Message Protocol
[UDP] ObTools Message Protocol
- reserved_29168: AppType = 'reserved [29168 - tcp|udp]'¶
[TCP] Reserved
[UDP] Reserved
- sbcap: AppType = 'sbcap [29168 - sctp]'¶
[SCTP] SBcAP in 3GPP
- iuhsctpassoc: AppType = 'iuhsctpassoc [29169 - sctp]'¶
[SCTP] HNBAP and RUA Common Association
- bingbang: AppType = 'bingbang [29999 - tcp]'¶
[TCP] data exchange protocol for IEC61850 in wind power plants
- reserved_29999: AppType = 'reserved [29999 - udp]'¶
[UDP] Reserved
- ndmps: AppType = 'ndmps [30000 - tcp]'¶
[TCP] Secure Network Data Management Protocol
- reserved_30000: AppType = 'reserved [30000 - udp]'¶
[UDP] Reserved
- 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
- amicon_fpsu_s: AppType = 'amicon-fpsu-s [30004 - udp]'¶
[UDP] Amicon FPSU-IP VPN
- reserved_30004: AppType = 'reserved [30004 - tcp]'¶
[TCP] Reserved
- rwp: AppType = 'rwp [30100 - tcp|sctp]'¶
[TCP] Remote Window Protocol
[SCTP] Remote Window Protocol
- reserved_30100: AppType = 'reserved [30100 - udp]'¶
[UDP] Reserved
- kingdomsonline: AppType = 'kingdomsonline [30260 - tcp|udp]'¶
[TCP] Kingdoms Online (CraigAvenue)
[UDP] Kingdoms Online (CraigAvenue)
- gs_realtime: AppType = 'gs-realtime [30400 - tcp]'¶
[TCP] GroundStar RealTime System
- reserved_30400: AppType = 'reserved [30400 - udp]'¶
[UDP] Reserved
- samsung_disc: AppType = 'samsung-disc [30832 - udp]'¶
[UDP] Samsung Convergence Discovery Protocol
- reserved_30832: AppType = 'reserved [30832 - tcp]'¶
[TCP] Reserved
- 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
- ka_kdp: AppType = 'ka-kdp [31016 - udp]'¶
[UDP] Kollective Agent Kollective Delivery Protocol
- autotrac_acp: AppType = 'autotrac-acp [31020 - tcp]'¶
[TCP] Autotrac ACP 245
- reserved_31020: AppType = 'reserved [31020 - udp]'¶
[UDP] Reserved
- reserved_31029: AppType = 'reserved [31029 - tcp]'¶
[TCP] Reserved
- yawn: AppType = 'yawn [31029 - udp]'¶
[UDP] YaWN - Yet Another Windows Notifier
- eldim: AppType = 'eldim [31337 - tcp|udp]'¶
[TCP] eldim is a secure file upload proxy
[UDP] eldim is a secure file upload proxy
- pace_licensed: AppType = 'pace-licensed [31400 - tcp]'¶
[TCP] PACE license server
- reserved_31400: AppType = 'reserved [31400 - udp]'¶
[UDP] Reserved
- xqosd: AppType = 'xqosd [31416 - tcp|udp]'¶
[TCP] XQoS network monitor
[UDP] XQoS network monitor
- tetrinet: AppType = 'tetrinet [31457 - tcp|udp]'¶
[TCP] TetriNET Protocol
[UDP] TetriNET Protocol
- lm_mon: AppType = 'lm-mon [31620 - tcp|udp]'¶
[TCP] lm mon
[UDP] lm mon
- 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
- reserved_31685: AppType = 'reserved [31685 - udp]'¶
[UDP] Reserved
- 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
- plex: AppType = 'plex [32400 - tcp]'¶
[TCP] Plex multimedia
- reserved_32400: AppType = 'reserved [32400 - udp]'¶
[UDP] Reserved
- 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
- dmexpress: AppType = 'dmexpress [32636 - tcp|udp]'¶
[TCP] DMExpress
[UDP] DMExpress
- filenet_powsrm: AppType = 'filenet-powsrm [32767 - tcp|udp]'¶
[TCP] FileNet BPM WS-ReliableMessaging Client
[UDP] FileNet BPM WS-ReliableMessaging Client
- filenet_tms: AppType = 'filenet-tms [32768 - tcp|udp]'¶
[TCP] Filenet TMS
[UDP] Filenet TMS
- filenet_rpc: AppType = 'filenet-rpc [32769 - tcp|udp]'¶
[TCP] Filenet RPC
[UDP] Filenet RPC
- filenet_nch: AppType = 'filenet-nch [32770 - tcp|udp]'¶
[TCP] Filenet NCH
[UDP] Filenet NCH
- filenet_rmi: AppType = 'filenet-rmi [32771 - tcp|udp]'¶
[TCP] FileNET RMI
[UDP] FileNet RMI
- 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
- retp: AppType = 'retp [32811 - tcp]'¶
[TCP] Real Estate Transport Protocol
- reserved_32811: AppType = 'reserved [32811 - udp]'¶
[UDP] Reserved
- idmgratm: AppType = 'idmgratm [32896 - tcp|udp]'¶
[TCP] Attachmate ID Manager
[UDP] Attachmate ID Manager
- wg_endpt_comms: AppType = 'wg-endpt-comms [33000 - tcp]'¶
[TCP] WatchGuard Endpoint Communications
- reserved_33000: AppType = 'reserved [33000 - udp]'¶
[UDP] Reserved
- mysqlx: AppType = 'mysqlx [33060 - tcp]'¶
[TCP] MySQL Database Extended Interface
- reserved_33060: AppType = 'reserved [33060 - udp]'¶
[UDP] Reserved
- 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
- unassigned_33332: AppType = 'unassigned [33332 - undefined]'¶
[N/A] Unassigned
- dgi_serv: AppType = 'dgi-serv [33333 - tcp]'¶
[TCP] Digital Gaslight Service
- reserved_33333: AppType = 'reserved [33333 - udp]'¶
[UDP] Reserved
- speedtrace: AppType = 'speedtrace [33334 - tcp]'¶
[TCP] SpeedTrace TraceAgent
- speedtrace_disc: AppType = 'speedtrace-disc [33334 - udp]'¶
[UDP] SpeedTrace TraceAgent Discovery
- traceroute: AppType = 'traceroute [33434 - tcp|udp]'¶
[TCP] traceroute use
[UDP] traceroute use
- reserved_33435: AppType = 'reserved [33435 - tcp]'¶
[TCP] Reserved
- snip_slave: AppType = 'snip-slave [33656 - tcp|udp]'¶
[TCP] SNIP Slave
[UDP] SNIP Slave
- digilent_adept: AppType = 'digilent-adept [33890 - tcp]'¶
[TCP] Adept IP protocol
- reserved_33890: AppType = 'reserved [33890 - udp]'¶
[UDP] Reserved
- 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
- dhanalakshmi: AppType = 'dhanalakshmi [34567 - tcp]'¶
[TCP] dhanalakshmi.org EDI Service
- edi_service: AppType = 'edi_service [34567 - udp]'¶
[UDP] dhanalakshmi.org EDI Service
- 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
- ethercat: AppType = 'ethercat [34980 - tcp|udp]'¶
[TCP] EtherCAT Port
[UDP] EtherCAT Port
- heathview: AppType = 'heathview [35000 - tcp]'¶
[TCP] HeathView
- reserved_35000: AppType = 'reserved [35000 - udp]'¶
[UDP] Reserved
- rt_viewer: AppType = 'rt-viewer [35001 - tcp|udp]'¶
[TCP] ReadyTech Viewer
[UDP] ReadyTech Viewer
- rt_sound: AppType = 'rt-sound [35002 - tcp]'¶
[TCP] ReadyTech Sound Server
- reserved_35002: AppType = 'reserved [35002 - udp]'¶
[UDP] Reserved
- rt_devicemapper: AppType = 'rt-devicemapper [35003 - tcp]'¶
[TCP] ReadyTech DeviceMapper Server
- reserved_35003: AppType = 'reserved [35003 - udp]'¶
[UDP] Reserved
- rt_classmanager: AppType = 'rt-classmanager [35004 - tcp|udp]'¶
[TCP] ReadyTech ClassManager
[UDP] ReadyTech ClassManager
- rt_labtracker: AppType = 'rt-labtracker [35005 - tcp]'¶
[TCP] ReadyTech LabTracker
- reserved_35005: AppType = 'reserved [35005 - udp]'¶
[UDP] Reserved
- rt_helper: AppType = 'rt-helper [35006 - tcp]'¶
[TCP] ReadyTech Helper Service
- reserved_35006: AppType = 'reserved [35006 - udp]'¶
[UDP] Reserved
- axio_disc: AppType = 'axio-disc [35100 - tcp|udp]'¶
[TCP] Axiomatic discovery protocol
[UDP] Axiomatic discovery protocol
- kitim: AppType = 'kitim [35354 - tcp]'¶
[TCP] KIT Messenger
- reserved_35354: AppType = 'reserved [35354 - udp]'¶
[UDP] Reserved
- altova_lm: AppType = 'altova-lm [35355 - tcp]'¶
[TCP] Altova License Management
- altova_lm_disc: AppType = 'altova-lm-disc [35355 - udp]'¶
[UDP] Altova License Management Discovery
- guttersnex: AppType = 'guttersnex [35356 - tcp]'¶
[TCP] Gutters Note Exchange
- reserved_35356: AppType = 'reserved [35356 - udp]'¶
[UDP] Reserved
- openstack_id: AppType = 'openstack-id [35357 - tcp]'¶
[TCP] OpenStack ID Service
- reserved_35357: AppType = 'reserved [35357 - udp]'¶
[UDP] Reserved
- allpeers: AppType = 'allpeers [36001 - tcp|udp]'¶
[TCP] AllPeers Network
[UDP] AllPeers Network
- wlcp: AppType = 'wlcp [36411 - udp]'¶
[UDP] Wireless LAN Control plane Protocol (WLCP)
- reserved_36411: AppType = 'reserved [36411 - tcp]'¶
[TCP] Reserved
- reserved_36412: AppType = 'reserved [36412 - tcp|udp]'¶
[TCP] Reserved
[UDP] Reserved
- s1_control: AppType = 's1-control [36412 - sctp]'¶
[SCTP] S1-Control Plane (3GPP)
- reserved_36422: AppType = 'reserved [36422 - tcp|udp]'¶
[TCP] Reserved
[UDP] Reserved
- x2_control: AppType = 'x2-control [36422 - sctp]'¶
[SCTP] X2-Control Plane (3GPP)
- slmap: AppType = 'slmap [36423 - sctp]'¶
[SCTP] SLm Interface Application Protocol
- nq_ap: AppType = 'nq-ap [36424 - sctp]'¶
[SCTP] Nq and Nq’ Application Protocol
- m2ap: AppType = 'm2ap [36443 - sctp]'¶
[SCTP] M2 Application Part
- m3ap: AppType = 'm3ap [36444 - sctp]'¶
[SCTP] M3 Application Part
- reserved_36462: AppType = 'reserved [36462 - tcp|udp]'¶
[TCP] Reserved
[UDP] Reserved
- xw_control: AppType = 'xw-control [36462 - sctp]'¶
[SCTP] Xw-Control Plane (3GPP)
- febooti_aw: AppType = 'febooti-aw [36524 - tcp]'¶
[TCP] Febooti Automation Workshop
- reserved_36524: AppType = 'reserved [36524 - udp]'¶
[UDP] Reserved
- observium_agent: AppType = 'observium-agent [36602 - tcp]'¶
[TCP] Observium statistics collection agent
- reserved_36602: AppType = 'reserved [36602 - udp]'¶
[UDP] Reserved
- mapx: AppType = 'mapx [36700 - tcp]'¶
[TCP] MapX communication
- reserved_36700: AppType = 'reserved [36700 - udp]'¶
[UDP] Reserved
- kastenxpipe: AppType = 'kastenxpipe [36865 - tcp|udp]'¶
[TCP] KastenX Pipe
[UDP] KastenX Pipe
- reserved_37472: AppType = 'reserved [37472 - tcp|udp]'¶
[TCP] Reserved
[UDP] Reserved
- AppType_3gpp_w1ap: AppType = '3gpp-w1ap [37472 - sctp]'¶
[SCTP] W1 signalling transport
- neckar: AppType = 'neckar [37475 - tcp|udp]'¶
[TCP] science + computing’s Venus Administration Port
[UDP] science + computing’s Venus Administration Port
- gdrive_sync: AppType = 'gdrive-sync [37483 - tcp]'¶
[TCP] Google Drive Sync
- reserved_37483: AppType = 'reserved [37483 - udp]'¶
[UDP] Reserved
- eftp: AppType = 'eftp [37601 - tcp]'¶
[TCP] Epipole File Transfer Protocol
- reserved_37601: AppType = 'reserved [37601 - udp]'¶
[UDP] Reserved
- unisys_eportal: AppType = 'unisys-eportal [37654 - tcp|udp]'¶
[TCP] Unisys ClearPath ePortal
[UDP] Unisys ClearPath ePortal
- ivs_database: AppType = 'ivs-database [38000 - tcp]'¶
[TCP] InfoVista Server Database
- reserved_38000: AppType = 'reserved [38000 - udp]'¶
[UDP] Reserved
- ivs_insertion: AppType = 'ivs-insertion [38001 - tcp]'¶
[TCP] InfoVista Server Insertion
- reserved_38001: AppType = 'reserved [38001 - udp]'¶
[UDP] Reserved
- cresco_control: AppType = 'cresco-control [38002 - tcp]'¶
[TCP] Cresco Controller
- crescoctrl_disc: AppType = 'crescoctrl-disc [38002 - udp]'¶
[UDP] Cresco Controller Discovery
- 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
- reserved_38412: AppType = 'reserved [38412 - tcp|udp]'¶
[TCP] Reserved
[UDP] Reserved
- ng_control: AppType = 'ng-control [38412 - sctp]'¶
[SCTP] NG Control Plane (3GPP)
- reserved_38422: AppType = 'reserved [38422 - tcp|udp]'¶
[TCP] Reserved
[UDP] Reserved
- xn_control: AppType = 'xn-control [38422 - sctp]'¶
[SCTP] Xn Control Plane (3GPP)
- reserved_38462: AppType = 'reserved [38462 - tcp|udp]'¶
[TCP] Reserved
[UDP] Reserved
- e1_interface: AppType = 'e1-interface [38462 - sctp]'¶
[SCTP] E1 signalling transport (3GPP)
- reserved_38472: AppType = 'reserved [38472 - tcp|udp]'¶
[TCP] Reserved
[UDP] Reserved
- f1_control: AppType = 'f1-control [38472 - sctp]'¶
[SCTP] F1 Control Plane (3GPP)
- psqlmws: AppType = 'psqlmws [38638 - tcp]'¶
[TCP] Premier SQL Middleware Server
- reserved_38638: AppType = 'reserved [38638 - udp]'¶
[UDP] Reserved
- 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
- reserved_38800: AppType = 'reserved [38800 - udp]'¶
[UDP] Reserved
- secrmmsafecopya: AppType = 'secrmmsafecopya [38865 - tcp]'¶
[TCP] Security approval process for use of the secRMM SafeCopy program
- reserved_38865: AppType = 'reserved [38865 - udp]'¶
[UDP] Reserved
- vroa: AppType = 'vroa [39063 - tcp]'¶
[TCP] Children’s hearing test/Telemedicine
- reserved_39063: AppType = 'reserved [39063 - udp]'¶
[UDP] Reserved
- turbonote_1: AppType = 'turbonote-1 [39681 - tcp|udp]'¶
[TCP] TurboNote Default Port
[UDP] TurboNote Default Port
- safetynetp: AppType = 'safetynetp [40000 - tcp|udp]'¶
[TCP] SafetyNET p
[UDP] SafetyNET p
- reserved_40023: AppType = 'reserved [40023 - tcp]'¶
[TCP] Reserved
- k_patentssensor: AppType = 'k-patentssensor [40023 - udp]'¶
[UDP] K-PatentsSensorInformation
- sptx: AppType = 'sptx [40404 - tcp]'¶
[TCP] Simplify Printing TX
- reserved_40404: AppType = 'reserved [40404 - udp]'¶
[UDP] Reserved
- cscp: AppType = 'cscp [40841 - tcp|udp]'¶
[TCP] CSCP
[UDP] CSCP
- csccredir: AppType = 'csccredir [40842 - tcp|udp]'¶
[TCP] CSCCREDIR
[UDP] CSCCREDIR
- csccfirewall: AppType = 'csccfirewall [40843 - tcp|udp]'¶
[TCP] CSCCFIREWALL
[UDP] CSCCFIREWALL
- reserved_40853: AppType = 'reserved [40853 - tcp]'¶
[TCP] Reserved
- ortec_disc: AppType = 'ortec-disc [40853 - udp]'¶
[UDP] ORTEC Service Discovery
- fs_qos: AppType = 'fs-qos [41111 - tcp|udp]'¶
[TCP] Foursticks QoS Protocol
[UDP] Foursticks QoS Protocol
- tentacle: AppType = 'tentacle [41121 - tcp]'¶
[TCP] Tentacle Server
- reserved_41121: AppType = 'reserved [41121 - udp]'¶
[UDP] Reserved
- 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
- crestron_cips: AppType = 'crestron-cips [41796 - tcp]'¶
[TCP] Crestron Secure Control Port
- reserved_41796: AppType = 'reserved [41796 - udp]'¶
[UDP] Reserved
- crestron_ctps: AppType = 'crestron-ctps [41797 - tcp]'¶
[TCP] Crestron Secure Terminal Port
- reserved_41797: AppType = 'reserved [41797 - udp]'¶
[UDP] Reserved
- 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
- caerpc: AppType = 'caerpc [42510 - tcp|udp]'¶
[TCP] CA eTrust RPC
[UDP] CA eTrust RPC
- curiosity: AppType = 'curiosity [42999 - tcp]'¶
[TCP] API endpoint for search application
- reserved_42999: AppType = 'reserved [42999 - udp]'¶
[UDP] Reserved
- recvr_rc: AppType = 'recvr-rc [43000 - tcp]'¶
[TCP] Receiver Remote Control
- recvr_rc_disc: AppType = 'recvr-rc-disc [43000 - udp]'¶
[UDP] Receiver Remote Control Discovery
- reachout: AppType = 'reachout [43188 - tcp|udp]'¶
[TCP] REACHOUT
[UDP] REACHOUT
- ndm_agent_port: AppType = 'ndm-agent-port [43189 - tcp|udp]'¶
[TCP] NDM-AGENT-PORT
[UDP] NDM-AGENT-PORT
- ip_provision: AppType = 'ip-provision [43190 - tcp|udp]'¶
[TCP] IP-PROVISION
[UDP] IP-PROVISION
- noit_transport: AppType = 'noit-transport [43191 - tcp]'¶
[TCP] Reconnoiter Agent Data Transport
- reserved_43191: AppType = 'reserved [43191 - udp]'¶
[UDP] Reserved
- shaperai: AppType = 'shaperai [43210 - tcp]'¶
[TCP] Shaper Automation Server Management
- shaperai_disc: AppType = 'shaperai-disc [43210 - udp]'¶
[UDP] Shaper Automation Server Management Discovery
- reserved_43438: AppType = 'reserved [43438 - tcp]'¶
[TCP] Reserved
- hmip_routing: AppType = 'hmip-routing [43438 - udp]'¶
[UDP] HmIP LAN Routing
- eq3_update: AppType = 'eq3-update [43439 - tcp]'¶
[TCP] EQ3 firmware update
- eq3_config: AppType = 'eq3-config [43439 - udp]'¶
[UDP] EQ3 discovery and configuration
- ew_mgmt: AppType = 'ew-mgmt [43440 - tcp]'¶
[TCP] Cisco EnergyWise Management
- 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
- z_wave_tunnel: AppType = 'z-wave-tunnel [44123 - tcp]'¶
[TCP] Z-Wave Secure Tunnel
- reserved_44123: AppType = 'reserved [44123 - udp]'¶
[UDP] Reserved
- pmcd: AppType = 'pmcd [44321 - tcp|udp]'¶
[TCP] PCP server (pmcd)
[UDP] PCP server (pmcd)
- pmcdproxy: AppType = 'pmcdproxy [44322 - tcp|udp]'¶
[TCP] PCP server (pmcd) proxy
[UDP] PCP server (pmcd) proxy
- pmwebapi: AppType = 'pmwebapi [44323 - tcp]'¶
[TCP] HTTP binding for Performance Co-Pilot client API
- unassigned_44323: AppType = 'unassigned [44323 - udp]'¶
[UDP] Unassigned
- cognex_dataman: AppType = 'cognex-dataman [44444 - tcp]'¶
[TCP] Cognex DataMan Management Protocol
- reserved_44444: AppType = 'reserved [44444 - udp]'¶
[UDP] Reserved
- acronis_backup: AppType = 'acronis-backup [44445 - tcp]'¶
[TCP] Acronis Backup Gateway service port
- reserved_44445: AppType = 'reserved [44445 - udp]'¶
[UDP] Reserved
- reserved_44544: AppType = 'reserved [44544 - tcp]'¶
[TCP] Reserved
- domiq: AppType = 'domiq [44544 - udp]'¶
[UDP] DOMIQ Building Automation
- rbr_debug: AppType = 'rbr-debug [44553 - tcp|udp]'¶
[TCP] REALbasic Remote Debug
[UDP] REALbasic Remote Debug
- reserved_44600: AppType = 'reserved [44600 - tcp]'¶
[TCP] Reserved
- asihpi: AppType = 'asihpi [44600 - udp]'¶
[UDP] AudioScience HPI
- 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)
- reserved_45001: AppType = 'reserved [45001 - udp]'¶
[UDP] Reserved
- rs_status: AppType = 'rs-status [45002 - tcp]'¶
[TCP] Redspeed Status Monitor
- reserved_45002: AppType = 'reserved [45002 - udp]'¶
[UDP] Reserved
- synctest: AppType = 'synctest [45045 - tcp]'¶
[TCP] Remote application control protocol
- reserved_45045: AppType = 'reserved [45045 - udp]'¶
[UDP] Reserved
- invision_ag: AppType = 'invision-ag [45054 - tcp|udp]'¶
[TCP] InVision AG
[UDP] InVision AG
- cloudcheck: AppType = 'cloudcheck [45514 - tcp]'¶
[TCP] ASSIA CloudCheck WiFi Management System
- cloudcheck_ping: AppType = 'cloudcheck-ping [45514 - udp]'¶
[UDP] ASSIA CloudCheck WiFi Management keepalive
- eba: AppType = 'eba [45678 - tcp|udp]'¶
[TCP] EBA PRISE
[UDP] EBA PRISE
- dai_shell: AppType = 'dai-shell [45824 - tcp]'¶
[TCP] Server for the DAI family of client-server products
- reserved_45824: AppType = 'reserved [45824 - udp]'¶
[UDP] Reserved
- qdb2service: AppType = 'qdb2service [45825 - tcp|udp]'¶
[TCP] Qpuncture Data Access Service
[UDP] Qpuncture Data Access Service
- ssr_servermgr: AppType = 'ssr-servermgr [45966 - tcp|udp]'¶
[TCP] SSRServerMgr
[UDP] SSRServerMgr
- inedo: AppType = 'inedo [46336 - tcp]'¶
[TCP] Listen port used for Inedo agent communication
- reserved_46336: AppType = 'reserved [46336 - udp]'¶
[UDP] Reserved
- spremotetablet: AppType = 'spremotetablet [46998 - tcp]'¶
[TCP] Connection between a desktop computer or server and a signature tablet to capture handwritten signatures
- reserved_46998: AppType = 'reserved [46998 - udp]'¶
[UDP] Reserved
- mediabox: AppType = 'mediabox [46999 - tcp|udp]'¶
[TCP] MediaBox Server
[UDP] MediaBox Server
- mbus: AppType = 'mbus [47000 - tcp|udp]'¶
[TCP] Message Bus
[UDP] Message Bus
- winrm: AppType = 'winrm [47001 - tcp]'¶
[TCP] Windows Remote Management Service
- reserved_47001: AppType = 'reserved [47001 - udp]'¶
[UDP] Reserved
- jvl_mactalk: AppType = 'jvl-mactalk [47100 - udp]'¶
[UDP] Configuration of motors connected to Industrial Ethernet
- reserved_47100: AppType = 'reserved [47100 - tcp]'¶
[TCP] Reserved
- 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
- ap: AppType = 'ap [47806 - tcp|udp]'¶
[TCP] ALC Protocol
[UDP] ALC Protocol
- unassigned_47807: AppType = 'unassigned [47807 - undefined]'¶
[N/A] Unassigned
- 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
- reserved_47809: AppType = 'reserved [47809 - tcp]'¶
[TCP] Reserved
- nimcontroller: AppType = 'nimcontroller [48000 - tcp|udp]'¶
[TCP] Nimbus Controller
[UDP] Nimbus Controller
- nimspooler: AppType = 'nimspooler [48001 - tcp|udp]'¶
[TCP] Nimbus Spooler
[UDP] Nimbus Spooler
- nimhub: AppType = 'nimhub [48002 - tcp|udp]'¶
[TCP] Nimbus Hub
[UDP] Nimbus Hub
- nimgtw: AppType = 'nimgtw [48003 - tcp|udp]'¶
[TCP] Nimbus Gateway
[UDP] Nimbus Gateway
- nimbusdb: AppType = 'nimbusdb [48004 - tcp]'¶
[TCP] NimbusDB Connector
- reserved_48004: AppType = 'reserved [48004 - udp]'¶
[UDP] Reserved
- nimbusdbctrl: AppType = 'nimbusdbctrl [48005 - tcp]'¶
[TCP] NimbusDB Control
- reserved_48005: AppType = 'reserved [48005 - udp]'¶
[UDP] Reserved
- juka: AppType = 'juka [48048 - tcp]'¶
[TCP] Juliar Programming Language Protocol
- reserved_48048: AppType = 'reserved [48048 - udp]'¶
[UDP] Reserved
- AppType_3gpp_cbsp: AppType = '3gpp-cbsp [48049 - tcp]'¶
[TCP] 3GPP Cell Broadcast Service Protocol
- reserved_48049: AppType = 'reserved [48049 - udp]'¶
[UDP] Reserved
- weandsf: AppType = 'weandsf [48050 - tcp]'¶
[TCP] WeFi Access Network Discovery and Selection Function
- reserved_48050: AppType = 'reserved [48050 - udp]'¶
[UDP] Reserved
- isnetserv: AppType = 'isnetserv [48128 - tcp|udp]'¶
[TCP] Image Systems Network Services
[UDP] Image Systems Network Services
- blp5: AppType = 'blp5 [48129 - tcp|udp]'¶
[TCP] Bloomberg locator
[UDP] Bloomberg locator
- com_bardac_dw: AppType = 'com-bardac-dw [48556 - tcp|udp]'¶
[TCP] com-bardac-dw
[UDP] com-bardac-dw
- iqobject: AppType = 'iqobject [48619 - tcp|udp]'¶
[TCP] iqobject
[UDP] iqobject
- robotraconteur: AppType = 'robotraconteur [48653 - tcp|udp]'¶
[TCP] Robot Raconteur transport
[UDP] Robot Raconteur transport
- matahari: AppType = 'matahari [49000 - tcp]'¶
[TCP] Matahari Broker
- reserved_49000: AppType = 'reserved [49000 - udp]'¶
[UDP] Reserved
- nusrp: AppType = 'nusrp [49001 - tcp]'¶
[TCP] Nuance Unity Service Request Protocol
- nusdp_disc: AppType = 'nusdp-disc [49001 - udp]'¶
[UDP] Nuance Unity Service Discovery Protocol
- inspider: AppType = 'inspider [49150 - tcp]'¶
[TCP] InSpider System
- reserved_49150: AppType = 'reserved [49150 - udp]'¶
[UDP] Reserved
- iana_reserved: AppType = 'iana_reserved [49151 - undefined]'¶
[N/A] IANA Reserved
- argus: AppType = 'argus [-1 - undefined]'¶
[N/A] ARGUS Protocol
- arp: AppType = 'arp [-1 - undefined]'¶
[N/A] Address Resolution Protocol
- bbn_rcc_mon: AppType = 'bbn-rcc-mon [-1 - undefined]'¶
[N/A] BBN RCC Monitoring
- bootp: AppType = 'bootp [-1 - undefined]'¶
[N/A] Bootstrap Protocol
- br_sat_mon: AppType = 'br-sat-mon [-1 - undefined]'¶
[N/A] Backroom SATNET Monitoring
- cftp: AppType = 'cftp [-1 - undefined]'¶
[N/A] CFTP
- chaos: AppType = 'chaos [-1 - undefined]'¶
[N/A] CHAOS Protocol
- clock: AppType = 'clock [-1 - undefined]'¶
[N/A] DCNET Time Server Protocol
- cmot: AppType = 'cmot [-1 - undefined]'¶
[N/A] Common Mgmnt Info Ser and Prot over TCP/IP
- cookie_jar: AppType = 'cookie-jar [-1 - undefined]'¶
[N/A] Authentication Scheme
- dcn_meas: AppType = 'dcn-meas [-1 - undefined]'¶
[N/A] DCN Measurement Subsystems Protocol
- dgp: AppType = 'dgp [-1 - undefined]'¶
[N/A] Dissimilar Gateway Protocol
- dmf_mail: AppType = 'dmf-mail [-1 - undefined]'¶
[N/A] Digest Message Format for Mail
- egp: AppType = 'egp [-1 - undefined]'¶
[N/A] Exterior Gateway Protocol
- ehf_mail: AppType = 'ehf-mail [-1 - undefined]'¶
[N/A] Encoding Header Field for Mail
- emcon: AppType = 'emcon [-1 - undefined]'¶
[N/A] Emission Control Protocol
- fconfig: AppType = 'fconfig [-1 - undefined]'¶
[N/A] Fujitsu Config Protocol
- ggp: AppType = 'ggp [-1 - undefined]'¶
[N/A] Gateway Gateway Protocol
- hmp: AppType = 'hmp [-1 - undefined]'¶
[N/A] Host Monitoring Protocol
- host2_ns: AppType = 'host2-ns [-1 - undefined]'¶
[N/A] Host2 Name Server
- icmp: AppType = 'icmp [-1 - undefined]'¶
[N/A] Internet Control Message Protocol
- igmp: AppType = 'igmp [-1 - undefined]'¶
[N/A] Internet Group Management Protocol
- igp: AppType = 'igp [-1 - undefined]'¶
[N/A] Interior Gateway Protocol
- imap2: AppType = 'imap2 [-1 - undefined]'¶
[N/A] Interim Mail Access Protocol version 2
- ip: AppType = 'ip [-1 - undefined]'¶
[N/A] Internet Protocol
- ipcu: AppType = 'ipcu [-1 - undefined]'¶
[N/A] Internet Packet Core Utility
- ippc: AppType = 'ippc [-1 - undefined]'¶
[N/A] Internet Pluribus Packet Core
- ip_arc: AppType = 'ip-arc [-1 - undefined]'¶
[N/A] Internet Protocol on ARCNET
- ip_arpa: AppType = 'ip-arpa [-1 - undefined]'¶
[N/A] Internet Protocol on ARPANET
- ip_cmprs: AppType = 'ip-cmprs [-1 - undefined]'¶
[N/A] Compressing TCP/IP Headers
- ip_dc: AppType = 'ip-dc [-1 - undefined]'¶
[N/A] Internet Protocol on DC Networks
- ip_dvmrp: AppType = 'ip-dvmrp [-1 - undefined]'¶
[N/A] Distance Vector Multicast Routing Protocol
- ip_e: AppType = 'ip-e [-1 - undefined]'¶
[N/A] Internet Protocol on Ethernet Networks
- ip_ee: AppType = 'ip-ee [-1 - undefined]'¶
[N/A] Internet Protocol on Exp. Ethernet Nets
- ip_fddi: AppType = 'ip-fddi [-1 - undefined]'¶
[N/A] Transmission of IP over FDDI
- ip_hc: AppType = 'ip-hc [-1 - undefined]'¶
[N/A] Internet Protocol on Hyperchannnel
- ip_ieee: AppType = 'ip-ieee [-1 - undefined]'¶
[N/A] Internet Protocol on IEEE 802
- ip_ipx: AppType = 'ip-ipx [-1 - undefined]'¶
[N/A] Transmission of 802.2 over IPX Networks
- ip_mtu: AppType = 'ip-mtu [-1 - undefined]'¶
[N/A] IP MTU Discovery Options
- ip_netbios: AppType = 'ip-netbios [-1 - undefined]'¶
[N/A] Internet Protocol over NetBIOS Networks
- ip_slip: AppType = 'ip-slip [-1 - undefined]'¶
[N/A] Transmission of IP over Serial Lines
- ip_wb: AppType = 'ip-wb [-1 - undefined]'¶
[N/A] Internet Protocol on Wideband Network
- ip_x25: AppType = 'ip-x25 [-1 - undefined]'¶
[N/A] Internet Protocol on X.25 Networks
- irtp: AppType = 'irtp [-1 - undefined]'¶
[N/A] Internet Reliable Transaction Protocol
- iso_tp4: AppType = 'iso-tp4 [-1 - undefined]'¶
[N/A] ISO Transport Protocol Class 4
- larp: AppType = 'larp [-1 - undefined]'¶
[N/A] Locus Address Resoultion Protocol
- leaf_1: AppType = 'leaf-1 [-1 - undefined]'¶
[N/A] Leaf-1 Protocol
- leaf_2: AppType = 'leaf-2 [-1 - undefined]'¶
[N/A] Leaf-2 Protocol
- loc_srv: AppType = 'loc-srv [-1 - undefined]'¶
[N/A] Location Service
- mail: AppType = 'mail [-1 - undefined]'¶
[N/A] Format of Electronic Mail Messages
- merit_inp: AppType = 'merit-inp [-1 - undefined]'¶
[N/A] MERIT Internodal Protocol
- mib: AppType = 'mib [-1 - undefined]'¶
[N/A] Management Information Base
- mfe_nsp: AppType = 'mfe-nsp [-1 - undefined]'¶
[N/A] MFE Network Services Protocol
- mit_subnet: AppType = 'mit-subnet [-1 - undefined]'¶
[N/A] MIT Subnet Support
- mux: AppType = 'mux [-1 - undefined]'¶
[N/A] Multiplexing Protocol
- netblt: AppType = 'netblt [-1 - undefined]'¶
[N/A] Bulk Data Transfer Protocol
- neted: AppType = 'neted [-1 - undefined]'¶
[N/A] Network Standard Text Editor
- netrjs: AppType = 'netrjs [-1 - undefined]'¶
[N/A] Remote Job Service
- nfile: AppType = 'nfile [-1 - undefined]'¶
[N/A] A File Access Protocol
- nvp_ii: AppType = 'nvp-ii [-1 - undefined]'¶
[N/A] Network Voice Protocol
- ospf: AppType = 'ospf [-1 - undefined]'¶
[N/A] Open Shortest Path First Interior GW Protocol
- pcmail: AppType = 'pcmail [-1 - undefined]'¶
[N/A] Pcmail Transport Protocol
- ppp: AppType = 'ppp [-1 - undefined]'¶
[N/A] Point-to-Point Protocol
- prm: AppType = 'prm [-1 - undefined]'¶
[N/A] Packet Radio Measurement
- pup: AppType = 'pup [-1 - undefined]'¶
[N/A] PUP Protocol
- quote: AppType = 'quote [-1 - undefined]'¶
[N/A] Quote of the Day Protocol
- rarp: AppType = 'rarp [-1 - undefined]'¶
[N/A] A Reverse Address Resolution Protocol
- ratp: AppType = 'ratp [-1 - undefined]'¶
[N/A] Reliable Asynchronous Transfer Protocol
- rdp: AppType = 'rdp [-1 - undefined]'¶
[N/A] Reliable Data Protocol
[N/A] Windows Remote Desktop Protocol
- rip: AppType = 'rip [-1 - undefined]'¶
[N/A] Routing Information Protocol
- rvd: AppType = 'rvd [-1 - undefined]'¶
[N/A] Remote Virtual Disk Protocol
- sat_expak: AppType = 'sat-expak [-1 - undefined]'¶
[N/A] Satnet and Backroom EXPAK
- sat_mon: AppType = 'sat-mon [-1 - undefined]'¶
[N/A] SATNET Monitoring
- smi: AppType = 'smi [-1 - undefined]'¶
[N/A] Structure of Management Information
- stp: AppType = 'stp [-1 - undefined]'¶
[N/A] Stream Protocol
- sun_rpc: AppType = 'sun-rpc [-1 - undefined]'¶
[N/A] SUN Remote Procedure Call
- tcp: AppType = 'tcp [-1 - undefined]'¶
[N/A] Transmission Control Protocol
- tcp_aco: AppType = 'tcp-aco [-1 - undefined]'¶
[N/A] TCP Alternate Checksum Option
- thinwire: AppType = 'thinwire [-1 - undefined]'¶
[N/A] Thinwire Protocol
- tp_tcp: AppType = 'tp-tcp [-1 - undefined]'¶
[N/A] ISO Transport Service on top of the TCP
- trunk_1: AppType = 'trunk-1 [-1 - undefined]'¶
[N/A] Trunk-1 Protocol
- trunk_2: AppType = 'trunk-2 [-1 - undefined]'¶
[N/A] Trunk-2 Protocol
- ucl: AppType = 'ucl [-1 - undefined]'¶
[N/A] University College London Protocol
- udp: AppType = 'udp [-1 - undefined]'¶
[N/A] User Datagram Protocol
- users: AppType = 'users [-1 - undefined]'¶
[N/A] Active Users Protocol
- via_ftp: AppType = 'via-ftp [-1 - undefined]'¶
[N/A] VIA Systems-File Transfer Protocol
- visa: AppType = 'visa [-1 - undefined]'¶
[N/A] VISA Protocol
- vmtp: AppType = 'vmtp [-1 - undefined]'¶
[N/A] Versatile Message Transaction Protocol
- wb_expak: AppType = 'wb-expak [-1 - undefined]'¶
[N/A] Wideband EXPAK
- wb_mon: AppType = 'wb-mon [-1 - undefined]'¶
[N/A] Wideband Monitoring
- xnet: AppType = 'xnet [-1 - undefined]'¶
[N/A] Cross Net Debugger
- xns_idp: AppType = 'xns-idp [-1 - undefined]'¶
[N/A] Xerox NS IDP
- 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
- a_d_sync: AppType = 'a-d-sync [-1 - undefined]'¶
[N/A] Altos Design Synchronization protocol
- abi_instrument: AppType = 'abi-instrument [-1 - undefined]'¶
[N/A] Applied Biosystems Universal Instrument Framework
- accessdata_f2d: AppType = 'accessdata-f2d [-1 - undefined]'¶
[N/A] FTK2 Database Discovery Service
- accessdata_f2w: AppType = 'accessdata-f2w [-1 - undefined]'¶
[N/A] FTK2 Backend Processing Agent Service
- accessone: AppType = 'accessone [-1 - undefined]'¶
[N/A] Strix Systems 5S/AccessOne protocol
- accountedge: AppType = 'accountedge [-1 - undefined]'¶
[N/A] MYOB AccountEdge
- acrobatsrv: AppType = 'acrobatsrv [-1 - undefined]'¶
[N/A] Adobe Acrobat
- 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
- acsp_server: AppType = 'acsp-server [-1 - tcp]'¶
[TCP] AXIS Camera Station Pro Server
- actionitems: AppType = 'actionitems [-1 - undefined]'¶
[N/A] ActionItems
- 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
- addressbook: AppType = 'addressbook [-1 - undefined]'¶
[N/A] Address-O-Matic
- 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.
- adobe_shadow: AppType = 'adobe-shadow [-1 - tcp]'¶
[TCP] Adobe Shadow Server
- adobe_vc: AppType = 'adobe-vc [-1 - undefined]'¶
[N/A] Adobe Version Cue
- adisk: AppType = 'adisk [-1 - undefined]'¶
[N/A] Automatic Disk Discovery
- adpro_setup: AppType = 'adpro-setup [-1 - undefined]'¶
[N/A] ADPRO Security Device Setup
- aecoretech: AppType = 'aecoretech [-1 - undefined]'¶
[N/A] Apple Application Engineering Services
- aeroflex: AppType = 'aeroflex [-1 - undefined]'¶
[N/A] Aeroflex instrumentation and software
- aerohive_proxy: AppType = 'aerohive-proxy [-1 - tcp]'¶
[TCP] Aerohive Proxy Configuration Service
- affinity_docs0: AppType = 'affinity-docs0 [-1 - tcp]'¶
[TCP] Affinity Designer document sharing
- affinity_docs1: AppType = 'affinity-docs1 [-1 - tcp]'¶
[TCP] Affinity Photo document sharing
- affinity_docs2: AppType = 'affinity-docs2 [-1 - tcp]'¶
[TCP] Affinity Publisher document sharing
- affinity_cntent: AppType = 'affinity-cntent [-1 - tcp]'¶
[TCP] Affinity content sharing
- airdrop: AppType = 'airdrop [-1 - tcp]'¶
[TCP] Airdrop
- 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
- airport: AppType = 'airport [-1 - undefined]'¶
[N/A] AirPort Base Station
- airpreview: AppType = 'airpreview [-1 - tcp]'¶
[TCP] Coda AirPreview
- airprojector: AppType = 'airprojector [-1 - undefined]'¶
[N/A] AirProjector
- airsharing: AppType = 'airsharing [-1 - undefined]'¶
[N/A] Air Sharing
- airsharingpro: AppType = 'airsharingpro [-1 - undefined]'¶
[N/A] Air Sharing Pro
- alazartech_atn: AppType = 'alazartech-atn [-1 - tcp]'¶
[TCP] Alazar Technologies ATN Communication Protocol
- aloe_gwp: AppType = 'aloe-gwp [-1 - tcp]'¶
[TCP] Aloe Gateway Protocol
- aloe_pp: AppType = 'aloe-pp [-1 - tcp]'¶
[TCP] Aloe Pairing Protocol
- alpacadiscovery: AppType = 'alpacadiscovery [-1 - udp]'¶
[UDP] ASCOM Alpaca Device Discovery
- amazon_expiscor: AppType = 'amazon-expiscor [-1 - udp]'¶
[UDP] Device discovery for Amazon
- amba_cam: AppType = 'amba-cam [-1 - udp]'¶
[UDP] Ambarella Cameras
- amiphd_p2p: AppType = 'amiphd-p2p [-1 - undefined]'¶
[N/A] P2PTapWar Sample Application from “iPhone SDK Development” Book
- ams_htm: AppType = 'ams-htm [-1 - undefined]'¶
[N/A] Proprietary protocol for Accu-Med HTM
- animolmd: AppType = 'animolmd [-1 - undefined]'¶
[N/A] Animo License Manager
- animobserver: AppType = 'animobserver [-1 - undefined]'¶
[N/A] Animo Batch Server
- anquetsync: AppType = 'anquetsync [-1 - undefined]'¶
[N/A] Anquet map synchronization between desktop and handheld devices
- antrmai: AppType = 'antrmai [-1 - tcp]'¶
[TCP] ANT Galio web services
- anyremote: AppType = 'anyremote [-1 - tcp]'¶
[TCP] remote control of Linux PCs from Android and J2ME
- appelezvous: AppType = 'appelezvous [-1 - undefined]'¶
[N/A] Appelezvous
- apple_ausend: AppType = 'apple-ausend [-1 - undefined]'¶
[N/A] Apple Audio Units
- apple_mobdev: AppType = 'apple-mobdev [-1 - tcp]'¶
[TCP] Apple Mobile Device Protocol
- apple_midi: AppType = 'apple-midi [-1 - udp]'¶
[UDP] Apple MIDI
- applerdbg: AppType = 'applerdbg [-1 - undefined]'¶
[N/A] Apple Remote Debug Services (OpenGL Profiler)
- appletv: AppType = 'appletv [-1 - undefined]'¶
[N/A] Apple TV
- appletv_itunes: AppType = 'appletv-itunes [-1 - undefined]'¶
[N/A] Apple TV discovery of iTunes
- appletv_pair: AppType = 'appletv-pair [-1 - undefined]'¶
[N/A] Apple TV Pairing
- aquamon: AppType = 'aquamon [-1 - undefined]'¶
[N/A] AquaMon
- arcnet: AppType = 'arcnet [-1 - udp]'¶
[UDP] Arcturus Networks Inc. Hardware Services
- 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
- asam_cmp: AppType = 'asam-cmp [-1 - udp]'¶
[UDP] ASAM Capture Module Protocol
- aseba: AppType = 'aseba [-1 - tcp]'¶
[TCP] protocol for an event-based architecture for distributed control of mobile robots
- astnotify: AppType = 'astnotify [-1 - udp]'¶
[UDP] Asterisk Caller-ID Notification Service
- astralite: AppType = 'astralite [-1 - undefined]'¶
[N/A] Astralite
- async_: AppType = 'async [-1 - undefined]'¶
[N/A] address-o-sync
- atnet: AppType = 'atnet [-1 - udp]'¶
[UDP] AT protocol over IP
- 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
- audirvana_ap: AppType = 'audirvana-ap [-1 - tcp]'¶
[TCP] Audirvana Remote Access Protocol
- autosendimages: AppType = 'autosendimages [-1 - tcp]'¶
[TCP] automatic sending Image data protocol
- autotargets_ap: AppType = 'autotargets-ap [-1 - tcp]'¶
[TCP] Access Point for AutoTargets system
- av: AppType = 'av [-1 - undefined]'¶
[N/A] Allen Vanguard Hardware Service
- av_chat_ring_01: AppType = 'av-chat-ring-01 [-1 - tcp]'¶
[TCP] TCP SpyChat Stream Message Exchange
- avatars: AppType = 'avatars [-1 - tcp]'¶
[TCP] Libravatar federated avatar hosting service.
- avatars_sec: AppType = 'avatars-sec [-1 - tcp]'¶
[TCP] Libravatar federated avatar hosting service.
- axis_nvr: AppType = 'axis-nvr [-1 - tcp|udp]'¶
[TCP] Axis Network Video Recorders
[UDP] Axis Network Video Recorders
- axis_video: AppType = 'axis-video [-1 - undefined]'¶
[N/A] Axis Video Cameras
- b3d_convince: AppType = 'b3d-convince [-1 - undefined]'¶
[N/A] 3M Unitek Digital Orthodontic System
- babyphone: AppType = 'babyphone [-1 - undefined]'¶
[N/A] BabyPhone
- bandhelper_rc: AppType = 'bandhelper-rc [-1 - tcp]'¶
[TCP] Remote Control for BandHelper app
- bandhelper_ss: AppType = 'bandhelper-ss [-1 - tcp]'¶
[TCP] Screen sharing for BandHelper app
- barroomcomedy: AppType = 'barroomcomedy [-1 - tcp]'¶
[TCP] Peer to peer file sharing for a media player application
- bcloud_server: AppType = 'bcloud-server [-1 - tcp]'¶
[TCP] Buddycloud Server Delegation
- bdsk: AppType = 'bdsk [-1 - undefined]'¶
[N/A] BibDesk Sharing
- beacon: AppType = 'beacon [-1 - undefined]'¶
[N/A] Beacon Remote Service
- beamer: AppType = 'beamer [-1 - undefined]'¶
[N/A] Beamer Data Sharing Protocol
- 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
- beep: AppType = 'beep [-1 - undefined]'¶
[N/A] Xgrid Technology Preview
- behnke_cc: AppType = 'behnke-cc [-1 - tcp]'¶
[TCP] Behnke doorphones / emergency phones
- behnke_station: AppType = 'behnke-station [-1 - tcp]'¶
[TCP] Behnke audio / video intercom systems
- behnke_video: AppType = 'behnke-video [-1 - tcp]'¶
[TCP] Behnke doorphones / video intercoms
- bender: AppType = 'bender [-1 - undefined]'¶
[N/A] Bender Communication Protocol
- beyondidentity: AppType = 'beyondidentity [-1 - tcp]'¶
[TCP] Beyond Identity Platform Authenticator S
- bfagent: AppType = 'bfagent [-1 - undefined]'¶
[N/A] BuildForge Agent
- bhipc: AppType = 'bhipc [-1 - tcp|udp]'¶
[TCP] Becker & Hickl Inter Process Communication
[UDP] Becker & Hickl Inter Process Communication
- bidib: AppType = 'bidib [-1 - tcp]'¶
[TCP] Model Railway Control via netBiDiB
- bigbangchess: AppType = 'bigbangchess [-1 - undefined]'¶
[N/A] Big Bang Chess
- bigbangmancala: AppType = 'bigbangmancala [-1 - undefined]'¶
[N/A] Big Bang Mancala
- biosonics: AppType = 'biosonics [-1 - tcp|udp]'¶
[TCP] BioSonics Echosounders
[UDP] BioSonics Echosounders
- bitflit: AppType = 'bitflit [-1 - tcp]'¶
[TCP] Data transfer service
- 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
- bluevertise: AppType = 'bluevertise [-1 - udp]'¶
[UDP] BlueVertise Network Protocol (BNP)
- boardplus: AppType = 'boardplus [-1 - tcp]'¶
[TCP] board plus application transfer protocol
- booked_sync: AppType = 'booked-sync [-1 - tcp]'¶
[TCP] Booked communication protocol - Sharing And Sync Service
- bookworm: AppType = 'bookworm [-1 - undefined]'¶
[N/A] Bookworm Client Discovery
- bootstrap: AppType = 'bootstrap [-1 - tcp|udp]'¶
[TCP] Bootstrap service discovery
[UDP] Bootstrap service discovery
- boundaryscan: AppType = 'boundaryscan [-1 - udp]'¶
[UDP] Proprietary
- bousg: AppType = 'bousg [-1 - undefined]'¶
[N/A] Bag Of Unusual Strategy Games
- boutfitness: AppType = 'boutfitness [-1 - tcp|udp]'¶
[TCP] Bout Fitness Synchronization Service
[UDP] Bout Fitness Synchronization Service
- boxraysrvr: AppType = 'boxraysrvr [-1 - tcp]'¶
[TCP] Boxray Devices Host Server
- bq_cromo: AppType = 'bq-cromo [-1 - tcp|udp]'¶
[TCP] bq Cromo protocol
[UDP] bq Cromo protocol
- breas: AppType = 'breas [-1 - tcp|udp]'¶
[TCP] Breas
[UDP] Breas
- bri: AppType = 'bri [-1 - undefined]'¶
[N/A] RFID Reader Basic Reader Interface
- bridgeprotocol: AppType = 'bridgeprotocol [-1 - tcp]'¶
[TCP] JSON RPC Bridge Protocol
- 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-ietf-anima-brski-ae-13]
- brski_registrar: AppType = 'brski-registrar [-1 - tcp]'¶
[TCP] The Bootstrapping Remote Secure Key Infrastructure Registrar [RFC 8995]
- bsqdea: AppType = 'bsqdea [-1 - undefined]'¶
[N/A] Backup Simplicity
- btp: AppType = 'btp [-1 - tcp]'¶
[TCP] Beats Transfer Protocol allows for the discovery and control of devices
- buddycloud_api: AppType = 'buddycloud-api [-1 - tcp]'¶
[TCP] buddycloud API
- buzzer: AppType = 'buzzer [-1 - tcp]'¶
[TCP] Service for opening electric doors
- 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]
- caltalk: AppType = 'caltalk [-1 - undefined]'¶
[N/A] CalTalk
- canon_chmp: AppType = 'canon-chmp [-1 - tcp]'¶
[TCP] Canon HTTP Management Protocol
- 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]
- cardsend: AppType = 'cardsend [-1 - undefined]'¶
[N/A] Card Send Protocol
- carousel: AppType = 'carousel [-1 - tcp]'¶
[TCP] Carousel Player Protocol
- cctv: AppType = 'cctv [-1 - undefined]'¶
[N/A] IP and Closed-Circuit Television for Securitiy applications
- cerebra: AppType = 'cerebra [-1 - tcp]'¶
[TCP] Control the Cerebra Aquarium Controller
- certificates: AppType = 'certificates [-1 - tcp]'¶
[TCP] Server for S/MIME and PGP certificates [draft-bhjl-x509-srv-01]
- cheat: AppType = 'cheat [-1 - undefined]'¶
[N/A] The Cheat
- chess: AppType = 'chess [-1 - undefined]'¶
[N/A] Project Gridlock
- chfts: AppType = 'chfts [-1 - undefined]'¶
[N/A] Fluid Theme Server
- chili: AppType = 'chili [-1 - undefined]'¶
[N/A] The CHILI Radiology System
- ciao: AppType = 'ciao [-1 - tcp]'¶
[TCP] Ciao Arduino Protocol
- cip4discovery: AppType = 'cip4discovery [-1 - undefined]'¶
[N/A] Discovery of JDF (CIP4 Job Definition Format) enabled devices
- clipboard: AppType = 'clipboard [-1 - undefined]'¶
[N/A] Clipboard Sharing
- clique: AppType = 'clique [-1 - udp]'¶
[UDP] Clique Link-Local Multicast Chat Room
- clscts: AppType = 'clscts [-1 - undefined]'¶
[N/A] Oracle CLS Cluster Topology Service
- collabio: AppType = 'collabio [-1 - tcp|udp]'¶
[TCP] Collabio
[UDP] Collabio
- collection: AppType = 'collection [-1 - undefined]'¶
[N/A] Published Collection Object
- 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
- conecube: AppType = 'conecube [-1 - udp]'¶
[UDP] DNS SRV service for smarthome server
- contactserver: AppType = 'contactserver [-1 - undefined]'¶
[N/A] Now Contact
- controllerplus: AppType = 'controllerplus [-1 - tcp]'¶
[TCP] game controller forwarding protocol
- coolanetaudio: AppType = 'coolanetaudio [-1 - tcp]'¶
[TCP] Coolatoola Network Audio
- core_rd: AppType = 'core-rd [-1 - tcp|udp]'¶
- 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]
- corroboree: AppType = 'corroboree [-1 - undefined]'¶
[N/A] Corroboree Server
- cosir: AppType = 'cosir [-1 - tcp]'¶
[TCP] Computer Op System Information Report
- coviot: AppType = 'coviot [-1 - tcp|udp]'¶
[TCP] Service for coviot branded devices
[UDP] Service for coviot branded devices
- cpnotebook2: AppType = 'cpnotebook2 [-1 - undefined]'¶
[N/A] NoteBook 2
- csi_mmws: AppType = 'csi-mmws [-1 - tcp]'¶
[TCP] Canfield Scientific Inc - Mirror Mobile Web Services
- cw_codetap: AppType = 'cw-codetap [-1 - undefined]'¶
[N/A] CodeWarrior HTI Xscale PowerTAP
- cw_dpitap: AppType = 'cw-dpitap [-1 - undefined]'¶
[N/A] CodeWarrior HTI DPI PowerTAP
- cw_oncetap: AppType = 'cw-oncetap [-1 - undefined]'¶
[N/A] CodeWarrior HTI OnCE PowerTAP
- cw_powertap: AppType = 'cw-powertap [-1 - undefined]'¶
[N/A] CodeWarrior HTI COP PowerTAP
- cytv: AppType = 'cytv [-1 - undefined]'¶
[N/A] CyTV - Network streaming for Elgato EyeTV
- dacp: AppType = 'dacp [-1 - undefined]'¶
[N/A] Digital Audio Control Protocol (iTunes)
- dancepartner: AppType = 'dancepartner [-1 - undefined]'¶
[N/A] Dance partner application for iPhone
- darkhorsetimer: AppType = 'darkhorsetimer [-1 - tcp]'¶
[TCP] Timer LAN service
- 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
- dccp_ping: AppType = 'dccp-ping [-1 - dccp]'¶
[DCCP] ping/traceroute using DCCP
- 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
- dell_ssms_ds: AppType = 'dell-ssms-ds [-1 - tcp]'¶
[TCP] Spotlight SSMS Plugin Diagnostic Server
- demoncamremote: AppType = 'demoncamremote [-1 - tcp|udp]'¶
[TCP] Peer-to-peer real-time video streaming
[UDP] Peer-to-peer real-time video streaming
- device_info: AppType = 'device-info [-1 - undefined]'¶
[N/A] Device Info
- devonsync: AppType = 'devonsync [-1 - tcp]'¶
[TCP] DEVONthink synchronization protocol
- 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
- difi: AppType = 'difi [-1 - undefined]'¶
[N/A] EyeHome
- disconnect: AppType = 'disconnect [-1 - undefined]'¶
[N/A] DisConnect Peer to Peer Game Protocol
- displaysrc: AppType = 'displaysrc [-1 - tcp]'¶
[TCP] Wi-Fi Alliance Display Source service
- dist_opencl: AppType = 'dist-opencl [-1 - undefined]'¶
[N/A] Distributed OpenCL discovery protocol
- ditrios: AppType = 'ditrios [-1 - undefined]'¶
[N/A] Ditrios SOA Framework Protocol
- divelogsync: AppType = 'divelogsync [-1 - undefined]'¶
[N/A] Dive Log Data Sharing and Synchronization Protocol
- dlpx_sp_8415: AppType = 'dlpx-sp [8415 - tcp]'¶
[TCP] Delphix Session Protocol
- dlpx_sp_null: AppType = 'dlpx-sp [-1 - tcp]'¶
[TCP] Delphix Session 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_sd: AppType = 'dns-sd [-1 - undefined]'¶
[N/A] DNS Service Discovery
- 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: AppType = 'dnssd-srp [-1 - tcp]'¶
[TCP] DNS-Based Service Discovery [RFC-ietf-dnssd-srp-25]
- dnssd_srp_tls: AppType = 'dnssd-srp-tls [-1 - tcp]'¶
[TCP] DNS-Based Service Discovery (TLS) [RFC-ietf-dnssd-srp-25]
- dop: AppType = 'dop [-1 - undefined]'¶
[N/A] Roar (Death of Productivity)
- 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]
- dropcopy: AppType = 'dropcopy [-1 - undefined]'¶
[N/A] DropCopy
- dsgsync: AppType = 'dsgsync [-1 - undefined]'¶
[N/A] Datacolor SpyderGallery Desktop Sync Protocol
- 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.
- dxtgsync: AppType = 'dxtgsync [-1 - undefined]'¶
[N/A] Documents To Go Desktop Sync Protocol
- ea_dttx_poker: AppType = 'ea-dttx-poker [-1 - undefined]'¶
[N/A] Protocol for EA Downtown Texas Hold ‘em
- earphoria: AppType = 'earphoria [-1 - undefined]'¶
[N/A] Earphoria
- 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
- ebms: AppType = 'ebms [-1 - undefined]'¶
[N/A] ebXML Messaging
- ecms: AppType = 'ecms [-1 - undefined]'¶
[N/A] Northrup Grumman/Mission Systems/ESL Data Flow Protocol
- ebreg: AppType = 'ebreg [-1 - undefined]'¶
[N/A] ebXML Registry
- ecbyesfsgksc: AppType = 'ecbyesfsgksc [-1 - undefined]'¶
[N/A] Net Monitor Anti-Piracy Service
- edcp: AppType = 'edcp [-1 - udp]'¶
[UDP] LaCie Ethernet Disk Configuration Protocol
- edge1: AppType = 'edge1 [-1 - tcp]'¶
[TCP] Edge1 Base Station
- edsservice: AppType = 'edsservice [-1 - tcp]'¶
[TCP] Provides resolution of EDS services available on a given network
- eeg: AppType = 'eeg [-1 - tcp]'¶
[TCP] EEG System Discovery across local and wide area networks
- efkon_elite: AppType = 'efkon-elite [-1 - tcp]'¶
[TCP] EFKON Lightweight Interface to Traffic Events
- egistix: AppType = 'egistix [-1 - undefined]'¶
[N/A] Egistix Auto-Discovery
- eheap: AppType = 'eheap [-1 - undefined]'¶
[N/A] Interactive Room Software Infrastructure (Event Sharing)
- embrace: AppType = 'embrace [-1 - undefined]'¶
[N/A] DataEnvoy
- enphase_envoy: AppType = 'enphase-envoy [-1 - tcp]'¶
[TCP] Enphase Energy Envoy
- ep: AppType = 'ep [-1 - undefined]'¶
[N/A] Endpoint Protocol (EP) for use in Home Automation systems
- esp: AppType = 'esp [-1 - tcp]'¶
[TCP] Extensis Server Protocol
- est: AppType = 'est [-1 - tcp]'¶
[TCP] Enrollment Over Secure Transport
- est_coaps: AppType = 'est-coaps [-1 - udp]'¶
[UDP] EST over secure CoAP (EST-coaps)
- eucalyptus: AppType = 'eucalyptus [-1 - undefined]'¶
[N/A] Eucalyptus Discovery
- eventserver: AppType = 'eventserver [-1 - undefined]'¶
[N/A] Now Up-to-Date
- evp: AppType = 'evp [-1 - tcp]'¶
[TCP] EvP - Generic EVENT protocol
- evs_notif: AppType = 'evs-notif [-1 - undefined]'¶
[N/A] EVS Notification Center Protocol
- ewalletsync: AppType = 'ewalletsync [-1 - undefined]'¶
[N/A] Synchronization Protocol for Ilium Software’s eWallet
- ewelink: AppType = 'ewelink [-1 - tcp]'¶
[TCP] eWeLink devices supporting LAN Control
- example: AppType = 'example [-1 - undefined]'¶
[N/A] Example Service Type
- exb: AppType = 'exb [-1 - undefined]'¶
[N/A] Exbiblio Cascading Service Protocol
- extensissn: AppType = 'extensissn [-1 - undefined]'¶
[N/A] Extensis Serial Number
- eyetvsn: AppType = 'eyetvsn [-1 - undefined]'¶
[N/A] EyeTV Sharing
- facespan: AppType = 'facespan [-1 - undefined]'¶
[N/A] FaceSpan
- faxstfx: AppType = 'faxstfx [-1 - undefined]'¶
[N/A] FAXstf
- feed_sharing: AppType = 'feed-sharing [-1 - undefined]'¶
[N/A] NetNewsWire 2.0
- feldwesen: AppType = 'feldwesen [-1 - tcp]'¶
[TCP] proprietary
- firetask: AppType = 'firetask [-1 - undefined]'¶
[N/A] Firetask task sharing and synchronization protocol
- fish: AppType = 'fish [-1 - undefined]'¶
[N/A] Fish
- fisk: AppType = 'fisk [-1 - tcp]'¶
[TCP] Fiscalization service of Click.al
- fix: AppType = 'fix [-1 - undefined]'¶
[N/A] Financial Information Exchange (FIX) Protocol
- fjork: AppType = 'fjork [-1 - undefined]'¶
[N/A] Fjork
- fl_purr: AppType = 'fl-purr [-1 - udp]'¶
[UDP] FilmLight Cluster Power Control Service
- flightdmp: AppType = 'flightdmp [-1 - tcp|udp]'¶
[TCP] Flight Data Monitoring Protocol
[UDP] Flight Data Monitoring Protocol
- flir_ircam: AppType = 'flir-ircam [-1 - tcp]'¶
[TCP] FLIR Infrared Camera
- fmserver_admin: AppType = 'fmserver-admin [-1 - undefined]'¶
[N/A] FileMaker Server Administration Communication Service
- fontagentnode: AppType = 'fontagentnode [-1 - undefined]'¶
[N/A] FontAgent Pro
- 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
- frameforge_lic: AppType = 'frameforge-lic [-1 - undefined]'¶
[N/A] FrameForge License
- freehand: AppType = 'freehand [-1 - undefined]'¶
[N/A] FreeHand MusicPad Pro Interface Protocol
- frog: AppType = 'frog [-1 - undefined]'¶
[N/A] Frog Navigation Systems
- ftpcroco: AppType = 'ftpcroco [-1 - undefined]'¶
[N/A] Crocodile FTP Server
- fv_cert: AppType = 'fv-cert [-1 - udp]'¶
[UDP] Fairview Certificate
- fv_key: AppType = 'fv-key [-1 - udp]'¶
[UDP] Fairview Key
- fv_time: AppType = 'fv-time [-1 - udp]'¶
[UDP] Fairview Time/Date
- g2metric_lynx: AppType = 'g2metric-lynx [-1 - tcp]'¶
[TCP] Used for the Lynx System
- garagepad: AppType = 'garagepad [-1 - undefined]'¶
[N/A] Entrackment Client Service
- giffer: AppType = 'giffer [-1 - tcp]'¶
[TCP] gif collection browsing
- gforce_ssmp: AppType = 'gforce-ssmp [-1 - undefined]'¶
[N/A] G-Force Control via SoundSpectrum’s SSMP TCP Protocol
- glasspad: AppType = 'glasspad [-1 - undefined]'¶
[N/A] GlassPad Data Exchange Protocol
- glasspadserver: AppType = 'glasspadserver [-1 - undefined]'¶
[N/A] GlassPadServer Data Exchange Protocol
- glrdrvmon: AppType = 'glrdrvmon [-1 - undefined]'¶
[N/A] OpenGL Driver Monitor
- 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
- goorstop: AppType = 'goorstop [-1 - tcp]'¶
[TCP] For iOS Application named GoOrStop
- gopro_wake: AppType = 'gopro-wake [-1 - udp]'¶
[UDP] GoPro proprietary protocol to wake devices
- gopro_web: AppType = 'gopro-web [-1 - udp]'¶
[UDP] GoPro proprietary protocol for devices
- gotit: AppType = 'gotit [-1 - tcp]'¶
[TCP] Network name Got It!
- gpnp: AppType = 'gpnp [-1 - undefined]'¶
[N/A] Grid Plug and Play
- grillezvous: AppType = 'grillezvous [-1 - undefined]'¶
[N/A] Roxio ToastAnywhere(tm) Recorder Sharing
- groovesquid: AppType = 'groovesquid [-1 - tcp]'¶
[TCP] Groovesquid Democratic Music Control Protocol
- growl: AppType = 'growl [-1 - undefined]'¶
[N/A] Growl
- gsremotecontrol: AppType = 'gsremotecontrol [-1 - tcp]'¶
[TCP] GS Labs set-top box remote control
- 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
- hbbtv_ait: AppType = 'hbbtv-ait [-1 - tcp]'¶
[TCP] HbbTV Application Information Table
- hg: AppType = 'hg [-1 - undefined]'¶
[N/A] Mercurial web-based repository access
- hinz: AppType = 'hinz [-1 - undefined]'¶
[N/A] HINZMobil Synchronization protocol
- hmcp: AppType = 'hmcp [-1 - undefined]'¶
[N/A] Home Media Control Protocol
- hola: AppType = 'hola [-1 - tcp]'¶
[TCP] An application to communicate with other
- home_assistant: AppType = 'home-assistant [-1 - tcp]'¶
[TCP] Home Assistant
- home_sharing: AppType = 'home-sharing [-1 - undefined]'¶
[N/A] iTunes Home Sharing
- homeauto: AppType = 'homeauto [-1 - undefined]'¶
[N/A] iDo Technology Home Automation Protocol
- homeconnect: AppType = 'homeconnect [-1 - tcp]'¶
[TCP] Home Connect Protocol
- homekit: AppType = 'homekit [-1 - tcp]'¶
[TCP] Protocol for home hub communication
- honeywell_vid: AppType = 'honeywell-vid [-1 - udp]'¶
[UDP] Honeywell Video Systems
- hotwayd: AppType = 'hotwayd [-1 - undefined]'¶
[N/A] Hotwayd
- howdy: AppType = 'howdy [-1 - undefined]'¶
[N/A] Howdy messaging and notification 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
- hs_off: AppType = 'hs-off [-1 - undefined]'¶
[N/A] Hobbyist Software Off Discovery
- htsp: AppType = 'htsp [-1 - undefined]'¶
[N/A] Home Tv Streaming Protocol
- https_443: AppType = 'https [443 - tcp|udp|sctp]'¶
- https_null: AppType = 'https [-1 - tcp]'¶
[TCP] HTTP over SSL/TLS
- htvncconf: AppType = 'htvncconf [-1 - udp]'¶
[UDP] HomeTouch Vnc Configuration
- hue: AppType = 'hue [-1 - tcp]'¶
[TCP] Philips hue protocol
- huesync: AppType = 'huesync [-1 - tcp]'¶
[TCP] Philips Hue Sync control protocol
- hyperstream: AppType = 'hyperstream [-1 - undefined]'¶
[N/A] Atempo HyperStream deduplication server
- iad1: AppType = 'iad1 [-1 - undefined]'¶
[N/A] BBN IAD
- iad2: AppType = 'iad2 [-1 - undefined]'¶
[N/A] BBN IAD
- iad3: AppType = 'iad3 [-1 - undefined]'¶
[N/A] BBN IAD
- iaudit: AppType = 'iaudit [-1 - tcp]'¶
[TCP] Braemar Inventory audit
- ibiz: AppType = 'ibiz [-1 - undefined]'¶
[N/A] iBiz Server
- ica_networking: AppType = 'ica-networking [-1 - undefined]'¶
[N/A] Image Capture Networking
- ican: AppType = 'ican [-1 - undefined]'¶
[N/A] Northrup Grumman/TASC/ICAN Protocol
- ichalkboard: AppType = 'ichalkboard [-1 - undefined]'¶
[N/A] iChalk
- ichat: AppType = 'ichat [-1 - undefined]'¶
[N/A] iChat 1.0
- ici: AppType = 'ici [-1 - undefined]'¶
[N/A] ICI
- iconquer: AppType = 'iconquer [-1 - undefined]'¶
[N/A] iConquer
- icontrolbox: AppType = 'icontrolbox [-1 - tcp]'¶
[TCP] A Remote Control Application service used to control Computers on a Local Area Network
- idata: AppType = 'idata [-1 - undefined]'¶
[N/A] Generic Data Acquisition and Control Protocol
- idcws: AppType = 'idcws [-1 - undefined]'¶
[N/A] Intermec Device Configuration Web Services
- ideaquest: AppType = 'ideaquest [-1 - tcp]'¶
[TCP] IDEAQUEST Safety Monitoring System
- idsync: AppType = 'idsync [-1 - undefined]'¶
[N/A] SplashID Synchronization Service
- iffl: AppType = 'iffl [-1 - undefined]'¶
[N/A] iFFL Bonjour service for communication between client and server applications.
- ifolder: AppType = 'ifolder [-1 - undefined]'¶
[N/A] Published iFolder
- ihouse: AppType = 'ihouse [-1 - undefined]'¶
[N/A] Idle Hands iHouse Protocol
- ii_drills: AppType = 'ii-drills [-1 - undefined]'¶
[N/A] Instant Interactive Drills
- ii_konane: AppType = 'ii-konane [-1 - undefined]'¶
[N/A] Instant Interactive Konane
- ilynx: AppType = 'ilynx [-1 - undefined]'¶
[N/A] iLynX
- im: AppType = 'im [-1 - tcp|udp]'¶
- imagescal: AppType = 'imagescal [-1 - tcp]'¶
[TCP] ImagesCal App Data Sharing
- imidi: AppType = 'imidi [-1 - undefined]'¶
[N/A] iMidi
- imgsync: AppType = 'imgsync [-1 - tcp]'¶
[TCP] Protocol synchronizing Image data
- ims_ni: AppType = 'ims-ni [-1 - tcp]'¶
[TCP] Noise Inspector
- indigo_dvr: AppType = 'indigo-dvr [-1 - undefined]'¶
[N/A] Indigo Security Digital Video Recorders
- infboard: AppType = 'infboard [-1 - tcp]'¶
[TCP] InfBoard interactive whiteboard protocol
- informacast: AppType = 'informacast [-1 - tcp]'¶
[TCP] Listing Singlewire InformaCast servers
- innergroup: AppType = 'innergroup [-1 - tcp]'¶
[TCP] Service for a Communications App
- inova_ontrack: AppType = 'inova-ontrack [-1 - undefined]'¶
[N/A] Inova Solutions OnTrack Display Protocol
- iot: AppType = 'iot [-1 - tcp]'¶
[TCP] Internet-of-things (IoT) JSON telegram service
- iota: AppType = 'iota [-1 - tcp]'¶
[TCP] iotaMed medical records server
- ipbroadcaster: AppType = 'ipbroadcaster [-1 - undefined]'¶
[N/A] IP Broadcaster
- iperfd: AppType = 'iperfd [-1 - tcp|udp]'¶
[TCP] Network socket performance test
[UDP] Network socket performance test
- ipspeaker: AppType = 'ipspeaker [-1 - undefined]'¶
[N/A] IP Speaker Control Protocol
- iqp: AppType = 'iqp [-1 - tcp]'¶
[TCP] Control protocol for Phase One devices
- irc_iot: AppType = 'irc-iot [-1 - tcp]'¶
[TCP] The universal protocol for building IoT
- ir_hvac_000: AppType = 'ir-hvac-000 [-1 - tcp]'¶
[TCP] HVAC SMIL Server
- irelay: AppType = 'irelay [-1 - undefined]'¶
[N/A] iRelay application discovery service
- irmc: AppType = 'irmc [-1 - undefined]'¶
[N/A] Intego Remote Management Console
- irobotmcs: AppType = 'irobotmcs [-1 - tcp|udp]'¶
[TCP] iRobot Monitor and Control Service
[UDP] iRobot Monitor and Control Service
- iroid_sd: AppType = 'iroid-sd [-1 - tcp]'¶
[TCP] Iroid Data Service Discovery
- irradiatd_iclip: AppType = 'irradiatd-iclip [-1 - tcp]'¶
[TCP] iClip clipboard transfer
- irt_sharing: AppType = 'irt-sharing [-1 - tcp]'¶
[TCP] Image Resizer Toolbox preview sharing service
- isparx: AppType = 'isparx [-1 - undefined]'¶
[N/A] iSparx
- ispq_vc: AppType = 'ispq-vc [-1 - undefined]'¶
[N/A] iSpQ VideoChat
[N/A] iShare
- isticky: AppType = 'isticky [-1 - undefined]'¶
[N/A] iSticky
- istorm: AppType = 'istorm [-1 - undefined]'¶
[N/A] iStorm
- isynchronize: AppType = 'isynchronize [-1 - tcp]'¶
[TCP] iSynchronize data synchronization protocol
- itap_publish: AppType = 'itap-publish [-1 - tcp]'¶
[TCP] iTap Publishing Service
- itis_device: AppType = 'itis-device [-1 - undefined]'¶
[N/A] IT-IS International Ltd. Device
- itsrc: AppType = 'itsrc [-1 - undefined]'¶
[N/A] iTunes Socket Remote Control
- ivef: AppType = 'ivef [-1 - undefined]'¶
[N/A] Inter VTS Exchange Format
- iwork: AppType = 'iwork [-1 - undefined]'¶
[N/A] iWork Server
- izira: AppType = 'izira [-1 - tcp]'¶
[TCP] Integrated Business Data Exchange
- jcan: AppType = 'jcan [-1 - undefined]'¶
[N/A] Northrup Grumman/TASC/JCAN Protocol
- jeditx: AppType = 'jeditx [-1 - undefined]'¶
[N/A] Jedit X
- jini: AppType = 'jini [-1 - undefined]'¶
[N/A] Jini Service Discovery
- jnx_kcsync: AppType = 'jnx-kcsync [-1 - tcp]'¶
[TCP] jollys keychain cloud sync protocol
- jtag: AppType = 'jtag [-1 - undefined]'¶
[N/A] Proprietary
- jukebox: AppType = 'jukebox [-1 - tcp]'¶
[TCP] Jukebox Request Service
- jukejoint: AppType = 'jukejoint [-1 - tcp]'¶
[TCP] Music sharing protocol
- 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
- kiwin: AppType = 'kiwin [-1 - tcp]'¶
[TCP] Topology Discovery
- knx: AppType = 'knx [-1 - tcp|udp]'¶
[TCP] KNX Discovery Protocol
[UDP] Discovery in KNX IoT Point API
- ktp: AppType = 'ktp [-1 - undefined]'¶
[N/A] Kabira Transaction Platform
- kyma: AppType = 'kyma [-1 - tcp]'¶
[TCP] Symbolic Sound Kyma Service Discovery
- la_maint: AppType = 'la-maint [-1 - undefined]'¶
[N/A] IMP Logical Address Maintenance
- labyrinth: AppType = 'labyrinth [-1 - udp]'¶
[UDP] Labyrinth local multiplayer protocol
- lan2p: AppType = 'lan2p [-1 - undefined]'¶
[N/A] Lan2P Peer-to-Peer Network Protocol
- lapse: AppType = 'lapse [-1 - undefined]'¶
[N/A] Gawker
- larvaio_control: AppType = 'larvaio-control [-1 - tcp|udp]'¶
[TCP] Larva IP Controller
[UDP] Larva IP Controller
- leaf: AppType = 'leaf [-1 - undefined]'¶
[N/A] Lua Embedded Application Framework
- lexicon: AppType = 'lexicon [-1 - undefined]'¶
[N/A] Lexicon Vocabulary Sharing
- liaison: AppType = 'liaison [-1 - undefined]'¶
[N/A] Liaison
- 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
- licor: AppType = 'licor [-1 - undefined]'¶
[N/A] LI-COR Biosciences instrument discovery
- llrp_secure: AppType = 'llrp-secure [-1 - undefined]'¶
[N/A] RFID reader Low Level Reader Protocol over SSL/TLS
- lobby: AppType = 'lobby [-1 - undefined]'¶
[N/A] Gobby
- logicnode: AppType = 'logicnode [-1 - udp]'¶
[UDP] Logic Pro Distributed Audio
- logsheetserver: AppType = 'logsheetserver [-1 - tcp]'¶
[TCP] logSheet Server Synchronization Server
- lonbridge: AppType = 'lonbridge [-1 - undefined]'¶
[N/A] Echelon LonBridge Server
- lontalk: AppType = 'lontalk [-1 - undefined]'¶
[N/A] LonTalk over IP (ANSI 852)
- lonworks_2540: AppType = 'lonworks [2540 - tcp|udp]'¶
[TCP] LonWorks
[UDP] LonWorks
- lonworks_null: AppType = 'lonworks [-1 - undefined]'¶
[N/A] Echelon LNS Remote Client
- lsys_appserver: AppType = 'lsys-appserver [-1 - undefined]'¶
[N/A] Linksys One Application Server API
- lsys_camera: AppType = 'lsys-camera [-1 - undefined]'¶
[N/A] Linksys One Camera API
- lsys_ezcfg: AppType = 'lsys-ezcfg [-1 - undefined]'¶
[N/A] LinkSys EZ Configuration
- 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
- lumis_lca: AppType = 'lumis-lca [-1 - tcp]'¶
[TCP] Lumis Cache Appliance Protocol
- lux_dtp: AppType = 'lux-dtp [-1 - undefined]'¶
[N/A] Lux Solis Data Transport Protocol
- lxi: AppType = 'lxi [-1 - undefined]'¶
[N/A] LXI
- lyrics: AppType = 'lyrics [-1 - undefined]'¶
[N/A] iPod Lyrics Service
- m30s1pt: AppType = 'm30s1pt [-1 - tcp|udp]'¶
[TCP] Moritz30-Project Standard protocol 1 Plain Text
[UDP] Moritz30-Project Standard protocol 1 Plain Text
- macfoh: AppType = 'macfoh [-1 - undefined]'¶
[N/A] MacFOH
- macfoh_admin: AppType = 'macfoh-admin [-1 - undefined]'¶
[N/A] MacFOH admin services
- macfoh_audio: AppType = 'macfoh-audio [-1 - udp]'¶
[UDP] MacFOH audio stream
- macfoh_events: AppType = 'macfoh-events [-1 - udp]'¶
[UDP] MacFOH show control events
- macfoh_data: AppType = 'macfoh-data [-1 - udp]'¶
[UDP] MacFOH realtime data
- macfoh_db: AppType = 'macfoh-db [-1 - undefined]'¶
[N/A] MacFOH database
- macfoh_remote: AppType = 'macfoh-remote [-1 - undefined]'¶
[N/A] MacFOH Remote
- macminder: AppType = 'macminder [-1 - undefined]'¶
[N/A] Mac Minder
- maestro: AppType = 'maestro [-1 - undefined]'¶
[N/A] Maestro Music Sharing Service
- magicdice: AppType = 'magicdice [-1 - undefined]'¶
[N/A] Magic Dice Game Protocol
- mandos: AppType = 'mandos [-1 - undefined]'¶
[N/A] Mandos Password Server
- mas: AppType = 'mas [-1 - tcp|udp]'¶
[TCP] Pravala Mobility and Aggregation Service
[UDP] Pravala Mobility and Aggregation Service
- matrix: AppType = 'matrix [-1 - undefined]'¶
[N/A] MATRIX Remote AV Switching
- 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
- mavlink: AppType = 'mavlink [-1 - tcp]'¶
[TCP] MAVLink Micro Air Vehicle Communication Protocol
- mazepseudo_game: AppType = 'mazepseudo-game [-1 - udp]'¶
[UDP] Peer to peer communication between instances of the Maze Pseudo game.
- mbconsumer: AppType = 'mbconsumer [-1 - undefined]'¶
[N/A] MediaBroker++ Consumer
- mbproducer: AppType = 'mbproducer [-1 - undefined]'¶
[N/A] MediaBroker++ Producer
- mbserver: AppType = 'mbserver [-1 - undefined]'¶
[N/A] MediaBroker++ Server
- mconnect: AppType = 'mconnect [-1 - undefined]'¶
[N/A] ClairMail Connect
- mcrcp: AppType = 'mcrcp [-1 - undefined]'¶
[N/A] MediaCentral
- mediaboard1: AppType = 'mediaboard1 [-1 - undefined]'¶
[N/A] MediaBoardONE Asset and Information Manager data sharing and synchronization protocol
- mediatap: AppType = 'mediatap [-1 - tcp]'¶
[TCP] Mediatap streaming protocol
- mercurydock: AppType = 'mercurydock [-1 - tcp]'¶
[TCP] Mercury Dock Assistant
- mesamis: AppType = 'mesamis [-1 - undefined]'¶
[N/A] Mes Amis
- meshcop: AppType = 'meshcop [-1 - udp]'¶
[UDP] Thread Mesh Commissioning
- meshcop_e: AppType = 'meshcop-e [-1 - udp]'¶
[UDP] Thread Mesh Commissioning Ephemeral-key
- mi_raysat: AppType = 'mi-raysat [-1 - undefined]'¶
[N/A] Mental Ray for Maya
- microdeep: AppType = 'microdeep [-1 - tcp]'¶
[TCP] A protocol for controlling a microscope
- midi2: AppType = 'midi2 [-1 - udp]'¶
[UDP] MIDI 2.0 Device Discovery
- mieleacs: AppType = 'mieleacs [-1 - tcp]'¶
[TCP] Protocol for connected accessories
- mieleathome: AppType = 'mieleathome [-1 - tcp]'¶
[TCP] Miele@home Protocol
- mieleprof: AppType = 'mieleprof [-1 - tcp]'¶
[TCP] Miele protocol for prof. appliances
- mielesemiprof: AppType = 'mielesemiprof [-1 - tcp]'¶
[TCP] Miele protocol for semi prof. appliances
- 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
- modolansrv: AppType = 'modolansrv [-1 - undefined]'¶
[N/A] modo LAN Services
- mogeneti_auth: AppType = 'mogeneti-auth [-1 - tcp]'¶
[TCP] Authentication service for Mogeneti Software Applications
- moncon: AppType = 'moncon [-1 - udp]'¶
[UDP] Sonnox MCON monitor controller protocol
- moneysync: AppType = 'moneysync [-1 - undefined]'¶
[N/A] SplashMoney Synchronization Service
- moneyworks: AppType = 'moneyworks [-1 - undefined]'¶
[N/A] MoneyWorks Gold and MoneyWorks Datacentre network service
- moodring: AppType = 'moodring [-1 - undefined]'¶
[N/A] Bonjour Mood Ring tutorial program
- mother: AppType = 'mother [-1 - undefined]'¶
[N/A] Mother script server protocol
- movieslate: AppType = 'movieslate [-1 - undefined]'¶
[N/A] MovieSlate digital clapperboard
- mp3sushi: AppType = 'mp3sushi [-1 - undefined]'¶
[N/A] MP3 Sushi
- mqtt_1883: AppType = 'mqtt [1883 - tcp|udp]'¶
[TCP] Message Queuing Telemetry Transport Protocol
[UDP] Message Queuing Telemetry Transport Protocol
- mqtt_null: AppType = 'mqtt [-1 - undefined]'¶
[N/A] IBM MQ Telemetry Transport Broker
- mslingshot: AppType = 'mslingshot [-1 - undefined]'¶
[N/A] Martian SlingShot
- mumble: AppType = 'mumble [-1 - undefined]'¶
[N/A] Mumble VoIP communication protocol
- musicmachine: AppType = 'musicmachine [-1 - undefined]'¶
[N/A] Protocol for a distributed music playing service
- mysync: AppType = 'mysync [-1 - undefined]'¶
[N/A] MySync Protocol
- mttp: AppType = 'mttp [-1 - undefined]'¶
[N/A] MenuTunes Sharing
- 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
- mxs: AppType = 'mxs [-1 - undefined]'¶
[N/A] MatrixStore
- naio: AppType = 'naio [-1 - tcp]'¶
[TCP] NetAcquire server input/output protocol
- 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.
- ncbroadcast: AppType = 'ncbroadcast [-1 - undefined]'¶
[N/A] Network Clipboard Broadcasts
- ncdirect: AppType = 'ncdirect [-1 - undefined]'¶
[N/A] Network Clipboard Direct Transfers
- ncount_issuer: AppType = 'ncount-issuer [-1 - tcp]'¶
[TCP] The issuer service in the n-Count electronic value transfer system
- ncsyncserver: AppType = 'ncsyncserver [-1 - undefined]'¶
[N/A] Network Clipboard Sync Server
- ndi: AppType = 'ndi [-1 - tcp|udp]'¶
[TCP] IP based video discovery and usage
[UDP] IP based video discovery and usage
- nedap_aepu: AppType = 'nedap-aepu [-1 - tcp]'¶
[TCP] Nedap AEOS processing unit
- neoriders: AppType = 'neoriders [-1 - udp]'¶
[UDP] NeoRiders Client Discovery Protocol
- netready: AppType = 'netready [-1 - tcp]'¶
[TCP] UpdateLogic NetReady Device Identification
- netrestore: AppType = 'netrestore [-1 - undefined]'¶
[N/A] NetRestore
- netvu_video: AppType = 'netvu-video [-1 - tcp]'¶
[TCP] AD Group NetVu Connected Video
- 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]
- ngr_keydist: AppType = 'ngr-keydist [-1 - tcp]'¶
[TCP] NGR Key Distribution
- ni: AppType = 'ni [-1 - tcp]'¶
[TCP] National Instruments Network Device
- ni_ftp: AppType = 'ni-ftp [-1 - tcp|udp]'¶
[TCP] NI FTP
[UDP] NI FTP
- ni_mail: AppType = 'ni-mail [-1 - tcp|udp]'¶
[TCP] NI MAIL
[UDP] NI MAIL
- ni_rt: AppType = 'ni-rt [-1 - tcp]'¶
[TCP] National Instruments Real-Time Target
- ni_sysapi: AppType = 'ni-sysapi [-1 - tcp]'¶
[TCP] National Instruments System API Service
- nodel: AppType = 'nodel [-1 - tcp]'¶
[TCP] Lightweight event based control protocol utilising JavaScript Object Notation
- nq: AppType = 'nq [-1 - tcp]'¶
[TCP] Network Quality test server endpoint
- 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
- ntlx_video: AppType = 'ntlx-video [-1 - undefined]'¶
[N/A] American Dynamics Intellex Video Service
- ntx: AppType = 'ntx [-1 - udp]'¶
[UDP] Tenasys
- nusdp: AppType = 'nusdp [-1 - tcp]'¶
[TCP] Nuance Unity Service Discovery Protocol
- oak: AppType = 'oak [-1 - tcp|udp]'¶
[TCP] Oak Device Services
[UDP] Oak Device Services
- obf: AppType = 'obf [-1 - undefined]'¶
[N/A] Observations Framework
- 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
- ocaws: AppType = 'ocaws [-1 - tcp]'¶
[TCP] Insecure OCP.1 hosted on a WebSocket
- oce: AppType = 'oce [-1 - undefined]'¶
[N/A] Oce Common Exchange Protocol
- od_master: AppType = 'od-master [-1 - undefined]'¶
[N/A] OpenDirectory Master
- odabsharing: AppType = 'odabsharing [-1 - undefined]'¶
[N/A] OD4Contact
- odisk: AppType = 'odisk [-1 - undefined]'¶
[N/A] Optical Disk Sharing
- officetime_sync: AppType = 'officetime-sync [-1 - undefined]'¶
[N/A] OfficeTime Synchronization Protocol
- ofocus_conf: AppType = 'ofocus-conf [-1 - undefined]'¶
[N/A] OmniFocus setting configuration
- ofocus_sync: AppType = 'ofocus-sync [-1 - undefined]'¶
[N/A] OmniFocus document synchronization
- ola: AppType = 'ola [-1 - tcp]'¶
[TCP] Web Interface for the Open Lighting Architecture Software
- olpc_activity1: AppType = 'olpc-activity1 [-1 - udp]'¶
[UDP] One Laptop per Child activity
- 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_bookmark: AppType = 'omni-bookmark [-1 - undefined]'¶
[N/A] OmniWeb
- omni_live: AppType = 'omni-live [-1 - undefined]'¶
[N/A] Service for remote control of Omnisphere virtual instrument
- omnistate: AppType = 'omnistate [-1 - tcp]'¶
[TCP] Resource state update notifications
- onenet_info: AppType = 'onenet-info [-1 - tcp]'¶
[TCP] OneNet Application Information Service
- onenet_pairing: AppType = 'onenet-pairing [-1 - tcp]'¶
[TCP] OneNet Pairing
- onenet_pgn: AppType = 'onenet-pgn [-1 - udp]'¶
[UDP] OneNet PGN Transport Service
- openbase: AppType = 'openbase [-1 - undefined]'¶
[N/A] OpenBase SQL
- opencu: AppType = 'opencu [-1 - udp]'¶
[UDP] Conferencing Protocol
- openpath: AppType = 'openpath [-1 - tcp]'¶
[TCP] Discovery of OpenPath appliances
- oprofile: AppType = 'oprofile [-1 - undefined]'¶
[N/A] oprofile server protocol
- oro: AppType = 'oro [-1 - tcp]'¶
[TCP] ORO Core server REST configuration and control API
- oscit: AppType = 'oscit [-1 - udp]'¶
[UDP] Open Sound Control Interface Transfer
- ovready: AppType = 'ovready [-1 - undefined]'¶
[N/A] ObjectVideo OV Ready Protocol
- owhttpd: AppType = 'owhttpd [-1 - undefined]'¶
[N/A] OWFS (1-wire file system) web server
- parentcontrol: AppType = 'parentcontrol [-1 - undefined]'¶
[N/A] Remote Parental Controls
- passwordwallet: AppType = 'passwordwallet [-1 - undefined]'¶
[N/A] PasswordWallet Data Synchronization Protocol
- pcast: AppType = 'pcast [-1 - undefined]'¶
[N/A] Mac OS X Podcast Producer Server
- p2pchat: AppType = 'p2pchat [-1 - udp]'¶
[UDP] Peer-to-Peer Chat (Sample Java Bonjour application)
- p2pstorage_sec: AppType = 'p2pstorage-sec [-1 - tcp]'¶
[TCP] DataBOND p2p storage
[TCP] Pair & Share data protocol
- panoply: AppType = 'panoply [-1 - tcp]'¶
[TCP] Panoply multimedia composite transfer protocol
- parabay_p2p: AppType = 'parabay-p2p [-1 - tcp]'¶
[TCP] Parabay P2P 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
- pgpkey_hkp: AppType = 'pgpkey-hkp [-1 - undefined]'¶
[N/A] Horowitz Key Protocol (HKP)
- pgpkey_http: AppType = 'pgpkey-http [-1 - undefined]'¶
[N/A] PGP Keyserver using HTTP/1.1
- pgpkey_https: AppType = 'pgpkey-https [-1 - undefined]'¶
[N/A] PGP Keyserver using HTTPS
- pgpkey_ldap: AppType = 'pgpkey-ldap [-1 - undefined]'¶
[N/A] PGP Keyserver using LDAP
- pgpkey_mailto: AppType = 'pgpkey-mailto [-1 - undefined]'¶
[N/A] PGP Key submission using SMTP
- photoparata: AppType = 'photoparata [-1 - undefined]'¶
[N/A] Photo Parata Event Photography Software
- photoshow: AppType = 'photoshow [-1 - tcp]'¶
[TCP] Show Photos over TCP
- photosmithsync: AppType = 'photosmithsync [-1 - tcp]'¶
[TCP] Photosmith’s iPad to Lightroom sync protocol
- pictua: AppType = 'pictua [-1 - undefined]'¶
[N/A] Pictua Intercommunication Protocol
- piesync: AppType = 'piesync [-1 - undefined]'¶
[N/A] pieSync Computer to Computer Synchronization
- pipedal: AppType = 'pipedal [-1 - tcp]'¶
[TCP] Pi Pedal Web Interface
- piu: AppType = 'piu [-1 - undefined]'¶
[N/A] Pedestal Interface Unit by RPM-PSI
- pkixrep: AppType = 'pkixrep [-1 - undefined]'¶
[N/A] Public Key Infrastructure Repository Locator Service [RFC 4386]
- poch: AppType = 'poch [-1 - undefined]'¶
[N/A] Parallel OperatiOn and Control Heuristic (Pooch)
- pochi: AppType = 'pochi [-1 - tcp]'¶
[TCP] A presenter to audience transfer service
- podcastproxy: AppType = 'podcastproxy [-1 - tcp]'¶
[TCP] Protocol for communication between Podcast
- pokeeye: AppType = 'pokeeye [-1 - undefined]'¶
[N/A] Communication channel for “Poke Eye” Elgato EyeTV remote controller
- powereasy_erp: AppType = 'powereasy-erp [-1 - undefined]'¶
[N/A] PowerEasy ERP
- powereasy_pos: AppType = 'powereasy-pos [-1 - undefined]'¶
[N/A] PowerEasy Point of Sale
- pplayer_ctrl: AppType = 'pplayer-ctrl [-1 - undefined]'¶
[N/A] Piano Player Remote Control
- 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
- printopia_10631: AppType = 'printopia [10631 - tcp]'¶
[TCP] Printopia Serve
- printopia_null: AppType = 'printopia [-1 - tcp]'¶
[TCP] Printopia Server
- 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
- prolog: AppType = 'prolog [-1 - undefined]'¶
[N/A] Prolog
- protonet: AppType = 'protonet [-1 - undefined]'¶
[N/A] Protonet node and service discovery protocol
- psap: AppType = 'psap [-1 - udp]'¶
[UDP] Progal Service Advertising Protocol
- psia: AppType = 'psia [-1 - undefined]'¶
[N/A] Physical Security Interoperability Alliance Protocol
- 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
- ptnetprosrv2: AppType = 'ptnetprosrv2 [-1 - undefined]'¶
[N/A] PTNetPro Service
- ptp_init: AppType = 'ptp-init [-1 - tcp]'¶
[TCP] Picture Transfer Protocol(PTP) Initiator
- ptp_req: AppType = 'ptp-req [-1 - undefined]'¶
[N/A] PTP Initiation Request Protocol
- pulsar: AppType = 'pulsar [-1 - tcp]'¶
[TCP] Network service for Pulsar messaging and data sharing mobile app
- puzzle: AppType = 'puzzle [-1 - undefined]'¶
[N/A] Protocol used for puzzle games
- 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
- qbox: AppType = 'qbox [-1 - undefined]'¶
[N/A] QBox Appliance Locator
- qttp: AppType = 'qttp [-1 - undefined]'¶
[N/A] QuickTime Transfer Protocol
- quad: AppType = 'quad [-1 - tcp]'¶
[TCP] Distributed Game Data
- quinn: AppType = 'quinn [-1 - undefined]'¶
[N/A] Quinn Game Server
- qwizcollab: AppType = 'qwizcollab [-1 - tcp]'¶
[TCP] Broadcast of Qwizdom Presentation sessions for joining by a client, such as Qwizdom Notes+.
- rakket: AppType = 'rakket [-1 - undefined]'¶
[N/A] Rakket Client Protocol
- 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]
- railduino: AppType = 'railduino [-1 - tcp]'¶
[TCP] Model Railroad Messaging
- raop: AppType = 'raop [-1 - undefined]'¶
[N/A] Remote Audio Output Protocol (AirTunes)
- rapta: AppType = 'rapta [-1 - tcp]'¶
[TCP] Industrial IOT self-discovery network
- rbr: AppType = 'rbr [-1 - undefined]'¶
[N/A] RBR Instrument Communication
- rce: AppType = 'rce [-1 - undefined]'¶
[N/A] PowerCard
- realplayfavs: AppType = 'realplayfavs [-1 - undefined]'¶
[N/A] RealPlayer Shared Favorites
- recipe_box: AppType = 'recipe-box [-1 - tcp]'¶
[TCP] The Recipe Box Exchange
- recipe_sharing: AppType = 'recipe-sharing [-1 - tcp]'¶
[TCP] Recipe Sharing Protocol
- recolive_cc: AppType = 'recolive-cc [-1 - tcp|udp]'¶
[TCP] Remote Camera Control
[UDP] Remote Camera Control
- recordit_itp: AppType = 'recordit-itp [-1 - tcp]'¶
[TCP] Recordit Image Transport Protocol
- remote: AppType = 'remote [-1 - undefined]'¶
[N/A] Remote Device Control Protocol
- remotebuddy: AppType = 'remotebuddy [-1 - tcp]'¶
[TCP] Remote Buddy remote control software command and data exchange
- remoteburn: AppType = 'remoteburn [-1 - undefined]'¶
[N/A] LaCie Remote Burn
- renderpipe: AppType = 'renderpipe [-1 - undefined]'¶
[N/A] ARTvps RenderDrive/PURE Renderer Protocol
- rendezvouspong: AppType = 'rendezvouspong [-1 - undefined]'¶
[N/A] RendezvousPong
- renkara_sync: AppType = 'renkara-sync [-1 - undefined]'¶
[N/A] Renkara synchronization protocol
- resol_vbus: AppType = 'resol-vbus [-1 - undefined]'¶
[N/A] RESOL VBus
- 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)
- rfid: AppType = 'rfid [-1 - undefined]'¶
[N/A] RFID Reader Mach1(tm) Protocol
- rgb: AppType = 'rgb [-1 - tcp]'¶
[TCP] RGB Spectrum Device Discovery
- riousbprint: AppType = 'riousbprint [-1 - undefined]'¶
[N/A] Remote I/O USB Printer Protocol
- roambot: AppType = 'roambot [-1 - tcp]'¶
[TCP] Roambot communication
- robustirc: AppType = 'robustirc [-1 - tcp]'¶
[TCP] Like ircu (RFC1459), but failure tolerant due to strong consistency among n>=3 servers
- roku_rcp: AppType = 'roku-rcp [-1 - undefined]'¶
[N/A] Roku Control Protocol
- roomcast_capi: AppType = 'roomcast-capi [-1 - tcp]'¶
[TCP] RoomCast Control Protocol
- roomcast_mapi: AppType = 'roomcast-mapi [-1 - tcp]'¶
[TCP] RoomCast Management Protocol
- rql: AppType = 'rql [-1 - undefined]'¶
[N/A] RemoteQuickLaunch
- rr_disc: AppType = 'rr-disc [-1 - undefined]'¶
[N/A] Robot Raconteur discovery
- 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)
- rubygems: AppType = 'rubygems [-1 - undefined]'¶
[N/A] RubyGems GemServer
- rxxmiele: AppType = 'rxxmiele [-1 - tcp]'¶
[TCP] Miele protocol robot cleaners
- rym_rrc: AppType = 'rym-rrc [-1 - tcp]'¶
[TCP] Raymarine remote control protocol
[N/A] Safari Menu
- sallingbridge: AppType = 'sallingbridge [-1 - undefined]'¶
[N/A] Salling Clicker Sharing
- sallingclicker: AppType = 'sallingclicker [-1 - undefined]'¶
[N/A] Salling Clicker Service
- salutafugijms: AppType = 'salutafugijms [-1 - undefined]'¶
[N/A] Salutafugi Peer-To-Peer Java Message Service Implementation
- sandvox: AppType = 'sandvox [-1 - undefined]'¶
[N/A] Sandvox
- savagesoft: AppType = 'savagesoft [-1 - tcp]'¶
[TCP] Proprietary Client Server Protocol
- sc_golf: AppType = 'sc-golf [-1 - undefined]'¶
[N/A] StrawberryCat Golf Protocol
- scanner: AppType = 'scanner [-1 - undefined]'¶
[N/A] Bonjour Scanning
- schdca: AppType = 'schdca [-1 - tcp]'¶
[TCP] schindler internal messaging service
- schick: AppType = 'schick [-1 - undefined]'¶
[N/A] Schick
- schims: AppType = 'schims [-1 - tcp]'¶
[TCP] schindler internal messaging service
- schlog: AppType = 'schlog [-1 - tcp]'¶
[TCP] logging service
- schmpp: AppType = 'schmpp [-1 - tcp]'¶
[TCP] Schindler maintenance portal protocol
- schoms: AppType = 'schoms [-1 - tcp]'¶
[TCP] schindler object messaging system
- schsap: AppType = 'schsap [-1 - tcp]'¶
[TCP] Schindler service authentication portal
- schsrmp: AppType = 'schsrmp [-1 - tcp]'¶
[TCP] Schindler internal messaging service
- schvpp: AppType = 'schvpp [-1 - tcp]'¶
[TCP] schindler internal messaging service
- scone: AppType = 'scone [-1 - undefined]'¶
[N/A] Scone
- 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.
- scpi_raw_5025: AppType = 'scpi-raw [5025 - tcp|udp]'¶
[TCP] SCPI-RAW
[UDP] SCPI-RAW
- scpi_raw_null: AppType = 'scpi-raw [-1 - undefined]'¶
[N/A] IEEE 488.2 (SCPI) Socket
- scpi_telnet_5024: AppType = 'scpi-telnet [5024 - tcp|udp]'¶
[TCP] SCPI-TELNET
[UDP] SCPI-TELNET
- scpi_telnet_null: AppType = 'scpi-telnet [-1 - undefined]'¶
[N/A] IEEE 488.2 (SCPI) Telnet
- sdsharing: AppType = 'sdsharing [-1 - undefined]'¶
[N/A] Speed Download
- see: AppType = 'see [-1 - undefined]'¶
[N/A] SubEthaEdit 2
- seecard: AppType = 'seecard [-1 - undefined]'¶
[N/A] seeCard
- senteo_http: AppType = 'senteo-http [-1 - undefined]'¶
[N/A] Senteo Assessment Software Protocol
- sentillion_vlc: AppType = 'sentillion-vlc [-1 - undefined]'¶
[N/A] Sentillion Vault System
- sentillion_vlt: AppType = 'sentillion-vlt [-1 - undefined]'¶
[N/A] Sentillion Vault Systems Cluster
- sepvsync: AppType = 'sepvsync [-1 - undefined]'¶
[N/A] SEPV Application Data Synchronization Protocol
- serendipd: AppType = 'serendipd [-1 - undefined]'¶
[N/A] serendiPd Shared Patches for Pure Data
- servereye: AppType = 'servereye [-1 - undefined]'¶
[N/A] ServerEye AgentContainer Communication Protocol
- servermgr: AppType = 'servermgr [-1 - undefined]'¶
[N/A] Mac OS X Server Admin
- services: AppType = 'services [-1 - undefined]'¶
[N/A] DNS Service Discovery
- sessionfs: AppType = 'sessionfs [-1 - undefined]'¶
[N/A] Session File Sharing
- 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
- sftp_ssh: AppType = 'sftp-ssh [-1 - undefined]'¶
[N/A] Secure File Transfer Protocol over SSH
- sge_exec: AppType = 'sge-exec [-1 - undefined]'¶
[N/A] Sun Grid Engine (Execution Host)
- 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
- sge_qmaster_null: AppType = 'sge-qmaster [-1 - undefined]'¶
[N/A] Sun Grid Engine (Master)
- shifter: AppType = 'shifter [-1 - undefined]'¶
[N/A] Window Shifter server protocol
- ship: AppType = 'ship [-1 - tcp]'¶
[TCP] SHIP (Smart Home IP)
- shipsgm: AppType = 'shipsgm [-1 - undefined]'¶
[N/A] Swift Office Ships
- shipsinvit: AppType = 'shipsinvit [-1 - undefined]'¶
[N/A] Swift Office Ships
- shoppersync: AppType = 'shoppersync [-1 - undefined]'¶
[N/A] SplashShopper Synchronization Service
- shots_sync: AppType = 'shots-sync [-1 - udp]'¶
[UDP] The protocol is used to sync database among iOS devices and Mac OS X computers.
- shoutcast: AppType = 'shoutcast [-1 - undefined]'¶
[N/A] Nicecast
- siminsufflator: AppType = 'siminsufflator [-1 - tcp]'¶
[TCP] Simulated insufflator synchronisation protocol
- simmon: AppType = 'simmon [-1 - undefined]'¶
[N/A] Medical simulation patient monitor syncronisation protocol
- simusoftpong: AppType = 'simusoftpong [-1 - undefined]'¶
[N/A] simusoftpong iPhone game protocol
- sipuri: AppType = 'sipuri [-1 - undefined]'¶
[N/A] Session Initiation Protocol Uniform Resource Identifier
- sironaxray: AppType = 'sironaxray [-1 - undefined]'¶
[N/A] Sirona Xray Protocol
- 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
- skype: AppType = 'skype [-1 - undefined]'¶
[N/A] Skype
- sleep_proxy: AppType = 'sleep-proxy [-1 - udp]'¶
[UDP] Sleep Proxy Server
- sleeptracker: AppType = 'sleeptracker [-1 - tcp]'¶
[TCP] Sleeptracker(R) The loT Smartbed Platform
- slimcli: AppType = 'slimcli [-1 - undefined]'¶
[N/A] SliMP3 Server Command-Line Interface
- slimhttp: AppType = 'slimhttp [-1 - undefined]'¶
[N/A] SliMP3 Server Web Interface
- slpda: AppType = 'slpda [-1 - tcp|udp]'¶
- smag: AppType = 'smag [-1 - tcp]'¶
[TCP] terminal access to laundry appliances
- smaho: AppType = 'smaho [-1 - tcp]'¶
[TCP] Smart Home Device Setup
- smartenergy: AppType = 'smartenergy [-1 - undefined]'¶
[N/A] Smart Energy Profile
- smartsocket: AppType = 'smartsocket [-1 - tcp]'¶
[TCP] home control
- smb: AppType = 'smb [-1 - undefined]'¶
[N/A] Server Message Block over TCP/IP
- smimeca: AppType = 'smimeca [-1 - tcp]'¶
[TCP] Domain signing certificate for S/MIME keys [draft-bhjl-x509-srv-01]
- sms: AppType = 'sms [-1 - undefined]'¶
[N/A] Short Text Message Sending and Delivery Status Service
- smsync: AppType = 'smsync [-1 - undefined]'¶
[N/A] Syncellence file synchronization protocol
- snif_cln: AppType = 'snif-cln [-1 - tcp]'¶
//snif.host/relay- proto#snif-cln]
- Type:
[TCP] End-to-end TLS Relay Client Connection [https
- snif_fifo: AppType = 'snif-fifo [-1 - tcp]'¶
//snif.host/relay-proto#snif-fifo]
- Type:
[TCP] End-to-end TLS Relay Cluster [https
- snif_srv: AppType = 'snif-srv [-1 - tcp]'¶
//snif.host/relay- proto#snif-srv]
- Type:
[TCP] End-to-end TLS Relay Service Connection [https
- soap: AppType = 'soap [-1 - undefined]'¶
[N/A] Simple Object Access Protocol
- socketcloud: AppType = 'socketcloud [-1 - undefined]'¶
[N/A] Socketcloud distributed application framework
- soda: AppType = 'soda [-1 - tcp]'¶
[TCP] Secure On Device API
- souschef: AppType = 'souschef [-1 - undefined]'¶
[N/A] SousChef Recipe Sharing Protocol
- sox: AppType = 'sox [-1 - undefined]'¶
[N/A] Simple Object eXchange
- sparechange: AppType = 'sparechange [-1 - undefined]'¶
[N/A] SpareChange data sharing protocol
- sparql: AppType = 'sparql [-1 - undefined]'¶
[N/A] SPARQL Protocol and RDF Query Language
- spearcat: AppType = 'spearcat [-1 - undefined]'¶
[N/A] sPearCat Host Discovery
- spidap: AppType = 'spidap [-1 - tcp]'¶
[TCP] Sierra Photonics Inc. data protocol
- spincrisis: AppType = 'spincrisis [-1 - undefined]'¶
[N/A] Spin Crisis
- spiderelectron: AppType = 'spiderelectron [-1 - tcp]'¶
[TCP] Binary message passing protocol
- spl_itunes: AppType = 'spl-itunes [-1 - undefined]'¶
[N/A] launchTunes
- spr_itunes: AppType = 'spr-itunes [-1 - undefined]'¶
[N/A] netTunes
- splashsync: AppType = 'splashsync [-1 - undefined]'¶
[N/A] SplashData Synchronization Service
- split_dns64: AppType = 'split-dns64 [-1 - tcp]'¶
[TCP] DNS64 in split configuration
- spres: AppType = 'spres [-1 - tcp]'¶
[TCP] SongPresenter
- spx_hmp: AppType = 'spx-hmp [-1 - tcp]'¶
[TCP] SpinetiX HMP
- sqp: AppType = 'sqp [-1 - tcp]'¶
[TCP] Square Connect Control Protocol
- ss_sign: AppType = 'ss-sign [-1 - tcp]'¶
[TCP] Samsung Smart Interaction for Group Network
- ss_sign_disc: AppType = 'ss-sign-disc [-1 - udp]'¶
[UDP] Samsung Smart Interaction for Group Network Discovery
- ssd_audio: AppType = 'ssd-audio [-1 - tcp]'¶
[TCP] Studio Six Digital Wireless Audio
- ssh_22: AppType = 'ssh [22 - tcp|udp|sctp]'¶
- ssh_null: AppType = 'ssh [-1 - tcp]'¶
[TCP] SSH Remote Login Protocol
[N/A] Screen Sharing
- startrecapp: AppType = 'startrecapp [-1 - tcp]'¶
[TCP] Remote Controlled Multimedia Recorder Network
- stingray_rpc: AppType = 'stingray-rpc [-1 - tcp]'¶
[TCP] Stingray Remote Procedure Call
- stingray_remote: AppType = 'stingray-remote [-1 - tcp]'¶
[TCP] Stingray remote control
- strateges: AppType = 'strateges [-1 - undefined]'¶
[N/A] Strateges
- stanza: AppType = 'stanza [-1 - undefined]'¶
[N/A] Lexcycle Stanza service for discovering shared books
- stickynotes: AppType = 'stickynotes [-1 - undefined]'¶
[N/A] Sticky Notes
- stotp: AppType = 'stotp [-1 - tcp]'¶
[TCP] One Time Pad Synchronisation
- strobe_sync: AppType = 'strobe-sync [-1 - tcp]'¶
[TCP] Strobe Synchronization
- 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
- supple: AppType = 'supple [-1 - undefined]'¶
[N/A] Supple Service protocol
- surveillus: AppType = 'surveillus [-1 - undefined]'¶
[N/A] Surveillus Networks Discovery Protocol
- svn_3690: AppType = 'svn [3690 - tcp|udp]'¶
[TCP] Subversion
[UDP] Subversion
- svn_null: AppType = 'svn [-1 - undefined]'¶
[N/A] Subversion
- swcards: AppType = 'swcards [-1 - undefined]'¶
[N/A] Signwave Card Sharing Protocol
- switcher: AppType = 'switcher [-1 - undefined]'¶
[N/A] Wireless home control remote control protocol
- swordfish: AppType = 'swordfish [-1 - undefined]'¶
[N/A] Swordfish Protocol for Input/Output
- 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.
- sxqdea: AppType = 'sxqdea [-1 - undefined]'¶
[N/A] Synchronize! Pro X
- sybase_tds: AppType = 'sybase-tds [-1 - undefined]'¶
[N/A] Sybase Server
- 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
- syncqdea: AppType = 'syncqdea [-1 - undefined]'¶
[N/A] Synchronize! X Plus 2.0
- synergy: AppType = 'synergy [-1 - undefined]'¶
[N/A] Synergy Peer Discovery
- synksharing: AppType = 'synksharing [-1 - undefined]'¶
[N/A] SynkSharing synchronization protocol
- 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]
- taccounting: AppType = 'taccounting [-1 - undefined]'¶
[N/A] Data Transmission and Synchronization
- tango: AppType = 'tango [-1 - undefined]'¶
[N/A] Tango Remote Control Protocol
- tapinoma_ecs: AppType = 'tapinoma-ecs [-1 - undefined]'¶
[N/A] Tapinoma Easycontact receiver
- taskcoachsync: AppType = 'taskcoachsync [-1 - undefined]'¶
[N/A] Task Coach Two-way Synchronization Protocol for iPhone
- tbricks: AppType = 'tbricks [-1 - undefined]'¶
[N/A] tbricks internal protocol
- tcode: AppType = 'tcode [-1 - undefined]'¶
[N/A] Time Code
- tcu: AppType = 'tcu [-1 - undefined]'¶
[N/A] Tracking Control Unit by RPM-PSI
- te_faxserver: AppType = 'te-faxserver [-1 - undefined]'¶
[N/A] TE-SYSTEMS GmbH Fax Server Daemon
- teamlist: AppType = 'teamlist [-1 - undefined]'¶
[N/A] ARTIS Team Task
- ted: AppType = 'ted [-1 - udp]'¶
[UDP] Teddington Controls
- teleport: AppType = 'teleport [-1 - udp]'¶
[UDP] teleport
- tenir_rc: AppType = 'tenir-rc [-1 - tcp]'¶
[TCP] Proprietary
- tera_fsmgr: AppType = 'tera-fsmgr [-1 - undefined]'¶
[N/A] Terascala Filesystem Manager Protocol
- tera_mp: AppType = 'tera-mp [-1 - undefined]'¶
[N/A] Terascala Maintenance Protocol
- test_ok: AppType = 'test-ok [-1 - tcp]'¶
[TCP] Test Controller Card
- tf_redeye: AppType = 'tf-redeye [-1 - undefined]'¶
[N/A] ThinkFlood RedEye IR bridge
- thing: AppType = 'thing [-1 - tcp|udp]'¶
[TCP] Internet of things service discovery
[UDP] Internet of things service discovery
- thumbwrestling: AppType = 'thumbwrestling [-1 - undefined]'¶
[N/A] tinkerbuilt Thumb Wrestling game
- ticonnectmgr: AppType = 'ticonnectmgr [-1 - undefined]'¶
[N/A] TI Connect Manager Discovery Service
- tic_tac_toe: AppType = 'tic-tac-toe [-1 - tcp]'¶
[TCP] Tic Tac Toe game
- 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
- tivo_device: AppType = 'tivo-device [-1 - tcp]'¶
[TCP] TiVo Device Protocol
- tivo_hme: AppType = 'tivo-hme [-1 - undefined]'¶
[N/A] TiVo Home Media Engine Protocol
- tivo_mindrpc: AppType = 'tivo-mindrpc [-1 - tcp]'¶
[TCP] TiVo RPC Protocol
- tivo_music: AppType = 'tivo-music [-1 - undefined]'¶
[N/A] TiVo Music Protocol
- tivo_photos: AppType = 'tivo-photos [-1 - undefined]'¶
[N/A] TiVo Photos Protocol
- tivo_remote: AppType = 'tivo-remote [-1 - undefined]'¶
[N/A] TiVo Remote Protocol
- tivo_videos: AppType = 'tivo-videos [-1 - undefined]'¶
[N/A] TiVo Videos Protocol
- tmsensor: AppType = 'tmsensor [-1 - tcp|udp]'¶
[TCP] Teledyne Marine Sensor
[UDP] Teledyne Marine Sensor
- todogwa: AppType = 'todogwa [-1 - undefined]'¶
[N/A] 2Do Sync Helper Tool for Mac OS X and PCs
- tomboy: AppType = 'tomboy [-1 - undefined]'¶
[N/A] Tomboy
- 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
- touch_remote: AppType = 'touch-remote [-1 - undefined]'¶
[N/A] iPhone and iPod touch Remote Pairing
- 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
- trel: AppType = 'trel [-1 - udp]'¶
[UDP] Thread Radio Encapsulation Link
- 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
- tryst: AppType = 'tryst [-1 - undefined]'¶
[N/A] Tryst
- tsbiis: AppType = 'tsbiis [-1 - tcp]'¶
[TCP] The Social Broadband Interference Information Sharing
- tt4inarow: AppType = 'tt4inarow [-1 - undefined]'¶
[N/A] Trivial Technology’s 4 in a Row
- ttcheckers: AppType = 'ttcheckers [-1 - undefined]'¶
[N/A] Trivial Technology’s Checkers
- ttp4daemon: AppType = 'ttp4daemon [-1 - undefined]'¶
[N/A] TechTool Pro 4 Anti-Piracy Service
- tunage: AppType = 'tunage [-1 - undefined]'¶
[N/A] Tunage Media Control Service
- tuneranger: AppType = 'tuneranger [-1 - undefined]'¶
[N/A] TuneRanger
- tvm: AppType = 'tvm [-1 - tcp]'¶
[TCP] Vogel’s TV mount control
- twiline_disc: AppType = 'twiline-disc [-1 - tcp]'¶
[TCP] Discovery for Twiline systems
- twinlevel: AppType = 'twinlevel [-1 - tcp]'¶
[TCP] detect sanitary product
- twosnakes: AppType = 'twosnakes [-1 - tcp|sctp]'¶
[TCP] Service to enable multiplayer game called two snakes.
[SCTP] Service to enable multiplayer game called two snakes.
- tyba: AppType = 'tyba [-1 - tcp]'¶
[TCP] Tyba control
- tzrpc: AppType = 'tzrpc [-1 - tcp]'¶
[TCP] TZ-Software remote procedure call based synchronization protocol
- ubertragen: AppType = 'ubertragen [-1 - undefined]'¶
[N/A] Ubertragen
- ucdynamics_tuc: AppType = 'ucdynamics-tuc [-1 - udp]'¶
[UDP] Tactical Unified Communicator
- uddi: AppType = 'uddi [-1 - undefined]'¶
[N/A] Universal Description, Discovery and Integration
- 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
- upnp: AppType = 'upnp [-1 - undefined]'¶
[N/A] Universal Plug and Play
- urlbookmark: AppType = 'urlbookmark [-1 - undefined]'¶
[N/A] URL Advertising
- usp_agt_coap: AppType = 'usp-agt-coap [-1 - udp]'¶
//www.broadband-forum.org/assignments]
- Type:
[UDP] USP discovery [http
- usp_agt_http: AppType = 'usp-agt-http [-1 - tcp]'¶
//www.broadband-forum.org/assignments]
- Type:
[TCP] USP discovery [http
- usp_agt_mqtt: AppType = 'usp-agt-mqtt [-1 - tcp]'¶
//www.broadband-forum.org/assignments]
- Type:
[TCP] USP discovery [http
- usp_agt_stomp: AppType = 'usp-agt-stomp [-1 - tcp]'¶
//www.broadband-forum.org/assignments]
- Type:
[TCP] USP discovery [http
- usp_agt_ws: AppType = 'usp-agt-ws [-1 - tcp]'¶
//www.broadband-forum.org/assignments]
- Type:
[TCP] USP discovery [http
- usp_ctr_coap: AppType = 'usp-ctr-coap [-1 - udp]'¶
//www.broadband-forum.org/assignments]
- Type:
[UDP] USP discovery [http
- usp_ctr_http: AppType = 'usp-ctr-http [-1 - tcp]'¶
//www.broadband-forum.org/assignments]
- Type:
[TCP] USP discovery [http
- usp_ctr_mqtt: AppType = 'usp-ctr-mqtt [-1 - tcp]'¶
//www.broadband-forum.org/assignments]
- Type:
[TCP] USP discovery [http
- usp_ctr_stomp: AppType = 'usp-ctr-stomp [-1 - tcp]'¶
//www.broadband-forum.org/assignments]
- Type:
[TCP] USP discovery [http
- usp_ctr_ws: AppType = 'usp-ctr-ws [-1 - tcp]'¶
//www.broadband-forum.org/assignments]
- Type:
[TCP] USP discovery [http
- uswi: AppType = 'uswi [-1 - undefined]'¶
[N/A] Universal Switching Corporation products
- utest: AppType = 'utest [-1 - undefined]'¶
[N/A] uTest
- uwsgi: AppType = 'uwsgi [-1 - undefined]'¶
[N/A] Unbit Web Server Gateway Interface
- vapix_http: AppType = 'vapix-http [-1 - tcp]'¶
[TCP] Indicator for VAPIX support over HTTP
- vapix_https: AppType = 'vapix-https [-1 - tcp]'¶
[TCP] Indicator for VAPIX support over HTTPS
- 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
- vedabase: AppType = 'vedabase [-1 - tcp]'¶
[TCP] Application specific synchronization protocol
- vhusb: AppType = 'vhusb [-1 - tcp]'¶
[TCP] USB over IP Sharing System
- virtualdj: AppType = 'virtualdj [-1 - undefined]'¶
[N/A] VirtualDJ Remote Control protocol
- visel: AppType = 'visel [-1 - undefined]'¶
[N/A] visel Q-System services
- voalte2: AppType = 'voalte2 [-1 - tcp]'¶
[TCP] Server location via DNS-SD
- voalte3: AppType = 'voalte3 [-1 - tcp]'¶
[TCP] Server location via DNS-SD
- volterio: AppType = 'volterio [-1 - tcp]'¶
[TCP] Internal Communication Service
- vos: AppType = 'vos [-1 - undefined]'¶
[N/A] Virtual Object System (using VOP/TCP)
- voxidahmp: AppType = 'voxidahmp [-1 - tcp]'¶
[TCP] RTP Mixer/Summation Resource
- vrmg_p2p: AppType = 'vrmg-p2p [-1 - tcp]'¶
[TCP] Verimag mobile class protocol over P2P
- vue4rendercow: AppType = 'vue4rendercow [-1 - undefined]'¶
[N/A] VueProRenderCow
- vxi_11: AppType = 'vxi-11 [-1 - undefined]'¶
[N/A] VXI-11 TCP/IP Instrument Protocol
- wakeywakey: AppType = 'wakeywakey [-1 - tcp]'¶
[TCP] Proprietary
- walkietalkie: AppType = 'walkietalkie [-1 - undefined]'¶
[N/A] Walkie Talkie
- wd_2go: AppType = 'wd-2go [-1 - tcp]'¶
[TCP] NAS Service Protocol
- wdp: AppType = 'wdp [-1 - tcp]'¶
[TCP] Windows Device Portal
- web_xi: AppType = 'web-xi [-1 - tcp]'¶
[TCP] HTTP-based protocol for DAQ devices
- 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
- we_jell: AppType = 'we-jell [-1 - undefined]'¶
[N/A] Proprietary collaborative messaging protocol
- webdav: AppType = 'webdav [-1 - undefined]'¶
[N/A] World Wide Web Distributed Authoring and Versioning (WebDAV)
- webdavs: AppType = 'webdavs [-1 - undefined]'¶
[N/A] WebDAV over SSL/TLS
- webissync: AppType = 'webissync [-1 - undefined]'¶
[N/A] WebIS Sync Protocol
- wedraw: AppType = 'wedraw [-1 - undefined]'¶
[N/A] weDraw document sharing protocol
- whamb: AppType = 'whamb [-1 - undefined]'¶
[N/A] Whamb
- whistler: AppType = 'whistler [-1 - undefined]'¶
[N/A] Honeywell Video Systems
- wicop: AppType = 'wicop [-1 - udp]'¶
[UDP] WiFi Control Platform
- wifile: AppType = 'wifile [-1 - tcp]'¶
[TCP] System for transferring files between mobile device and computer in a local network
- witap: AppType = 'witap [-1 - undefined]'¶
[N/A] WiTap Sample Game Protocol
- witapvoice: AppType = 'witapvoice [-1 - undefined]'¶
[N/A] witapvoice
- wkgrpsvr: AppType = 'wkgrpsvr [-1 - undefined]'¶
[N/A] Workgroup Server Discovery
- workstation: AppType = 'workstation [-1 - undefined]'¶
[N/A] Workgroup Manager
- wormhole: AppType = 'wormhole [-1 - undefined]'¶
[N/A] Roku Cascade Wormhole Protocol
- workgroup: AppType = 'workgroup [-1 - undefined]'¶
[N/A] Novell collaboration workgroup
- wot: AppType = 'wot [-1 - tcp|udp]'¶
[TCP] W3C WoT Thing Description or Directory
[UDP] W3C WoT Thing Description or Directory
- wpl_ers_http: AppType = 'wpl-ers-http [-1 - tcp]'¶
[TCP] World Programming repository server
- wpl_ers_zmq: AppType = 'wpl-ers-zmq [-1 - tcp]'¶
[TCP] World Programming repository server
- writietalkie: AppType = 'writietalkie [-1 - undefined]'¶
[N/A] Writie Talkie Data Sharing
- ws: AppType = 'ws [-1 - undefined]'¶
[N/A] Web Services
- wtc_heleos: AppType = 'wtc-heleos [-1 - undefined]'¶
[N/A] Wyatt Technology Corporation HELEOS
- wtc_qels: AppType = 'wtc-qels [-1 - undefined]'¶
[N/A] Wyatt Technology Corporation QELS
- wtc_rex: AppType = 'wtc-rex [-1 - undefined]'¶
[N/A] Wyatt Technology Corporation Optilab rEX
- 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
- wwdcpic: AppType = 'wwdcpic [-1 - undefined]'¶
[N/A] PictureSharing sample code
- x510_9877: AppType = 'x510 [9877 - tcp]'¶
[TCP] The X.510 wrapper protocol [ITU-T X.510 / ISO/IEC 9584-11]
- x510_null: AppType = 'x510 [-1 - tcp]'¶
[TCP] Security service to protocols
- x_on: AppType = 'x-on [-1 - undefined]'¶
[N/A] x-on services synchronisation protocol
- x_plane9: AppType = 'x-plane9 [-1 - udp]'¶
[UDP] x-plane9
- xcodedistcc: AppType = 'xcodedistcc [-1 - undefined]'¶
[N/A] Xcode Distributed Compiler
- xential: AppType = 'xential [-1 - tcp]'¶
[TCP] xential document creation services
- xgate_rmi: AppType = 'xgate-rmi [-1 - undefined]'¶
[N/A] xGate Remote Management Interface
- xmiserver: AppType = 'xmiserver [-1 - tcp]'¶
[TCP] XMI Systems home terminal local connection
- xmp: AppType = 'xmp [-1 - undefined]'¶
[N/A] Xperientia Mobile Protocol
- xsanclient: AppType = 'xsanclient [-1 - undefined]'¶
[N/A] Xsan Client
- xsanserver: AppType = 'xsanserver [-1 - undefined]'¶
[N/A] Xsan Server
- xsansystem: AppType = 'xsansystem [-1 - undefined]'¶
[N/A] Xsan System
- xtimelicence: AppType = 'xtimelicence [-1 - undefined]'¶
[N/A] xTime License
- xtshapro: AppType = 'xtshapro [-1 - undefined]'¶
[N/A] xTime Project
- xul_http: AppType = 'xul-http [-1 - undefined]'¶
[N/A] XUL (XML User Interface Language) transported over HTTP
- yakumo: AppType = 'yakumo [-1 - udp]'¶
[UDP] Yakumo iPhone OS Device Control Protocol
- z_wave_4123: AppType = 'z-wave [4123 - tcp|udp]'¶
[TCP] Z-Wave Protocol
[UDP] Z-Wave Protocol
- 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