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