Views:
The Taxonomy Event ID for a particular event is a 10-digit number constructed with the following components:
  • Major Category (0-127)
  • Minor Category (0-255)
  • [Protocol Type optional] (0-255)
  • [Platform Type optional] (0-255)
The number is then calculated much like a decimal IP address conversion: (Major * 16777216) + (Minor * 65536) + (Protocol * 256) + (Platform octet).
Note
Note
The maximum value for a Taxonomy Event ID is 2,147,483,647.