Module: Nexpose::Service::Protocol
- Defined in:
 - lib/nexpose/asset.rb
 
Overview
Valid protocol values for a service endpoint.
Constant Summary collapse
- IP =
          
Internet Protocol
 'IP'- ICMP =
          
Internet Control Message Protocol
 'ICMP'- IGMP =
          
Internet Group Management Protocol
 'IGMP'- GGP =
          
Gateway-to-Gateway Protocol
 'GGP'- TCP =
          
Transmission Control Protocol
 'TCP'- PUP =
          
PARC Universal Protocol
 'PUP'- UDP =
          
User Datagram Protocol
 'UDP'- IDP =
          
Internet Datagram Protocol
 'IDP'- ESP =
          
Encapsulating Security Payload
 'ESP'- ND =
          
Network Disk Protocol
 'ND'- RAW =
          
Raw Packet (or unknown)
 'RAW'