CybOXProject / schemas

CybOX Schemas and Schema Development
42 stars 17 forks source link

ICMP Destination Unreachable Types in Network Packet Object Could be Better Represented as an Enumeration #339

Open rpiazza opened 9 years ago

rpiazza commented 9 years ago

Given that they represent error messages, it may be more efficient and simpler to capture the values currently represented as elements in the ICMPv4DestinationUnreachableType and ICMPv6DestinationUnreachableType in the Network Packet Object as an enumeration, which could then be used in corresponding elements.

For instance, create the controlled enumeration: ICMPDestinationUnreachableCodeEnum, with entries:

Destination_Network_Unreachable Destination_Host_Unreachable ... (14 others)

ikiril01 commented 9 years ago

Renamed title for clarity.