DB Schema:Protocols
From Matt's Network Monitor
[edit] Description
The "protocols" table contains all protocols that can be pinged or port scanned over.
[edit] Fields
| Name | Data Type | Description |
|---|---|---|
| name | varchar(16) | The name of the protocol. |
| pingable | integer(1) | Is this protocol displayed as an option to ping with? (0 = NO, 1 = YES) |
| port_scannable | integer(1) | Is this protocol displayed as an option to port scan with? (0 = NO, 1 = YES) |
[edit] Relationships
- Protocols :belongs_to Ports
- Protocols :belongs_to KnownPorts
