Options
{% if object.ether_type %} {% endif %} {% if object.ip_protocol %} {% endif %} {% if object.arp_flag %} {% endif %} {% if object.sport_from %} {% endif %} {% if object.sport_to %} {% endif %} {% if object.dport_from %} {% endif %} {% if object.dport_to %} {% endif %}
Ether Type {{ object.ether_type }}
IP Protocol {{ object.ip_protocol }}
ARP Flag {{ object.arp_flag }}
Source Port From {{ object.sport_from }}
Source Port To {{ object.sport_to }}
Destination Port From {{ object.dport_from }}
Destination Port To {{ object.dport_to }}