--- /dev/null
+Description
+===========
+Test ICMP itype rule keyword.
+
+PCAP
+====
+PCAP comes from the redmine ticket [5590](https://redmine.openinfosecfoundation.org/issues/5590)
+
+Redmine ticket
+==============
+https://redmine.openinfosecfoundation.org/issues/5590
\ No newline at end of file
--- /dev/null
+alert icmp any any -> any any (itype:8; sid:1;)
+alert icmp any any -> any any (itype:<15; sid:2;)
+alert icmp any any -> any any (itype:>7; sid:3;)
+alert icmp any any -> any any (itype:7<>20; sid:4;)
\ No newline at end of file
--- /dev/null
+args:
+- -k none
+
+checks:
+ - filter:
+ count: 75
+ match:
+ event_type: alert
+ alert.signature_id: 1
+ - filter:
+ count: 150
+ match:
+ event_type: alert
+ alert.signature_id: 2
+ - filter:
+ count: 75
+ match:
+ event_type: alert
+ alert.signature_id: 3
+ - filter:
+ count: 75
+ match:
+ event_type: alert
+ alert.signature_id: 4
\ No newline at end of file