New suricata-verify test listens on loopback interface, resulting
in the capture and in_iface fields in the stats and event objects.
"icmp_type": {
"type": "integer"
},
+ "in_iface": {
+ "type": "string"
+ },
"log_level": {
"type": "string"
},
"description": "Suricata engine's uptime",
"type": "integer"
},
+ "capture": {
+ "type": "object",
+ "properties": {
+ "kernel_packets": {
+ "type": "integer"
+ },
+ "kernel_drops": {
+ "type": "integer"
+ },
+ "kernel_ifdrops": {
+ "type": "integer"
+ }
+ }
+ },
"memcap_pressure": {
"description": "Percentage of memcaps used by flow, stream, stream-reassembly and app-layer-http",
"type": "integer"