Interface IcmpExtensionExt

All Superinterfaces:
CyberObservableExtension, CyberObservableExtensionCommonProperties, GenericValidation, SdoDefaultValidator, StixCustomProperties
All Known Implementing Classes:
IcmpExtension

icmp-ext

The ICMP extension specifies a default extension for capturing network traffic properties specific to ICMP.

  • Method Details

    • getOcmpTypeHex

      @JsonPropertyDescription("Specifies the ICMP type byte.") @Pattern(regexp="^([a-fA-F0-9]{2})+$") @NotNull @Pattern(regexp="^([a-fA-F0-9]{2})+$") @NotNull String getOcmpTypeHex()
    • getIcmpCodeHex

      @JsonPropertyDescription("Specifies the ICMP code byte.") @Pattern(regexp="^([a-fA-F0-9]{2})+$") @NotNull @Pattern(regexp="^([a-fA-F0-9]{2})+$") @NotNull String getIcmpCodeHex()